grml...
[seabios.git] / src / boot.c
2012-04-06 Bernhard Urbangrml... coreboot
2012-01-14 Kevin O'ConnorBCVs should inherrit the legacy harddrive priority.
2011-11-22 Paolo Bonziniusb: fix boot paths
2011-07-10 Kevin O'ConnorRemove now unneeded find_pci().
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-07-06 Kevin O'ConnorReplace CONFIG_BOOTMENU_WAIT with dynamic "etc/boot...
2011-06-21 Kevin O'ConnorReplace PCIPaths code with struct pci_device.
2011-05-11 Kevin O'ConnorAdd config option (CONFIG_BOOTORDER) to disable bootord...
2011-01-27 Kevin O'ConnorMinor boot fixes.
2011-01-10 Kevin O'ConnorAdd ability to track PCI paths and add to build_pci_path().
2011-01-08 Kevin O'ConnorExtract space trimming code from ATA and use in USB...
2011-01-01 Kevin O'ConnorAdd support for finding the boot priority of USB drives.
2011-01-01 Kevin O'ConnorAdd functions for boot device path parsing.
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-12-29 Kevin O'ConnorMinor reorganization of some of the boot_xxx code in...
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-29 Kevin O'ConnorDon't access drive_g->desc from boot_cdrom().
2010-12-29 Kevin O'ConnorSimplify keyboard reading code in the interactive boot...
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 Kevin O'ConnorBreakup boot_setup() bootorder code into its own function.
2010-12-24 Kevin O'ConnorAdd romfile_loadfile() helper function.
2010-12-24 Gleb NatapovRead bootorder file into memory.
2010-12-12 Gleb NatapovCreate separate IPL entry for each CD/DVD
2010-08-26 Kevin O'ConnorOnly show bootsplash during boot menu.
2010-07-27 Kevin O'ConnorBe sure to disable bootsplash on all BIOS boot cases.
2010-06-28 Kevin O'ConnorInitial bootsplash support.
2010-06-11 Stefan ReinauerSeaBIOS CD/DVD abbreviations
2010-05-23 Kevin O'ConnorAllow wait_irq to be called in 32bit code.
2010-05-01 Kevin O'ConnorFurther parallelize init when using CONFIG_THREAD_OPTIO...
2010-03-20 Kevin O'ConnorDefault CONFIG_COREBOOT_FLASH on; make depend on CONFIG...
2010-02-22 Kevin O'ConnorCleanup - build drive description in temp memory during...
2010-02-16 Kevin O'ConnorDynamically allocate each drive_g with malloc_fseg().
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-13 Kevin O'ConnorFix use before free in boot_cbfs (boot.c).
2009-10-24 Kevin O'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-10-04 Kevin O'ConnorMove qemu config code from smbios.c to its own files...
2009-09-25 Kevin O'ConnorInterrupts should be enabled when calling 16bit code.
2009-09-20 Kevin O'ConnorFix uninitialized variable in cbfs menu code.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-08-17 Kevin O'ConnorRework coreboot cbfs interface for added flexibility.
2009-08-16 Kevin O'ConnorEnhance boot menu to allow selection of floppy to boot...
2009-08-16 Kevin O'ConnorAdd floppy controllers to "drives" list also.
2009-08-12 Kevin O'ConnorStore cdrom emulated driveid directly.
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-07-04 Kevin O'ConnorOptionrom code cleanup.
2009-06-16 Kevin O'ConnorAvoid -fwhole-program on broken gcc instead of stopping...
2009-05-06 Kevin O'ConnorAdd support for field width argument to %x (eg, %08x).
2009-04-30 Kevin O'ConnorAdd config option to set boot menu delay time.
2009-04-18 Kevin O'ConnorAllow booting from any device when under coreboot.
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-15 Kevin O'ConnorAllow ctrl+alt+delete to work when no boot device found.
2009-02-09 Kevin O'ConnorAdd support for selecting harddrive order in boot menu.
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
2009-02-08 Kevin O'ConnorSimplify boot code.
2009-02-08 Kevin O'ConnorReorganize boot code.
2009-02-07 Kevin O'ConnorIntroduce MBR struct; simplify cdrom emulation code.
2009-01-20 Kevin O'ConnorImplement memcpy_far and checksum_far, and replace...
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-31 Kevin O'ConnorUse new 'struct disk_op_s' to issue ata requests.
2008-12-31 Kevin O'ConnorReturn CDEMU parameters to ebda segment (instead of...
2008-12-30 Kevin O'ConnorIntroduce GET/SET_EBDA2() macros - they take a cached...
2008-12-29 Kevin O'ConnorMove IPL definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove most of ATA and CDEMU from ebda to global variables.
2008-12-11 Kevin O'ConnorFix boot when CONFIG_CDROM_BOOT is disabled.
2008-11-08 Kevin O'ConnorAvoid casting EBDA variables ipl.description and pir_loc.
2008-08-30 Kevin O'ConnorRename memcpy() to memcpy_far() and add regular memcpy...
2008-08-17 Kevin O'ConnorMisc minor improvements.
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-12 Kevin O'ConnorAdd workaround for older gcc's not fully supporting...
2008-07-06 Kevin O'ConnorConvert bootup code (int18/int19) to 32bit mode.
2008-07-06 Kevin O'ConnorMove $PnP string from boot.c to romlayout.S.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-28 Kevin O'ConnorImprove some debugging output.
2008-06-21 Kevin O'ConnorInit serial port before using it for debug - also reini...
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-18 Kevin O'ConnorEstablish boot order in post stage.
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-03-29 Kevin O'ConnorCleanup boot order determination.
2008-03-29 Kevin O'ConnorMerge IPL segment into EBDA segment.
2008-03-23 Kevin O'ConnorBreakout cdrom emulation support into CONFIG_CDROM_EMU.
2008-03-13 Kevin O'ConnorMove ata_detect call to 32bit code.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
2008-03-09 Kevin O'ConnorFix booting logic on failure.
2008-03-09 Kevin O'ConnorMinor cleanups.
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-05 Kevin O'ConnorGet CDROM emulation working.
next