aboutsummaryrefslogtreecommitdiff
path: root/src/fw
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-14ich9: initialise RCBA register through LPC interfacePaulo Alcantara2-0/+8
2015-06-30pci: allow to loop over capabilitiesGerd Hoffmann1-2/+2
2015-06-01Add multiboot support.Vladimir Serbinenko1-0/+111
2015-05-11smm: ignore bits 16,18-31 of SMM revision IDPaolo Bonzini1-4/+11
2015-04-10smbios: Use integer signature instead of string signatureKevin O'Connor2-2/+2
2015-03-06fw/pci: map memory and IO regions for multiple pci root busesMarcel Apfelbaum1-0/+10
2015-03-06fw/pci: scan all buses if extraroots romfile is presentMarcel Apfelbaum1-0/+9
2015-02-24pci: enable SERR# for error forwarding in bridge control registerChen Fan1-0/+4
2014-11-12pciinit: Fix build warning in mch_pci_slot_get_irq()Kevin O'Connor1-16/+7
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