diff options
author | Dean Sanner <dsanner@us.ibm.com> | 2017-09-13 22:21:33 -0500 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-09-15 14:27:46 -0400 |
commit | 10044c2f1c786062de9dbec1fc9d96d6477331b4 (patch) | |
tree | 5c324a4a0c59beddcf664f5ad7a3f03153b343d2 /src/usr/targeting/common | |
parent | 832c9ad5284034cffb7197e7b259ef4149739fd8 (diff) | |
download | talos-hostboot-10044c2f1c786062de9dbec1fc9d96d6477331b4.tar.gz talos-hostboot-10044c2f1c786062de9dbec1fc9d96d6477331b4.zip |
Default SUPPORTED_STOP_STATES to correct value
- Prior only stop 0 was enabled. Enable all states
supported by HW
Change-Id: I3719eedda823e65c9ec84013f1967a636a159470
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46176
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rwxr-xr-x | src/usr/targeting/common/xmltohb/attribute_types.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 05dbdaa1d..b24341205 100755 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -4355,7 +4355,7 @@ <readable></readable> <simpleType> <uint32_t> - <default>0x80000000</default> + <default>0xEC100000</default> </uint32_t> </simpleType> </attribute> |