summaryrefslogtreecommitdiff
path: root/OvmfPkg/Sec/SecMain.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-16OVMF SEC: Modify to match new interface of reset vector modulejljusten1-22/+30
2009-11-25Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi...qhuang81-0/+7
2009-05-27Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten1-0/+171