aboutsummaryrefslogtreecommitdiff
path: root/src/fw
AgeCommit message (Expand)AuthorFilesLines
2017-09-22paravirt: serial console configuration.Gerd Hoffmann1-0/+8
2017-09-14pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov1-4/+102
2017-09-14pci: add QEMU-specific PCI capability structureAleksandr Bezzubikov1-0/+52
2017-09-14pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov1-2/+2
2017-05-16stacks: Don't update the A20 settings if they haven't changedKevin O'Connor1-2/+4
2017-05-16smm: Backup and restore A20 on an SMI based mode switchKevin O'Connor1-1/+8
2017-05-02src: Minor - remove tab characters that slipped into SeaBIOS C codeKevin O'Connor1-1/+1
2017-04-25coreboot: Adapt to upstream CBMEM console changesJulius Werner1-6/+15
2017-03-29config: Add function to check if fw_cfg existsPetr Berky2-1/+12
2017-03-13resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor1-1/+13
2017-02-21QEMU fw_cfg: Write fw_cfg back on S3 resumeBen Warren2-0/+39
2017-02-21QEMU fw_cfg: Add functions for accessing files by keyBen Warren2-11/+32
2017-02-21QEMU fw_cfg: Add command to write back address of fileBen Warren2-3/+65
2017-02-21romfile-loader: Switch to using named structsBen Warren2-37/+37
2017-02-21QEMU DMA: Add DMA write capabilityBen Warren2-0/+52
2016-11-27acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor1-9/+9
2016-11-21drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUSIgor Mammedov3-33/+7
2016-10-25support booting with more than 255 CPUsIgor Mammedov1-4/+20
2016-10-25add helpers to read etc/boot-cpus at resume timeIgor Mammedov3-5/+47
2016-10-25smp: consolidate CPU APIC ID detection and accountingKevin O'Connor1-10/+15
2016-10-25paravirt: disable legacy bios tables in case of more than 255 CPUsIgor Mammedov1-2/+4
2016-07-07smp: restore MSRs on S3 resumePaolo Bonzini1-14/+36
2016-07-01fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLHaozhong Zhang2-11/+21
2016-06-01fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson1-0/+48
2016-04-06shadow: Batch PCI config writesKevin O'Connor1-17/+38
2016-04-06optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYEDKevin O'Connor1-14/+1
2016-03-07fw/pci: add Q35 S3 supportMarcel Apfelbaum1-17/+56
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor7-6/+11
2016-02-03pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor2-1/+37
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-16/+9
2016-02-01Fix comment typoCao jin2-3/+3
2016-01-15biostables: Support SMBIOS 2.6+ UUID formatCole Robinson1-11/+36
2016-01-12post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor3-0/+4
2016-01-12resume: Make KVM soft reboot loop detection more flexibleKevin O'Connor1-2/+13
2016-01-12coreboot: Check for unaligned cbfs headerKevin O'Connor1-0/+4
2015-12-20fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum1-4/+5
2015-11-19acpi: Don't build SSDT files on every build; store them in gitKevin O'Connor5-4/+719
2015-10-24biostables: Minor - fix incorrect indentationKevin O'Connor1-1/+1
2015-10-24coreboot: Minor - avoid K&R style function declarationKevin O'Connor1-1/+1
2015-10-21Add QEMU fw_cfg DMA interfaceMarc MarĂ­2-12/+93
2015-10-15malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor1-2/+2
2015-10-15memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor3-13/+11
2015-10-15e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor5-25/+26
2015-10-09Fix typos found by codespellStefan Weil1-1/+1
2015-10-09Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor1-3/+0
2015-08-04mptable: Don't create mptable if it is very largeKevin O'Connor1-0/+5
2015-07-30smm: ignore bits 16,18-31 of SMM revision ID at runtime tooKevin O'Connor1-3/+3
2015-07-30smm: fix outl argument orderPaolo Bonzini1-1/+1
2015-07-14Don't enable interrupts prior to IVT and PIC setupKevin O'Connor1-0/+1
2015-07-14coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointerKevin O'Connor1-0/+3