From 20a588b3de9671f8166be4c94271e79966fc559b Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 13 Jul 2016 23:13:25 -0500 Subject: arch/x86: provide common Intel ACPI hardware definitions In the ACPI specification the PM1 register locations are well defined, but the sleep type values are hardware specific. That said, the Intel chipsets have been consistent with the values they use. Therefore, provide those hardware definitions as well a helper function for translating the hardware values to the more high level ACPI sleep values. BUG=chrome-os-partner:54977 Change-Id: Iaeda082e362de5d440256d05e6885b3388ffbe43 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/15666 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/acpi/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/acpi') diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig index e025f99d2a..447927b08f 100644 --- a/src/acpi/Kconfig +++ b/src/acpi/Kconfig @@ -4,3 +4,9 @@ config ACPI_SATA_GENERATOR default n help Use acpi sata port generator. + +config ACPI_INTEL_HARDWARE_SLEEP_VALUES + def_bool n + help + Provide common definitions for Intel hardware PM1_CNT regiser sleep + values. -- cgit v1.2.3