aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/persimmon/platform_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/persimmon/platform_cfg.h')
-rw-r--r--src/mainboard/amd/persimmon/platform_cfg.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h
index db3fc158a1..1065cda74b 100644
--- a/src/mainboard/amd/persimmon/platform_cfg.h
+++ b/src/mainboard/amd/persimmon/platform_cfg.h
@@ -256,4 +256,18 @@ const static CODECTBLLIST persimmon_codec_tablelist[] =
*/
#define AZALIA_OEM_VERB_TABLE (&persimmon_codec_tablelist[0])
+/* set up an ACPI prefered power management profile */
+/* from acpi.h
+ * PM_UNSPECIFIED = 0,
+ * PM_DESKTOP = 1,
+ * PM_MOBILE = 2,
+ * PM_WORKSTATION = 3,
+ * PM_ENTERPRISE_SERVER = 4,
+ * PM_SOHO_SERVER = 5,
+ * PM_APPLIANCE_PC = 6,
+ * PM_PERFORMANCE_SERVER = 7,
+ * PM_TABLET = 8
+ */
+#define FADT_PM_PROFILE 1
+
#endif