| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use fast in-situ test for gate A20 being set, to cut down on the | Michael Brown | 2007-07-13 | 1 | -19/+55 | |
| | | | | | | | | | number of (potentially very slow) gateA20_set operations. Die with a fatal error if we are unable to set gate A20; if this fails then we are bound to experience memory corruption at a later stage, and I'd prefer to pick it up early. | |||||
| * | Improve error reporting for strange length combinations reported by | Michael Brown | 2007-07-10 | 1 | -6/+21 | |
| | | | | | | | | | | the UNDI stack. Ignore obviously invalid length combinations (as returned by e.g. VMWare's PXE stack). Limit to one packet per poll to avoid memory exhaustion. | |||||
| * | Set up %ds *before* testing a value in our data segment (d'oh!). | Michael Brown | 2007-07-10 | 1 | -6/+11 | |
| | | | | | | | | | | Always send EOI; do not chain to BIOS's default interrupt handler. They are just too unpredictable; at least VMware's seems to kill the machine if you go anywhere near it. Disable interrupts after return from PXENV_UNDI_ISR, just in case some dumb PXE stack enables them. | |||||
| * | Report RX errors via netdev_rx_err() | Michael Brown | 2007-07-10 | 1 | -1/+2 | |
| | | ||||||
| * | Dump first 64 bytes of chained ISR when debugging is enabled. | Michael Brown | 2007-07-10 | 1 | -0/+6 | |
| | | ||||||
| * | Protect ISR against failure to unhook. | Michael Brown | 2007-07-10 | 2 | -34/+19![]() | |
| | | ||||||
| * | Master IRQ should be EOIed first, I think. | Michael Brown | 2007-07-10 | 1 | -1/+1 | |
| | | ||||||
| * | We probably ought not to call INT13 with interrupts disabled. | Michael Brown | 2007-07-10 | 1 | -0/+1 | |
| | | ||||||
| * | Working code to call the PXE stack from within the ISR. | Michael Brown | 2007-07-10 | 2 | -19/+92 | |
| | | ||||||
| * | Always increase number of BIOS drives when registering | Michael Brown | 2007-07-09 | 1 | -3/+5 | |
| | | ||||||
| * | Change %dl fixup rules for INT13: | Michael Brown | 2007-07-09 | 1 | -11/+16 | |
| | | | | | | | INT 13,08 : read number of drives from 40:75 INT 13,15 : do nothing all others : restore original value of %dl | |||||
| * | Proof of concept; works, but has several hard-coded hacks. | Michael Brown | 2007-07-09 | 1 | -7/+46 | |
| | | ||||||
| * | Set CF by default, clear on success (rather than clearing and setting | Michael Brown | 2007-07-09 | 1 | -2/+4 | |
| | | | | | on failure). | |||||
| * | Add -mpreferred-stack-boundary=2 to i386 CFLAGS as it's almost always a win. | Holger Lubitz | 2007-07-09 | 1 | -0/+3 | |
| | | ||||||
| * | Use net_device_operations structure and netdev_nullify() to allow for | Michael Brown | 2007-07-07 | 1 | -10/+28 | |
| | | | | | | | | | | | | safe dropping of the netdev ref by the driver while other refs still exist. Add netdev_irq() method. Net device open()/close() methods should no longer enable or disable IRQs. Remove rx_quota; it wasn't used anywhere and added too much complexity to implementing correct interrupt-masking behaviour in pxe_undi.c. | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| | | ||||||
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-06 | 3 | -6/+6 | |
| |\ | ||||||
| | * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-06 | 2 | -10/+72 | |
| | |\ | ||||||
| | * | | Rename .lilo extension to .lkrn and updated dependencies | Marty Connor | 2007-07-06 | 3 | -6/+6 | |
| | | | | ||||||
| * | | | Add strlen_user() (will be needed for PXE API extensions) | Michael Brown | 2007-07-06 | 1 | -0/+12 | |
| | |/ |/| | ||||||
| * | | Add .pdsk target (padded .dsk, suitable for qemu). | Michael Brown | 2007-07-06 | 1 | -0/+7 | |
| | | | ||||||
| * | | Allocate heap at first usage, rather than assuming we can fit it in | Michael Brown | 2007-07-05 | 1 | -10/+65 | |
| |/ | | | | below _text. This should help with the gPXE-on-gPXE-via-PXE case. | |||||
| * | Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mount | Michael Brown | 2007-07-05 | 1 | -1/+1 | |
| | | | | | the Etherboot partition. | |||||
| * | Add .usb target | Michael Brown | 2007-07-05 | 2 | -0/+34 | |
| | | ||||||
| * | Working with multi-sector reads | Michael Brown | 2007-07-05 | 1 | -8/+40 | |
| | | ||||||
| * | hdprefix that works for LBA only | Michael Brown | 2007-07-05 | 2 | -311/+82![]() | |
| | | ||||||
| * | Miscellaneous efficiency improvements, and extend read_sectors to | Michael Brown | 2007-07-05 | 1 | -45/+63 | |
| | | | | | handle multiple sectors. | |||||
| * | Added active partition locator, and simple MBR built using it. | Michael Brown | 2007-07-05 | 2 | -0/+202 | |
| | | ||||||
| * | Revert "Added master boot record capable of locating active partition" | Michael Brown | 2007-07-05 | 2 | -203/+0![]() | |
| | | | | | This reverts commit 844d088c514bb962b3cbd00892db67bad4daa203. | |||||
| * | Added master boot record capable of locating active partition | Michael Brown | 2007-07-05 | 2 | -0/+203 | |
| | | | | | (including logical partitions). | |||||
| * | Kill off lots of warnings in via-velocity.c by correcting these definitions. | Michael Brown | 2007-07-05 | 1 | -6/+7 | |
| | | ||||||
| * | UNDI loader entry point implemented; seems to work. | Michael Brown | 2007-07-04 | 1 | -0/+28 | |
| | | ||||||
| * | Fix typo | Michael Brown | 2007-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add (untested) UNDI loader C-level implementation. | Michael Brown | 2007-07-04 | 1 | -0/+25 | |
| | | ||||||
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-04 | 1 | -31/+0![]() | |
| |\ | ||||||
| | * | remove obsolete file: src/arch/i386/prefix/int19exit.c | Marty Connor | 2007-07-03 | 1 | -31/+0![]() | |
| | | | ||||||
| * | | Separated out initialisation functions from startup/shutdown functions. | Michael Brown | 2007-07-04 | 9 | -11/+22 | |
| |/ | ||||||
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-03 | 6 | -235/+4![]() | |
| |\ | ||||||
| | * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot | Marty Connor | 2007-07-03 | 6 | -235/+4![]() | |
| | | | ||||||
| * | | We don't actually use the reset functions anywhere, and nothing really | Michael Brown | 2007-07-03 | 4 | -4/+4 | |
| |/ | | | | provides them. | |||||
| * | Work around Etherboot 5.4 bug when multiple packets are received. | Michael Brown | 2007-07-03 | 1 | -1/+38 | |
| | | ||||||
| * | It's not just Etherboot that fails to generate TX completions. | Michael Brown | 2007-07-03 | 1 | -2/+2 | |
| | | ||||||
| * | Document TX completion bug. | Michael Brown | 2007-07-03 | 1 | -0/+10 | |
| | | ||||||
| * | Ensure that pxe_netdev is set before starting up PXE NBP. | Michael Brown | 2007-07-03 | 1 | -3/+10 | |
| | | ||||||
| * | Use a common base-memory packet buffer for DHCP construction (as used | Michael Brown | 2007-07-02 | 5 | -33/+28![]() | |
| | | | | | by PXE and NBI) and UNDI packets (as used by undinet and UNDI). | |||||
| * | pxe_netdev now holds a reference to the network device. | Michael Brown | 2007-07-02 | 1 | -2/+10 | |
| | | | | | | | | | | Use generic fields in struct device_description rather than assuming that the struct device * is contained within a pci_device or isapnp_device; this assumption is broken when using the undionly driver. Add PXENV_UNDI_SET_STATION_ADDRESS. | |||||
| * | Add ability to resolve relative symbols as well as locate absolute ones. | Michael Brown | 2007-06-30 | 1 | -0/+3 | |
| | | ||||||
| * | Add gdbsym.c object to help with running gdb-to-qemu | Michael Brown | 2007-06-30 | 1 | -0/+28 | |
| | | ||||||
| * | Place the actual version string in .data16, rather than just the | Michael Brown | 2007-06-30 | 1 | -1/+1 | |
| | | | | | pointer to it. | |||||

