]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Sec.c
ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.
[mirror_edk2.git] / ArmPlatformPkg / Sec / Sec.c
index 15584f19010764a693da873f9999c8d573cea614..7127395e61447bc3d650a78f2324353cc71c8b92 100644 (file)
@@ -123,7 +123,7 @@ CEntryPoint (
     copy_cpsr_into_spsr ();\r
 \r
     // Call the Platform specific function to execute additional actions if required\r
-    JumpAddress = PcdGet32 (PcdFvBaseAddress);\r
+    JumpAddress = PcdGet64 (PcdFvBaseAddress);\r
     ArmPlatformSecExtraAction (MpId, &JumpAddress);\r
 \r
     NonTrustedWorldTransition (MpId, JumpAddress);\r
@@ -167,7 +167,7 @@ TrustedWorldInitialization (
   }\r
 \r
   // Call the Platform specific function to execute additional actions if required\r
-  JumpAddress = PcdGet32 (PcdFvBaseAddress);\r
+  JumpAddress = PcdGet64 (PcdFvBaseAddress);\r
   ArmPlatformSecExtraAction (MpId, &JumpAddress);\r
 \r
   // Initialize architecture specific security policy\r