summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: make buildable with intel compiler.rel-1.7.5.21.7.5-stableKevin O'Connor2014-11-251-8/+2
* add scripts/tarball.shGerd Hoffmann2014-11-251-0/+36
* megasas: read addional PCI I/O barrel-1.7.5.1Hannes Reinecke2014-11-101-0/+4
* ehci: Fix bug in hub port assignmentKevin O'Connor2014-11-101-1/+1
* build: Avoid absolute paths during "whole-program" compiling.Kevin O'Connor2014-11-101-2/+2
* Don't enable thread preemption during S3 resume vga option rom execution.Kevin O'Connor2014-11-101-1/+1
* vgabios: Return from handle_1011() if handler found.Kevin O'Connor2014-11-101-9/+9
* boot: Change ":rom%d" boot order rom instance to ":rom%x"Kevin O'Connor2014-08-261-2/+2
* boot: Fix boot order for SCSI target, lun > 9Markus Armbruster2014-08-261-2/+2
* hw/pci: reserve IO and mem for pci express downstream ports with no devices a...Marcel Apfelbaum2014-07-021-2/+32
* python3 fixes for vgabios and csm builds.rel-1.7.5Kevin O'Connor2014-05-272-19/+19
* Allow using full io region on q35.Gerd Hoffmann2014-05-202-7/+14
* acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann2014-05-206-19/+19
* smm: remove code to handle ACPI disable/enablePaolo Bonzini2014-05-201-25/+0
* vgabios: Add debug message if x86emu leal check triggers.Kevin O'Connor2014-05-131-0/+10
* acpi: Fix acpi dsdt compile warning.rel-1.7.5-rc1Kevin O'Connor2014-05-092-2/+1
* Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.Kevin O'Connor2014-05-083-3/+13
* build: Make sure romlayout.o is recompiled on Kconfig change.Kevin O'Connor2014-05-081-1/+1
* xhci: Use msleep() instead of mdelay() for port status delay.Kevin O'Connor2014-05-081-1/+1
* ld: don't hardcode "-melf_i386"Roger Pau Monne2014-05-081-2/+3
* If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor2014-05-065-7/+17
* SMBIOS: Check for aggregate tables & entry point in fw_cfgGabriel L. Somlo2014-05-063-2/+138
* hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum2014-04-163-7/+37
* hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum2014-04-163-0/+23
* vgabios: Define PlatformRunningOn to make compile happy.Kevin O'Connor2014-04-141-0/+3
* Factor out smbios table walking from display_uuid to smbios_next().Kevin O'Connor2014-04-121-62/+46
* Minor - replace some tab characters that slipped into the code.Kevin O'Connor2014-04-116-10/+10
* vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor2014-04-117-4/+251
* coreboot: Make coreboot table searching available to other code.Kevin O'Connor2014-04-112-23/+38
* vgabios: PMM scan was incorrectly depending on a zero %ds segment.Kevin O'Connor2014-04-111-6/+6
* Set the color attribute when calling vgabios print character.Kevin O'Connor2014-04-111-0/+1
* vgabios: Add support for manipulating framebuffers in high memory.Kevin O'Connor2014-04-112-0/+112
* vgabios: Introduce text_address().Kevin O'Connor2014-04-113-36/+24
* vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.Kevin O'Connor2014-04-112-367/+306
* vgabios: Split vgafb_scroll() into separate move and clear functions.Kevin O'Connor2014-04-113-122/+178
* vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor2014-04-114-13/+50
* Minor - remove unused includes from pci.c.Kevin O'Connor2014-04-082-5/+2
* apm: Remove old Bochs mechanism for shutdown/suspend/standby.Kevin O'Connor2014-04-072-29/+6
* Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.Kevin O'Connor2014-04-074-0/+4
* Use biostables.c for copying bios tables even when generating them.Kevin O'Connor2014-04-076-65/+43
* Move PirAddr definition from pirtable.c to biostables.c.Kevin O'Connor2014-04-073-3/+4
* smbios: Move smbios parsing logic from smbios.c to biostables.c.Kevin O'Connor2014-04-073-72/+73
* acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.Kevin O'Connor2014-04-074-149/+160
* Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.Kevin O'Connor2014-04-074-19/+30
* Minor - fix some typos in comments.Kevin O'Connor2014-04-052-2/+2
* usb: Only disable HID devices if both USB_MOUSE and USB_KEYBOARD are off.Kevin O'Connor2014-04-051-1/+1
* vp_init_simple: enable PCI bus-mastering before relying on DMA.Eric Northup2014-03-201-0/+1
* init_virtio_blk, init_virtio_scsi: reset HBA on errorEric Northup2014-03-202-3/+3
* smbios: Default all values to zero.Kevin O'Connor2014-03-201-0/+1
* vga: rework bar detection, add virtio-vgaGerd Hoffmann2014-03-061-4/+12