From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web09.933.1574903199589090118 for ; Wed, 27 Nov 2019 17:06:43 -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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2019 17:06:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,251,1571727600"; d="scan'208";a="383667616" Received: from makuback-desk1.amr.corp.intel.com ([10.7.159.162]) by orsmga005.jf.intel.com with ESMTP; 27 Nov 2019 17:06:43 -0800 From: "Kubacki, Michael A" To: devel@edk2.groups.io Cc: Sai Chaganty , Liming Gao Subject: [edk2-platforms][PATCH V2 05/47] Features/Intel/PowerManagement: Add Readme.md Date: Wed, 27 Nov 2019 17:05:32 -0800 Message-Id: <20191128010614.43628-6-michael.a.kubacki@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20191128010614.43628-1-michael.a.kubacki@intel.com> References: <20191128010614.43628-1-michael.a.kubacki@intel.com> Adds the Readme.md file to briefly explain the types of features supported in the PowerManagement feature domain directory. Cc: Sai Chaganty Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Features/Intel/PowerManagement/Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Features/Intel/PowerManagement/Readme.md b/Features/Intel/PowerManagement/Readme.md new file mode 100644 index 0000000000..f539fbd2ec --- /dev/null +++ b/Features/Intel/PowerManagement/Readme.md @@ -0,0 +1,10 @@ +# **EDK II Minimum Platform Firmware Power Management Advanced Features** + +This feature domain directory contains power management related advanced features. + +Features may be added to this domain whose primary role and responsibility is related to power management including +support for various power states such as device power states (Dx), system sleep states (Sx), processor power states (Cx), +performance states (Px), etc. Firmware power management responsibilities are largely defined by the +[Advanced Configuration Configuration and Power Interface Specification](https://uefi.org/specifications) though features +in this domain may be written to other specifications or not defined in a specification at all. In any case, the +`Readme.md` file in the feature package should reference all relevant documentation to the feature. -- 2.16.2.windows.1