X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FSecCore%2FSecBist.c;h=ba7d7cafa9cc261a7e2f4571f79c28a8b9c7658f;hp=19f34925a16fd265d7292cd8b5f6d8a5dbb154ab;hb=93638568c1c6bd6bace2cd27666796b7c87fc45c;hpb=030d2de7c7a8682837be168bbaf7f27739a8fff0 diff --git a/UefiCpuPkg/SecCore/SecBist.c b/UefiCpuPkg/SecCore/SecBist.c index 19f34925a1..ba7d7cafa9 100644 --- a/UefiCpuPkg/SecCore/SecBist.c +++ b/UefiCpuPkg/SecCore/SecBist.c @@ -261,6 +261,8 @@ RepublishSecPlatformInformationPpi ( SecInformationDescriptor, &mPeiSecPlatformInformation ); + } else if (Status == EFI_NOT_FOUND) { + return; } }