summaryrefslogtreecommitdiff
path: root/OvmfPkg/Sec
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-21OvmfPkg X64 ResetVector: Move page tables from 512KB to 8MBJordan Justen2-0/+9
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.mdkinney11-931/+679
2010-04-28Update the copyright notice formathhtian11-22/+22
2010-02-231. Correct File header to ## @filelgao41-3/+3
2010-01-30Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-4/+2
2010-01-06OVMF SEC: Fix VS2005 compiler warningsjljusten2-3/+1
2010-01-04OVMF: Update OVMF FD/FV build to minimize ROM sizejljusten4-60/+348
2009-12-16OVMF SEC: Modify to match new interface of reset vector modulejljusten8-74/+173
2009-11-25Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi...qhuang82-0/+10
2009-09-22Fix bug that home addresses for register parameters must be allocated for cal...rsun32-0/+2
2009-08-17Remove ".intel_syntax", convert MASM to GAS.gikidy2-13/+11
2009-05-27Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten10-0/+917