From f156d5b49d3f1c3dd1a9dc3c9b6d94b02c056ad1 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Thu, 22 Sep 2011 23:04:06 +0000 Subject: ArmPlatformPkg/ArmPlatformLib: Removed 'ArmPlatformIsMemoryInitialized' function 'ArmPlatformInitializeBootMemory' function can check if the memory has already been initialized. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12414 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/Sec/SecEntryPoint.S | 6 +----- ArmPlatformPkg/Sec/SecEntryPoint.asm | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'ArmPlatformPkg/Sec') diff --git a/ArmPlatformPkg/Sec/SecEntryPoint.S b/ArmPlatformPkg/Sec/SecEntryPoint.S index f8599393cb..5d83bf1ee7 100644 --- a/ArmPlatformPkg/Sec/SecEntryPoint.S +++ b/ArmPlatformPkg/Sec/SecEntryPoint.S @@ -31,7 +31,6 @@ GCC_ASM_EXPORT(_ModuleEntryPoint) #global functions referenced by this module GCC_ASM_IMPORT(CEntryPoint) GCC_ASM_IMPORT(ArmPlatformSecBootAction) -GCC_ASM_IMPORT(ArmPlatformIsMemoryInitialized) GCC_ASM_IMPORT(ArmPlatformInitializeBootMemory) GCC_ASM_IMPORT(ArmDisableInterrupts) GCC_ASM_IMPORT(ArmDisableCachesAndMmu) @@ -83,10 +82,7 @@ _WaitForEnabledScu: #endif _InitMem: - bl ASM_PFX(ArmPlatformIsMemoryInitialized) - bne _SetupStack - - # Initialize Init Memory + // Initialize Init Boot Memory bl ASM_PFX(ArmPlatformInitializeBootMemory) # Only Primary CPU could run this line (the secondary cores have jumped from _IdentifyCpu to _SetupStack) diff --git a/ArmPlatformPkg/Sec/SecEntryPoint.asm b/ArmPlatformPkg/Sec/SecEntryPoint.asm index 472abde7f2..e85d6ce609 100644 --- a/ArmPlatformPkg/Sec/SecEntryPoint.asm +++ b/ArmPlatformPkg/Sec/SecEntryPoint.asm @@ -21,7 +21,6 @@ IMPORT CEntryPoint IMPORT ArmPlatformSecBootAction - IMPORT ArmPlatformIsMemoryInitialized IMPORT ArmPlatformInitializeBootMemory IMPORT ArmDisableInterrupts IMPORT ArmDisableCachesAndMmu @@ -76,10 +75,7 @@ _WaitForEnabledScu #endif _InitMem - bl ArmPlatformIsMemoryInitialized - bne _SetupStack - - // Initialize Init Memory + // Initialize Init Boot Memory bl ArmPlatformInitializeBootMemory // Only Primary CPU could run this line (the secondary cores have jumped from _IdentifyCpu to _SetupStack) -- cgit v1.2.3