From: "Jake Garver" <jake@nvidia.com>
To: <devel@edk2.groups.io>
Cc: <jbrasen@nvidia.com>, <ashishsingha@nvidia.com>,
<jiewen.yao@intel.com>, <jian.j.wang@intel.com>,
<xiaoyu1.lu@intel.com>, <guomin.jiang@intel.com>,
<michael.d.kinney@intel.com>, Jake Garver <jake@nvidia.com>
Subject: [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf
Date: Wed, 25 Jan 2023 14:21:55 -0500 [thread overview]
Message-ID: <a0be8c87a871a82a61d2d795605b27b837b691e7.1674674187.git.jake@nvidia.com> (raw)
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
next reply other threads:[~2023-01-25 19:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 19:21 Jake Garver [this message]
2023-01-25 19:44 ` [PATCH] CryptoPkg/Library: Replace ARM/AARCH64 sections in SmmCryptLib.inf 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a0be8c87a871a82a61d2d795605b27b837b691e7.1674674187.git.jake@nvidia.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox