summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/Sec/SecInternal.h
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-28 17:29:41 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2012-02-28 17:29:41 +0000
commit3d93aeaef8225fca86faf9f113a2d9fb777c2a72 (patch)
tree5cd9d01de52bc63d7ef674bdef7095a19a458dcc /ArmPlatformPkg/Sec/SecInternal.h
parenta8530889115f00c668c22d26c9272b7b173fbe30 (diff)
downloadedk2-3d93aeaef8225fca86faf9f113a2d9fb777c2a72.tar.gz
edk2-3d93aeaef8225fca86faf9f113a2d9fb777c2a72.tar.bz2
edk2-3d93aeaef8225fca86faf9f113a2d9fb777c2a72.zip
ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCR
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13061 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Sec/SecInternal.h')
-rw-r--r--ArmPlatformPkg/Sec/SecInternal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Sec/SecInternal.h b/ArmPlatformPkg/Sec/SecInternal.h
index badd004b34..9136db9b46 100644
--- a/ArmPlatformPkg/Sec/SecInternal.h
+++ b/ArmPlatformPkg/Sec/SecInternal.h
@@ -33,7 +33,8 @@ TrustedWorldInitialization (
VOID
NonTrustedWorldTransition (
- IN UINTN MpId
+ IN UINTN MpId,
+ IN UINTN JumpAddress
);
VOID