summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
diff options
context:
space:
mode:
authorRonald Cron <ronald.cron@arm.com>2014-08-26 15:06:45 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2014-08-26 15:06:45 +0000
commitd1984abcb9a9fa7fe0b1e6ee13e71d943718bda8 (patch)
treee3eaeeac88321b7f03c3c6ec7ee95a336f0a0cb8 /CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
parentbccc877842e6a89eb02cd240c458d73eed1ca415 (diff)
downloadedk2-d1984abcb9a9fa7fe0b1e6ee13e71d943718bda8.tar.gz
edk2-d1984abcb9a9fa7fe0b1e6ee13e71d943718bda8.tar.bz2
edk2-d1984abcb9a9fa7fe0b1e6ee13e71d943718bda8.zip
CryptoPkg: Add support of AARCH64 architecture
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ronald Cron <ronald.cron@arm.com> Reviewed-By: Olivier Martin <olivier.martin@arm.com> Reviewed-By: Long, Qin <qin.long@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15913 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf')
-rw-r--r--CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf5
1 files changed, 4 insertions, 1 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
index 535ad514c6..3cf0965738 100644
--- a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
+++ b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
@@ -34,7 +34,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF ARM
+# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64
#
[Sources]
@@ -90,6 +90,9 @@
[Sources.ARM]
Rand/CryptRand.c
+[Sources.AARCH64]
+ Rand/CryptRand.c
+
[Packages]
MdePkg/MdePkg.dec
CryptoPkg/CryptoPkg.dec