summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Include/Library
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-02 19:49:35 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-02 19:49:35 +0000
commitf437141a9cf4ce1052566a3b2bf656383f488d4a (patch)
tree279ed373f5ad0c65714dd96012e43da428143bb4 /ArmPlatformPkg/Include/Library
parente9f7c58f25749c9a58e6d225e4103eaced867f9d (diff)
downloadedk2-f437141a9cf4ce1052566a3b2bf656383f488d4a.tar.gz
edk2-f437141a9cf4ce1052566a3b2bf656383f488d4a.tar.bz2
edk2-f437141a9cf4ce1052566a3b2bf656383f488d4a.zip
ArmPlatformPkg: Renamed and Invoked earlier ArmPlatformNormalInitialize()
- ArmPlatformNormalInitialize() has been renamed into ArmPlatformInitialize() - Make the function be called at the early stage of the PEI phase as some platforms require their interconnects or clocks to be initialize before any access to Timers or UARTs. Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13245 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Include/Library')
-rw-r--r--ArmPlatformPkg/Include/Library/ArmPlatformLib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
index 7dd39fef8c..bb5778f59b 100644
--- a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
+++ b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h
@@ -115,9 +115,9 @@ ArmPlatformSecExtraAction (
in the PEI phase.
**/
-VOID
-ArmPlatformNormalInitialize (
- VOID
+RETURN_STATUS
+ArmPlatformInitialize (
+ IN UINTN MpId
);
/**