diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-01 23:41:52 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-01 23:41:52 +0000 |
commit | 99565b88c1bdeae4836aab78db9c08e9511e4adc (patch) | |
tree | fccd1cf6143872a7214e385cfa3b46c2cd688eb2 /ArmPlatformPkg/PrePi/PeiMPCore.inf | |
parent | 513aa3497afd3b84f6f20ed53a18534cb72b2180 (diff) | |
download | edk2-platforms-99565b88c1bdeae4836aab78db9c08e9511e4adc.tar.xz |
ArmPlatform/PrePi: Fixed PrePi for MP Cores platform and Global Variable region settings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12638 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/PrePi/PeiMPCore.inf')
-rwxr-xr-x | ArmPlatformPkg/PrePi/PeiMPCore.inf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ArmPlatformPkg/PrePi/PeiMPCore.inf b/ArmPlatformPkg/PrePi/PeiMPCore.inf index 81722c1123..9e76e65302 100755 --- a/ArmPlatformPkg/PrePi/PeiMPCore.inf +++ b/ArmPlatformPkg/PrePi/PeiMPCore.inf @@ -38,6 +38,7 @@ BaseLib
DebugLib
DebugAgentLib
+ ArmCpuLib
ArmLib
ArmGicLib
IoLib
@@ -55,6 +56,9 @@ PlatformPeiLib
MemoryInitPeiLib
+[Ppis]
+ gArmMpCoreInfoPpiGuid
+
[Guids]
gArmGlobalVariableGuid
|