summaryrefslogtreecommitdiff
path: root/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-23OvmfPkg: move QemuFwCfgAcpi into AcpiPlatformLibCorvin Köhne1-0/+3
2022-12-22OvmfPkg/AcpiPlatformDxe: Check PcdConfidentialComputingGuestAttrMin M Xu1-4/+2
2022-12-16OvmfPkg/AcpiPlatformDxe: Differentiate TDX case for Cloud HypervisorSebastien Boeuf1-1/+7
2021-12-11OvmfPkg: Install ACPI tables for Cloud HypervisorSebastien Boeuf1-1/+10
2021-12-11OvmfPkg: Generalize AcpiPlatformDxeSebastien Boeuf1-0/+33
2021-06-04OvmfPkg/AcpiPlatformDxe: remove the "AcpiPlatformDxe.inf" driverLaszlo Ersek1-267/+0
2021-06-04OvmfPkg/AcpiPlatformDxe: consolidate #includes and [LibraryClasses]Laszlo Ersek1-0/+5
2019-10-04OvmfPkg: strip trailing whitespaceLeif Lindholm1-2/+2
2019-04-18OvmfPkg/AcpiPlatformDxe: suppress invalid "deref of undef pointer" warningLaszlo Ersek1-0/+7
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2015-02-19OvmfPkg: AcpiPlatformDxe: extract common entry pointLaszlo Ersek1-15/+3
2015-02-19OvmfPkg/AcpiPlatformDxe: InstallAllQemuLinkedTables => InstallQemuFwCfgTablesJordan Justen1-1/+1
2015-02-19OvmfPkg/AcpiPlatformDxe: FindAcpiTablesInFv => InstallOvmfFvTablesJordan Justen1-3/+9
2015-02-17OvmfPkg/AcpiPlatformDxe: Assert if AcpiTable protocol is not foundJordan Justen1-3/+1
2014-06-19OvmfPkg: AcpiPlatformDxe: pass FwCfgFile to InstallQemuLinkedTables()Laszlo Ersek1-1/+1
2014-03-31OvmfPkg: AcpiPlatformDxe: download ACPI tables from QEMULaszlo Ersek1-6/+4
2012-07-18OvmfPkg/AcpiPlatformDxe: rely on built-in checksummingjljusten1-33/+0
2012-07-18OvmfPkg/AcpiPlatformDxe: Add Xen ACPI tables supportjljusten1-35/+62
2012-05-30OvmfPkg/AcpiPlatformDxe: Detect QEMU & Xenjljusten1-28/+45
2012-05-30OvmfPkg: Add AcpiPlatformDxejljusten1-0/+260