Age | Commit message (Expand) | Author | Files | Lines |
2020-02-10 | OvmfPkg/Acpi: Fix few typos | Antoine Coeur | 3 | -6/+6 |
2019-10-04 | OvmfPkg: strip trailing whitespace | Leif Lindholm | 1 | -3/+3 |
2019-04-09 | OvmfPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 7 | -49/+7 |
2018-06-29 | OvmfPkg: Removing ipf which is no longer supported from edk2. | chenc2 | 1 | -2/+2 |
2016-11-16 | OvmfPkg AcpiTables: Use PcdDebugIoPort to describe QEMU debug console | Liming Gao | 2 | -1/+5 |
2015-09-02 | OvmfPkg: AcpiTables: serialize control methods that create named objects | Laszlo Ersek | 1 | -2/+2 |
2013-03-04 | OvmfPkg: report support for the PIIX3 reset register in the FADT | jljusten | 2 | -3/+6 |
2013-03-04 | OvmfPkg: upgrade the FADT to ACPI 2.0 without functional changes | jljusten | 2 | -12/+38 |
2013-03-04 | OvmfPkg: fold macros of unsupported GPE1 register block into Facp.aslc | jljusten | 2 | -6/+3 |
2013-03-04 | OvmfPkg: fold macros of unsupported PM2 control reg. block into Facp.aslc | jljusten | 2 | -4/+2 |
2013-03-04 | OvmfPkg: fold macros of unsupported PM1b register blocks into Facp.aslc | jljusten | 2 | -4/+3 |
2013-03-04 | OvmfPkg: bump commonly used ACPI table revision numbers | jljusten | 1 | -2/+3 |
2013-01-28 | OvmfPkg: set ActiveHigh polarity for the SCI with a dedicated link device | jljusten | 1 | -2/+44 |
2012-12-17 | OvmfPkg: create \_S3 and \_S4 packages dynamically | jljusten | 1 | -2/+3 |
2012-12-17 | OvmfPkg: report S3 state in DSDT | jljusten | 1 | -0/+1 |
2012-12-17 | OvmfPkg: fix PIIX4 SUS_TYP value in \_S4 package | jljusten | 1 | -1/+1 |
2012-12-17 | OvmfPkg: add comments to existing \_Sx packages in DSDT | jljusten | 1 | -3/+3 |
2012-10-11 | Add missing braces around initializer. | lzeng14 | 3 | -97/+118 |
2012-08-13 | OvmfPkg: generate full MADT dynamically, synchronize contents with qemu | jljusten | 2 | -22/+9 |
2012-08-13 | OvmfPkg: fix interrupt routing in the DSDT, bump revision number | jljusten | 1 | -13/+122 |
2012-08-13 | OvmfPkg: add parallel port to the DSDT | jljusten | 1 | -0/+13 |
2012-08-13 | OvmfPkg: fix the _UID of \_SB.PCI0.LPC.LNKD in the DSDT | jljusten | 1 | -1/+1 |
2012-08-13 | OvmfPkg: add comments to the DSDT, remove trailing empty line | jljusten | 1 | -5/+7 |
2012-08-13 | OvmfPkg: _DIS and _SRS methods should have permanent effect | jljusten | 1 | -23/+28 |
2012-08-13 | OvmfPkg: unlike PIIX4, qemu needs ActiveHigh for interrupt sharing | jljusten | 1 | -2/+2 |
2012-08-13 | OvmfPkg: simplify _CRS, _PRS, _SRS methods in the DSDT | jljusten | 1 | -22/+22 |
2012-08-13 | OvmfPkg: add qemu debug console port to XTRA device | jljusten | 1 | -0/+1 |
2012-08-13 | OvmfPkg: fix LAPIC RangeLength in DSDT | jljusten | 1 | -4/+4 |
2012-08-13 | OvmfPkg: sync FADT with QEMU: PM Timer is 24-bit | jljusten | 1 | -1/+1 |
2012-08-13 | OvmfPkg: sync FADT with QEMU: boot architecture flags | jljusten | 1 | -1/+1 |
2012-08-13 | OvmfPkg: sync FADT with QEMU: clear DAY_ALRM | jljusten | 1 | -1/+1 |
2012-08-13 | OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE | jljusten | 1 | -2/+2 |
2012-08-13 | OvmfPkg: sync FADT with QEMU: disable PM2 control block | jljusten | 1 | -2/+2 |
2012-08-13 | OvmfPkg: sync FADT with QEMU: correct SMI_CMD | jljusten | 2 | -5/+5 |
2012-08-13 | OvmfPkg: cleanup whitespace in Facp.aslc / Platform.h | jljusten | 2 | -10/+10 |
2012-07-31 | OvmfPkg/AcpiTables/Dsdt.asl: report the PCI IO ranges set in FWDT | jljusten | 1 | -4/+85 |
2012-07-31 | OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespace | jljusten | 1 | -14/+14 |
2012-07-31 | OvmfPkg: install an SSDT with a dynamic OperationRegion called FWDT | jljusten | 2 | -0/+20 |
2012-05-30 | OvmfPkg ACPI MADT: Make processor IDs zero based | jljusten | 1 | -11/+11 |
2012-05-04 | OvmfPkg/AcpiTables: Change the ACPI PM Base Adress to 0xb000 | jljusten | 2 | -4/+4 |
2012-05-04 | OvmfPkg/AcpiTables: Set SMI ACPI Enable/Disable fields to 0 | jljusten | 1 | -2/+2 |
2012-05-04 | OvmfPkg/AcpiTables: Update GPE0 block address range for QEMU | jljusten | 2 | -1/+2 |
2010-04-28 | Update the copyright notice format | hhtian | 6 | -12/+12 |
2010-02-25 | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten | 5 | -0/+0 |
2010-02-25 | remove svn:executable attribute for INF file. | klu2 | 1 | -0/+0 |
2010-02-25 | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 1 | -3/+0 |
2010-02-23 | 1. Correct File header to ## @file | lgao4 | 1 | -4/+4 |
2009-08-11 | 1. update AcpiTable module type to USER_DEFINED | vanjeff | 1 | -2/+2 |
2009-06-23 | Set the SMI port in the ACPI FACP table to 0. This signals to the | jljusten | 1 | -1/+1 |
2009-05-27 | Add initial version of Open Virtual Machine Firmware (OVMF) platform. | jljusten | 6 | -0/+864 |