summaryrefslogtreecommitdiff
path: root/OvmfPkg/Sec/SecMain.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-26OvmfPkg/Sec: Setup MTRR early in the boot process.Gerd Hoffmann1-0/+32
2024-05-02OvmfPkg: Don't make APIC MMIO accesses with encryption bit setMichael Roth1-0/+1
2024-03-08OvmfPkg: auto-generate (and fix) SEC ProcessLibraryConstructorList() declLaszlo Ersek1-2/+1
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 Pu1-1/+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-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 Xu1-2/+32
2022-05-06OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib.Yu Pu1-0/+1
2022-04-19OvmfPkg: Call CcProbe in SecMain.c instead of TsIsEnabledMin Xu1-2/+3
2022-04-02OvmfPkg: Update Sec to support TdxMin Xu1-2/+27
2022-04-02OvmfPkg/Sec: Declare local variable as volatile in SecCoreStartupWithStackMin Xu1-5/+10
2021-12-09OvmfPkg/SecMain: validate the memory used for decompressing FvBrijesh Singh1-0/+5
2021-12-09OvmfPkg/SecMain: move SEV specific routines in AmdSev.cBrijesh Singh via groups.io1-154/+2
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-187/+203
2021-08-27OvmfPkg/ResetVector: update SEV support to use new work area formatBrijesh Singh1-1/+35
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 Lendacky1-13/+169
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 Kinney1-7/+1
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 Ersek1-2/+14
2015-11-30OvmfPkg: Sec: assert the build-time calculated end of the scratch bufferLaszlo Ersek1-0/+8
2015-11-30OvmfPkg: Sec: force reinit of BaseExtractGuidedSectionLib handler tableLaszlo Ersek1-0/+13
2015-10-16OvmfPkg: Sec: Fix SOURCE_DEBUG_ENABLE ASSERT()Michael Kinney1-1/+10
2015-07-28OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek1-4/+4
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 Justen1-16/+46
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 Justen1-1/+5
2014-01-21OvmfPkg X64 ResetVector: Move page tables from 512KB to 8MBJordan Justen1-0/+8
2014-01-21OvmfPkg/Sec/SecMain.c: Convert to CRLF (dos) textJordan Justen1-765/+765
2013-09-24OvmfPkg/Sec: Stop building identity mapped pages in SECJordan Justen1-142/+2
2013-07-18OvmfPkg/Sec: Build identity mapped pages in RAM for X64Jordan Justen1-2/+142
2011-10-31OvmfPkg: Remove variables that are set, but not usedjljusten1-2/+0
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff1-2/+2
2010-08-03Clean up SEC implementation for Ovmf.mdkinney1-78/+656
2010-04-28Update the copyright notice formathhtian1-2/+2
2010-01-06OVMF SEC: Fix VS2005 compiler warningsjljusten1-1/+1
2010-01-04OVMF: Update OVMF FD/FV build to minimize ROM sizejljusten1-11/+14