summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2023-02-09OvmfPkg: Update build.sh to allow building OVMF then running QEMURebecca Cran1-8/+5
2023-02-04OvmfPkg/IntelTdx: Update READMEMin M Xu1-12/+7
2023-02-04OvmfPkg: require self-signed PK when secure boot is enabledJan Bobek7-0/+21
2023-02-04OvmfPkg: Support Tdx measurement in OvmfPkgX64Min M Xu4-1/+36
2023-02-04OvmfPkg/PlatformPei: Build GuidHob for Tdx measurementMin M Xu5-4/+19
2023-02-04OvmfPkg/OvmfPkgX64: Measure TdHob and Configuration FV in SecMainMin M Xu1-0/+13
2023-02-04OvmfPkg/IntelTdx: Add PeiTdxHelperLibMin M Xu2-0/+139
2023-02-04OvmfPkg/IntelTdx: Measure TdHob and Configuration FV in SecMainMin M Xu4-24/+14
2023-02-04OvmfPkg: Refactor ProcessHobListMin M Xu8-812/+759
2023-02-04OvmfPkg: Refactor MeaureFvImageMin M Xu6-153/+119
2023-02-04OvmfPkg: Refactor MeasureHobListMin M Xu7-88/+308
2023-02-04OvmfPkg/PeilessStartupLib: Update the define of FV_HANDOFF_TABLE_POINTERS2Min M Xu1-11/+7
2023-02-04OvmfPkg/IntelTdx: Add SecTdxHelperLibMin M Xu2-0/+130
2023-02-04OvmfPkg/IntelTdx: Add TdxHelperLibNullMin M Xu4-0/+185
2023-02-04OvmfPkg: Add Tdx measurement data structure in WorkAreaMin M Xu1-3/+22
2023-02-04OvmfPkg/AcpiPlatformDxe: Measure ACPI table from QEMU in TDVFMin M Xu2-0/+33
2023-01-26OvmfPkg/PlatformPei: SEV-SNP make >=4GB unacceptedDionna Glaze1-0/+6
2023-01-26OvmfPkg: Implement AcceptAllUnacceptedMemory in AmdSevDxeDionna Glaze2-3/+22
2023-01-26OvmfPkg: Introduce the OvmfSevMemoryAcceptance protocolDionna Glaze2-0/+44
2023-01-26OvmfPkg: Add memory acceptance event in AmdSevDxeDionna Glaze2-0/+98
2023-01-26OvmfPkg: fix BuildResourceDescriptorHob call in PlatformAddHobCB()Gerd Hoffmann1-1/+1
2023-01-20OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regressionLaszlo Ersek1-0/+87
2023-01-20OvmfPkg/PlatformInitLib: factor out PlatformCpuCountBugCheck()Laszlo Ersek1-23/+58
2023-01-20OvmfPkg/PlatformCI VS2019: Enable temporary workaround for cpuhp bugfixArd Biesheuvel2-1/+13
2023-01-19EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHookMin M Xu1-2/+2
2023-01-18OvmfPkg/CcExitLib: Initialize Status in IoExitMin M Xu1-4/+5
2023-01-18OvmfPkg/BaseMemEncryptTdxLib: Refactor error handle of SetOrClearSharedBitMin M Xu1-8/+40
2023-01-18OvmfPkg/CcExitLib: Refactor TDX MmioExitMin M Xu1-163/+381
2023-01-18OvmfPkg/CcExitLib: Move common X86 instruction code to separate fileMin M Xu5-615/+735
2023-01-18OvmfPkg/PeilessStartupLib: Find NCCFV in non-td guestMin M Xu3-1/+140
2023-01-18OvmfPkg/IntelTdx: Enable separate-fv in IntelTdx/IntelTdxX64.fdfMin M Xu2-40/+83
2023-01-18OvmfPkg: Add PCDs/GUID for NCCFVMin M Xu1-0/+3
2023-01-17OvmfPkg: CI: use ubuntu-22.04 vm_image (Linux only)Oliver Steffen1-1/+1
2023-01-17OvmfPkg: CI: Use Fedora 35 container (Linux only)Oliver Steffen1-5/+3
2023-01-17OvmfPkg: CI: use Python version from defaults templateOliver Steffen2-0/+9
2023-01-17OvmfPkg/PlatformInitLib: reorder PlatformQemuUc32BaseInitializationGerd Hoffmann1-8/+8
2023-01-17OvmfPkg/PlatformInitLib: Add PlatformReservationConflictCBGerd Hoffmann1-0/+46
2023-01-17OvmfPkg/PlatformInitLib: Add PlatformAddHobCBGerd Hoffmann1-138/+48
2023-01-17OvmfPkg/PlatformInitLib: Add PlatformGetLowMemoryCBGerd Hoffmann6-33/+60
2023-01-17OvmfPkg/PlatformInitLib: Add PlatformScanE820 and GetFirstNonAddressCBGerd Hoffmann1-23/+93
2023-01-15OvmfPkg/AcpiPlatformDxe: Return error if installing NotifyProtocol failedMin M Xu1-6/+10
2023-01-15OvmfPkg/AcpiPlatformDxe: Refactor QemuAcpiTableNotifyProtocolMin M Xu1-13/+25
2023-01-15OvmfPkg/AcpiPlatformDxe: Add log to show the installed tablesMin M Xu1-0/+2
2023-01-15OvmfPkg/AcpiPlatformDxe: Use local variable in QemuFwCfgAcpi.cMin M Xu1-2/+3
2023-01-15OvmfPkg/AcpiPlatformDxe: Use local variable in CloudHvAcpi.cMin M Xu1-3/+3
2023-01-15OvmfPkg/AcpiPlatformDxe: Remove QEMU_ACPI_TABLE_NOTIFY_PROTOCOLMin M Xu3-36/+4
2023-01-13OvmfPkg: fix OvmfTpmSecurityStub.dsc.inc includeGerd Hoffmann3-3/+3
2023-01-12OvmfPkg: Realize EfiMemoryAcceptProtocol in AmdSevDxeSophia Wolf3-8/+74
2023-01-12OvmfPkg/VirtNorFlashDxe: map flash memory as uncacheableGerd Hoffmann1-2/+2
2023-01-12OvmfPkg/PlatformInitLib: fix comment about uncacheable MTRRsLaszlo Ersek1-1/+1