]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/SecEntryPoint.S
ArmPlatformPkg: Introduced 'ArmPlatformSecLib'
[mirror_edk2.git] / ArmPlatformPkg / Sec / SecEntryPoint.S
index 25b66961738c81268bdb608d691c54e6aad322c7..8266dad9776b55522c4537870a7b4bda2e3ee187 100644 (file)
@@ -20,7 +20,7 @@
 \r
 GCC_ASM_IMPORT(CEntryPoint)\r
 GCC_ASM_IMPORT(ArmPlatformSecBootAction)\r
-GCC_ASM_IMPORT(ArmPlatformInitializeBootMemory)\r
+GCC_ASM_IMPORT(ArmPlatformSecBootMemoryInit)\r
 GCC_ASM_IMPORT(ArmDisableInterrupts)\r
 GCC_ASM_IMPORT(ArmDisableCachesAndMmu)\r
 GCC_ASM_IMPORT(ArmWriteVBar)\r
@@ -66,7 +66,7 @@ _WaitInitMem:
   \r
 _InitMem:\r
   // Initialize Init Boot Memory\r
-  bl    ASM_PFX(ArmPlatformInitializeBootMemory)\r
+  bl    ASM_PFX(ArmPlatformSecBootMemoryInit)\r
   \r
   // Only Primary CPU could run this line (the secondary cores have jumped from _IdentifyCpu to _SetupStack)\r
   LoadConstantToReg (FixedPcdGet32(PcdArmPrimaryCore), r5)\r