summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Sec
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-172-13/+173
* 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-094-28/+4
* OvmfPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-2/+2
* OvmfPkg/Sec: Fix 64bit SEC build failureRuiyu Ni2017-11-291-4/+2
* OvmfPkg/Sec/X64: seed the temporary RAM with PcdInitValueInTempStackLaszlo Ersek2017-11-171-0/+21
* OvmfPkg/Sec/Ia32: seed the temporary RAM with PcdInitValueInTempStackLaszlo Ersek2017-11-172-0/+19
* 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-302-2/+17
* OvmfPkg: Sec: assert the build-time calculated end of the scratch bufferLaszlo Ersek2015-11-302-0/+9
* OvmfPkg: Sec: force reinit of BaseExtractGuidedSectionLib handler tableLaszlo Ersek2015-11-302-0/+15
* OvmfPkg: Sec: Fix SOURCE_DEBUG_ENABLE ASSERT()Michael Kinney2015-10-162-2/+12
* OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek2015-07-281-4/+4
* OvmfPkg Sec: Convert X64/SecEntry.asm to NASMJordan Justen2014-10-313-69/+9
* OvmfPkg Sec: Convert Ia32/SecEntry.asm to NASMJordan Justen2014-10-313-73/+7
* 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-212-19/+51
* 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-216-119/+136
* OvmfPkg X64 ResetVector: Move page tables from 512KB to 8MBJordan Justen2014-01-212-0/+9
* 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-0311-931/+679
* Update the copyright notice formathhtian2010-04-2811-22/+22
* 1. Correct File header to ## @filelgao42010-02-231-3/+3
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-301-4/+2
* OVMF SEC: Fix VS2005 compiler warningsjljusten2010-01-062-3/+1
* OVMF: Update OVMF FD/FV build to minimize ROM sizejljusten2010-01-044-60/+348
* OVMF SEC: Modify to match new interface of reset vector modulejljusten2009-12-168-74/+173
* Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi...qhuang82009-11-252-0/+10
* Fix bug that home addresses for register parameters must be allocated for cal...rsun32009-09-222-0/+2
* Remove ".intel_syntax", convert MASM to GAS.gikidy2009-08-172-13/+11
* Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten2009-05-2710-0/+917