UefiCpuPkg/CpuMpPei: Sync BPS's mtrr setting to APs
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17999 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -118,6 +118,10 @@ ApCFunction (
|
||||
BistData = *(UINTN *) (PeiCpuMpData->Buffer + NumApsExecuting * PeiCpuMpData->CpuApStackSize - sizeof (UINTN));
|
||||
PeiCpuMpData->CpuData[NumApsExecuting].ApicId = GetInitialApicId ();
|
||||
PeiCpuMpData->CpuData[NumApsExecuting].Health.Uint32 = (UINT32) BistData;
|
||||
//
|
||||
// Sync BSP's Mtrr table to all wakeup APs
|
||||
//
|
||||
MtrrSetAllMtrrs (&PeiCpuMpData->MtrrTable);
|
||||
}
|
||||
|
||||
//
|
||||
@@ -285,6 +289,10 @@ CountProcessorNumber (
|
||||
)
|
||||
{
|
||||
|
||||
//
|
||||
// Store BSP's MTRR setting
|
||||
//
|
||||
MtrrGetAllMtrrs (&PeiCpuMpData->MtrrTable);
|
||||
//
|
||||
// Send broadcast IPI to APs to wakeup APs
|
||||
//
|
||||
|
Reference in New Issue
Block a user