summaryrefslogtreecommitdiff
path: root/Features/Intel/PowerManagement
diff options
context:
space:
mode:
authorMichael Kubacki <michael.a.kubacki@intel.com>2019-10-16 14:53:20 -0700
committerMichael Kubacki <michael.a.kubacki@intel.com>2019-12-06 17:36:52 -0800
commitc9465571b900f25a98ff4cf9923cd73491368c28 (patch)
tree5acd3a32f6353450aaf50ee97b63153ad54ff678 /Features/Intel/PowerManagement
parent15ff57844a9ba5f7872153de216b96db961ff454 (diff)
Features/Intel/PowerManagement: Add Readme.md
Adds the Readme.md file to briefly explain the types of features supported in the PowerManagement feature domain directory. Cc: Sai Chaganty <rangasai.v.chaganty@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'Features/Intel/PowerManagement')
-rw-r--r--Features/Intel/PowerManagement/Readme.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Features/Intel/PowerManagement/Readme.md b/Features/Intel/PowerManagement/Readme.md
new file mode 100644
index 00000000..210b8b52
--- /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 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.