summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h
diff options
context:
space:
mode:
authorMin M Xu <min.m.xu@intel.com>2023-01-17 07:31:58 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-01-18 03:04:27 +0000
commit70d1481b559c2964eafe3938f1d728a09691d7cb (patch)
treeb511919201569b25f7353f6d6b0a26a7f61b075e /OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h
parentc3f4f5a949a9e94bafe081c24dbd4110834b11ea (diff)
downloadedk2-70d1481b559c2964eafe3938f1d728a09691d7cb.tar.gz
edk2-70d1481b559c2964eafe3938f1d728a09691d7cb.tar.bz2
edk2-70d1481b559c2964eafe3938f1d728a09691d7cb.zip
OvmfPkg/PeilessStartupLib: Find NCCFV in non-td guest
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4152 As described in BZ#4152, NCCFV includes the DXE phase drivers for non-cc guest. PeilessStartupLib is updated to find NCCFV for non-cc guest. Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Erdem Aktas <erdemaktas@google.com> Cc: James Bottomley <jejb@linux.ibm.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Min Xu <min.m.xu@intel.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h')
-rw-r--r--OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h b/OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h
index 09cac3e26c..f56bc3578e 100644
--- a/OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h
+++ b/OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h
@@ -21,6 +21,12 @@ DxeLoadCore (
IN INTN FvInstance
);
+EFI_STATUS
+EFIAPI
+FindDxeNonCc (
+ IN INTN FvInstance
+ );
+
VOID
EFIAPI
TransferHobList (