From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com []) by mx.groups.io with SMTP id smtpd.web10.2401.1573615709373949821 for ; Tue, 12 Nov 2019 19:28:48 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.a.kubacki@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 19:28:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,299,1569308400"; d="scan'208";a="379090850" Received: from makuback-desk1.amr.corp.intel.com ([10.7.159.162]) by orsmga005.jf.intel.com with ESMTP; 12 Nov 2019 19:28:47 -0800 From: "Kubacki, Michael A" To: devel@edk2.groups.io Cc: Sai Chaganty , Liming Gao Subject: [edk2-platforms][PATCH V1 06/49] Features/Intel/OutOfBandManagement: Add Readme.md Date: Tue, 12 Nov 2019 19:27:32 -0800 Message-Id: <20191113032816.4056-7-michael.a.kubacki@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20191113032816.4056-1-michael.a.kubacki@intel.com> References: <20191113032816.4056-1-michael.a.kubacki@intel.com> Adds the Readme.md file to briefly explain the types of features supported in the OutOfBandManagement feature domain directory. Cc: Sai Chaganty Cc: Liming Gao Signed-off-by: Michael Kubacki --- Features/Intel/OutOfBandManagement/Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Features/Intel/OutOfBandManagement/Readme.md b/Features/Intel/OutOfBandManagement/Readme.md new file mode 100644 index 0000000000..dc526029a7 --- /dev/null +++ b/Features/Intel/OutOfBandManagement/Readme.md @@ -0,0 +1,8 @@ +# **EDK II Minimum Platform Firmware Out-of-Band Management Advanced Features** + +This feature domain directory contains out-of-band management related advanced features. + +Features may be added to this domain whose primary role and responsibility is related to out-of-band management. These +are features that typically interface with an external controller to enable system maintenance operations such as +monitoring, logging, and recovery control functions independent of the main processors, host CPU firmware (BIOS), and +host operating system. An out-of-band controller is usually available when the system is in a powered down state. -- 2.16.2.windows.1