diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2013-07-29 09:52:18 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-07-29 09:52:18 +0000 |
commit | b4319afbda8d84e5dc67f8a3e8b18796a0e53f85 (patch) | |
tree | 216c330cbb3cb27c1b64f061f3c90380d463da9b /MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | |
parent | fed549d7be5621eac25f024b54c66ca83ca0bcca (diff) | |
download | edk2-platforms-b4319afbda8d84e5dc67f8a3e8b18796a0e53f85.tar.xz |
MdePkg: 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: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14513 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf')
-rw-r--r-- | MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf index 21a81ec8a4..e88ebc63c5 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf @@ -28,7 +28,7 @@ #
-# VALID_ARCHITECTURES = IA32 X64 IPF ARM
+# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64
#
[Sources]
@@ -54,6 +54,9 @@ [Sources.ARM]
IoLibArm.c
+[Sources.AARCH64]
+ IoLibArm.c
+
[Packages]
MdePkg/MdePkg.dec
|