public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
@ 2023-01-25 19:21 Jake Garver
  2023-01-25 19:44 ` Michael D Kinney
  0 siblings, 1 reply; 5+ messages in thread
From: Jake Garver @ 2023-01-25 19:21 UTC (permalink / raw)
  To: devel
  Cc: jbrasen, ashishsingha, jiewen.yao, jian.j.wang, xiaoyu1.lu,
	guomin.jiang, michael.d.kinney, Jake Garver

These sections were removed mistakenly.  SmmCryptLib.inf supports these
architectures.

Signed-off-by: Jake Garver <jake@nvidia.com>
---
 CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 6 ++++++
 1 file changed, 6 insertions(+)

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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-26  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-25 19:21 [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf Jake Garver
2023-01-25 19:44 ` Michael D Kinney
2023-01-26  1:41   ` Yao, Jiewen
2023-01-26  8:03     ` [edk2-devel] " Ard Biesheuvel
2023-01-26  9:08       ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox