ArmPkg/CpuPei: Declare the CPU HOB

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11862 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin 2011-06-20 21:33:56 +00:00
parent fbcd5cea83
commit 149daa615f
2 changed files with 5 additions and 0 deletions

View File

@ -163,6 +163,9 @@ Returns:
// Enable program flow prediction, if supported.
ArmEnableBranchPrediction ();
// publish the CPU memory and io spaces sizes
BuildCpuHob (PcdGet8 (PcdPrePiCpuMemorySize), PcdGet8 (PcdPrePiCpuIoSize));
ConfigureMmu();
return EFI_SUCCESS;

View File

@ -46,6 +46,8 @@
[Ppis]
[FixedPcd]
gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
[FeaturePcd]
gEmbeddedTokenSpaceGuid.PcdCacheEnable