summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/DxeIplPeim
diff options
context:
space:
mode:
authorHarry Liebel <Harry.Liebel@arm.com>2013-08-07 11:28:15 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-08-07 11:28:15 +0000
commit716e507720319cbeaf1cf1a030771033285fbb55 (patch)
treebd2b288b01b690ef3d1385eec5ba892d085c0e2f /MdeModulePkg/Core/DxeIplPeim
parent45a4305bd6490b127e195e3d6889651b400c89c3 (diff)
downloadedk2-716e507720319cbeaf1cf1a030771033285fbb55.tar.gz
edk2-716e507720319cbeaf1cf1a030771033285fbb55.tar.bz2
edk2-716e507720319cbeaf1cf1a030771033285fbb55.zip
MdeModulePkg: Added ARM Aarch64 architecture support
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Harry Liebel <Harry.Liebel@arm.com> Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14530 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/DxeIplPeim')
-rw-r--r--MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
index f39251f3c9..986250bdcc 100644
--- a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
+++ b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
@@ -28,7 +28,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) AARCH64
#
[Sources]
@@ -53,7 +53,7 @@
[Sources.EBC]
Ebc/DxeLoadFunc.c
-[Sources.ARM]
+[Sources.ARM, Sources.AARCH64]
Arm/DxeLoadFunc.c
[Packages]