summaryrefslogtreecommitdiff
path: root/OvmfPkg/ResetVector/Ia32
AgeCommit message (Expand)AuthorFilesLines
2023-07-14OvmfPkg/ResetVector: Fix assembler bit test flag checkTom Lendacky1-1/+1
2022-06-01OvmfPkg/ResetVector: Removing SEV-ES CPUID bit checkPeter Gonda1-8/+0
2022-05-20OvmfPkg: Make an Ia32/X64 hybrid build work with SEVTom Lendacky1-0/+4
2022-02-28OvmfPkg/ResetVector: cache the SEV status MSR value in workareaBrijesh Singh2-16/+25
2021-12-09OvmfPkg/ResetVector: use SEV-SNP-validated CPUID valuesMichael Roth1-5/+75
2021-12-09OvmfPkg/ResetVector: move clearing GHCB in SecMainBrijesh Singh via groups.io1-6/+0
2021-10-24OvmfPkg: Enable TDX in ResetVectorMin Xu3-0/+251
2021-10-24OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asmMin Xu1-4/+0
2021-08-27OvmfPkg/ResetVector: move the GHCB page setup in AmdSev.asmBrijesh Singh2-72/+92
2021-08-27OvmfPkg/ResetVector: update SEV support to use new work area formatBrijesh Singh2-0/+12
2021-07-29OvmfPkg/ResetVector: add the macro to request guest terminationBrijesh Singh via groups.io1-42/+45
2021-07-29OvmfPkg/ResetVector: add the macro to invoke MSR protocol based VMGEXITBrijesh Singh1-24/+47
2021-07-29OvmfPkg/ResetVector: move SEV specific code in a separate fileBrijesh Singh2-391/+400
2021-01-07OvmfPkg/ResetVector: Save the encryption mask at boot timeTom Lendacky1-1/+9
2021-01-07OvmfPkg/ResetVector: Perform a simple SEV-ES sanity checkTom Lendacky1-0/+16
2021-01-07OvmfPkg/ResetVector: Validate the encryption bit position for SEV/SEV-ESTom Lendacky2-2/+129
2021-01-07Ovmf/ResetVector: Simplify and consolidate the SEV features checksTom Lendacky1-30/+45
2020-08-17OvmfPkg/ResetVector: Add support for a 32-bit SEV checkTom Lendacky1-3/+272
2020-08-17OvmfPkg: Create a GHCB page for use during Sec phaseTom Lendacky1-0/+76
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2017-07-10OvmfPkg/ResetVector: Set C-bit when building initial page tableBrijesh Singh1-1/+61
2016-11-04OvmfPkg/ResetVector: Depend on PCD values of the page tables.Marvin Häuser1-11/+12
2014-01-21OvmfPkg X64 ResetVector: Move page tables from 512KB to 8MBJordan Justen1-10/+12
2013-09-24OvmfPkg/ResetVector: enable caching in initial page tablesLaszlo Ersek1-3/+1
2013-09-24OvmfPkg: Add platform specific reset vector code for X64Jordan Justen1-0/+93
2010-02-02Updated OvmfPkg to use the reset vector binary from the UefiCpuPkg. Removing...geekboy15a3-328/+0
2009-12-16OVMF ResetVector: Modify interface with SEC modulejljusten3-98/+65
2009-10-07OVMF SEC: Modify to search sections of FFS file for PE32 image.jljusten1-3/+26
2009-05-27Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten3-0/+338