aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial bootsplash support.Kevin O'Connor2010-06-287-11/+1334
* Fix bvprintf() to respect padding for hex printing.Kevin O'Connor2010-06-191-15/+23
* Unify optionrom cbfs/qemu_cfg rom pulling code.Kevin O'Connor2010-06-135-68/+64
* SeaBIOS VGA hooksStefan Reinauer2010-06-101-10/+134
* SeaBIOS CD/DVD abbreviationsStefan Reinauer2010-06-102-4/+4
* Allocate cdemu buffer in low mem instead of ebda.Kevin O'Connor2010-06-063-18/+19
* Introduce memcpy_fl - a memcpy on "flat" pointers.Kevin O'Connor2010-06-063-15/+17
* Rework malloc to use a "first fit" algorithm.Kevin O'Connor2010-06-063-235/+313
* Minor mptable changes.Kevin O'Connor2010-06-061-8/+6
* virtio: clean up memory barrier usageMichael S. Tsirkin2010-05-262-9/+9
* virtio: remove NO_NOTIFY optimizationMichael S. Tsirkin2010-05-261-3/+1
* Don't use RTC to time boot menu delay.Kevin O'Connor2010-05-233-23/+7
* Generalize timer based delay code.Kevin O'Connor2010-05-233-32/+34
* Rename check_time() to check_tsc().Kevin O'Connor2010-05-239-24/+24
* Allow wait_irq to be called in 32bit code.Kevin O'Connor2010-05-234-50/+78
* Improve optionrom debugging statements.Kevin O'Connor2010-05-232-5/+17
* Minor - compile out usb-msc code if CONFIG_USB_MSC not set.Kevin O'Connor2010-05-231-0/+2