From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web09.3570.1575365545454085780 for ; Tue, 03 Dec 2019 01:32:25 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: rangasai.v.chaganty@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Dec 2019 01:32:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,272,1571727600"; d="scan'208";a="235817151" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 03 Dec 2019 01:32:24 -0800 Received: from fmsmsx104.amr.corp.intel.com ([169.254.3.245]) by FMSMSX103.amr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0439.000; Tue, 3 Dec 2019 01:32:23 -0800 From: "Chaganty, Rangasai V" To: "Kubacki, Michael A" , "devel@edk2.groups.io" CC: "Gao, Liming" Subject: Re: [edk2-platforms][PATCH V2 08/47] Features/Intel/Debugging: Add Readme.md Thread-Topic: [edk2-platforms][PATCH V2 08/47] Features/Intel/Debugging: Add Readme.md Thread-Index: AQHVpYgiJ3nP1+hWa06Jm9hlP43fNqeoLgYw Date: Tue, 3 Dec 2019 09:32:22 +0000 Message-ID: References: <20191128010614.43628-1-michael.a.kubacki@intel.com> <20191128010614.43628-9-michael.a.kubacki@intel.com> In-Reply-To: <20191128010614.43628-9-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWViODgxMGYtYTc4Yy00NTJkLWIyMjAtNzZlMTQyZGM4N2M1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidk5HUmRTUXVMalwvdzZpVTBsOWI5WjZWaG5MSGtYS3QrXC9xMGgwWHhFcUtIc3JJcDRLK24yWWt4YjZiK0xBMDNGIn0= x-ctpclassification: CTP_NT x-originating-ip: [10.1.200.107] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Sai Chaganty -----Original Message----- From: Kubacki, Michael A=20 Sent: Wednesday, November 27, 2019 5:06 PM To: devel@edk2.groups.io Cc: Chaganty, Rangasai V ; Gao, Liming Subject: [edk2-platforms][PATCH V2 08/47] Features/Intel/Debugging: Add Rea= dme.md Adds the Readme.md file to briefly explain the types of features supported = in the Debugging feature domain directory. Note that the domain directory is named "Debugging" as opposed to "Debug" t= o help indicate that the directory is related to features used for debuggin= g and it is not an output directory for a Debug build target. Cc: Sai Chaganty Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Features/Intel/Debugging/Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Features/Intel/Debugging/Readme.md b/Features/Intel/Debugging/= Readme.md new file mode 100644 index 0000000000..98bb0b9b6c --- /dev/null +++ b/Features/Intel/Debugging/Readme.md @@ -0,0 +1,8 @@ +# **EDK II Minimum Platform Firmware Debug Advanced Features** + +This feature domain directory contains debug related advanced features.=20 +Note that the domain directory is named "Debugging" as opposed to=20 +"Debug" to help indicate that the directory is related to features used fo= r debugging and it is not an output directory for a Debug build target. + +Features may be added to this domain whose primary role and=20 +responsibility is related to debug. The type of debug technology may inclu= de hardware or software debug. -- 2.16.2.windows.1