FreeCalypso > hg > tcs211-pirelli
changeset 31:955d59353cf6
disable deep sleep in CST init - it doesn't work with Pirelli's hardware
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 09 Sep 2015 03:44:56 +0000 |
parents | a2bf5ef0e438 |
children | f6eaed5c5322 |
files | chipsetsw/services/cst/cst_pei.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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