From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.1060.1666290939355166472 for ; Thu, 20 Oct 2022 11:35:40 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=h+kmUVzZ; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: michael.d.kinney@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666290940; x=1697826940; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bsjGvuSqhEzSxtOQGqjH+OHVhi623MtO3EbHvytYfvY=; b=h+kmUVzZPBjX1PnBFQ+fDgHJRIaP0xbifWGFMRP+Mr8uviHjdAX3KI3U V3IIOlHes9EITb0gc21bLA8fTUvdnGwd78S3EeCO4ouiSbWmX521Cz2sh q4ABbvnI7sqI6DlCQB1MjdE2rJdpDRGMrNifWQKFqXt02RXQd2Gj9GNGI RzEyYA0RS5ifVqxOOGxTFFxkHCSqsvl8o1VoZawDrC2ovxWfOD9E3tOTx WXPu6JJRdDepAd0UsnWRP4qKu7g1dtfLQlLuQiKjAe4cRSGRrgZ4NgDaO JwH7QZcGiq6wqVEIIZZARHyAs8zm/oZeWubTqhaC4uu5j7Lc+MKA9bFw6 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10506"; a="308485588" X-IronPort-AV: E=Sophos;i="5.95,199,1661842800"; d="scan'208";a="308485588" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2022 11:35:38 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10506"; a="632427871" X-IronPort-AV: E=Sophos;i="5.95,199,1661842800"; d="scan'208";a="632427871" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.212.188.143]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2022 11:35:37 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Yi Li , Jiewen Yao , Jian J Wang , Xiaoyu Lu , Guomin Jiang , Christopher Zurcher Subject: [Patch v2 15/16] CryptoPkg/Library/OpensslLib: Add generated flag to Accel INF Date: Thu, 20 Oct 2022 11:35:09 -0700 Message-Id: <20221020183510.1799-16-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.37.1.windows.1 In-Reply-To: <20221020183510.1799-1-michael.d.kinney@intel.com> References: <20221020183510.1799-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Yi Li Update OpensslLibAccel.inf and OpensslLibFullAccel.inf to include flags used by process_files.pl to generate OpensslLib INF files. Cc: Jiewen Yao Cc: Jian J Wang Cc: Xiaoyu Lu Cc: Guomin Jiang Cc: Christopher Zurcher Cc: Michael D Kinney Signed-off-by: Yi Li --- CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf | 8 ++++++++ CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf b/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf index 32eae4a79213..98b07fd2eab9 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf @@ -633,6 +633,7 @@ [Sources] EcSm2Null.c [Sources.IA32] +# Autogenerated IA32 files list starts here IA32/crypto/aes/aesni-x86.nasm | MSFT IA32/crypto/aes/vpaes-x86.nasm | MSFT IA32/crypto/modes/ghash-x86.nasm | MSFT @@ -640,7 +641,9 @@ [Sources.IA32] IA32/crypto/sha/sha256-586.nasm | MSFT IA32/crypto/sha/sha512-586.nasm | MSFT IA32/crypto/x86cpuid.nasm | MSFT +# Autogenerated files list ends here +# Autogenerated IA32Gcc files list starts here IA32Gcc/crypto/aes/aesni-x86.S | GCC IA32Gcc/crypto/aes/vpaes-x86.S | GCC IA32Gcc/crypto/modes/ghash-x86.S | GCC @@ -648,9 +651,11 @@ [Sources.IA32] IA32Gcc/crypto/sha/sha256-586.S | GCC IA32Gcc/crypto/sha/sha512-586.S | GCC IA32Gcc/crypto/x86cpuid.S | GCC +# Autogenerated files list ends here [Sources.X64] X64/ApiHooks.c +# Autogenerated X64 files list starts here X64/crypto/aes/aesni-mb-x86_64.nasm | MSFT X64/crypto/aes/aesni-sha1-x86_64.nasm | MSFT X64/crypto/aes/aesni-sha256-x86_64.nasm | MSFT @@ -664,7 +669,9 @@ [Sources.X64] X64/crypto/sha/sha256-x86_64.nasm | MSFT X64/crypto/sha/sha512-x86_64.nasm | MSFT X64/crypto/x86_64cpuid.nasm | MSFT +# Autogenerated files list ends here +# Autogenerated X64Gcc files list starts here X64Gcc/crypto/aes/aesni-mb-x86_64.S | GCC X64Gcc/crypto/aes/aesni-sha1-x86_64.S | GCC X64Gcc/crypto/aes/aesni-sha256-x86_64.S | GCC @@ -678,6 +685,7 @@ [Sources.X64] X64Gcc/crypto/sha/sha256-x86_64.S | GCC X64Gcc/crypto/sha/sha512-x86_64.S | GCC X64Gcc/crypto/x86_64cpuid.S | GCC +# Autogenerated files list ends here [Packages] MdePkg/MdePkg.dec diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf b/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf index 6345b54bca4c..6525b73a9e7b 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf +++ b/CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf @@ -638,6 +638,7 @@ [Sources] # EcSm2Null.c [Sources.IA32] +# Autogenerated IA32 files list starts here IA32/crypto/aes/aesni-x86.nasm | MSFT IA32/crypto/aes/vpaes-x86.nasm | MSFT IA32/crypto/modes/ghash-x86.nasm | MSFT @@ -645,7 +646,9 @@ [Sources.IA32] IA32/crypto/sha/sha256-586.nasm | MSFT IA32/crypto/sha/sha512-586.nasm | MSFT IA32/crypto/x86cpuid.nasm | MSFT +# Autogenerated files list ends here +# Autogenerated IA32Gcc files list starts here IA32Gcc/crypto/aes/aesni-x86.S | GCC IA32Gcc/crypto/aes/vpaes-x86.S | GCC IA32Gcc/crypto/modes/ghash-x86.S | GCC @@ -653,9 +656,11 @@ [Sources.IA32] IA32Gcc/crypto/sha/sha256-586.S | GCC IA32Gcc/crypto/sha/sha512-586.S | GCC IA32Gcc/crypto/x86cpuid.S | GCC +# Autogenerated files list ends here [Sources.X64] X64/ApiHooks.c +# Autogenerated X64 files list starts here X64/crypto/aes/aesni-mb-x86_64.nasm | MSFT X64/crypto/aes/aesni-sha1-x86_64.nasm | MSFT X64/crypto/aes/aesni-sha256-x86_64.nasm | MSFT @@ -669,7 +674,9 @@ [Sources.X64] X64/crypto/sha/sha256-x86_64.nasm | MSFT X64/crypto/sha/sha512-x86_64.nasm | MSFT X64/crypto/x86_64cpuid.nasm | MSFT +# Autogenerated files list ends here +# Autogenerated X64Gcc files list starts here X64Gcc/crypto/aes/aesni-mb-x86_64.S | GCC X64Gcc/crypto/aes/aesni-sha1-x86_64.S | GCC X64Gcc/crypto/aes/aesni-sha256-x86_64.S | GCC @@ -683,6 +690,7 @@ [Sources.X64] X64Gcc/crypto/sha/sha256-x86_64.S | GCC X64Gcc/crypto/sha/sha512-x86_64.S | GCC X64Gcc/crypto/x86_64cpuid.S | GCC +# Autogenerated files list ends here [Packages] MdePkg/MdePkg.dec -- 2.37.1.windows.1