summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2023-04-26OvmfPkg/CcExitLib: Use documented XSave area base size for SEV-SNPRoth, Michael via groups.io1-5/+4
2023-04-26OvmfPkg/CcExitLib: Fix SEV-SNP XSave area size calculationRoth, Michael via groups.io1-3/+1
2023-04-26OvmfPkg/AmdSevDxe: Update ConfidentialComputing blob struct definitionRoth, Michael via groups.io2-3/+7
2023-04-26OvmfPkg/AmdSevDxe: Allocate SEV-SNP CC blob as EfiACPIReclaimMemoryMichael Roth1-14/+48
2023-04-12OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetQueueAlignment.Jeff Brasen1-1/+3
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran123-540/+540
2023-04-06OvmfPkg: Drop special Xcode5 version of exception handler libraryArd Biesheuvel8-32/+0
2023-04-01OvmfPkg: Consume new alignment-related macrosGerd Hoffmann2-6/+3
2023-04-01OvmfPkg: Rename IS_ALIGNED macros to avoid name collisionsGerd Hoffmann2-5/+5
2023-03-31OvmfPkg/CI: Revert SMP modeMichael Kubacki1-1/+0
2023-03-29OvmfPkg/CI: Boot OVMF in SMP mode.Gerd Hoffmann1-1/+1
2023-03-29OvmfPkg: Use Xcode5 version of CpuExceptionHandlerLib for CLANGDWARFRebecca Cran1-1/+1
2023-03-29OvmfPkg: Replace static struct initialization with ZeroMem callRebecca Cran1-1/+3
2023-03-28OvmfPkg/PlatformInitLib: simplify mtrr setupGerd Hoffmann1-21/+15
2023-03-28OvmfPkg/PlatformInitLib: move mmconfig to 0xe0000000Gerd Hoffmann6-10/+10
2023-03-28OvmfPkg/PlatformInitLib: update address space layout commentGerd Hoffmann1-13/+15
2023-03-28OvmfPkg/RiscVVirt: Support multiple reserved memory rangesSunil V L1-77/+149
2023-03-23OvmfPkg/PlatformBootManagerLib: use utf8 for the serial console.Gerd Hoffmann2-5/+5
2023-03-16OvmfPkg/PlatformCI: Add CI coverage for RiscVVirtQemuSunil V L2-0/+46
2023-03-10OvmfPkg: Remove UefiCpuLib from module INFs.Yu Pu16-16/+0
2023-03-10OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib.Zhiguang Liu5-0/+5
2023-03-09OvmfPkg/SmbiosPlatformDxe: tweak fallback release dateGerd Hoffmann1-1/+1
2023-03-08OvmfPkg: RiscVVirt: add SATA supportAndrei Warkentin2-0/+14
2023-03-07OvmfPkg: Add CpuPageTableLib required by MpInitLib.Yuanhao Xie7-7/+16
2023-03-06OvmfPkg/SmmCpuFeaturesLib: Check SmBase relocation supported or notWu, Jiaxin2-2/+14
2023-03-01OvmfPkg/RiscVVirt: Add Stack HOBedk2-stable202302Sunil V L1-3/+6
2023-02-23OvmfPkg/RiscVVirt: Fix SCT memory allocation test case failureSunil V L1-2/+3
2023-02-16OvmfPkg/RiscVVirt: Add build files for Qemu Virt platformSunil V L5-0/+1266
2023-02-16OvmfPkg/RiscVVirt: Add SEC moduleSunil V L7-0/+673
2023-02-16OvmfPkg/RiscVVirt: Add PciCpuIo2Dxe moduleSunil V L2-0/+605
2023-02-16OvmfPkg/RiscVVirt: Add VirtNorFlashPlatformLib librarySunil V L2-0/+70
2023-02-16OvmfPkg/RiscVVirt: Add ResetSystemLib librarySunil V L2-0/+166
2023-02-16OvmfPkg/RiscVVirt: Add PrePiHobListPointerLib librarySunil V L2-0/+88
2023-02-16OvmfPkg/RiscVVirt: Add PlatformBootManagerLib librarySunil V L4-0/+1275
2023-02-16ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkgSunil V L3-0/+133
2023-02-15OvmfPkg/AmdSevDxe: Close mAcceptAllMemoryEventDionna Glaze1-0/+1
2023-02-15OvmfPkg: Fix SevMemoryAcceptance memory attributesDionna Glaze1-1/+7
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