seabios.git
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.
2010-12-24 Kevin O'ConnorAdd romfile_loadfile() helper function.
2010-12-24 Gleb NatapovRead bootorder file into memory.
2010-12-24 Kevin O'ConnorAdd strchr() function.
2010-12-24 Gleb NatapovAdd romfile_name() function.
2010-12-24 Gleb NatapovAdd BAID for ahci cdrom.
2010-12-24 Gleb NatapovProvide full EDD 3.0 info for virtio disk
2010-12-24 Kevin O'ConnorEnhance layoutrom.py to work around a binutils quirk.
2010-12-12 Gleb NatapovCreate separate IPL entry for each CD/DVD
2010-12-12 Gerd Hoffmannahci: set controller id
2010-12-12 Gerd Hoffmannahci: fix off-by-one in port count
2010-12-12 Kevin O'Connorahci: enable io/mem/dma
2010-12-12 Gerd Hoffmannahci: set dma feature flag
2010-12-05 Kevin O'ConnorCheck if capability enabled in XXX_cmd_data functions.
2010-12-05 Kevin O'ConnorRequire a "_cfuncXX_" symbol prefix for inter-mode...
2010-12-05 Gerd Hoffmannadd ahci support
2010-12-05 Gerd Hoffmannata: make helpers available
2010-12-05 Gerd Hoffmannutil: add memset_fl()
2010-12-05 Gerd Hoffmannpci: add helper functions for mmio bar access from...
2010-11-25 Kevin O'ConnorEnhance call32() to pass a parameter to called function.
2010-11-25 Kevin O'ConnorDon't pass return address to transition(32,16,16big...
2010-11-13 Isaku Yamahatapciinit: use pci_region functions.
2010-11-13 Isaku Yamahatapci: introduce pci_region to manage pci io/memory/prefm...
2010-10-21 Kevin O'Connormark irq9 active high in DSDT
2010-10-18 Kevin O'ConnorReport meaningful error if pyserial not present in...
2010-09-26 Kevin O'ConnorShow size of non-relocatable runtime code during build.
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-09-25 Kevin O'ConnorAllow rom to grow to 256K.
2010-09-25 Kevin O'ConnorFix typo preventing relocated space from being used...
2010-09-25 Gleb Natapovfix virtio-blk failure after reboot
2010-09-25 Kevin O'ConnorAdd a debug method to AML code.
2010-09-25 Kevin O'ConnorWarn that ohci bulk is not supported.
2010-09-25 Kevin O'ConnorEnable optionroms to use freed space due to CONFIG_RELO...
2010-09-25 Kevin O'ConnorMove the 32bit init code to high memory at runtime.
2010-09-16 Kevin O'ConnorMove init code from _start() to post().
2010-09-16 Kevin O'ConnorAdd memalign_tmp() helper function.
2010-09-16 Kevin O'ConnorTry to hard-reboot on rerun of post even on emulators.
2010-09-16 Kevin O'ConnorDon't do shadow copying of optionroms when CONFIG_OPTIO...
2010-09-16 Kevin O'ConnorTry to hard-reboot processor on rerun of post under...
2010-09-16 Kevin O'ConnorEnhance build to emit relocation information.
2010-09-16 Kevin O'ConnorSeparate out init code from the rest of the 32bit flat...
2010-09-16 Kevin O'ConnorModify tools/layoutrom.py to use classes instead of...
2010-09-13 Kevin O'ConnorUse str.startswith() in python scripts.
2010-09-13 Kevin O'ConnorPrep version for next release.
2010-09-13 Kevin O'ConnorUpdate version to 0.6.1
2010-09-03 Kevin O'ConnorSupport Samsung SE-S084 USB DVD drive (and probably...
2010-09-03 Isaku Yamahatapciinit: remove unused variable, old_addr, in pci_set_i...
2010-08-28 Kevin O'ConnorMinor - indentation change to jpeg.c.
2010-08-28 Kevin O'ConnorEnhance tools/readserial.py to support reading from...
2010-08-28 Kevin O'ConnorMake tools/transdump.py more resilient to unknown input.
2010-08-26 Kevin O'ConnorUpdate qemu_cfg_read to use "rep insb".
2010-08-26 Kevin O'ConnorOnly show bootsplash during boot menu.
2010-08-24 Gleb Natapovadd write support to virtio-blk
2010-08-24 Lubomir RintelDon't try to talk to APIC on 486
2010-08-04 Kevin O'ConnorAdd ACPI SSDT/DSDT support for CPU hotplug.
2010-08-04 Kevin O'ConnorAdd additional debug status messages to bootsplash...
2010-07-30 Kevin O'ConnorAllow qemu to use bootsplash code via fwcfg interface.
2010-07-30 Kevin O'ConnorAdd tools/trandump.py tool for converting hexdump(...
2010-07-30 Kevin O'ConnorDefault bootsplash on (for coreboot users).
2010-07-30 Kevin O'ConnorAutodetect video mode based on bootsplash jpeg dimensions.
2010-07-30 Kevin O'ConnorRename "decdata" to "jpeg" in bootsplash - to be consis...
2010-07-30 Kevin O'ConnorBreakup jpeg_decode into parsing and displaying phases.
2010-07-30 Kevin O'ConnorAvoid using BSS variables in jpeg.c.
2010-07-29 Kevin O'ConnorAdd FUNC16() helper macro for converting a 16bit func...
2010-07-27 Kevin O'ConnorHandle unaligned sizes in iomemcpy().
2010-07-27 Kevin O'ConnorCleanup bootsplash vesa signature detection.
2010-07-27 Kevin O'ConnorBe sure to disable bootsplash on all BIOS boot cases.
2010-07-27 Kevin O'ConnorAdd call16_int10 helper to bootsplash.c.
2010-07-27 Kevin O'ConnorDon't do "double buffering" in bootsplash code.
next