summaryrefslogtreecommitdiff
path: root/OvmfPkg/Sec
AgeCommit message (Expand)AuthorFilesLines
2024-03-08OvmfPkg: auto-generate (and fix) SEC ProcessLibraryConstructorList() declLaszlo Ersek2-3/+2
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2023-03-10OvmfPkg: Remove UefiCpuLib from module INFs.Yu Pu2-2/+0
2023-02-04OvmfPkg/OvmfPkgX64: Measure TdHob and Configuration FV in SecMainMin M Xu1-0/+13
2023-02-04OvmfPkg: Refactor ProcessHobListMin M Xu1-2/+2
2022-12-21OvmfPkg/Sec: Move TDX APs related nasm code to IntelTdxAPs.nasmMin M Xu1-53/+5
2022-12-09mv OvmfPkg: move fdf include snippets to Include/FdfGerd Hoffmann2-2/+2
2022-06-10Revert "OvmfPkg/Sec: fix stack switch"Gerd Hoffmann1-4/+0
2022-06-08OvmfPkg/Sec: fix stack switchGerd Hoffmann1-0/+4
2022-05-11OvmfPkg/Sec: Install MpInitLibDepLib PPIs in SecMain.cMin M Xu2-2/+34
2022-05-06OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib.Yu Pu2-0/+2
2022-04-19OvmfPkg: Call CcProbe in SecMain.c instead of TsIsEnabledMin Xu2-2/+4
2022-04-19OvmfPkg: Replace GUEST_TYPE with CC_GUEST_TYPEMin Xu1-1/+1
2022-04-02OvmfPkg: Update Sec to support TdxMin Xu3-2/+112
2022-04-02OvmfPkg/Sec: Declare local variable as volatile in SecCoreStartupWithStackMin Xu1-5/+10
2022-02-28OvmfPkg/ResetVector: cache the SEV status MSR value in workareaBrijesh Singh1-1/+1
2021-12-09OvmfPkg/SecMain: validate the memory used for decompressing FvBrijesh Singh4-1/+52
2021-12-09OvmfPkg/SecMain: register GHCB gpa for the SEV-SNP guestBrijesh Singh via groups.io1-0/+119
2021-12-09OvmfPkg/ResetVector: move clearing GHCB in SecMainBrijesh Singh via groups.io1-1/+1
2021-12-09OvmfPkg/SecMain: move SEV specific routines in AmdSev.cBrijesh Singh via groups.io4-154/+239
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-187/+203
2021-08-27OvmfPkg/ResetVector: update SEV support to use new work area formatBrijesh Singh2-1/+37
2021-01-07OvmfPkg/Sec: Move SEV-ES SEC workarea definition to common header fileTom Lendacky1-4/+2
2020-08-17OvmfPkg/Sec: Enable cache early to speed up bootingTom Lendacky1-0/+7
2020-08-17OvmfPkg/Sec: Add #VC exception handling for Sec phaseTom Lendacky2-13/+173
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran1-14/+14
2019-10-04OvmfPkg: strip trailing whitespaceLeif Lindholm1-17/+17
2019-04-24OvmfPkg/Sec: fix out-of-bounds readsLaszlo Ersek1-3/+3
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-28/+4
2018-06-29OvmfPkg: Removing ipf which is no longer supported from edk2.chenc21-2/+2
2017-11-29OvmfPkg/Sec: Fix 64bit SEC build failureRuiyu Ni1-4/+2
2017-11-17OvmfPkg/Sec/X64: seed the temporary RAM with PcdInitValueInTempStackLaszlo Ersek1-0/+21
2017-11-17OvmfPkg/Sec/Ia32: seed the temporary RAM with PcdInitValueInTempStackLaszlo Ersek2-0/+19
2017-09-06OvmfPkg/SecMain: Fix stack switching to permanent memoryGe Song1-0/+2
2016-10-19OvmfPkg: Fix typos in commentsGary Lin1-1/+1
2016-07-27OvmfPkg/Sec: Support SECTION2 DXEFV typesThomas Palmer1-3/+13
2016-07-27OvmfPkg/Sec: Use EFI_COMMON_SECTION_HEADER to avoid castsThomas Palmer1-4/+5
2015-11-30OvmfPkg: decompress FVs on S3 resume if SMM_REQUIRE is setLaszlo Ersek2-2/+17
2015-11-30OvmfPkg: Sec: assert the build-time calculated end of the scratch bufferLaszlo Ersek2-0/+9
2015-11-30OvmfPkg: Sec: force reinit of BaseExtractGuidedSectionLib handler tableLaszlo Ersek2-0/+15
2015-10-16OvmfPkg: Sec: Fix SOURCE_DEBUG_ENABLE ASSERT()Michael Kinney2-2/+12
2015-07-28OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek1-4/+4
2014-10-31OvmfPkg Sec: Convert X64/SecEntry.asm to NASMJordan Justen3-69/+9
2014-10-31OvmfPkg Sec: Convert Ia32/SecEntry.asm to NASMJordan Justen3-73/+7
2014-03-04OvmfPkg/Sec: Don't decompress the FV on S3 resumeJordan Justen1-2/+52
2014-01-21OvmfPkg: Split MAINFV into a separate PEI and DXE FVsJordan Justen2-19/+51
2014-01-21OvmfPkg/Sec: Add FindFfsSectionInstanceJordan Justen1-3/+43
2014-01-21OvmfPkg/Sec: Remove EFIAPI from functions that don't require itJordan Justen1-6/+0
2014-01-21OvmfPkg/Sec: Cleanup debug messagesJordan Justen1-8/+9
2014-01-21OvmfPkg: Move SEC/PEI Temporary RAM from 0x70000 to 0x810000Jordan Justen6-119/+136