aboutsummaryrefslogtreecommitdiff
path: root/src/fw
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Implement call32 mechanism using SMIs.Kevin O'Connor1-1/+45
2014-08-23Minor - remove stray tab from src/fw/smm.c.Kevin O'Connor1-2/+1
2014-08-22acpi: use specified macro instead of magic-numberzhanghailiang1-6/+10
2014-07-01hw/pci: reserve IO and mem for pci express downstream ports with no devices a...Marcel Apfelbaum1-2/+32
2014-06-05Make sure handle_smi() and handle_smp() are compiled out if not enabled.Kevin O'Connor2-0/+5
2014-06-04smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor1-54/+56
2014-06-04smm: Use a C struct to define the layout of the SMM area.Kevin O'Connor1-12/+52
2014-06-04smm: Replace SMI assembler code with C code.Kevin O'Connor1-39/+30
2014-06-04smm: unify SMM handlersPaolo Bonzini1-16/+11
2014-06-04smm: complete SMM setupPaolo Bonzini3-1/+16
2014-06-04piix: add and use dev-piix.hPaolo Bonzini5-26/+44
2014-06-02Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec updateDavid Woodhouse1-0/+6
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