From nobody Sun May 5 20:39:59 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+41046+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+41046+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558357798; cv=none; d=zoho.com; s=zohoarc; b=mGojCucSAf4Qo42W7dNw0dDd9JfIIPaRjbzMLh0vxBc18PwPqcKppb2Ubi55nzD+Gdi7vkBkVdI4Q3u+sgJ7Fl7opZ81x8O+BO2PBNuRfqfOAxlhaFPCyueIRv/iPK3igD7DnqljFRSOcuGfrn1aeO734nTILd+qs9gONjlqp1M= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558357798; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=4TpAxIUr2QU+ma0n6E79XVBcT/CDNt39X9bwdcoVMiU=; b=L0AsClMETuHnoqXg3Iw34RPE8/W4z70efg0UF68Vv4YsJGyAHA/0W1RpAdQQRGk72y5a0OHJo4Dkgrb68v/A+yf3hAE2tIQ1mnNjeIEGC4GZJrRMw3rJQaA8Uk4bwqV+pLAGe98GWGJZwu+SztEpSy5gwyflNuiRzHN72evA7fA= 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+41046+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 1558357798548576.0627278843524; Mon, 20 May 2019 06:09:58 -0700 (PDT) Return-Path: X-Received: from mga01.intel.com (mga01.intel.com []) by groups.io with SMTP; Mon, 20 May 2019 06:09:57 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 May 2019 06:09:56 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.170.11]) by orsmga005.jf.intel.com with ESMTP; 20 May 2019 06:09:54 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [Patch edk2-platform 1/3] Platform/ARM: Add NetworkPkg/NetworkPkg.dec as the package dependency Date: Mon, 20 May 2019 21:09:47 +0800 Message-Id: <20190520130949.20412-2-liming.gao@intel.com> In-Reply-To: <20190520130949.20412-1-liming.gao@intel.com> References: <20190520130949.20412-1-liming.gao@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,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558357798; bh=r4/ykRqGyXfSCiVmaAkcEtllj9EAJ6a46gmPlDZ+QMY=; h=Cc:Date:From:Reply-To:Subject:To; b=PiuBemgCCpQrrG8oNnTXOkCBBdJKMBJ9Bl/9aevKO2rxEiz5w+4tRf1qR3IOoqdl7MK lKdG5ka8v6J4aP+N12//6GNGMJIixdR4rmOh4su4LGRQcLPgx5VYxcBK3i73o09o9prwT QgKo++at5z7/Nl38yd9Ob7aM5/38tfs/0vU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" NetLib will be moved from MdeModulePkg and NetworkPkg. So, the module that consumes NetLib need to depend on NetworkPkg.dec. Signed-off-by: Liming Gao Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Reviewed-by: Leif Lindholm --- Platform/ARM/Library/BdsLib/BdsLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/ARM/Library/BdsLib/BdsLib.inf b/Platform/ARM/Library/= BdsLib/BdsLib.inf index 12995cf174..6b95ec943b 100644 --- a/Platform/ARM/Library/BdsLib/BdsLib.inf +++ b/Platform/ARM/Library/BdsLib/BdsLib.inf @@ -23,6 +23,7 @@ MdeModulePkg/MdeModulePkg.dec MdePkg/MdePkg.dec Platform/ARM/ARM.dec + NetworkPkg/NetworkPkg.dec =20 [LibraryClasses] ArmLib --=20 2.13.0.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 (#41046): https://edk2.groups.io/g/devel/message/41046 Mute This Topic: https://groups.io/mt/31684917/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 20:39:59 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+41045+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+41045+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558357799; cv=none; d=zoho.com; s=zohoarc; b=mojW5wV9XaGvrqfsnNmtoVLwpCZiSGa1wcjmxlSbDS1wjWD8QUNqQ1QOEmzQN5TL6k+A9VdqWEaOOgGA1amxJoiKhGf2Pry86rxdbxciQXmr7F4Zz4uPljzPzAx4lqXHdX3SRPRX0vGsy1arrG4WM+JnMb3xqtEY7u3RKr6fzT8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558357799; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=rH6NovA0l3vp8l+bBgg7JifBFnxP13ySb3ECEOjJTAI=; b=OvlzqXfqPLYaHKzCGJRfbyoXDCU+zisv4xjIBbhF0QJuK6k3KGEhjX/zEvcFpLN2PHt5qiZhLlDUgEA6frq+EMfBTrgAIUofBx/X8+jcFfr/S6KYXEt39T9jD6wRIRAB1Xs3MnmsYVlGicn5//ZGR94bnusKMZQz4Od4Okv7Zz4= 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+41045+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 15583577990367.060953583219543; Mon, 20 May 2019 06:09:59 -0700 (PDT) Return-Path: X-Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Mon, 20 May 2019 06:09:57 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 May 2019 06:09:56 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.170.11]) by orsmga005.jf.intel.com with ESMTP; 20 May 2019 06:09:55 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Zailiang Sun , Yi Qian Subject: [edk2-devel] [Patch edk2-platform 2/3] Platform/Intel/Vlv2TbltDevicePkg: Add NetworkPkg.dec as the package dependency Date: Mon, 20 May 2019 21:09:48 +0800 Message-Id: <20190520130949.20412-3-liming.gao@intel.com> In-Reply-To: <20190520130949.20412-1-liming.gao@intel.com> References: <20190520130949.20412-1-liming.gao@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,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558357798; bh=5bTqdH6TZ32g4T24MCz3JtiqswN3WBiGRAV0bVbNVAg=; h=Cc:Date:From:Reply-To:Subject:To; b=ecEPJWDceAssx7flYRRXZu7LH13dWWYTNG/jx/Y8jL4JVL+pOvYXqaEjg6DG7rHRooM +ekuUk14Tx0e9o2dbHvaKnwUw/e/nKgagklZSo7CZNa+fmNspvKPWPdN5+EAbbGNaMubu ucZcK+SMUftMAe9hQPQv2OLUEzX684Oc+7o= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" NetLib will be moved from MdeModulePkg and NetworkPkg. So, the module that consumes NetLib need to depend on NetworkPkg.dec. Signed-off-by: Liming Gao Cc: Zailiang Sun Cc: Yi Qian Reviewed-by: Zailiang Sun --- .../Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLib.inf | 1= + .../IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf | 1= + Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf | 3= ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/Platfo= rmBdsLib.inf b/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/Plat= formBdsLib.inf index d3bef0fa39..66d11c6cda 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLi= b.inf +++ b/Platform/Intel/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLi= b.inf @@ -48,6 +48,7 @@ SecurityPkg/SecurityPkg.dec SignedCapsulePkg/SignedCapsulePkg.dec SourceLevelDebugPkg/SourceLevelDebugPkg.dec + NetworkPkg/NetworkPkg.dec =20 [LibraryClasses] DxeServicesTableLib diff --git a/Platform/Intel/Vlv2TbltDevicePkg/Override/IntelFrameworkModule= Pkg/Library/GenericBdsLib/GenericBdsLib.inf b/Platform/Intel/Vlv2TbltDevice= Pkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf index e3c8a6fa27..795a9de4b8 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Lib= rary/GenericBdsLib/GenericBdsLib.inf +++ b/Platform/Intel/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Lib= rary/GenericBdsLib/GenericBdsLib.inf @@ -44,6 +44,7 @@ IntelFrameworkPkg/IntelFrameworkPkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec ShellPkg/ShellPkg.dec + NetworkPkg/NetworkPkg.dec =20 [LibraryClasses] DevicePathLib diff --git a/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.i= nf b/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf index 37e54a92a8..09917eb702 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf +++ b/Platform/Intel/Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf @@ -2,7 +2,7 @@ # Component name for module MiscSubclass # # FIX ME! -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
# = =20 # SPDX-License-Identifier: BSD-2-Clause-Patent # = =20 @@ -89,6 +89,7 @@ MdePkg/MdePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec + NetworkPkg/NetworkPkg.dec =20 [LibraryClasses] HiiLib --=20 2.13.0.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 (#41045): https://edk2.groups.io/g/devel/message/41045 Mute This Topic: https://groups.io/mt/31684916/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 20:39:59 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+41047+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+41047+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558357799; cv=none; d=zoho.com; s=zohoarc; b=ipOgkwTV5vVtqG5E8mtcovqn0ovD8NOuQBw6fPM8y0JcnGJ/7uba7b8LhF2z2GHabMlj3j7F/5fuq0EzPClXzqaMlZgR2i/TZ4r4FeKMA1u6mghRMf4/RCCFJ4Xg+ifXqK2DeuJx0L4/AHfB0DdVwp3lJjwpzM3QnH2PrmEZKxE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558357799; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=tyHhA7eShQw/DKbq7F9uVO9rjEbgqza2VpKaj3KuBGw=; b=GDBZxXycA97xHwKRJLodqk/r+kKCp1GBBDXd/o9gRRCQ86bqPLIrrGIzkvKOXIDqUNbkrQEAPVuV8LzWktZ0ePAfAJ0OnrMdinqjwGKAP5VgEHRHFUTPwQxWxcMm1VHgnejITg9cSCwNMvU8Uas6OfvLV9/lFK0sqKoGKkDKyMU= 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+41047+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 1558357799646831.9501702594872; Mon, 20 May 2019 06:09:59 -0700 (PDT) Return-Path: X-Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Mon, 20 May 2019 06:09:58 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 May 2019 06:09:58 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.249.170.11]) by orsmga005.jf.intel.com with ESMTP; 20 May 2019 06:09:56 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [Patch edk2-platform 3/3] Silicon/Marvell: Add NetworkPkg/NetworkPkg.dec as the package dependency Date: Mon, 20 May 2019 21:09:49 +0800 Message-Id: <20190520130949.20412-4-liming.gao@intel.com> In-Reply-To: <20190520130949.20412-1-liming.gao@intel.com> References: <20190520130949.20412-1-liming.gao@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,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558357799; bh=fGnS+yj51Na8R+ZdrUZWYO7yWh0JtzmHyTW7zhflY3Q=; h=Cc:Date:From:Reply-To:Subject:To; b=LfyoC8deZCbQcN0qi/gFEtRBZvodt4aNbuLHzp+liQehDeZllWF1dPwOeiK6q0X107z CMSMNMGk6mqBGD8xGWZuhy82si+zP/ZjnX5GR0DGB2PnBri3iNg2QADyWqGddyfkfpNXg PHLao/yT+Tkwrwx5Fra+mUs3aDdAVe1HaLg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" NetLib will be moved from MdeModulePkg and NetworkPkg. So, the module that consumes NetLib need to depend on NetworkPkg.dec. Signed-off-by: Liming Gao Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Reviewed-by: Leif Lindholm --- Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.inf b/Silicon/Marvel= l/Drivers/Net/Pp2Dxe/Pp2Dxe.inf index 73aa4133b6..ea63f73ded 100644 --- a/Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.inf +++ b/Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.inf @@ -48,6 +48,7 @@ MdeModulePkg/MdeModulePkg.dec ArmPkg/ArmPkg.dec Silicon/Marvell/Marvell.dec + NetworkPkg/NetworkPkg.dec =20 [LibraryClasses] DmaLib --=20 2.13.0.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 (#41047): https://edk2.groups.io/g/devel/message/41047 Mute This Topic: https://groups.io/mt/31684919/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-