mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/SecCore: Fix comment typo
Revert SecPlatformInformation2 and SecPlatformInformation in two comment blocks. And correct the words. Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Feng Tian <feng.tian@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
26ea0da235
commit
030d2de7c7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue