summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/ResetVector/Ia32
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg/ResetVector: Clear SEV encryption bit for non-leaf PTEsMichael Roth2024-05-022-11/+14
* OvmfPkg/ResetVector: wire up 5-level paging for TDXGerd Hoffmann2024-03-012-1/+28
* OvmfPkg/ResetVector: print post codes for 4/5 level pagingGerd Hoffmann2024-03-011-0/+8
* OvmfPkg/ResetVector: add 5-level paging supportGerd Hoffmann2024-03-011-0/+100
* OvmfPkg/ResetVector: split SEV and non-CoCo workflowsGerd Hoffmann2024-03-012-16/+15
* OvmfPkg/ResetVector: split TDX BSP workflowGerd Hoffmann2024-03-012-9/+10
* OvmfPkg/ResetVector: add CreatePageTables4Level macroGerd Hoffmann2024-03-011-31/+39
* OvmfPkg/ResetVector: add ClearOvmfPageTables macroGerd Hoffmann2024-03-011-16/+19
* OvmfPkg/ResetVector: improve page table flag namesGerd Hoffmann2024-03-011-17/+22
* OvmfPkg/ResetVector: Fix SNP CPUID table processing results for ECX/EDXTom Lendacky2024-02-031-2/+2
* OvmfPkg/ResetVector: Fix assembler bit test flag checkTom Lendacky2023-07-141-1/+1
* OvmfPkg/ResetVector: Removing SEV-ES CPUID bit checkPeter Gonda2022-06-011-8/+0
* OvmfPkg: Make an Ia32/X64 hybrid build work with SEVTom Lendacky2022-05-201-0/+4
* OvmfPkg/ResetVector: cache the SEV status MSR value in workareaBrijesh Singh2022-02-282-16/+25
* OvmfPkg/ResetVector: use SEV-SNP-validated CPUID valuesMichael Roth2021-12-091-5/+75
* OvmfPkg/ResetVector: move clearing GHCB in SecMainBrijesh Singh via groups.io2021-12-091-6/+0
* OvmfPkg: Enable TDX in ResetVectorMin Xu2021-10-243-0/+251
* OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asmMin Xu2021-10-241-4/+0
* OvmfPkg/ResetVector: move the GHCB page setup in AmdSev.asmBrijesh Singh2021-08-272-72/+92
* OvmfPkg/ResetVector: update SEV support to use new work area formatBrijesh Singh2021-08-272-0/+12
* OvmfPkg/ResetVector: add the macro to request guest terminationBrijesh Singh via groups.io2021-07-291-42/+45
* OvmfPkg/ResetVector: add the macro to invoke MSR protocol based VMGEXITBrijesh Singh2021-07-291-24/+47
* OvmfPkg/ResetVector: move SEV specific code in a separate fileBrijesh Singh2021-07-292-391/+400
* OvmfPkg/ResetVector: Save the encryption mask at boot timeTom Lendacky2021-01-071-1/+9
* OvmfPkg/ResetVector: Perform a simple SEV-ES sanity checkTom Lendacky2021-01-071-0/+16
* OvmfPkg/ResetVector: Validate the encryption bit position for SEV/SEV-ESTom Lendacky2021-01-072-2/+129
* Ovmf/ResetVector: Simplify and consolidate the SEV features checksTom Lendacky2021-01-071-30/+45
* OvmfPkg/ResetVector: Add support for a 32-bit SEV checkTom Lendacky2020-08-171-3/+272
* OvmfPkg: Create a GHCB page for use during Sec phaseTom Lendacky2020-08-171-0/+76
* OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* OvmfPkg/ResetVector: Set C-bit when building initial page tableBrijesh Singh2017-07-101-1/+61
* OvmfPkg/ResetVector: Depend on PCD values of the page tables.Marvin Häuser2016-11-041-11/+12
* OvmfPkg X64 ResetVector: Move page tables from 512KB to 8MBJordan Justen2014-01-211-10/+12
* OvmfPkg/ResetVector: enable caching in initial page tablesLaszlo Ersek2013-09-241-3/+1
* OvmfPkg: Add platform specific reset vector code for X64Jordan Justen2013-09-241-0/+93
* Updated OvmfPkg to use the reset vector binary from the UefiCpuPkg. Removing...geekboy15a2010-02-023-328/+0
* OVMF ResetVector: Modify interface with SEC modulejljusten2009-12-163-98/+65
* OVMF SEC: Modify to search sections of FFS file for PE32 image.jljusten2009-10-071-3/+26
* Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten2009-05-273-0/+338