2007-01-14 |
Michael Brown | Remove some references to no-longer-existent source... |
tree | commitdiff |
2007-01-14 |
Michael Brown | .lilo and derived targets (e.g. .iso) now load properly. |
tree | commitdiff |
2007-01-14 |
Michael Brown | Obsoleted by arch/i386/image/multiboot.c |
tree | commitdiff |
2007-01-14 |
Michael Brown | Can almost start a kernel now. It dies with "No setup... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Placeholder bzImage support |
tree | commitdiff |
2007-01-14 |
Michael Brown | Replace image->entry with image->priv. |
tree | commitdiff |
2007-01-14 |
Michael Brown | Mostly updated. Won't work yet. |
tree | commitdiff |
2007-01-14 |
Michael Brown | Obsolete for some time |
tree | commitdiff |
2007-01-14 |
Michael Brown | Select a PXE network device before starting PXE NBP. |
tree | commitdiff |
2007-01-14 |
Michael Brown | Use debug autocolourisation. |
tree | commitdiff |
2007-01-14 |
Michael Brown | Call hide_etherboot() from startup(), rather than requi... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Use _text, rather than assuming _text==0. |
tree | commitdiff |
2007-01-14 |
Michael Brown | Use {get,set}_fbms() so that allocated base memory... |
tree | commitdiff |
2007-01-13 |
Michael Brown | Provide {get,set}_fbms() in basemem.h. |
tree | commitdiff |
2007-01-13 |
Michael Brown | Some operating systems get a nasty shock if a region... |
tree | commitdiff |
2007-01-13 |
Michael Brown | Add some trace messages for important events |
tree | commitdiff |
2007-01-13 |
Michael Brown | I prefer IMAGE_XXX to XXX_IMAGE. |
tree | commitdiff |
2007-01-13 |
Michael Brown | Add header for pxe_boot() |
tree | commitdiff |
2007-01-13 |
Michael Brown | Pick up the return status code from the correct place... |
tree | commitdiff |
2007-01-13 |
Michael Brown | When an UNDI API call fails, print everything there... |
tree | commitdiff |
2007-01-13 |
Michael Brown | Always send EOI. We can't feasibly share interrupts... |
tree | commitdiff |
2007-01-13 |
Michael Brown | Damn Broadcom and their damned incorrect assumptions... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Place multiboot tables in base memory; at least some... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Ensure multiboot modules are in ascending order of... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Fix the memory map. |
tree | commitdiff |
2007-01-12 |
Michael Brown | Force probing of multiboot before ELF. |
tree | commitdiff |
2007-01-12 |
Michael Brown | Place command-line inline, to save on memory allocation... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Fix the only bug (which was to use DBGC() in place... |
tree | commitdiff |
2007-01-12 |
Michael Brown | First version of an external memory allocator (not... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Rename copy_user() to memcpy_user(). Add memmove_user... |
tree | commitdiff |
2007-01-12 |
Michael Brown | Allow external code to update hidden memory regions. |
tree | commitdiff |
2007-01-12 |
Michael Brown | Nothing (not even hidemem.c) uses this file! |
tree | commitdiff |
2007-01-12 |
Michael Brown | Long since obsoleted by arch/i386/scripts/i386.lds |
tree | commitdiff |
2007-01-12 |
Michael Brown | Obsoleted by arch/i386/interface/pxe/pxe_call.c |
tree | commitdiff |
2007-01-12 |
Michael Brown | We *do* have a __data16_array after all! |
tree | commitdiff |
2007-01-12 |
Michael Brown | We may be required to page-align modules, so let's... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Provide registration mechanism for loaded images, so... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Populate multiboot information structure before calling OS. |
tree | commitdiff |
2007-01-11 |
Michael Brown | Whoever put together the grub multiboot.h header is... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Avoid namespace clashes |
tree | commitdiff |
2007-01-11 |
Michael Brown | Added fields present in the documentation but not in... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Capable of starting a multiboot kernel (albeit without... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE (... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Capable of loading a multiboot image into memory |
tree | commitdiff |
2007-01-11 |
Michael Brown | Downloaded from current grub CVS. |
tree | commitdiff |
2007-01-11 |
Michael Brown | Move include/image.h to include/gpxe/image.h |
tree | commitdiff |
2007-01-11 |
Michael Brown | Removed the Etherboot-specific ELF-image code and repla... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Remove osloader.c and replace with a prep_segment(... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Added user_to_phys() and memset_user(). |
tree | commitdiff |
2007-01-11 |
Michael Brown | Move memmap.h out of arch/i386; it no longer contains... |
tree | commitdiff |
2007-01-11 |
Michael Brown | Add phys_to_user() and copy_user(). |
tree | commitdiff |
2007-01-11 |
Michael Brown | Update buffer-handling code to enable expandable buffers. |
tree | commitdiff |
2007-01-10 |
Michael Brown | Add device description fields to struct device. |
tree | commitdiff |
2007-01-10 |
Michael Brown | Give UNDI device a more meaningful name. |
tree | commitdiff |
2007-01-10 |
Michael Brown | Add "name" field to struct device to allow human-readab... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Add RX quotas to the net device poll() method. This... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Rename pkb_available() to pkb_tailroom() for consistenc... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Added net device TX queue; this will be needed to suppo... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Added ability to break ISR processing over several... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Send EOI after enabling interrupt, in case the device... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Allow boot sector to completely destroy real-mode stack... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Leave protected-mode return address on PM stack when... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Obsoleted by drivers/net/undionly.c |
tree | commitdiff |
2007-01-09 |
Michael Brown | Added UNDI root bus driver (which saves including all... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Added missing call to undinet_remove() |
tree | commitdiff |
2007-01-09 |
Michael Brown | undipci_probe() has to calculate busdevfn anyway, so... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Avoid erasing non-existent signatures in undi_unload() |
tree | commitdiff |
2007-01-09 |
Michael Brown | Avoid leaving preloaded_undi with invalid PXENV+/!PXE... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Since we now always unload the base code stack (even... |
tree | commitdiff |
2007-01-09 |
Michael Brown | If preloaded device matches, use that rather than going... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Populate preloaded_undi device when applicable. |
tree | commitdiff |
2007-01-09 |
Michael Brown | Provide storage for an undi_device structure representi... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Call PXENV_UNDI_GET_NIC_TYPE to identify NIC physical... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Use fixed-width fields in struct undi_device, so that... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Copy pxelinux's shutdown sequence: use UNLOAD_STACK... |
tree | commitdiff |
2007-01-08 |
Michael Brown | New strategy: always stop both base code and UNDI.... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Checking in obsolete but working memory-scanning code... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Neaten up debug messages |
tree | commitdiff |
2007-01-08 |
Michael Brown | Remove spurious debug message |
tree | commitdiff |
2007-01-08 |
Michael Brown | Now split out into undirom.c and undiload.c |
tree | commitdiff |
2007-01-08 |
Michael Brown | Added any-PCI-device UNDI driver |
tree | commitdiff |
2007-01-08 |
Michael Brown | Tidied up debug messages |
tree | commitdiff |
2007-01-08 |
Michael Brown | Added debugging statements |
tree | commitdiff |
2007-01-08 |
Michael Brown | Added missing includes |
tree | commitdiff |
2007-01-08 |
Michael Brown | Added missing declarations |
tree | commitdiff |
2007-01-08 |
Michael Brown | Added missing include |
tree | commitdiff |
2007-01-08 |
Michael Brown | Split UNDI load/unload out into undiload.c. |
tree | commitdiff |
2007-01-08 |
Michael Brown | Remove obsolete includes |
tree | commitdiff |
2007-01-08 |
Michael Brown | Separated out UNDI ROM location code into undirom.c... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Use "struct undi_device" instead of "struct pxe_device... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Renamed undi.c to undinet.c. (undi.c will become the... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Obsolete |
tree | commitdiff |
2007-01-07 |
Michael Brown | Remove accidentally checked-in code |
tree | commitdiff |
2007-01-07 |
Michael Brown | Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and |
tree | commitdiff |
2007-01-07 |
Michael Brown | Remember to enable/disable the interrupt at the PIC. |
tree | commitdiff |
2007-01-05 |
Michael Brown | Remove redundant debug message |
tree | commitdiff |
2007-01-05 |
Michael Brown | UNDI loader routine now works |
tree | commitdiff |
2007-01-05 |
Michael Brown | Added PnP BIOS scanning code, separated out from the... |
tree | commitdiff |
2007-01-05 |
Marty Connor | Fixed typo |
tree | commitdiff |
2007-01-05 |
Michael Brown | Partial implementation of UNDI loader caller. |
tree | commitdiff |
next |