diff options
author | Greg Still <stillgs@us.ibm.com> | 2017-10-27 06:06:35 -0500 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-11-13 10:52:23 -0500 |
commit | a2d52141acb959ff55a4f3d29cc779c7ca7ff3b3 (patch) | |
tree | 3bcb61fecfd29edad51c1e3b6e1b13240f3d22de /src | |
parent | daa54a8d74e8a993e7e039e4ba5a3db536e9277e (diff) | |
download | talos-hostboot-a2d52141acb959ff55a4f3d29cc779c7ca7ff3b3.tar.gz talos-hostboot-a2d52141acb959ff55a4f3d29cc779c7ca7ff3b3.zip |
PM: Disable core hang buster
- Make default attribute control be DISABLED
Change-Id: I77bab151700247f7ea1ab6e77529db2bb5681fcb
CQ: SW406324
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48925
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com>
Dev-Ready: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48928
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml index a77e93ffc..4b425fb6c 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml @@ -978,7 +978,7 @@ <valueType>uint8</valueType> <enum>OFF=0, ON=1</enum> <platInit/> - <initToZero/> + <default>ON</default> <overrideOnly/> </attribute> <!-- ********************************************************************* --> |