From 030d2de7c7a8682837be168bbaf7f27739a8fff0 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Tue, 20 Sep 2016 16:08:28 +0800 Subject: [PATCH] UefiCpuPkg/SecCore: Fix comment typo Revert SecPlatformInformation2 and SecPlatformInformation in two comment blocks. And correct the words. Cc: Michael Kinney Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan Reviewed-by: Michael Kinney --- UefiCpuPkg/SecCore/SecBist.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/UefiCpuPkg/SecCore/SecBist.c b/UefiCpuPkg/SecCore/SecBist.c index dd5c5e5eda..19f34925a1 100644 --- a/UefiCpuPkg/SecCore/SecBist.c +++ b/UefiCpuPkg/SecCore/SecBist.c @@ -230,9 +230,9 @@ RepublishSecPlatformInformationPpi ( (UINTN) BistInformationSize ); // - // The old SecPlatformInformation data is on CAR. - // After memory discovered, we should never get it from CAR, or the data will be crashed. - // So, we reinstall SecPlatformInformation PPI here. + // The old SecPlatformInformation2 data is on temporary memory. + // After memory discovered, we should never get it from temporary memory, + // or the data will be crashed. So, we reinstall SecPlatformInformation2 PPI here. // Status = PeiServicesReInstallPpi ( SecInformationDescriptor, @@ -253,9 +253,9 @@ RepublishSecPlatformInformationPpi ( (UINTN) BistInformationSize ); // - // The old SecPlatformInformation2 data is on CAR. - // After memory discovered, we should never get it from CAR, or the data will be crashed. - // So, we reinstall SecPlatformInformation2 PPI here. + // The old SecPlatformInformation data is on temporary memory. + // After memory discovered, we should never get it from temporary memory, + // or the data will be crashed. So, we reinstall SecPlatformInformation PPI here. // Status = PeiServicesReInstallPpi ( SecInformationDescriptor,