From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: liming.gao@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Tue, 21 May 2019 18:50:20 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2019 18:50:19 -0700 X-ExtLoop1: 1 Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 21 May 2019 18:50:19 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 21 May 2019 18:50:19 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 21 May 2019 18:50:18 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by shsmsx102.ccr.corp.intel.com ([169.254.2.249]) with mapi id 14.03.0415.000; Wed, 22 May 2019 09:50:17 +0800 From: "Liming Gao" To: "Wu, Hao A" , "devel@edk2.groups.io" CC: "Laszlo Ersek (lersek@redhat.com)" , "leif.lindholm@linaro.org" , "Kinney, Michael D" , "afish@apple.com" Subject: Re: [edk2-devel] [Patch] MdeModulePkg: Update MdeModulePkg.dsc to remove Network related modules Thread-Topic: [edk2-devel] [Patch] MdeModulePkg: Update MdeModulePkg.dsc to remove Network related modules Thread-Index: AQHVD+j2CD47/LrWCU2cr0jHGX08w6Z2X2SQgAABipA= Date: Wed, 22 May 2019 01:50:16 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E44F390@SHSMSX104.ccr.corp.intel.com> References: <20190521152152.5868-1-liming.gao@intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTRjYjViMWEtZDM2NS00YWQ0LWJjZjctMDI3ZjI3ZDRjYmUwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM0ZcL3I5RkRIVkJKMCsxUGxuWUF0OUNHWW9NcWkxVGdLN0pJamloTlF1OFFMSjBcLzZpSzlndDlKbDNKVHdUeVVXIn0= dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This is a bug. Because NetworkPkg dsc has included all network modules, the= ones in MdeModule are duplicated.=20 This change is to remove the duplicated one.=20 Thanks Liming > -----Original Message----- > From: Wu, Hao A > Sent: Wednesday, May 22, 2019 9:44 AM > To: devel@edk2.groups.io; Gao, Liming > Subject: RE: [edk2-devel] [Patch] MdeModulePkg: Update MdeModulePkg.dsc = to remove Network related modules >=20 > > -----Original Message----- > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > > Liming Gao > > Sent: Tuesday, May 21, 2019 11:22 PM > > To: devel@edk2.groups.io > > Cc: Wu, Hao A > > Subject: [edk2-devel] [Patch] MdeModulePkg: Update MdeModulePkg.dsc > > to remove Network related modules > > > > Network related modules have been included in NetworkPkg.dsc. > > They can be removed from MdeModulePkg.dsc. > > > > Signed-off-by: Liming Gao > > Cc: Hao A Wu > > --- > > MdeModulePkg/MdeModulePkg.dsc | 19 ------------------- > > 1 file changed, 19 deletions(-) > > > > diff --git a/MdeModulePkg/MdeModulePkg.dsc > > b/MdeModulePkg/MdeModulePkg.dsc > > index ac7111dea1..995fd805e1 100644 > > --- a/MdeModulePkg/MdeModulePkg.dsc > > +++ b/MdeModulePkg/MdeModulePkg.dsc > > @@ -63,11 +63,6 @@ > > # > > UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf > > UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf > > - NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf > > - IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf > > - UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf > > - TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf > > - DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf > > > > SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementL > > ib/DxeSecurityManagementLib.inf > > > > TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTem > > plate.inf > > > > SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNu= ll.in > > f > > @@ -263,12 +258,8 @@ > > > > MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllo > > cationProfileLib.inf > > > > MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.i > > nf > > > > MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32Guided > > SectionExtractLib.inf > > - MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf > > - MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf > > - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf > > MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf > > MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf > > - MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf > > > > MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protoc= o > > l.inf > > > > MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedS > > ectionExtractLib.inf > > MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf > > @@ -357,16 +348,6 @@ > > MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf > > > > MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurement > > Dxe.inf > > > > - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf > > - MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf > > - MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf > > - MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf > > - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf > > - MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf > > - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf > > - MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf > > - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf > > - >=20 > Reviewed-by: Hao A Wu > I will let the stewards to decide whether this can be pushed at this mom= ent. >=20 > Best Regards, > Hao Wu >=20 > > > > MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmen > > tPciCfg2Pei.inf > > MdeModulePkg/Universal/PCD/Dxe/Pcd.inf > > MdeModulePkg/Universal/PCD/Pei/Pcd.inf > > -- > > 2.13.0.windows.1 > > > > > >=20