From c6c4d00182fe5083a3be43a76aa7bba71f57b0bb Mon Sep 17 00:00:00 2001 From: Ronak Kanabar Date: Wed, 30 Jan 2019 18:53:14 +0530 Subject: soc/intel/cannonlake: Make correct C-state entries for S0ix and non-S0ix TEST=Dump SSDT entries to verify _CST between S0ix enable and disable. Change-Id: I25e8f8c13bb91c2645e8e9fdfdf9ba4d7022f1b1 Signed-off-by: Ronak Kanabar Reviewed-on: https://review.coreboot.org/c/31154 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Rizwan Qureshi Reviewed-by: Duncan Laurie Reviewed-by: Lijian Zhao --- src/soc/intel/cannonlake/acpi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel/cannonlake/acpi.c') diff --git a/src/soc/intel/cannonlake/acpi.c b/src/soc/intel/cannonlake/acpi.c index 4dab3342f7..f9f3e9699a 100644 --- a/src/soc/intel/cannonlake/acpi.c +++ b/src/soc/intel/cannonlake/acpi.c @@ -121,13 +121,13 @@ static const acpi_cstate_t cstate_map[NUM_C_STATES] = { }, }; -static int cstate_set_s0ix[] = { +static int cstate_set_non_s0ix[] = { C_STATE_C1E, C_STATE_C6_LONG_LAT, C_STATE_C7S_LONG_LAT }; -static int cstate_set_non_s0ix[] = { +static int cstate_set_s0ix[] = { C_STATE_C1E, C_STATE_C7S_LONG_LAT, C_STATE_C10 -- cgit v1.2.3