From nobody Sun May 5 08:06:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50564+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50564+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573625510; cv=none; d=zoho.com; s=zohoarc; b=ef4kFaQd3TRFRHccHdNg0Iq45kxcYZBqUgIe+GcBPbGBZbbINKhXmCUypPIQ/29VBHl+gzeuO28rMy3B2WnQVSvufzk1qkfS66ShnEpMEBeS3F0+TWJFdLctaqmbZKkx8jb04XQYwBN8WU7acT/m+q8Im5x0qCJUendNr683MGU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573625510; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=epfknNvThTK/A27F84IBgfF6i+kzunlZalbHsO9nD+Y=; b=GZMD+Bj1zNe3e6iwIelBSqFr5inAhev3fCWjnY9FFTgx8cIHcQ8ZSUB/EYRVvB0KKNQGjkl9o+6eu/HTPBf2tFRqh1iHjAfr4bWSL3NIcyEd94Ogj6cQk9RQ4fVnMEyDgQChElgivBBsTobUM5uy/NT/UiFSr41kS3ab++9Gf3M= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50564+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573625510849938.3012547490483; Tue, 12 Nov 2019 22:11:50 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id PuvaYY1788612xBoejLwLkUA; Tue, 12 Nov 2019 22:11:49 -0800 X-Received: from mga06.intel.com (mga06.intel.com []) by mx.groups.io with SMTP id smtpd.web09.732.1573625508572426042 for ; Tue, 12 Nov 2019 22:11:49 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 22:11:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,299,1569308400"; d="scan'208";a="214247799" X-Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.59]) by fmsmga001.fm.intel.com with ESMTP; 12 Nov 2019 22:11:47 -0800 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Michael D Kinney , Kelly Steele Subject: [edk2-devel] [PATCH edk2-platforms 1/5] QuarkPlatformPkg: add null version of RngLib Date: Wed, 13 Nov 2019 14:11:41 +0800 Message-Id: <20191113061145.6640-2-jian.j.wang@intel.com> In-Reply-To: <20191113061145.6640-1-jian.j.wang@intel.com> References: <20191113061145.6640-1-jian.j.wang@intel.com> Precedence: Bulk List-Unsubscribe: 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,jian.j.wang@intel.com X-Gm-Message-State: PENFBbexB1EbiPbt3Co2Hpifx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573625509; bh=Q1z/Ex8jnXhvH9VBJl9rJBipa7sA574APjJtQFmKpsQ=; h=Cc:Date:From:Reply-To:Subject:To; b=MK1GoZTB8JrpD60TzvPHjBlBqa4D8Zy9OkR3M6SCLD5rdyAprabaB50JVQ4GOT25kFe aX0MOZ1EeF2MmZcc/mZgNRGBWZMXF2W+g5Pib01z2PSfyt2mXahq2rC2BSgpiTKpY4lE0 uKn3C89AmbwaRmRFfOAnE8Bfg8x73gZXDu0= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" It's a prerequisite of removing dependency of TimerLib from OpensslLib. RngLib will be used instead. To avoid build failure, add the null instance of it in advance. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1871 Cc: Michael D Kinney Cc: Kelly Steele Signed-off-by: Jian J Wang --- Platform/Intel/QuarkPlatformPkg/Quark.dsc | 1 + Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc b/Platform/Intel/Qua= rkPlatformPkg/Quark.dsc index a02adb64e695..2469c6e37e9e 100644 --- a/Platform/Intel/QuarkPlatformPkg/Quark.dsc +++ b/Platform/Intel/QuarkPlatformPkg/Quark.dsc @@ -161,6 +161,7 @@ [LibraryClasses] FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf =20 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf =20 diff --git a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc b/Platform/Intel/= QuarkPlatformPkg/QuarkMin.dsc index 3dbf616c664d..7737a232e909 100644 --- a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc +++ b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc @@ -153,6 +153,7 @@ [LibraryClasses] PlatformSecureLib|QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSec= ureLib.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasure= mentLib.inf AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf !else --=20 2.17.1.windows.2 -=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 (#50564): https://edk2.groups.io/g/devel/message/50564 Mute This Topic: https://groups.io/mt/55347945/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- From nobody Sun May 5 08:06:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50565+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50565+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573625510; cv=none; d=zoho.com; s=zohoarc; b=ckW0PjgmwsPATmndTD9vq8nwyUhDVailTmJRfaf9p9Dsj0TDbZ/9hf23EUu0o29pCq8k5uAeeL8f5zB2DYFUG5IfOViv7nY2FvjsUdZd9QZxzPjqJ6JsYc1GS5eJOfXB6UyiWzxcLYHsN+tgVM9+mUw8FlfG8HnUwcA63DhHOGA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573625510; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=Y6hPwatCYO2192ubcOueJuwQ7bGZLTxfiEhh43SUI6Q=; b=MI11xyCVFVvBPeA8H/Y+Ltgd50j6xKGs9tDL/C+wXg5I5yR5dbnZyhT0BJ5tbswo8EHmfVMjGhYgtm9VMhkJSmcdieCAKtFHwYpZzywMTG6EnC5Zc5iBlxhd5I+vqcoO42SZ4PRFs3BmlKi17tFE+VVa39J58ZkfMnamm3V+4lE= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50565+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573625510629767.9417045632765; Tue, 12 Nov 2019 22:11:50 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id n6hLYY1788612xssAdTmEs2X; Tue, 12 Nov 2019 22:11:50 -0800 X-Received: from mga06.intel.com (mga06.intel.com []) by mx.groups.io with SMTP id smtpd.web09.732.1573625508572426042 for ; Tue, 12 Nov 2019 22:11:49 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 22:11:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,299,1569308400"; d="scan'208";a="214247803" X-Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.59]) by fmsmga001.fm.intel.com with ESMTP; 12 Nov 2019 22:11:48 -0800 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Dandan Bi , Liming Gao Subject: [edk2-devel] [PATCH edk2-platforms 2/5] UserInterfaceFeaturePkg: add null version RngLib Date: Wed, 13 Nov 2019 14:11:42 +0800 Message-Id: <20191113061145.6640-3-jian.j.wang@intel.com> In-Reply-To: <20191113061145.6640-1-jian.j.wang@intel.com> References: <20191113061145.6640-1-jian.j.wang@intel.com> Precedence: Bulk List-Unsubscribe: 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,jian.j.wang@intel.com X-Gm-Message-State: iWouSPw4JOat0FWwFbMnijBvx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573625510; bh=6+SEITFC5oewDQKBUAzsMb965C3sgTMlpGKRJx41ycY=; h=Cc:Date:From:Reply-To:Subject:To; b=FjacrS+HLBISzud/Sc9o2y8xSax4EQxxq9qDU6kubXlb7vRwXQ4Rz6ymRzAka/YWynW IOQUx7eudXU8gNLPFzHHM8nzAnPJ2ZAqw9OgMnaOh9enXctC21P1QgCbg4gxirF38XgRV SjJABF7nYTAF5JFuoGB1FlmBpDj8XbetHEw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" It's a prerequisite of removing dependency of TimerLib from OpensslLib. RngLib will be used instead. To avoid build failure, add the null instance of it in advance. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1871 Cc: Dandan Bi Cc: Liming Gao Signed-off-by: Jian J Wang --- .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg= .dsc b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc index 6c5f77b59bbf..dba1d68b1d4b 100644 --- a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc +++ b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc @@ -38,6 +38,7 @@ [LibraryClasses] DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf PlatformPasswordLib|UserInterfaceFeaturePkg/Library/PlatformPasswordLibN= ull/PlatformPasswordLibNull.inf UserPasswordLib|UserInterfaceFeaturePkg/Library/UserPasswordLib/UserPass= wordLib.inf =20 --=20 2.17.1.windows.2 -=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 (#50565): https://edk2.groups.io/g/devel/message/50565 Mute This Topic: https://groups.io/mt/55347956/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- From nobody Sun May 5 08:06:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50566+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50566+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573625511; cv=none; d=zoho.com; s=zohoarc; b=ZILHi33IPr6ky4KVTW+U2aFjAw0uT78K5Pemp2OzJI8WnPIKJ9X6EaRTTg/XWZ4LOJTKyVNYsljNb5F7BtAjQLvEnKEoZXXujXQREl8xRrp/iLKzdarX0Xd7F4iNGKhtTz5A51tyQkjHpO2e/3MjVR5Vt8dIm5fPc/0QYCWEoiY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573625511; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=Te+s+QkBFnXpFdnn4qCItGbR6DHVohAZequiK9y+Beo=; b=etBY73/k913ECIx5Al53t+tzHwJqM/j7Y46r/oib8Juf8nDhwmwXXZcH1X+pctgNrDJ5+uLcim2D6H6Zk8g66j7SyMGOLUa2PeNv2f2gWH88GrQjWEBV41KvoWK27xgiW+VhPfBW66JAEpbMMPNBIdr/NkUgFBBWNYTzRROwYxc= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50566+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573625511267370.9574661201507; Tue, 12 Nov 2019 22:11:51 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id blj3YY1788612xCVJTZg07eB; Tue, 12 Nov 2019 22:11:50 -0800 X-Received: from mga06.intel.com (mga06.intel.com []) by mx.groups.io with SMTP id smtpd.web09.732.1573625508572426042 for ; Tue, 12 Nov 2019 22:11:50 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 22:11:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,299,1569308400"; d="scan'208";a="214247808" X-Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.59]) by fmsmga001.fm.intel.com with ESMTP; 12 Nov 2019 22:11:49 -0800 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Liming Gao , Michael D Kinney , Zailiang Sun , Yi Qian Subject: [edk2-devel] [PATCH edk2-platforms 3/5] Vlv2TbltDevicePkg: add null version RngLib Date: Wed, 13 Nov 2019 14:11:43 +0800 Message-Id: <20191113061145.6640-4-jian.j.wang@intel.com> In-Reply-To: <20191113061145.6640-1-jian.j.wang@intel.com> References: <20191113061145.6640-1-jian.j.wang@intel.com> Precedence: Bulk List-Unsubscribe: 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,jian.j.wang@intel.com X-Gm-Message-State: Apc9z1hw3T9EnfBuXI2BQ25Qx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573625510; bh=8duQpl1eatJWkJJyjRWLXWJLHnP5KL5hl209c8TfxyM=; h=Cc:Date:From:Reply-To:Subject:To; b=agqKrOO5IGyuCgwp+ZR8Y21F/ASrTmEed4grCOkK8496eYlVJ+iXF1vxS+PTYjSbrP3 GHpxWumkOWNca6FtPUCJhdmRrFrmm4Fi0vr3bt7ZUB9e50Ot9rf+F8GLoj0+EjcXvDTQ9 aZeRHxN/4Eqvf1hUB7IpF7ayebtPeVURsy8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" It's a prerequisite of removing dependency of TimerLib from OpensslLib. RngLib will be used instead. To avoid build failure, add the null instance of it in advance. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1871 Cc: Liming Gao Cc: Michael D Kinney Cc: Zailiang Sun Cc: Yi Qian Signed-off-by: Jian J Wang --- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Platfor= m/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc index 463b952e6582..3dac5f740750 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc @@ -234,6 +234,7 @@ [LibraryClasses.common] SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf !if $(NETWORK_TLS_ENABLE) =3D=3D TRUE TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Platform= /Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index ee18b45c9712..d3a841484a38 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc @@ -236,6 +236,7 @@ [LibraryClasses.common] SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf !if $(NETWORK_TLS_ENABLE) =3D=3D TRUE TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf --=20 2.17.1.windows.2 -=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 (#50566): https://edk2.groups.io/g/devel/message/50566 Mute This Topic: https://groups.io/mt/55347993/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- From nobody Sun May 5 08:06:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50567+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50567+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573625512; cv=none; d=zoho.com; s=zohoarc; b=a8iAFaa11b9oWq72Aq8LT3IFFBRcCyIcN4NjZH07qD97bysO/ATG36o/RXHxk9h0KLpeRwsDUws0k9HDwdEAJca7sWPyLL8n5dVHsj4JBQpfFiOHxbHcMFWBE8HnvUVL7OcNdPXs9QIWvPhSZ/Df68ZxtqGaDyZhaqWUtybEixQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573625512; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=d0Cfk2i67JyNxY+LhJyG17q+K50QMxD10H+bZQ7E76s=; b=DE35PlNoM8zDLZCtCN5IOrD0UmKHtPuevEB+9gsYQ4tnzyOG8/thxbsEY1nf5DEPreZjqqBG4LmWBds5tsJfLx7USMrkH/6LRbWIH0Huxrm7TOmAvWmT6Iwt7+sosuXzFisE8q1ftn1jC1SFmfA8REl9sk4O3EXgeVQ1yaIWLAI= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50567+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573625512189852.6591013655316; Tue, 12 Nov 2019 22:11:52 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 9C6nYY1788612xtAiuc8jXfG; Tue, 12 Nov 2019 22:11:51 -0800 X-Received: from mga06.intel.com (mga06.intel.com []) by mx.groups.io with SMTP id smtpd.web09.732.1573625508572426042 for ; Tue, 12 Nov 2019 22:11:51 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 22:11:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,299,1569308400"; d="scan'208";a="214247811" X-Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.59]) by fmsmga001.fm.intel.com with ESMTP; 12 Nov 2019 22:11:50 -0800 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Marcin Wojtas , Liming Gao , Michael D Kinney Subject: [edk2-devel] [PATCH edk2-platforms 4/5] Armada7k8k: add null version RngLib Date: Wed, 13 Nov 2019 14:11:44 +0800 Message-Id: <20191113061145.6640-5-jian.j.wang@intel.com> In-Reply-To: <20191113061145.6640-1-jian.j.wang@intel.com> References: <20191113061145.6640-1-jian.j.wang@intel.com> Precedence: Bulk List-Unsubscribe: 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,jian.j.wang@intel.com X-Gm-Message-State: 9ynrIAV8ycfwJ8Ku2j4JWe7Sx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573625511; bh=bKso8P/FTwFGD1XSO+95V9ny/Hg163epnmlrHJNMyNw=; h=Cc:Date:From:Reply-To:Subject:To; b=ckUCkXUBX+kx5m2A1eEUu3oG6hC72zMFE70ppNDnbmFDuXSKQeF/qoZK9HF8rVegbub nUO/Zd0IQCxAGoaok5z0fYJVAYkOu0ffRJ0+J/Z3Uf76TZSWKf7a4fZ1bS+PuuJw7rxwz FtLJi30hRtqlmil58pWvvjgExBf1+KehX1w= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" It's a prerequisite of removing dependency of TimerLib from OpensslLib. RngLib will be used instead. To avoid build failure, add the null instance of it in advance. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1871 Cc: Marcin Wojtas Cc: Liming Gao Cc: Michael D Kinney Signed-off-by: Jian J Wang --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvel= l/Armada7k8k/Armada7k8k.dsc.inc index 42f8bbba926c..b7cde5723bff 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc @@ -20,6 +20,7 @@ [LibraryClasses.common] =20 !if $(CAPSULE_ENABLE) OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf --=20 2.17.1.windows.2 -=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 (#50567): https://edk2.groups.io/g/devel/message/50567 Mute This Topic: https://groups.io/mt/55348022/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- From nobody Sun May 5 08:06:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50568+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50568+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573625513; cv=none; d=zoho.com; s=zohoarc; b=E4YNsYpSTxtaekg8VT9iDGYLZphvFHHVmsjxaAvP3GVgjN330WUqAIbN88BSn2F/OTrk35xi1YJEe933n89NwQYarAKuc79BAkL2cmxSYbOfbZcTq8br9sdbZFv5SZZJvgkL3JI5ezgbrz4VLhaH4JJkGI9RU7AkFdu9RtnylDg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573625513; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=KlfoG9Ib+qnOkXo9UsiIsVGV7Y9z2vz5zC/IbMZC/vM=; b=jzAgtRZdPkQVAAyX/p4zgSFfE1Ppzbi6WFm3qfm0IvFlVMxH0oIYppi3MZyY13uLLSmLI/WRZOkieYDEjfA1dAfTcyYz2QAYvZHdjZw8WyRxMcvQmU9g9XpZWQvbTwuyPQ5nP0HdnX+NoRT1RuDIC0P+3emg8UcZ7c5t/d82mxQ= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50568+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1573625513703207.32795782560652; Tue, 12 Nov 2019 22:11:53 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id UwCZYY1788612xxSlYzBGzrF; Tue, 12 Nov 2019 22:11:52 -0800 X-Received: from mga06.intel.com (mga06.intel.com []) by mx.groups.io with SMTP id smtpd.web09.732.1573625508572426042 for ; Tue, 12 Nov 2019 22:11:52 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 22:11:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,299,1569308400"; d="scan'208";a="214247819" X-Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.59]) by fmsmga001.fm.intel.com with ESMTP; 12 Nov 2019 22:11:51 -0800 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [PATCH edk2-platforms 5/5] MiscPlatforms: add null version RngLib Date: Wed, 13 Nov 2019 14:11:45 +0800 Message-Id: <20191113061145.6640-6-jian.j.wang@intel.com> In-Reply-To: <20191113061145.6640-1-jian.j.wang@intel.com> References: <20191113061145.6640-1-jian.j.wang@intel.com> Precedence: Bulk List-Unsubscribe: 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,jian.j.wang@intel.com X-Gm-Message-State: QRdNOm5HoPOjLLNYuAr58Jwcx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573625512; bh=BMz/cqwNJlI6XrMVh2yvsioCzg3M6jUkXi3KPrnB3b4=; h=Cc:Date:From:Reply-To:Subject:To; b=MSmhWhTSX1zLGaQZV+onw5+DTtDLN+yZUNcd5yUZC2DN/EDo8729XDL9iQbjGYzb/ca Rsj9WdpY5URxzrkA7/SIfsPPe9yBqFO+6c+W14YTzxE9McWYIA/k22eX0BfNh79iagI9A f8I4E0DBF1Gfsb4/HBkp/AjBMV7PJ0uYAe8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" It's a prerequisite of removing dependency of TimerLib from OpensslLib. RngLib will be used instead. To avoid build failure, add the null instance of it in advance. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1871 Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Jian J Wang --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 + Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 + Platform/LeMaker/CelloBoard/CelloBoard.dsc | 1 + Platform/RaspberryPi/RPi3/RPi3.dsc | 1 + Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 1 + Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 + Silicon/Hisilicon/Hisilicon.dsc.inc | 1 + 7 files changed, 7 insertions(+) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/= OverdriveBoard/OverdriveBoard.dsc index 7369173cc125..904200c7776b 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -119,6 +119,7 @@ [LibraryClasses.common] PlatformFlashAccessLib|Silicon/AMD/Styx/Library/StyxPlatformFlashAccessL= ib/StyxPlatformFlashAccessLib.inf =20 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf =20 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VE= xpressPkg/ArmVExpress.dsc.inc index 0d543d2a61b1..39eb248ec515 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -138,6 +138,7 @@ [LibraryClasses.common] BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf =20 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.dsc b/Platform/LeMaker/= CelloBoard/CelloBoard.dsc index 9ed4e03b2400..31770c6e5949 100644 --- a/Platform/LeMaker/CelloBoard/CelloBoard.dsc +++ b/Platform/LeMaker/CelloBoard/CelloBoard.dsc @@ -139,6 +139,7 @@ [LibraryClasses.common] =20 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf =20 [LibraryClasses.common.SEC] diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3= /RPi3.dsc index a0365c5cf606..1dfef2ba9704 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc @@ -123,6 +123,7 @@ [LibraryClasses.common] IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf =20 # # Uncomment (and comment out the next line) For RealView Debugger. The S= tandard IO window diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc b/Platfor= m/Socionext/DeveloperBox/DeveloperBox.dsc.inc index a10e48ca07ea..6ff6be585483 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc @@ -103,6 +103,7 @@ [LibraryClasses] =20 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasure= mentLib.inf diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b= /Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc index ab1ab6f2de60..4333a0554a1d 100644 --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc @@ -119,6 +119,7 @@ [LibraryClasses.common] =20 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf =20 NorFlashInfoLib|EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.inf diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisili= con.dsc.inc index 7bc965e97350..6c74b0076c4b 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -103,6 +103,7 @@ [LibraryClasses.common] =20 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAu= thenticationLibPkcs7.inf --=20 2.17.1.windows.2 -=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 (#50568): https://edk2.groups.io/g/devel/message/50568 Mute This Topic: https://groups.io/mt/55348062/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-