Add simple cooperative threading scheme to allow parallel hw init.
[seabios.git] / src / 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.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-01 Kevin O'ConnorMake disk access work.
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
2008-02-27 Kevin O'ConnorMerge recent changes to bochs-bios CVS head.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.