From nobody Sun May 19 14:14:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+102969+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102969+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1681457611; cv=none; d=zohomail.com; s=zohoarc; b=a1ehWQO72KCyQV8vZEICYE6cWBPQqmzK0kZGut90mHYBn5gGNfd2KjynIvyXr7v0UI9yVSpBWCrkUfC84tBsr8DZk74rPmZrPY+7WGFVFsRy49t9t4Xrm0R+Z5l4D/xH1q2TlQjN+Dt2Jr0qUBjgbPlTI5LztsaZENasBHzb9eo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1681457611; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=0RAKw2bvsm+IkvswcJNYM4YWf3AlzTzAsAKjmwTvD7g=; b=kBy6rQQFydh6gJUHf2kN89EV0ShxH6z2FAKDau/aXXOCNlp+1n3sGQiSc/TEGmHHw7Xa/XRKZe7KCEqsJJBa0eMfYYDtBu2NzQeRr008WMjiPN4Tm6rv2BWqe+ea/ZlAWzKSc5vMyMK6cHcQLM9446/fXPagzzUvnfgu51h0xX8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+102969+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1681457611822885.9010282343996; Fri, 14 Apr 2023 00:33:31 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id HaaYYY1788612xgho7FO45F7; Fri, 14 Apr 2023 00:33:31 -0700 X-Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.3772.1681457610110159385 for ; Fri, 14 Apr 2023 00:33:30 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10679"; a="346235217" X-IronPort-AV: E=Sophos;i="5.99,195,1677571200"; d="scan'208";a="346235217" X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2023 00:33:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10679"; a="864112807" X-IronPort-AV: E=Sophos;i="5.99,195,1677571200"; d="scan'208";a="864112807" X-Received: from liyi4-desktop.ccr.corp.intel.com ([10.239.153.82]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2023 00:33:27 -0700 From: "Li, Yi" To: devel@edk2.groups.io Cc: Yi Li , Jian J Wang , Jiewen Yao , Xiaoyu Lu , Guomin Jiang Subject: [edk2-devel] [PATCH] CryptoPkg: Enable DXE_CORE support in DxeCryptLib.inf Date: Fri, 14 Apr 2023 15:33:16 +0800 Message-Id: <20230414073316.2074-1-yi1.li@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,yi1.li@intel.com X-Gm-Message-State: k8z89Oxh1LAgsMrQXCeiTpiOx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1681457611; bh=52Z2dXFHX7rfwAgPFjGHUuUicU+CwIpHFz+1HaAe6z4=; h=Cc:Date:From:Reply-To:Subject:To; b=VE0IRB/G/69Mro2ff1RDyOCvhIWYHOSPlbL3mBd+JfV9D/p6taMp+iiNKl0dgsA+0Jx yr7HwbbTZ48hHcNOUGkaFhzYQ8w6/OK/vmm852TlYdklWvxgYYm1Fkgnsq57DSZXOtqBB Kq/PoHM0T89j7yM1iNYG/3cUsBmXJxRheZg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1681457613590100001 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4413 Make the DXE_CORE module able to call the crypto protocol, which can reduce FV size on platforms using the Crypto Binaries. Cc: Jian J Wang Cc: Jiewen Yao Cc: Xiaoyu Lu Cc: Guomin Jiang Signed-off-by: Yi Li Reviewed-by: JIewen Yao --- CryptoPkg/Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.inf b/= CryptoPkg/Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.inf index b4945de336..972291574c 100644 --- a/CryptoPkg/Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.inf @@ -16,7 +16,7 @@ FILE_GUID =3D B38CBDA6-8017-4111-8232-9E8328DE82F6 VERSION_STRING =3D 1.0 MODULE_TYPE =3D DXE_DRIVER - LIBRARY_CLASS =3D BaseCryptLib | DXE_DRIVER UEFI_DRIVER= UEFI_APPLICATION + LIBRARY_CLASS =3D BaseCryptLib | DXE_DRIVER UEFI_DRIVER= UEFI_APPLICATION DXE_CORE LIBRARY_CLASS =3D TlsLib | DXE_DRIVER UEFI_DRIVER= UEFI_APPLICATION CONSTRUCTOR =3D DxeCryptLibConstructor =20 --=20 2.31.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#102969): https://edk2.groups.io/g/devel/message/102969 Mute This Topic: https://groups.io/mt/98257576/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-