aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* smbios: Use integer signature instead of string signatureKevin O'Connor2015-04-102-2/+2
* fw/pci: map memory and IO regions for multiple pci root busesMarcel Apfelbaum2015-03-061-0/+10
* fw/pci: scan all buses if extraroots romfile is presentMarcel Apfelbaum2015-03-061-0/+9
* pci: enable SERR# for error forwarding in bridge control registerChen Fan2015-02-241-0/+4
* pciinit: Fix build warning in mch_pci_slot_get_irq()Kevin O'Connor2014-11-121-16/+7
* Implement call32 mechanism using SMIs.Kevin O'Connor2014-10-151-1/+45
* Minor - remove stray tab from src/fw/smm.c.Kevin O'Connor2014-08-231-2/+1
* acpi: use specified macro instead of magic-numberzhanghailiang2014-08-221-6/+10
* hw/pci: reserve IO and mem for pci express downstream ports with no devices a...Marcel Apfelbaum2014-07-011-2/+32
* Make sure handle_smi() and handle_smp() are compiled out if not enabled.Kevin O'Connor2014-06-052-0/+5
* smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor2014-06-041-54/+56
* smm: Use a C struct to define the layout of the SMM area.Kevin O'Connor2014-06-041-12/+52
* smm: Replace SMI assembler code with C code.Kevin O'Connor2014-06-041-39/+30
* smm: unify SMM handlersPaolo Bonzini2014-06-041-16/+11
* smm: complete SMM setupPaolo Bonzini2014-06-043-1/+16
* piix: add and use dev-piix.hPaolo Bonzini2014-06-045-26/+44
* Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec updateDavid Woodhouse2014-06-021-0/+6
* Allow using full io region on q35.Gerd Hoffmann2014-05-202-7/+14
* acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann2014-05-205-19/+18
* smm: remove code to handle ACPI disable/enablePaolo Bonzini2014-05-201-25/+0
* acpi: Fix acpi dsdt compile warning.Kevin O'Connor2014-05-092-2/+1
* SMBIOS: Check for aggregate tables & entry point in fw_cfgGabriel L. Somlo2014-05-062-1/+136
* hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum2014-04-161-7/+2