seabios.git
2011-09-20 Kevin O'ConnorDefine handle_post as VISIBLE32FLAT as work around...
2011-09-20 Kevin O'ConnorMinor - move ACPI_HPET_ADDRESS definition to config.h.
2011-09-02 Kevin O'ConnorMinor formatting and comment updates to acpi.c.
2011-09-02 Jan KiszkaProbe HPET existence
2011-08-28 Kevin O'ConnorUse coreboot smbios table if found.
2011-08-10 Gerd Hoffmannpci: re-add isa bridge setup
2011-08-06 Gerd Hoffmannahci: enable by default
2011-08-06 Gerd Hoffmannahci: use malloc_tmp memory for probing ports
2011-08-06 Gerd Hoffmannahci: move device registration
2011-08-06 Gerd Hoffmannahci: ignore atapi devices which are not cdroms
2011-08-06 Gerd Hoffmannahci: probe each port in its own thread
2011-08-06 Gerd Hoffmannahci/cdrom: shared bounce buffer
2011-08-04 Kevin O'ConnorAllow allocation of SMBIOS table in f-segment if it...
2011-08-04 Kevin O'ConnorAllow free space in f-segment to be used by malloc_fseg().
2011-07-29 Kevin O'ConnorWarn if not enough space in smp_mtrr array.
2011-07-29 Marcelo Tosattiseabios: increase smp_mtrr array size
2011-07-25 Gerd Hoffmannahci: bootprio support
2011-07-25 Gerd Hoffmannahci: rework init workflow & fix timeout handling
2011-07-25 Gerd Hoffmannahci: don't expect ATA_CB_STAT_DRQ being clear
2011-07-25 Scott Duplichanahci: handle unaligned buffers.
2011-07-25 Gerd Hoffmannahci: add error recovery code
2011-07-25 Gerd Hoffmannahci: use interrupt status register
2011-07-25 Gerd Hoffmannahci/sata: Fix FIS setup.
2011-07-21 Ian Campbellxen: actually setup hypercalls.
2011-07-16 Kevin O'ConnorRemove 16bit wrappers from PMM code.
2011-07-16 Kevin O'ConnorRun option rom visible PMM code in 32bit mode instead...
2011-07-13 Gerd Hoffmannpci: set BUILD_PCIMEM_START to 0xe0000000
2011-07-13 Gerd Hoffmannpci: cleanup config.h
2011-07-13 Gerd Hoffmannpci: remove old pci initilaization code
2011-07-13 Gerd Hoffmannpci: activate two-pass pci initialization code
2011-07-13 Gerd Hoffmannpci: add two-pass pci initialization code
2011-07-13 Kevin O'ConnorUpdates to TODO list.
2011-07-13 Kevin O'ConnorFix compile error - remove bmp.c from being compiled...
2011-07-11 Kevin O'ConnorRename the apm, pcibios, and elf entry points.
2011-07-11 Kevin O'ConnorSimplify POST entry code by moving reboot logic from...
2011-07-10 Kevin O'ConnorMinor fix - check for malloc failure in USB cntl alloca...
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...
next