aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix virtio-blk failure after rebootGleb Natapov2010-11-131-0/+1
* mark irq9 active high in DSDTKevin O'Connor2010-10-312-980/+1040
* Support Samsung SE-S084 USB DVD drive (and probably many others)Kevin O'Connor2010-09-022-3/+7
* pciinit: remove unused variable, old_addr, in pci_set_io_region_addr().Isaku Yamahata2010-09-021-3/+1
* Minor - indentation change to jpeg.c.Kevin O'Connor2010-08-281-8/+8
* Update qemu_cfg_read to use "rep insb".Kevin O'Connor2010-08-251-2/+1
* Only show bootsplash during boot menu.Kevin O'Connor2010-08-255-38/+27
* add write support to virtio-blkGleb Natapov2010-08-241-6/+9
* Don't try to talk to APIC on 486Lubomir Rintel2010-08-241-1/+1
* Add ACPI SSDT/DSDT support for CPU hotplug.Kevin O'Connor2010-08-034-376/+586
* Add additional debug status messages to bootsplash code.Kevin O'Connor2010-08-031-0/+7
* Allow qemu to use bootsplash code via fwcfg interface.Kevin O'Connor2010-07-301-12/+13
* Default bootsplash on (for coreboot users).Kevin O'Connor2010-07-302-2/+2
* Autodetect video mode based on bootsplash jpeg dimensions.Kevin O'Connor2010-07-302-47/+69
* Rename "decdata" to "jpeg" in bootsplash - to be consistent with jpeg.c.Kevin O'Connor2010-07-301-10/+10
* Breakup jpeg_decode into parsing and displaying phases.Kevin O'Connor2010-07-303-34/+42
* Avoid using BSS variables in jpeg.c.Kevin O'Connor2010-07-303-163/+158
* Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor2010-07-288-48/+34
* Handle unaligned sizes in iomemcpy().Kevin O'Connor2010-07-272-7/+9
* Cleanup bootsplash vesa signature detection.Kevin O'Connor2010-07-271-5/+6
* Be sure to disable bootsplash on all BIOS boot cases.Kevin O'Connor2010-07-264-9/+19
* Add call16_int10 helper to bootsplash.c.Kevin O'Connor2010-07-261-16/+16
* Don't do "double buffering" in bootsplash code.Kevin O'Connor2010-07-261-40/+9
* Check that malloc succeeds in bootsplash code.Kevin O'Connor2010-07-261-45/+36
* Bootsplash fixes and cleanups.Kevin O'Connor2010-07-262-26/+23
* Minor - clarify bit logic in mptable.c.Kevin O'Connor2010-07-261-2/+2
* Fix integer truncating bug in calc_future_timer().Kevin O'Connor2010-07-261-2/+2
* seabios: pciinit: fix 64bit bar initilization.Isaku Yamahata2010-07-261-6/+2
* Minor - introduce GDT_GRANLIMIT macro.Kevin O'Connor2010-07-252-9/+13
* Avoid code addresses >64K in big real mode.Kevin O'Connor2010-07-252-3/+3
* seabios: smm: move out piix4 specific smram logic to dev-i440fx.cIsaku Yamahata2010-07-244-33/+62
* seabios: shadow: make device finding more generic.Isaku Yamahata2010-07-244-41/+81
* seabios: acpi: clean up of finding pm device.Isaku Yamahata2010-07-241-2/+8
* seabios: acpi: split out piix4 pm logic.Isaku Yamahata2010-07-243-4/+26
* seabios: acpi: move acpi definitions to acpi.h from acpi.cIsaku Yamahata2010-07-242-73/+76
* seabios: acpi: move out endian conversion helper function.Isaku Yamahata2010-07-242-10/+10
* seabios: pci: introduce helper function to find device from table and initial...Isaku Yamahata2010-07-242-0/+13
* smbios: Allow all fields to be set via qemu_cfg_smbios_load_field()Alex Williamson2010-07-101-81/+141
* seabios: pciinit: use pci device initializer helper function.Kevin O'Connor2010-07-104-88/+143
* seabios: pci: introduce helper function to initialize a given device.Isaku Yamahata2010-07-102-0/+54
* virtio: Clear interrupt status register in virtio-blkStefan Hajnoczi2010-07-082-0/+10
* seabios: pciinit: initialize pci bridge filtering registers.Isaku Yamahata2010-07-041-3/+103
* seabios: pciinit: pci bridge bus initialization.Isaku Yamahata2010-07-041-0/+70
* seabios: pciinit: make bar offset calculation pci bridge aware.Isaku Yamahata2010-07-041-1/+5
* seabios: pciinit: factor out bar offset calculation.Isaku Yamahata2010-07-041-10/+10
* seabios: pciinit: make pci bar assigner preferchable memory aware.Isaku Yamahata2010-07-042-7/+59
* seabios: pciinit: make pci memory space assignment 64bit aware.Isaku Yamahata2010-07-041-2/+17
* seabios: pciinit: factor out pci bar region allocation logic.Isaku Yamahata2010-07-041-37/+47
* seabios: pci: introduce foreachpci_in_bus() helper macro.Isaku Yamahata2010-07-041-0/+10
* Add romfile_size() wrapper for accessing cbfs/qemu_cfg files.Kevin O'Connor2010-07-042-2/+15