# HG changeset patch # User Space Falcon # Date 1441770296 0 # Node ID 955d59353cf6c7b22886412cfd9f87af935747cd # Parent a2bf5ef0e4386a595f4b1e16fef7e1f80832a169 disable deep sleep in CST init - it doesn't work with Pirelli's hardware diff -r a2bf5ef0e438 -r 955d59353cf6 chipsetsw/services/cst/cst_pei.c --- a/chipsetsw/services/cst/cst_pei.c Tue Sep 08 06:07:46 2015 +0000 +++ b/chipsetsw/services/cst/cst_pei.c Wed Sep 09 03:44:56 2015 +0000 @@ -253,7 +253,7 @@ power_down_config(NO_SLEEP, ARMIO_CLK | UWIRE_CLK | SIM_CLK | UART_CLK); #elif ((CHIPSET == 2) || (CHIPSET == 3) || \ (CHIPSET == 5) || (CHIPSET == 6) || (CHIPSET == 7) || (CHIPSET == 8) || (CHIPSET == 10) || (CHIPSET == 11)) - power_down_config(ALL_SLEEP, UWIRE_CLK_CUT); + power_down_config(BIG_SLEEP, UWIRE_CLK_CUT); #elif ((CHIPSET == 4) || (CHIPSET == 9)) power_down_config(NO_SLEEP, UWIRE_CLK_CUT); #endif