aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw
Commit message (Expand)AuthorAgeFilesLines
...
* stacks: Don't update the A20 settings if they haven't changedKevin O'Connor2017-05-161-2/+4
* smm: Backup and restore A20 on an SMI based mode switchKevin O'Connor2017-05-161-1/+8
* src: Minor - remove tab characters that slipped into SeaBIOS C codeKevin O'Connor2017-05-021-1/+1
* coreboot: Adapt to upstream CBMEM console changesJulius Werner2017-04-251-6/+15
* config: Add function to check if fw_cfg existsPetr Berky2017-03-292-1/+12
* resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor2017-03-131-1/+13
* QEMU fw_cfg: Write fw_cfg back on S3 resumeBen Warren2017-02-212-0/+39
* QEMU fw_cfg: Add functions for accessing files by keyBen Warren2017-02-212-11/+32
* QEMU fw_cfg: Add command to write back address of fileBen Warren2017-02-212-3/+65
* romfile-loader: Switch to using named structsBen Warren2017-02-212-37/+37
* QEMU DMA: Add DMA write capabilityBen Warren2017-02-212-0/+52
* acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor2016-11-271-9/+9
* drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUSIgor Mammedov2016-11-213-33/+7
* support booting with more than 255 CPUsIgor Mammedov2016-10-251-4/+20
* add helpers to read etc/boot-cpus at resume timeIgor Mammedov2016-10-253-5/+47
* smp: consolidate CPU APIC ID detection and accountingKevin O'Connor2016-10-251-10/+15
* paravirt: disable legacy bios tables in case of more than 255 CPUsIgor Mammedov2016-10-251-2/+4
* smp: restore MSRs on S3 resumePaolo Bonzini2016-07-071-14/+36
* fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLHaozhong Zhang2016-07-012-11/+21
* fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson2016-06-011-0/+48
* shadow: Batch PCI config writesKevin O'Connor2016-04-061-17/+38
* optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYEDKevin O'Connor2016-04-061-14/+1
* fw/pci: add Q35 S3 supportMarcel Apfelbaum2016-03-071-17/+56
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-037-6/+11
* pci: Move code in pci.c that is specific to pciinit.c to pciinit.cKevin O'Connor2016-02-032-1/+37
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-16/+9
* Fix comment typoCao jin2016-02-012-3/+3
* biostables: Support SMBIOS 2.6+ UUID formatCole Robinson2016-01-151-11/+36
* post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor2016-01-123-0/+4
* resume: Make KVM soft reboot loop detection more flexibleKevin O'Connor2016-01-121-2/+13
* coreboot: Check for unaligned cbfs headerKevin O'Connor2016-01-121-0/+4
* fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum2015-12-201-4/+5
* acpi: Don't build SSDT files on every build; store them in gitKevin O'Connor2015-11-195-4/+719
* biostables: Minor - fix incorrect indentationKevin O'Connor2015-10-241-1/+1
* coreboot: Minor - avoid K&R style function declarationKevin O'Connor2015-10-241-1/+1
* Add QEMU fw_cfg DMA interfaceMarc MarĂ­2015-10-212-12/+93
* malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor2015-10-151-2/+2
* memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor2015-10-153-13/+11
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-155-25/+26
* Fix typos found by codespellStefan Weil2015-10-091-1/+1
* Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor2015-10-091-3/+0
* mptable: Don't create mptable if it is very largeKevin O'Connor2015-08-041-0/+5
* smm: ignore bits 16,18-31 of SMM revision ID at runtime tooKevin O'Connor2015-07-301-3/+3
* smm: fix outl argument orderPaolo Bonzini2015-07-301-1/+1
* Don't enable interrupts prior to IVT and PIC setupKevin O'Connor2015-07-141-0/+1
* coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointerKevin O'Connor2015-07-141-0/+3
* ich9: initialise RCBA register through LPC interfacePaulo Alcantara2015-07-142-0/+8
* pci: allow to loop over capabilitiesGerd Hoffmann2015-06-301-2/+2
* Add multiboot support.Vladimir Serbinenko2015-06-011-0/+111
* smm: ignore bits 16,18-31 of SMM revision IDPaolo Bonzini2015-05-111-4/+11