2007-02-01 |
Michael Brown | Add ability to read serial number from SMBIOS |
tree | commitdiff |
2007-02-01 |
Michael Brown | More assertions |
tree | commitdiff |
2007-02-01 |
Michael Brown | Also print out stack pointer (with optional stack dump) |
tree | commitdiff |
2007-01-31 |
Michael Brown | Assert that division result is correct |
tree | commitdiff |
2007-01-31 |
Michael Brown | Added __umoddi3 |
tree | commitdiff |
2007-01-29 |
Michael Brown | Don't call PXENV_STOP_UNDI in the kpxeprefix. This... |
tree | commitdiff |
2007-01-29 |
Michael Brown | Split bootsector execution code out into bootsector.c. |
tree | commitdiff |
2007-01-28 |
Michael Brown | Handle (64-bit) / (32-bit) = (64-bit), i.e. one step... |
tree | commitdiff |
2007-01-26 |
Michael Brown | Yet more synonyms that people tend to use. |
tree | commitdiff |
2007-01-24 |
Michael Brown | Use base "0" in strtoul for consistency with "mem=" |
tree | commitdiff |
2007-01-22 |
Michael Brown | "vga=" is specified in decimal, not hex. |
tree | commitdiff |
2007-01-19 |
Michael Brown | Misread the definition of the type_of_loader field... |
tree | commitdiff |
2007-01-19 |
Michael Brown | Use stdio.h instead of vsprintf.h |
tree | commitdiff |
2007-01-18 |
Michael Brown | Declaring the CPU architecture in the middle of an... |
tree | commitdiff |
2007-01-18 |
Michael Brown | Accelerate memcpy() by around 32% on large, dword-align... |
tree | commitdiff |
2007-01-16 |
Michael Brown | Rename e{malloc,realloc,free} to u{malloc,realloc,free... |
tree | commitdiff |
2007-01-14 |
Michael Brown | We can now load an initrd as well as a kernel |
tree | commitdiff |
2007-01-14 |
Michael Brown | Make the getmemsize() prototype available in memsizes... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Actually, the initrd image should be architecture-indep... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Add dummy "initrd" image format, just so that images... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Copy command line at execution time rather than load... |
tree | commitdiff |
2007-01-14 |
Michael Brown | Split bzimage_load into separate functions |
tree | commitdiff |
2007-01-14 |
Michael Brown | Can start a Linux kernel directly (albeit with no initr... |
tree | commitdiff |
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 |
next |