From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web09.605.1573861683883853989 for ; Fri, 15 Nov 2019 15:48:03 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: nathaniel.l.desimone@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2019 15:48:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,310,1569308400"; d="scan'208";a="208282010" Received: from orsmsx104.amr.corp.intel.com ([10.22.225.131]) by orsmga003.jf.intel.com with ESMTP; 15 Nov 2019 15:48:03 -0800 Received: from orsmsx155.amr.corp.intel.com (10.22.240.21) by ORSMSX104.amr.corp.intel.com (10.22.225.131) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 15 Nov 2019 15:48:03 -0800 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.67]) by ORSMSX155.amr.corp.intel.com ([169.254.7.211]) with mapi id 14.03.0439.000; Fri, 15 Nov 2019 15:48:02 -0800 From: "Nate DeSimone" To: "Kubacki, Michael A" , "devel@edk2.groups.io" CC: "Chaganty, Rangasai V" , "Gao, Liming" Subject: Re: [edk2-platforms][PATCH V1 11/49] TemplateFeaturePkg: Add initial package Thread-Topic: [edk2-platforms][PATCH V1 11/49] TemplateFeaturePkg: Add initial package Thread-Index: AQHVmdJ/4aq/1IQQ7UiH0NMxsOUuy6eMquNw Date: Fri, 15 Nov 2019 23:48:02 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AB5BDB129@ORSMSX114.amr.corp.intel.com> References: <20191113032816.4056-1-michael.a.kubacki@intel.com> <20191113032816.4056-12-michael.a.kubacki@intel.com> In-Reply-To: <20191113032816.4056-12-michael.a.kubacki@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzAwMWE3NTYtYzFhMS00Y2RlLWEyMmEtZDhmMzBmNzkyNWIxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWTM4S2duWWMyb29MOVNhT1hQMU5RMVJOc0FscEFcL2xZc1lZQlRVdWY2NWRnc1QrYzZFZDdhTFVuS3puWGRVakIifQ== x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Return-Path: nathaniel.l.desimone@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Nate DeSimone -----Original Message----- From: Kubacki, Michael A =20 Sent: Tuesday, November 12, 2019 7:28 PM To: devel@edk2.groups.io Cc: Chaganty, Rangasai V ; Desimone, Nathani= el L ; Gao, Liming Subject: [edk2-platforms][PATCH V1 11/49] TemplateFeaturePkg: Add initial p= ackage This change adds a new package called TemplateFeaturePkg that should be use= d as a starting point for the creation of new advanced feature packages. TemplateFeaturePkg is not meant to be built or used directly for functional= ity. It simply serves as a template to be copied and modified. The advanced= feature package creation process is described in detail in Features/Intel/= Readme.md. Cc: Sai Chaganty Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: Michael Kubacki --- Features/Intel/TemplateFeaturePkg/TemplateFeaturePkg.dec | 30 ++++++ Features/Intel/TemplateFeaturePkg/Include/TemplateFeature.dsc | 113 ++++++= ++++++++++++++ Features/Intel/TemplateFeaturePkg/TemplateFeaturePkg.dsc | 30 ++++++ Features/Intel/TemplateFeaturePkg/Include/PostMemory.fdf | 8 ++ Features/Intel/TemplateFeaturePkg/Include/PreMemory.fdf | 8 ++ Features/Intel/TemplateFeaturePkg/Readme.md | 71 ++++++= ++++++ 6 files changed, 260 insertions(+) diff --git a/Features/Intel/TemplateFeaturePkg/TemplateFeaturePkg.dec b/Fea= tures/Intel/TemplateFeaturePkg/TemplateFeaturePkg.dec new file mode 100644 index 0000000000..b37ce8f34a --- /dev/null +++ b/Features/Intel/TemplateFeaturePkg/TemplateFeaturePkg.dec @@ -0,0 +1,30 @@ +## @file +# This package provides advanced feature functionality for