]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/OpensslLib/OpensslLib.inf
CryptoPkg/OpensslLib: Add native instruction support for X64
authorChristopher Zurcher <christopher.zurcher@microsoft.com>
Tue, 20 Jul 2021 22:06:45 +0000 (06:06 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 26 Jul 2021 07:30:11 +0000 (07:30 +0000)
commit878a92a887ef4ca879d336f323e91b13cc767a59
treee04ac8f5d3fd104f39c087a924ec522367e0da28
parent4d28a1c2fdf3673650018cf16f76cfc9796e78af
CryptoPkg/OpensslLib: Add native instruction support for X64

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2507

Adding OpensslLibX64.inf and modifying process_files.pl to process this
file and generate the necessary assembly files.
Adding OpensslLibX64Gcc.inf to allow building with GCC toolchain.
ApiHooks.c contains a stub function for a Windows API call.
uefi-asm.conf contains the limited assembly configurations for OpenSSL.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Cc: Mike Kinney <michael.d.kinney@intel.com>
Cc: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Christopher Zurcher <christopher.zurcher@microsoft.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
CryptoPkg/CryptoPkg.ci.yaml
CryptoPkg/Library/Include/CrtLibSupport.h
CryptoPkg/Library/Include/openssl/opensslconf.h
CryptoPkg/Library/OpensslLib/OpensslLib.inf
CryptoPkg/Library/OpensslLib/OpensslLibConstructor.c [new file with mode: 0644]
CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
CryptoPkg/Library/OpensslLib/OpensslLibX64.inf [new file with mode: 0644]
CryptoPkg/Library/OpensslLib/OpensslLibX64Gcc.inf [new file with mode: 0644]
CryptoPkg/Library/OpensslLib/UefiAsm.conf [new file with mode: 0644]
CryptoPkg/Library/OpensslLib/X64/ApiHooks.c [new file with mode: 0644]
CryptoPkg/Library/OpensslLib/process_files.pl