summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/ResetVector/Ia32/IntelTdx.asm
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-03-01 08:43:56 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-03-01 18:47:27 +0000
commitb7a97bfac52819d37310106e467623b0ed4a8f87 (patch)
tree9c411c2ae84091e4eb2e648f5c9bece99bbd5773 /OvmfPkg/ResetVector/Ia32/IntelTdx.asm
parent4329b5b0cd58891e1385c90a5e509c91ba0eb891 (diff)
downloadedk2-b7a97bfac52819d37310106e467623b0ed4a8f87.tar.gz
edk2-b7a97bfac52819d37310106e467623b0ed4a8f87.tar.bz2
edk2-b7a97bfac52819d37310106e467623b0ed4a8f87.zip
OvmfPkg/ResetVector: split TDX BSP workflow
Create a separate control flow for TDX BSP. TdxPostBuildPageTables will now only be called when running in TDX mode, so the TDX check in that function is not needed any more. No functional change. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20240301074402.98625-5-kraxel@redhat.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Oliver Steffen <osteffen@redhat.com> Cc: Michael Roth <michael.roth@amd.com> Cc: Erdem Aktas <erdemaktas@google.com> Cc: Min Xu <min.m.xu@intel.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Tom Lendacky <thomas.lendacky@amd.com> [lersek@redhat.com: turn the "Cc:" message headers from Gerd's on-list posting into "Cc:" tags in the commit message, in order to pacify "PatchCheck.py"]
Diffstat (limited to 'OvmfPkg/ResetVector/Ia32/IntelTdx.asm')
-rw-r--r--OvmfPkg/ResetVector/Ia32/IntelTdx.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/OvmfPkg/ResetVector/Ia32/IntelTdx.asm b/OvmfPkg/ResetVector/Ia32/IntelTdx.asm
index 06794baef8..c6b86019df 100644
--- a/OvmfPkg/ResetVector/Ia32/IntelTdx.asm
+++ b/OvmfPkg/ResetVector/Ia32/IntelTdx.asm
@@ -197,11 +197,7 @@ NotTdx:
; Set byte[TDX_WORK_AREA_PGTBL_READY] to 1
;
TdxPostBuildPageTables:
- cmp byte[WORK_AREA_GUEST_TYPE], VM_GUEST_TDX
- jne ExitTdxPostBuildPageTables
mov byte[TDX_WORK_AREA_PGTBL_READY], 1
-
-ExitTdxPostBuildPageTables:
OneTimeCallRet TdxPostBuildPageTables
;