summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Garver <jake@nvidia.com>2023-01-26 09:05:22 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-01-26 08:59:29 +0000
commitd0ff1cae3a1ab20ffd5a1d80658c38c113585651 (patch)
tree424ccfd9df4ca057a119802fa28793fe08961242
parentf25ee547634375b7f2dfa09209942fd03d00c76f (diff)
downloadedk2-d0ff1cae3a1ab20ffd5a1d80658c38c113585651.tar.gz
edk2-d0ff1cae3a1ab20ffd5a1d80658c38c113585651.tar.bz2
edk2-d0ff1cae3a1ab20ffd5a1d80658c38c113585651.zip
CryptoPkg/Library: Reinstate ARM/AARCH64 sections in SmmCryptLib.inf
These sections were removed mistakenly. SmmCryptLib.inf supports these architectures. Signed-off-by: Jake Garver <jake@nvidia.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
-rw-r--r--CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf6
1 files changed, 6 insertions, 0 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
index 55df99f843..ab19930871 100644
--- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
+++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
@@ -75,6 +75,12 @@
[Sources.X64]
Rand/CryptRandTsc.c
+[Sources.ARM]
+ Rand/CryptRand.c
+
+[Sources.AARCH64]
+ Rand/CryptRand.c
+
[Packages]
MdePkg/MdePkg.dec
CryptoPkg/CryptoPkg.dec