From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: liming.gao@intel.com) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Thu, 25 Apr 2019 06:12:19 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 06:12:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,393,1549958400"; d="scan'208";a="164772556" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 25 Apr 2019 06:12:18 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 25 Apr 2019 06:12:18 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 25 Apr 2019 06:12:18 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.139]) with mapi id 14.03.0415.000; Thu, 25 Apr 2019 21:12:16 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Gao, Liming" CC: "Laszlo Ersek (lersek@redhat.com)" , "ard.biesheuvel@linaro.org" , "Sun, Zailiang" , "Ni, Ray" , "Justen, Jordan L" , "Fu, Siyuan" Subject: Re: [edk2-devel] [Patch v3 0/3] Add package level include DSC/FDF in NetworkPkg Thread-Topic: [edk2-devel] [Patch v3 0/3] Add package level include DSC/FDF in NetworkPkg Thread-Index: AQHU+2PKIBnWQCEjWkW9qUcOUx34sqZM2WVQ Date: Thu, 25 Apr 2019 13:12:15 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E430B43@SHSMSX104.ccr.corp.intel.com> References: <1598B7EA854C3D9D.14569@groups.io> In-Reply-To: <1598B7EA854C3D9D.14569@groups.io> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzk0MTA1ZjAtODhjZS00NGZjLWI5MDEtODc5MzBkZWM1YmUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQUFMamxEbFYxUnJcL2VHZVV2TzlsRlZ5TDIxT0FteHBaeVB4Q3N5bkZ1R3ZhMGlMcmtiUzkzdmFiMEZBMTV0WkoifQ== 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 Cc platform owner and package owner.=20 > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Li= ming Gao > Sent: Thursday, April 25, 2019 8:38 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [Patch v3 0/3] Add package level include DSC/FDF i= n NetworkPkg >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1293 > BZ 1293 requests to move Network modules from MdeModulePkg to NetworkPkg= . > To keep the backword compatiblity, Network package level include DSC/FDF > are introduced to be used in the platform DSC/FDF files. When Network > modules are moved from MdeModulePkg to NetworkPkg, Network package level > include DSC/FDF will be updated together. There is no impact on the plat= form > DSC/FDF file. >=20 > This patch set is to introduce network package level include DSC/FDF fil= es. > Bases on previous discussion and the existing usage case, build flag wil= l be > used to enable/disable the network features. PCD control feature way can= be > discussed later. And, to meet with the different usages, this patch set > introduces the separate DSC for Defines/Pcds/Libraries/Components (Patch= 2) > , and also adds the package level combined DSC to include them all (Patc= h 3). > If platform wants to use the flexible way to enable Network feature, it = can > use the separate DSCs. If the platform wants to directly enable Network > feature, it can use the combined package DSC file. >=20 > This patch set is to update NetworkPkg only. If there is no objection on= this > proposal, the following changes to platform DSC/FDF will be made and sen= t for > review. By default, the platform DSC/FDF will use the combined DSC/FDF f= ile. > If the platform owner wants to use the flexible way to enable Network fe= ature, > please reply this mail. >=20 > Liming Gao (3): > NetworkPkg DSC: Add the required ARM library to pass ARM build > NetworkPkg: Add DSC/FDF include segment files to NetworkPkg. > NetworkPkg: Add package level include DSC file >=20 > NetworkPkg/Network.dsc.inc | 30 +++++++++ > NetworkPkg/Network.fdf.inc | 56 ++++++++++++++++ > NetworkPkg/NetworkComponents.dsc.inc | 61 +++++++++++++++++ > NetworkPkg/NetworkDefines.dsc.inc | 126 ++++++++++++++++++++++++++++= +++++++ > NetworkPkg/NetworkLibs.dsc.inc | 19 ++++++ > NetworkPkg/NetworkPcds.dsc.inc | 16 +++++ > NetworkPkg/NetworkPkg.dsc | 25 +------ > 7 files changed, 311 insertions(+), 22 deletions(-) > create mode 100644 NetworkPkg/Network.dsc.inc > create mode 100644 NetworkPkg/Network.fdf.inc > create mode 100644 NetworkPkg/NetworkComponents.dsc.inc > create mode 100644 NetworkPkg/NetworkDefines.dsc.inc > create mode 100644 NetworkPkg/NetworkLibs.dsc.inc > create mode 100644 NetworkPkg/NetworkPcds.dsc.inc >=20 > -- > 2.13.0.windows.1 >=20 >=20 >=20