hostboot | e0a5b03 | 2018-02-26 13:18:19 -0600 | [diff] [blame] | 1 | From 6671d5cd2e774fd36acbbcacc2929395522fa554 Mon Sep 17 00:00:00 2001 |
| 2 | From: Stewart Smith <stewart@linux.vnet.ibm.com> |
| 3 | Date: Wed, 28 Feb 2018 10:09:33 +1100 |
| 4 | Subject: [PATCH] disable stop4 and stop5 |
| 5 | |
| 6 | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> |
| 7 | --- |
| 8 | witherspoon.xml | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | diff --git a/witherspoon.xml b/witherspoon.xml |
| 12 | index 18d84b389cb0..e4d4dcebe969 100644 |
| 13 | --- a/witherspoon.xml |
| 14 | +++ b/witherspoon.xml |
| 15 | @@ -17634,7 +17634,7 @@ |
| 16 | </attribute> |
| 17 | <attribute> |
| 18 | <id>SUPPORTED_STOP_STATES</id> |
| 19 | - <default>0xEC000000</default> |
| 20 | + <default>0xE0000000</default> |
| 21 | </attribute> |
| 22 | <attribute> |
| 23 | <id>SUPPORTS_DYNAMIC_MEM_VOLT</id> |
| 24 | -- |
| 25 | 2.14.3 |
| 26 | |