public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] !!TEST Fix warnings of EC feature
@ 2022-04-18 13:03 yi1 li
  2022-04-18 13:03 ` [PATCH 1/4] CryptoPkg: Add instrinsics to support building ECC on IA32 windows yi1 li
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: yi1 li @ 2022-04-18 13:03 UTC (permalink / raw)
  To: devel; +Cc: yi1 li

As subject.

yi1 li (4):
  CryptoPkg: Add instrinsics to support building ECC on IA32 windows
  CryptoPkg: Reconfigure OpensslLib to add EC algorithms
  CryptoPkg: Make EC source file config-able
  CryptoPkg: Add PcdEcEnabled to Base/Pei/SmmCryptLib.inf

 CryptoPkg/CryptoPkg.dec                       |  4 +
 .../Library/BaseCryptLib/BaseCryptLib.inf     |  3 +
 .../Library/BaseCryptLib/PeiCryptLib.inf      |  3 +
 .../Library/BaseCryptLib/SmmCryptLib.inf      |  3 +
 .../Library/Include/openssl/opensslconf.h     |  6 +-
 .../Library/IntrinsicLib/Ia32/MathLlmul.asm   | 98 +++++++++++++++++++
 .../Library/IntrinsicLib/Ia32/MathLlshr.asm   | 78 +++++++++++++++
 .../Library/IntrinsicLib/IntrinsicLib.inf     |  2 +
 CryptoPkg/Library/OpensslLib/OpensslLib.inf   | 48 +++++++++
 .../Library/OpensslLib/OpensslLibCrypto.inf   | 49 ++++++++++
 CryptoPkg/Library/OpensslLib/process_files.pl |  1 -
 11 files changed, 292 insertions(+), 3 deletions(-)
 create mode 100644 CryptoPkg/Library/IntrinsicLib/Ia32/MathLlmul.asm
 create mode 100644 CryptoPkg/Library/IntrinsicLib/Ia32/MathLlshr.asm

-- 
2.33.0.windows.2


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

end of thread, other threads:[~2022-04-26  8:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-18 13:03 [PATCH 0/4] !!TEST Fix warnings of EC feature yi1 li
2022-04-18 13:03 ` [PATCH 1/4] CryptoPkg: Add instrinsics to support building ECC on IA32 windows yi1 li
2022-04-18 15:24   ` [edk2-devel] " Michael D Kinney
2022-04-19  1:14     ` yi1 li
2022-04-19  0:51   ` Yao, Jiewen
2022-04-18 13:03 ` [PATCH 2/4] CryptoPkg: Reconfigure OpensslLib to add EC algorithms yi1 li
2022-04-18 13:03 ` [PATCH 3/4] CryptoPkg: Make EC source file config-able yi1 li
2022-04-18 15:21   ` [edk2-devel] " Michael D Kinney
2022-04-25 15:52   ` PierreGondois
2022-04-26  2:01     ` yi1 li
2022-04-26  8:14       ` PierreGondois
2022-04-26  8:33         ` Bob Feng
2022-04-18 13:03 ` [PATCH 4/4] CryptoPkg: Add PcdEcEnabled to Base/Pei/SmmCryptLib.inf yi1 li

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