From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com []) by mx.groups.io with SMTP id smtpd.web12.601.1573861662253169534 for ; Fri, 15 Nov 2019 15:47:45 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: nathaniel.l.desimone@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2019 15:47:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,310,1569308400"; d="scan'208";a="203526417" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by fmsmga008.fm.intel.com with ESMTP; 15 Nov 2019 15:47:45 -0800 Received: from orsmsx154.amr.corp.intel.com (10.22.226.12) by ORSMSX106.amr.corp.intel.com (10.22.225.133) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 15 Nov 2019 15:47:44 -0800 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.67]) by ORSMSX154.amr.corp.intel.com ([169.254.11.36]) with mapi id 14.03.0439.000; Fri, 15 Nov 2019 15:47:44 -0800 From: "Nate DeSimone" To: "devel@edk2.groups.io" , "Kubacki, Michael A" CC: "Chaganty, Rangasai V" , "Gao, Liming" Subject: Re: [edk2-devel] [edk2-platforms][PATCH V1 07/49] Features/Intel/SystemInformation: Add Readme.md Thread-Topic: [edk2-devel] [edk2-platforms][PATCH V1 07/49] Features/Intel/SystemInformation: Add Readme.md Thread-Index: AQHVmdJ+5sCYJDUX60egKRzpLz8xy6eMqt9g Date: Fri, 15 Nov 2019 23:47:43 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AB5BDB0CD@ORSMSX114.amr.corp.intel.com> References: <20191113032816.4056-1-michael.a.kubacki@intel.com> <20191113032816.4056-8-michael.a.kubacki@intel.com> In-Reply-To: <20191113032816.4056-8-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzJiOWVkODItZDVlOS00YjcwLTg3MDUtYTMwMzkyMWE4ZmQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiODlHRm94UEZLYmFWQ2VZWnd1aVlOV0djXC8xODh2VHI5YXNxUmxReFVXaDdyWGNlWjZOUUJLaXlZS0ZVcGV0czAifQ== 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: devel@edk2.groups.io On Behalf Of Kubacki, Mi= chael A Sent: Tuesday, November 12, 2019 7:28 PM To: devel@edk2.groups.io Cc: Chaganty, Rangasai V ; Gao, Liming Subject: [edk2-devel] [edk2-platforms][PATCH V1 07/49] Features/Intel/Syst= emInformation: Add Readme.md Adds the Readme.md file to briefly explain the types of features supported= in the SystemInformation feature domain directory. Cc: Sai Chaganty Cc: Liming Gao Signed-off-by: Michael Kubacki --- Features/Intel/SystemInformation/Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Features/Intel/SystemInformation/Readme.md b/Features/Intel/S= ystemInformation/Readme.md new file mode 100644 index 0000000000..cdf061d08d --- /dev/null +++ b/Features/Intel/SystemInformation/Readme.md @@ -0,0 +1,8 @@ +# **EDK II Minimum Platform Firmware System Information Advanced=20 +Features** + +This feature domain directory contains advanced features that produce sys= tem information. + +Features may be added to this domain whose primary role and=20 +responsibility is related to producing structures for system=20 +information. The system information structures supported should be=20 +standardized in a public document such as an industry standard specificat= ion or white paper. The feature documentation must be referenced in the `Re= adme.md` file in the feature package. -- 2.16.2.windows.1