Fix minor Xcode build issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11348 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -59,4 +59,4 @@ ASM_PFX(ArmPlatformInitializeBootMemory):
|
|||||||
// The SMC does not need to be initialized for RTSM
|
// The SMC does not need to be initialized for RTSM
|
||||||
bx lr
|
bx lr
|
||||||
|
|
||||||
.end
|
ASM_FUNCTION_REMOVE_IF_UNREFERENCED
|
@@ -16,6 +16,7 @@
|
|||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/PcdLib.h>
|
#include <Library/PcdLib.h>
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
|
#include <Library/IoLib.h>
|
||||||
|
|
||||||
// DDR attributes
|
// DDR attributes
|
||||||
#define DDR_ATTRIBUTES_CACHED ARM_MEMORY_REGION_ATTRIBUTE_WRITE_BACK
|
#define DDR_ATTRIBUTES_CACHED ARM_MEMORY_REGION_ATTRIBUTE_WRITE_BACK
|
||||||
@@ -54,7 +55,6 @@ VOID ArmPlatformGetPeiMemory (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
VOID ArmPlatformGetVirtualMemoryMap(ARM_MEMORY_REGION_DESCRIPTOR** VirtualMemoryMap) {
|
VOID ArmPlatformGetVirtualMemoryMap(ARM_MEMORY_REGION_DESCRIPTOR** VirtualMemoryMap) {
|
||||||
UINT32 val32;
|
|
||||||
UINT32 CacheAttributes;
|
UINT32 CacheAttributes;
|
||||||
BOOLEAN bTrustzoneSupport = FALSE;
|
BOOLEAN bTrustzoneSupport = FALSE;
|
||||||
UINTN Index = 0;
|
UINTN Index = 0;
|
||||||
|
@@ -103,4 +103,4 @@ _DefaultFiq:
|
|||||||
mov r0, #7
|
mov r0, #7
|
||||||
blx SecCommonExceptionEntry
|
blx SecCommonExceptionEntry
|
||||||
|
|
||||||
.end
|
|
||||||
|
@@ -69,6 +69,6 @@ ASM_PFX(copy_cpsr_into_spsr):
|
|||||||
bx lr
|
bx lr
|
||||||
|
|
||||||
dead:
|
dead:
|
||||||
B dead
|
b dead
|
||||||
|
|
||||||
.end
|
ASM_FUNCTION_REMOVE_IF_UNREFERENCED
|
||||||
|
@@ -41,8 +41,8 @@ GCC_ASM_IMPORT(SecVectorTable)
|
|||||||
GCC_ASM_IMPORT(ArmIsScuEnable)
|
GCC_ASM_IMPORT(ArmIsScuEnable)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
StartupAddr: .word CEntryPoint
|
StartupAddr: .word ASM_PFX(CEntryPoint)
|
||||||
SecVectorTableAddr: .word SecVectorTable
|
SecVectorTableAddr: .word ASM_PFX(SecVectorTable)
|
||||||
|
|
||||||
ASM_PFX(_ModuleEntryPoint):
|
ASM_PFX(_ModuleEntryPoint):
|
||||||
#Set VBAR to the start of the exception vectors in Secure Mode
|
#Set VBAR to the start of the exception vectors in Secure Mode
|
||||||
@@ -109,4 +109,4 @@ _SetupStack:
|
|||||||
# r0 = core_id
|
# r0 = core_id
|
||||||
blx r3
|
blx r3
|
||||||
|
|
||||||
.end
|
|
||||||
|
Reference in New Issue
Block a user