seabios.git
2011-07-10 Kevin O'ConnorMinor fix - make sure not to call ohci/uhci_init from...
2011-07-10 Kevin O'ConnorFix serial port flushing code.
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-10 Kevin O'ConnorPush 'struct pci_device' into USB code (instead of...
2011-07-09 Kevin O'ConnorExtend tools/readserial.py to support serial port timin...
2011-07-09 Wayne XiaFix jpeg decoder problem when it is used in 24 BPP...
2011-07-09 Wayne XiaAdd an option to let seabios show BMP file as a logo.
2011-07-06 Kevin O'ConnorAdd utility "tools/encodeint.py" for CBFS config file...
2011-07-06 Kevin O'ConnorReplace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and...
2011-07-06 Kevin O'ConnorReplace CONFIG_S3_RESUME_VGA_INIT with "etc/s3-resume...
2011-07-06 Kevin O'ConnorReplace "CONFIG_OPTIONROMS_CHECKSUM" with "etc/optionro...
2011-07-06 Kevin O'ConnorReplace CONFIG_PS2_KEYBOARD_SPINUP with "etc/ps2-keyboa...
2011-07-06 Kevin O'ConnorReplace CONFIG_EXTRA_PCI_ROOTS with dynamic "etc/extra...
2011-07-06 Kevin O'ConnorReplace CONFIG_BOOTMENU_WAIT with dynamic "etc/boot...
2011-07-06 Kevin O'ConnorAdd "romfile" code to assist with extract integer confi...
2011-07-03 Kevin O'ConnorReplace CONFIG_PCI_ROOT1/2 with CONFIG_EXTRA_PCI_ROOTS.
2011-07-03 Kevin O'ConnorRename foreachbdf_in_bus to foreachbdf and simplify it.
2011-07-03 Kevin O'ConnorConvert remaining callers of foreachbdf to foreachbdf_i...
2011-07-02 Kevin O'ConnorConvert pci_find_device/class to use 'struct pci_device'.
2011-07-02 Kevin O'ConnorCalculate vgahook responses during setup instead of...
2011-06-22 Kevin O'ConnorUse 'struct pci_device' to note which devices have...
2011-06-22 Kevin O'ConnorConvert pci_init_device to use 'struct pci_device'.
2011-06-22 Kevin O'ConnorMove pci_probe() call into pciinit() code.
2011-06-22 Kevin O'ConnorUse manual PCI search when making bios ram writable.
2011-06-21 Kevin O'ConnorReplace PCIPaths code with struct pci_device.
2011-06-21 Kevin O'ConnorConvert USB detection code to use struct pci_device.
2011-06-21 Kevin O'ConnorConvert AHCI detection code to use struct pci_device.
2011-06-21 Kevin O'ConnorConvert virtio detection to use struct pci_device.
2011-06-21 Kevin O'ConnorConvert mptable code to use struct pci_device.
2011-06-21 Kevin O'ConnorConvert ATA detection code to use struct pci_device.
2011-06-21 Kevin O'ConnorConvert option rom scan to use struct pci_device.
2011-06-21 Kevin O'ConnorRemove support for compiling in OPTIONROM_VENDEV_1/2.
2011-06-21 Kevin O'ConnorFind all pci devices at startup and cache them for...
2011-06-19 Kevin O'ConnorRename foreachpci macro to foreachbdf.
2011-06-19 Kevin O'ConnorAdd support for white-listing AHCI controllers as ATA...
2011-06-19 Kevin O'ConnorConvert ATA pci scan to use pci_device_id table.
2011-06-19 Kevin O'ConnorRemove dev-i440fx.c/h - move code closer to its callers.
2011-06-15 Kevin O'ConnorOnly allow CONFIG_XEN when not CONFIG_COREBOOT.
2011-06-14 Ian CampbellCorrect fseg allocation for SMBIOS tables.
2011-06-13 Ian CampbellAdd support for use as Xen HVM BIOS.
2011-06-13 Ian CampbellMove support for copying out BIOS tables into its own...
2011-05-29 Kevin O'ConnorFix OHCI keyboard repeat key issue.
2011-05-28 Kevin O'ConnorOnly show CONFIG_PS2_KEYBOARD_SPINUP when CONFIG_COREBOOT.
2011-05-28 Kevin O'ConnorAdd option to handle PS2 keyboards that have a slow...
2011-05-25 Kevin O'Connorfix resume from S3 with QXL device
2011-05-22 Kevin O'ConnorCheck for broken LD that ships with Ubuntu 11.04.
2011-05-14 Ian CampbellPrint E820 type names as well as numbers, as a debug aid
2011-05-11 Kevin O'ConnorAdd Kconfig option to specify which serial port when...
2011-05-11 Kevin O'ConnorAdd config option (CONFIG_BOOTORDER) to disable bootord...
2011-05-07 Kevin O'ConnorMove ps2ctr manipulation from mouse.c to ps2port.c.
2011-05-07 Kevin O'ConnorMinor Kconfig help update.
2011-05-07 Kevin O'ConnorFix struct bregs - it shouldn't have multiple members...
2011-03-07 Kevin O'ConnorAdd config option to permit running option roms with...
2011-03-07 Kevin O'ConnorAdd config option to disable MTRR initialization.
2011-03-06 Kevin O'ConnorPrep version for next release.
2011-03-01 Kevin O'ConnorUpdate version to 0.6.2
2011-02-04 Gleb Natapovlets pretend that RTC can be used to wakeup from S4
2011-01-30 Kevin O'ConnorExpand user configurable parameters in Kconfig.
2011-01-29 Kevin O'ConnorSupport non-local build directory - allow "make OUT...
2011-01-29 Kevin O'ConnorThe vgabios build must depend on autoconf.h.
2011-01-29 Stefan Reinauerfix parallel compilation of SeaBIOS
2011-01-29 Kevin O'ConnorStart using Kconfig to configure SeaBIOS settings.
2011-01-29 Kevin O'ConnorChange kconfig to emit disabled symbols in autoconf.h.
2011-01-29 Kevin O'ConnorBuild changes for Linux kconfig code to work in seabios...
2011-01-27 Kevin O'ConnorInitial commit of Kconfig build tool.
2011-01-27 Kevin O'ConnorMinor boot fixes.
2011-01-22 Kevin O'ConnorMinor comment / code layout improvement to romlayout.S.
2011-01-22 Kevin O'ConnorFix to prevent infinite loop in build_pci_path().
2011-01-16 Gleb Natapovsupport T13 EDD3.0 spec
2011-01-10 Kevin O'ConnorAdd ability to track PCI paths and add to build_pci_path().
2011-01-08 Kevin O'ConnorMove the CBFS payload setup to later in the boot.
2011-01-08 Kevin O'ConnorExtract space trimming code from ATA and use in USB...
2011-01-06 Kevin O'Connorseabios: acpi: add _RMV control method for PCI devices
2011-01-01 Kevin O'ConnorAdd support for finding the boot priority of USB drives.
2011-01-01 Kevin O'ConnorExtend 'usb_pipe' to track the controller and ports...
2011-01-01 Kevin O'ConnorAdd functions for boot device path parsing.
2010-12-30 Kevin O'ConnorUse bootprio_find_named_rom() for ramdisk and cbfs...
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'ConnorRemove Drives global struct in favor of independent...
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'ConnorCall setup_translation() from map_hd_drive().
2010-12-28 Kevin O'ConnorRename add_ordered_drive() to add_drive() and use in...
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-26 Kevin O'ConnorPopulate drive_g->desc prior to calling add_bcv_internal().
2010-12-26 Isaku Yamahatapciinit: fix off-by-one
2010-12-26 Kevin O'ConnorMinor build fixes.
2010-12-24 Kevin O'ConnorTrack the source of each optionrom deployed.
2010-12-24 Kevin O'ConnorSupport qemu based romfile wrappers called out of order.
2010-12-24 Kevin O'ConnorBreakup boot_setup() bootorder code into its own function.
next