summaryrefslogtreecommitdiffstats
path: root/FatPkg
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2012-06-08 03:08:32 +0000
committerJordan Justen <jordan.l.justen@intel.com>2016-04-06 23:22:43 -0700
commit68ce9995fadf37bf4eec05495d28e3af4ee00387 (patch)
treee59cf7bc3d220e1f5fc4b3f172da3693b64a4e9f /FatPkg
parent01951d1b7c9de94e1ea3fcdd43b3baf816e9da26 (diff)
downloadedk2-68ce9995fadf37bf4eec05495d28e3af4ee00387.tar.gz
edk2-68ce9995fadf37bf4eec05495d28e3af4ee00387.tar.bz2
edk2-68ce9995fadf37bf4eec05495d28e3af4ee00387.zip
Enable ARM support.
Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> (based on FatPkg commit dac56596e17d747bf01597edf3f43df5844038de) [jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Acked-by: Leif Lindholm <leif.lindholm@arm.com>
Diffstat (limited to 'FatPkg')
-rw-r--r--FatPkg/FatPkg.dsc6
1 files changed, 5 insertions, 1 deletions
diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc
index 6c5be6a3bd..c718fb422e 100644
--- a/FatPkg/FatPkg.dsc
+++ b/FatPkg/FatPkg.dsc
@@ -21,7 +21,7 @@
PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
PLATFORM_VERSION = 0.2
DSC_SPECIFICATION = 0x00010005
- SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC
+ SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM
OUTPUT_DIRECTORY = Build/Fat
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
@@ -30,6 +30,7 @@
GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
+ RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
[LibraryClasses]
#
@@ -58,6 +59,9 @@
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
+[LibraryClasses.ARM]
+ NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+
###################################################################################################
#
# Components Section - list of the modules and components that will be processed by compilation