grml...
[seabios.git] / src / boot.h
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_pci_rom().
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_ata_de...
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_fdc_de...
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_pci_de...
2011-07-10 Kevin O'ConnorPush use of 'struct pci_device' to bootprio_find_usb().
2011-01-27 Kevin O'ConnorMinor boot fixes.
2011-01-01 Kevin O'ConnorAdd support for finding the boot priority of USB drives.
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-12-29 Kevin O'ConnorMove IPL.fw_bootorder to static variables in boot.c.
2010-12-29 Kevin O'ConnorMove IPL.bev to static variables in boot.c
2010-12-29 Kevin O'ConnorMove IPL.checkfloppysig to a global (CheckFloppySig...
2010-12-28 Kevin O'ConnorAdd stubs to permit devices to specify their boot priority.
2010-12-28 Kevin O'ConnorSimplify boot ordering by building an inclusive boot...
2010-12-24 Gleb NatapovRead bootorder file into memory.
2010-12-12 Gleb NatapovCreate separate IPL entry for each CD/DVD
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-04-13 Kevin O'ConnorInitial support for running CBFS payloads.
2009-02-16 Kevin O'ConnorEnhance boot menu to allow user to select which CD...
2009-02-09 Kevin O'ConnorAdd support for selecting harddrive order in boot menu.
2009-02-08 Kevin O'ConnorReorganize boot code.
2008-12-29 Kevin O'ConnorMove IPL definitions from ebda to global variables.