summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Sec/SecMain.c
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg/Sec: Move SEV-ES SEC workarea definition to common header fileTom Lendacky2021-01-071-4/+2
* OvmfPkg/Sec: Enable cache early to speed up bootingTom Lendacky2020-08-171-0/+7
* OvmfPkg/Sec: Add #VC exception handling for Sec phaseTom Lendacky2020-08-171-13/+169
* OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran2020-04-301-14/+14
* OvmfPkg: strip trailing whitespaceLeif Lindholm2019-10-041-17/+17
* OvmfPkg/Sec: fix out-of-bounds readsLaszlo Ersek2019-04-241-3/+3
* OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* OvmfPkg/SecMain: Fix stack switching to permanent memoryGe Song2017-09-061-0/+2
* OvmfPkg: Fix typos in commentsGary Lin2016-10-191-1/+1
* OvmfPkg/Sec: Support SECTION2 DXEFV typesThomas Palmer2016-07-271-3/+13
* OvmfPkg/Sec: Use EFI_COMMON_SECTION_HEADER to avoid castsThomas Palmer2016-07-271-4/+5
* OvmfPkg: decompress FVs on S3 resume if SMM_REQUIRE is setLaszlo Ersek2015-11-301-2/+14
* OvmfPkg: Sec: assert the build-time calculated end of the scratch bufferLaszlo Ersek2015-11-301-0/+8
* OvmfPkg: Sec: force reinit of BaseExtractGuidedSectionLib handler tableLaszlo Ersek2015-11-301-0/+13
* OvmfPkg: Sec: Fix SOURCE_DEBUG_ENABLE ASSERT()Michael Kinney2015-10-161-1/+10
* OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek2015-07-281-4/+4
* OvmfPkg/Sec: Don't decompress the FV on S3 resumeJordan Justen2014-03-041-2/+52
* OvmfPkg: Split MAINFV into a separate PEI and DXE FVsJordan Justen2014-01-211-16/+46
* OvmfPkg/Sec: Add FindFfsSectionInstanceJordan Justen2014-01-211-3/+43
* OvmfPkg/Sec: Remove EFIAPI from functions that don't require itJordan Justen2014-01-211-6/+0
* OvmfPkg/Sec: Cleanup debug messagesJordan Justen2014-01-211-8/+9
* OvmfPkg: Move SEC/PEI Temporary RAM from 0x70000 to 0x810000Jordan Justen2014-01-211-1/+5
* OvmfPkg X64 ResetVector: Move page tables from 512KB to 8MBJordan Justen2014-01-211-0/+8
* OvmfPkg/Sec/SecMain.c: Convert to CRLF (dos) textJordan Justen2014-01-211-765/+765
* OvmfPkg/Sec: Stop building identity mapped pages in SECJordan Justen2013-09-241-142/+2
* OvmfPkg/Sec: Build identity mapped pages in RAM for X64Jordan Justen2013-07-181-2/+142
* OvmfPkg: Remove variables that are set, but not usedjljusten2011-10-311-2/+0
* Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff2011-03-141-2/+2
* Clean up SEC implementation for Ovmf.mdkinney2010-08-031-78/+656
* Update the copyright notice formathhtian2010-04-281-2/+2
* OVMF SEC: Fix VS2005 compiler warningsjljusten2010-01-061-1/+1
* OVMF: Update OVMF FD/FV build to minimize ROM sizejljusten2010-01-041-11/+14
* OVMF SEC: Modify to match new interface of reset vector modulejljusten2009-12-161-22/+30
* Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi...qhuang82009-11-251-0/+7
* Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten2009-05-271-0/+171