]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Sec.c
MdeModulePkg: Add BootLogoLib to provide interfaces about logo display.
[mirror_edk2.git] / ArmPlatformPkg / Sec / Sec.c
index 015c1613c6d66e99d5e70244da323a21f73d965c..7127395e61447bc3d650a78f2324353cc71c8b92 100644 (file)
@@ -42,7 +42,7 @@ CEntryPoint (
   ArmInvalidateInstructionCache ();\r
 \r
   // Invalidate I & D TLBs\r
-  ArmInvalidateInstructionAndDataTlb ();\r
+  ArmInvalidateTlb ();\r
 \r
   // CPU specific settings\r
   ArmCpuSetup (MpId);\r
@@ -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