summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Sec
Commit message (Expand)AuthorAgeFilesLines
* 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