From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 205E07803CC for ; Thu, 1 Feb 2024 23:04:54 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=3/GbYlMNaFPcpq/4cZpVcf7VSdojG8F9rEbq/dSpKaw=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1706828693; v=1; b=VUc0e7V4sqKiH3AxH+boIWIDzzN28VVxoK+cYEKIePeix1S1BiPSX5JPdDgbfLySrRcZUoMD FScnOSHQcnKPNwKpnovCkFqQocHp58hPdRs1YPxVWYE9kN/asbI4Xa6wObVFlMEppAfxD4StRF2 9S9MM7RyHBdWE19qTyTuq/DQ= X-Received: by 127.0.0.2 with SMTP id DxT2YY7687511xChj1qlv2qf; Thu, 01 Feb 2024 15:04:53 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web11.9652.1706767803858176766 for ; Wed, 31 Jan 2024 22:10:04 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10969"; a="394266133" X-IronPort-AV: E=Sophos;i="6.05,234,1701158400"; d="scan'208";a="394266133" X-Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jan 2024 22:10:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,234,1701158400"; d="scan'208";a="4322755" X-Received: from unknown (HELO marslinx-desk4.gar.corp.intel.com) ([10.225.76.163]) by fmviesa003.fm.intel.com with ESMTP; 31 Jan 2024 22:09:59 -0800 From: marsx.lin@intel.com To: devel@edk2.groups.io Cc: MarsX Lin , Chasel Chiu , Guo Dong , Sean Rhodes , James Lu , Gua Guo Subject: [edk2-devel] [PATCH] UefiPayloadPkg/Crypto: Support external Crypto drivers. Date: Thu, 1 Feb 2024 14:09:57 +0800 Message-Id: <4226d0bf132ffffddecb76e21b1a8dd31c100f5d.1706767610.git.marsx.lin@intel.com> MIME-Version: 1.0 Precedence: Bulk 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,marsx.lin@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: XnHuXybkv7hXW8zaOnXHG5QCx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=VUc0e7V4; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: MarsX Lin REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4661 There is potential build problem when CRYPTO_PROTOCOL_SUPPORT is set to TRUE and CRYPTO_DRIVER_EXTERNAL_SUPPORT is set to TRUE Cc: Chasel Chiu Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: MarsX Lin --- UefiPayloadPkg/UefiPayloadPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayload= Pkg.dsc index 2c4013bd9d..0e142bb7c2 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc @@ -480,6 +480,7 @@ gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1800000=0D =0D !if $(CRYPTO_PROTOCOL_SUPPORT) =3D=3D TRUE=0D +!if $(CRYPTO_DRIVER_EXTERNAL_SUPPORT) =3D=3D FALSE=0D gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.HmacSha256.Fami= ly | PCD_CRYPTO_SERVICE_ENABLE_FAMILY=0D gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Md5.Family = | PCD_CRYPTO_SERVICE_ENABLE_FAMILY=0D gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.Pkcs.Family = | PCD_CRYPTO_SERVICE_ENABLE_FAMILY=0D @@ -501,6 +502,7 @@ gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.TlsSet.Family = | PCD_CRYPTO_SERVICE_ENABLE_FAMILY=0D gEfiCryptoPkgTokenSpaceGuid.PcdCryptoServiceFamilyEnable.TlsGet.Family = | PCD_CRYPTO_SERVICE_ENABLE_FAMILY=0D !endif=0D +!endif=0D =0D [PcdsPatchableInModule.X64]=0D !if $(NETWORK_DRIVER_ENABLE) =3D=3D TRUE=0D --=20 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114976): https://edk2.groups.io/g/devel/message/114976 Mute This Topic: https://groups.io/mt/104091974/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-