summaryrefslogtreecommitdiff
path: root/OvmfPkg/AcpiTables
AgeCommit message (Expand)AuthorFilesLines
2016-11-16OvmfPkg AcpiTables: Use PcdDebugIoPort to describe QEMU debug consoleLiming Gao2-1/+5
2015-09-02OvmfPkg: AcpiTables: serialize control methods that create named objectsLaszlo Ersek1-2/+2
2013-03-04OvmfPkg: report support for the PIIX3 reset register in the FADTjljusten2-3/+6
2013-03-04OvmfPkg: upgrade the FADT to ACPI 2.0 without functional changesjljusten2-12/+38
2013-03-04OvmfPkg: fold macros of unsupported GPE1 register block into Facp.aslcjljusten2-6/+3
2013-03-04OvmfPkg: fold macros of unsupported PM2 control reg. block into Facp.aslcjljusten2-4/+2
2013-03-04OvmfPkg: fold macros of unsupported PM1b register blocks into Facp.aslcjljusten2-4/+3
2013-03-04OvmfPkg: bump commonly used ACPI table revision numbersjljusten1-2/+3
2013-01-28OvmfPkg: set ActiveHigh polarity for the SCI with a dedicated link devicejljusten1-2/+44
2012-12-17OvmfPkg: create \_S3 and \_S4 packages dynamicallyjljusten1-2/+3
2012-12-17OvmfPkg: report S3 state in DSDTjljusten1-0/+1
2012-12-17OvmfPkg: fix PIIX4 SUS_TYP value in \_S4 packagejljusten1-1/+1
2012-12-17OvmfPkg: add comments to existing \_Sx packages in DSDTjljusten1-3/+3
2012-10-11Add missing braces around initializer.lzeng143-97/+118
2012-08-13OvmfPkg: generate full MADT dynamically, synchronize contents with qemujljusten2-22/+9
2012-08-13OvmfPkg: fix interrupt routing in the DSDT, bump revision numberjljusten1-13/+122
2012-08-13OvmfPkg: add parallel port to the DSDTjljusten1-0/+13
2012-08-13OvmfPkg: fix the _UID of \_SB.PCI0.LPC.LNKD in the DSDTjljusten1-1/+1
2012-08-13OvmfPkg: add comments to the DSDT, remove trailing empty linejljusten1-5/+7
2012-08-13OvmfPkg: _DIS and _SRS methods should have permanent effectjljusten1-23/+28
2012-08-13OvmfPkg: unlike PIIX4, qemu needs ActiveHigh for interrupt sharingjljusten1-2/+2
2012-08-13OvmfPkg: simplify _CRS, _PRS, _SRS methods in the DSDTjljusten1-22/+22
2012-08-13OvmfPkg: add qemu debug console port to XTRA devicejljusten1-0/+1
2012-08-13OvmfPkg: fix LAPIC RangeLength in DSDTjljusten1-4/+4
2012-08-13OvmfPkg: sync FADT with QEMU: PM Timer is 24-bitjljusten1-1/+1
2012-08-13OvmfPkg: sync FADT with QEMU: boot architecture flagsjljusten1-1/+1
2012-08-13OvmfPkg: sync FADT with QEMU: clear DAY_ALRMjljusten1-1/+1
2012-08-13OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDEjljusten1-2/+2
2012-08-13OvmfPkg: sync FADT with QEMU: disable PM2 control blockjljusten1-2/+2
2012-08-13OvmfPkg: sync FADT with QEMU: correct SMI_CMDjljusten2-5/+5
2012-08-13OvmfPkg: cleanup whitespace in Facp.aslc / Platform.hjljusten2-10/+10
2012-07-31OvmfPkg/AcpiTables/Dsdt.asl: report the PCI IO ranges set in FWDTjljusten1-4/+85
2012-07-31OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespacejljusten1-14/+14
2012-07-31OvmfPkg: install an SSDT with a dynamic OperationRegion called FWDTjljusten2-0/+20
2012-05-30OvmfPkg ACPI MADT: Make processor IDs zero basedjljusten1-11/+11
2012-05-04OvmfPkg/AcpiTables: Change the ACPI PM Base Adress to 0xb000jljusten2-4/+4
2012-05-04OvmfPkg/AcpiTables: Set SMI ACPI Enable/Disable fields to 0jljusten1-2/+2
2012-05-04OvmfPkg/AcpiTables: Update GPE0 block address range for QEMUjljusten2-1/+2
2010-04-28Update the copyright notice formathhtian6-12/+12
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten5-0/+0
2010-02-25remove svn:executable attribute for INF file.klu21-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-3/+0
2010-02-231. Correct File header to ## @filelgao41-4/+4
2009-08-111. update AcpiTable module type to USER_DEFINEDvanjeff1-2/+2
2009-06-23Set the SMI port in the ACPI FACP table to 0. This signals to thejljusten1-1/+1
2009-05-27Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten6-0/+864