UefiCpuPkg/SecCore: Re-install SEC platform information(2) PPI
In SecTemporaryRamDone(), we will build one privated GUIDed-HOB to save CPU BIST Data and re-install SEC platform information(2) PPI. Then other PEI drivers could get CPU BIST data from the private GUIDed-HOB by new installed PPI. Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Feng Tian <feng.tian@intel.com> Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@Intel.com>
This commit is contained in:
@@ -273,6 +273,11 @@ SecTemporaryRamDone (
|
||||
{
|
||||
BOOLEAN State;
|
||||
|
||||
//
|
||||
// Republish Sec Platform Information(2) PPI
|
||||
//
|
||||
RepublishSecPlatformInformationPpi ();
|
||||
|
||||
//
|
||||
// Migrate DebugAgentContext.
|
||||
//
|
||||
|
Reference in New Issue
Block a user