ARM Packages: Moved ARM assembly files to 'Arm' subdirectory

Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13772 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin
2012-09-28 10:52:16 +00:00
parent 145292e4c8
commit 21de944e03
20 changed files with 37 additions and 26 deletions

View File

@@ -34,9 +34,11 @@
[Sources.common]
RTSM.c
RTSMMem.c
RTSMHelper.asm | RVCT
RTSMHelper.S | GCC
RTSMMem.c
[Sources.ARM]
Arm/RTSMHelper.asm | RVCT
Arm/RTSMHelper.S | GCC
[FeaturePcd]
gEmbeddedTokenSpaceGuid.PcdCacheEnable

View File

@@ -33,8 +33,10 @@
[Sources.common]
RTSM.c
RTSMHelper.asm | RVCT
RTSMHelper.S | GCC
[Sources.ARM]
Arm/RTSMHelper.asm | RVCT
Arm/RTSMHelper.S | GCC
[FeaturePcd]
gEmbeddedTokenSpaceGuid.PcdCacheEnable

View File

@@ -33,10 +33,12 @@
[Sources.common]
RTSMSec.c
RTSMBoot.asm | RVCT
RTSMBoot.S | GCC
RTSMHelper.asm | RVCT
RTSMHelper.S | GCC
[Sources.ARM]
Arm/RTSMBoot.asm | RVCT
Arm/RTSMBoot.S | GCC
Arm/RTSMHelper.asm | RVCT
Arm/RTSMHelper.S | GCC
[FeaturePcd]
gEmbeddedTokenSpaceGuid.PcdCacheEnable

View File

@@ -31,6 +31,8 @@
[Sources.common]
ArmPlatformLibNullSec.c
[Sources.ARM]
ArmPlatformLibNullBoot.asm | RVCT
ArmPlatformLibNullBoot.S | GCC

View File

@@ -1,5 +1,5 @@
#/* @file
# Copyright (c) 2011, ARM Limited. All rights reserved.
# Copyright (c) 2011-2012, ARM Limited. All rights reserved.
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -21,8 +21,10 @@
[Sources.common]
ArmTrustedMonitorLibNull.c
MonitorTable.asm | RVCT
MonitorTable.S | GCC
[Sources.ARM]
Arm/MonitorTable.asm | RVCT
Arm/MonitorTable.S | GCC
[Packages]
ArmPkg/ArmPkg.dec
@@ -34,4 +36,4 @@
BaseLib
DebugLib
PcdLib