summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-09Revert "OvmfPkg: Add CpuPageTableLib required by MpInitLib."Yuanhao Xie7-13/+4
2023-01-06SecurityPkg: Move TdTcg2Dxe from OvmfPkg to SecurityPkgMin M Xu6-3036/+2
2023-01-04OvmfPkg/SmmCpuFeaturesLib: drop obsolete API implementationLaszlo Ersek1-31/+0
2023-01-04OvmfPkg: raise DXEFV size to 13 MB in the traditional platform FDFsLaszlo Ersek3-9/+9
2023-01-04OvmfPkg/QemuVideoDxe/VbeShim.sh: remove end-of-options delimiter for nasmLaszlo Ersek1-2/+5
2022-12-23OvmfPkg: Use NestedInterruptTplLib in nested interrupt handlersMichael Brown12-6/+22
2022-12-23OvmfPkg: Add library to handle TPL from within nested interrupt handlersMichael Brown6-0/+423
2022-12-23OvmfPkg: Send EOI before RestoreTPL() in timer interrupt handlersMichael Brown2-6/+4
2022-12-23OvmfPkg/PlatformInitLib: pass through reservations from qemuGerd Hoffmann1-0/+16
2022-12-23OvmfPkg: fix PlatformConfigGerd Hoffmann3-2/+4
2022-12-22OvmfPkg/AcpiPlatformDxe: Check PcdConfidentialComputingGuestAttrMin M Xu2-5/+3
2022-12-21OvmfPkg/OvmfXen: Build platform info HOB in XenPlatformPeiAnthony PERARD2-0/+21
2022-12-21OvmfPkg/PlatformInitLib: Implement multi-core accept memory for TDVFMin M Xu2-49/+363
2022-12-21OvmfPkg: Enable APs to accept memory for TDVFMin M Xu2-2/+63
2022-12-21OvmfPkg/Sec: Move TDX APs related nasm code to IntelTdxAPs.nasmMin M Xu3-106/+68
2022-12-21OvmfPkg: Add TdxMailboxLibNull in some platform dscMin M Xu5-1/+5
2022-12-21OvmfPkg/TdxMailboxLib: Add NULL instance of TdxMailboxLibMin M Xu2-5/+36
2022-12-21OvmfPkg/TdxMailboxLib: Delete global variablesMin M Xu1-12/+10
2022-12-20OvmfPkg: Add CpuPageTableLib required by MpInitLib.Yuanhao Xie7-4/+13
2022-12-20OvmfPkg/PlatformInitLib: Fix integrity checking failed of NvVarStoreChun-Yi Lee1-4/+5
2022-12-18OvmfPkg/IoMmuDxe: Add SEV support for reserved shared memoryTom Lendacky2-53/+83
2022-12-18OvmfPkg/IoMmuDxe: Rename AmdSevIoMmu to CcIoMmuMin M Xu4-5/+4
2022-12-18OvmfPkg/IoMmuDxe: Reserve shared memory region for DMA operationMin M Xu4-71/+716