summaryrefslogtreecommitdiff
path: root/OvmfPkg/ResetVector/Main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/ResetVector/Main.asm')
-rw-r--r--OvmfPkg/ResetVector/Main.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/OvmfPkg/ResetVector/Main.asm b/OvmfPkg/ResetVector/Main.asm
index 5cfc0b5..46cfa87 100644
--- a/OvmfPkg/ResetVector/Main.asm
+++ b/OvmfPkg/ResetVector/Main.asm
@@ -76,6 +76,12 @@ SearchBfv:
%ifdef ARCH_IA32
;
+ ; SEV support can be built and run using the Ia32/X64 split environment.
+ ; Set the OVMF/SEV work area as appropriate.
+ ;
+ OneTimeCall CheckSevFeatures
+
+ ;
; Restore initial EAX value into the EAX register
;
mov eax, esp