aboutsummaryrefslogtreecommitdiff
path: root/src/boot.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-10usb: Build path via chain of usbdevice_s.Kevin O'Connor1-1/+2
2012-03-06add virtio-scsi driverPaolo Bonzini1-0/+1
2011-07-10Push use of 'struct pci_device' to bootprio_find_pci_rom().Kevin O'Connor1-1/+1
2011-07-10Push use of 'struct pci_device' to bootprio_find_ata_device().Kevin O'Connor1-1/+1
2011-07-10Push use of 'struct pci_device' to bootprio_find_fdc_device().Kevin O'Connor1-1/+1
2011-07-10Push use of 'struct pci_device' to bootprio_find_pci_device().Kevin O'Connor1-1/+1
2011-07-10Push use of 'struct pci_device' to bootprio_find_usb().Kevin O'Connor1-1/+2
2011-01-26Minor boot fixes.Kevin O'Connor1-1/+0
2011-01-01Add support for finding the boot priority of USB drives.Kevin O'Connor1-1/+2
2010-12-29Remove drive->desc field.Kevin O'Connor1-3/+3
2010-12-29Move IPL.fw_bootorder to static variables in boot.c.Kevin O'Connor1-10/+0
2010-12-29Move IPL.bev to static variables in boot.cKevin O'Connor1-19/+0
2010-12-29Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c.Kevin O'Connor1-1/+0
2010-12-27Add stubs to permit devices to specify their boot priority.Kevin O'Connor1-7/+11
2010-12-27Simplify boot ordering by building an inclusive boot list.Kevin O'Connor1-12/+8
2010-12-24Read bootorder file into memory.Gleb Natapov1-0/+2
2010-12-12Create separate IPL entry for each CD/DVDGleb Natapov1-0/+2
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2009-10-22Pass 'drive_s' pointer instead of driveid.Kevin O'Connor1-1/+2
2009-09-12Add mechanism for describing internal drives in boot menu.Kevin O'Connor1-1/+4
2009-04-13Initial support for running CBFS payloads.Kevin O'Connor1-2/+2
2009-02-16Enhance boot menu to allow user to select which CD drive to boot from.Kevin O'Connor1-1/+1
2009-02-08Add support for selecting harddrive order in boot menu.Kevin O'Connor1-5/+9
2009-02-08Reorganize boot code.Kevin O'Connor1-3/+2
2008-12-28Move IPL definitions from ebda to global variables.Kevin O'Connor1-0/+41