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 |
2007-01-05 |
Michael Brown | Add PXE driver-scanning code, capable of locating all... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Renamed undi_net.c to undi.c. |
tree | commitdiff |
2007-01-04 |
Michael Brown | Obsolete; net driver functionality is now in undi_net... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Added PXE bus driver (with support only for using PXE... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Obsolete |
tree | commitdiff |
2007-01-04 |
Michael Brown | This file is no longer used |
tree | commitdiff |
2007-01-04 |
Michael Brown | Ripped out everything except the ability to send EOI... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Add as a separate file so that we can do "make bin... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Don't automatically call gateA20_set() when returning... |
tree | commitdiff |
2006-12-21 |
Michael Brown | Engage brain: since when was zero >= 0x80 ? |
tree | commitdiff |
2006-12-21 |
Michael Brown | Some BIOSes return 0xe0 for extended characters. Just... |
tree | commitdiff |
2006-12-20 |
Michael Brown | Return ANSI sequences for special keys |
tree | commitdiff |
2006-12-20 |
Michael Brown | Prevent NULL from ever pointing to some real code or... |
tree | commitdiff |
2006-12-19 |
Michael Brown | Optimise bios_putchar for speed(!) by avoiding two... |
tree | commitdiff |
2006-12-18 |
Michael Brown | Add basic ANSI escape sequence support to BIOS console |
tree | commitdiff |
2006-12-12 |
Michael Brown | Fix building on gas versions that don't auto-insert... |
tree | commitdiff |
2006-12-05 |
Michael Brown | Avoid draining the keyboard buffer during gateA20_set... |
tree | commitdiff |
2006-09-27 |
Michael Brown | We don't actually have a stdio.h header file. Our... |
tree | commitdiff |
2006-09-27 |
Marty Connor | added stdio.h to includes for DBG compilation |
tree | commitdiff |
2006-09-19 |
Marty Connor | fix args to _disable routine |
tree | commitdiff |
2006-09-14 |
Marty Connor | get rid of compile warnings (except intentionally gener... |
tree | commitdiff |
2006-09-14 |
Marty Connor | fix DBG macro unknown variable |
tree | commitdiff |
2006-09-08 |
Michael Brown | Added geometry-guessing code based on the partition... |
tree | commitdiff |
next |