]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/SecEntryPoint.asm
ArmPlatformPkg: Introduced 'ArmPlatformSecLib'
[mirror_edk2.git] / ArmPlatformPkg / Sec / SecEntryPoint.asm
index 3556ce471fa783afd86cc9187497da5978f30e99..a20a3fd9f619b2f4f2708d4cfc9fe2a2ac2c68b0 100644 (file)
@@ -19,7 +19,7 @@
   \r
   IMPORT  CEntryPoint\r
   IMPORT  ArmPlatformSecBootAction\r
-  IMPORT  ArmPlatformInitializeBootMemory\r
+  IMPORT  ArmPlatformSecBootMemoryInit\r
   IMPORT  ArmDisableInterrupts\r
   IMPORT  ArmDisableCachesAndMmu\r
   IMPORT  ArmWriteVBar\r
@@ -68,7 +68,7 @@ _WaitInitMem
   \r
 _InitMem\r
   // Initialize Init Boot Memory\r
-  bl    ArmPlatformInitializeBootMemory\r
+  bl    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