aboutsummaryrefslogtreecommitdiff
path: root/src/fw
AgeCommit message (Expand)AuthorFilesLines
2014-07-02hw/pci: reserve IO and mem for pci express downstream ports with no devices a...Marcel Apfelbaum1-2/+32
2014-05-20Allow using full io region on q35.Gerd Hoffmann2-7/+14
2014-05-20acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann5-19/+18
2014-05-20smm: remove code to handle ACPI disable/enablePaolo Bonzini1-25/+0
2014-05-09acpi: Fix acpi dsdt compile warning.rel-1.7.5-rc1Kevin O'Connor2-2/+1
2014-05-06SMBIOS: Check for aggregate tables & entry point in fw_cfgGabriel L. Somlo2-1/+136
2014-04-16hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum1-7/+2
2014-04-16hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum1-0/+3
2014-04-12Factor out smbios table walking from display_uuid to smbios_next().Kevin O'Connor1-62/+46
2014-04-11Minor - replace some tab characters that slipped into the code.Kevin O'Connor3-6/+6
2014-04-11coreboot: Make coreboot table searching available to other code.Kevin O'Connor1-23/+35
2014-04-07apm: Remove old Bochs mechanism for shutdown/suspend/standby.Kevin O'Connor1-1/+0
2014-04-07Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.Kevin O'Connor4-0/+4
2014-04-07Use biostables.c for copying bios tables even when generating them.Kevin O'Connor5-65/+40
2014-04-07Move PirAddr definition from pirtable.c to biostables.c.Kevin O'Connor2-2/+3
2014-04-07smbios: Move smbios parsing logic from smbios.c to biostables.c.Kevin O'Connor2-70/+71
2014-04-07acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.Kevin O'Connor3-142/+155
2014-04-05Minor - fix some typos in comments.Kevin O'Connor1-1/+1
2014-03-20smbios: Default all values to zero.Kevin O'Connor1-0/+1
2014-02-17coreboot: Move links file processing to its own function.Kevin O'Connor1-35/+41
2014-02-17Enhance nullTrailingSpace() so that it can also skip leading spaces.Kevin O'Connor1-5/+2
2014-02-17coreboot: Add support for a "links" file to have aliases in CBFS.Kevin O'Connor1-0/+39
2014-01-27pci: improve io address space allocationGerd Hoffmann1-5/+40
2014-01-22debug: Unify the SeaBIOS debug version banner.Kevin O'Connor2-3/+3
2014-01-22coreboot: Support alternative locations for CBFS.Kevin O'Connor1-5/+5
2014-01-22smbios: catch zero-length stringsGerd Hoffmann1-3/+7
2014-01-15Minor - pciinit.c - order header files and use static on local functions.Kevin O'Connor1-6/+6
2014-01-15resume: restore piix pm config registers after resumeMarcel Apfelbaum1-3/+21
2013-12-27Remove the pmm handle argument from _malloc().Kevin O'Connor2-3/+3
2013-12-22coreboot: Make sure to print the SeaBIOS version in cbmem debug output.rel-1.7.4Kevin O'Connor1-1/+1
2013-12-22Fix CBMEM console overflowKyösti Mälkki1-3/+3
2013-12-12run qemu_cfg_e820 only for CONFIG_QEMU=yGerd Hoffmann1-0/+3
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2-1/+2
2013-11-29pci: map 64-bit BARs at location provided by emulatorGerd Hoffmann1-1/+5
2013-11-29pci: log pci windowsGerd Hoffmann1-0/+2
2013-11-29pci: tweak + comment minimum allocationsGerd Hoffmann1-3/+3
2013-11-29pci: align 64bit pci regions to 1GGerd Hoffmann1-2/+7
2013-11-29pci: don't map usb host adapters above 4GGerd Hoffmann1-0/+2
2013-11-29pci: don't reorder entries when moving to 64bit listGerd Hoffmann1-0/+1
2013-11-19acpi: strip compiler info in built-in DSDT if anyMichael S. Tsirkin1-1/+4
2013-11-06Add support for etc/e820 fw_cfg fileGerd Hoffmann1-0/+41
2013-11-06Add qemu_cfg_e820 function.Gerd Hoffmann1-25/+32
2013-11-06acpi: load and link tables through romfile loaderMichael S. Tsirkin1-0/+21
2013-11-06romfile_loader: utility to patch in-memory ROM filesMichael S. Tsirkin2-0/+249
2013-11-06biostables: support looking up RSDPMichael S. Tsirkin1-7/+34
2013-10-26ACPI DSDT: Make control method `IQCR` serializedPaul Menzel2-2/+2
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor5-4/+12
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2-10/+10
2013-09-19Add qemu detection to csmGerd Hoffmann1-0/+3
2013-09-19Drop coreboot qemu detectionGerd Hoffmann1-4/+0