diff options
author | Chris Cain <cjcain@us.ibm.com> | 2017-06-23 13:52:31 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-26 09:23:39 -0400 |
commit | 44a6ca80921a6747129a2ba5c1853146823a5acb (patch) | |
tree | d92faaef75db5e9177ab2bd984459788c90b1918 /src/usr | |
parent | 3fbdd8cb6e8525cf2e971e6b2de8c92cbd137887 (diff) | |
download | talos-hostboot-44a6ca80921a6747129a2ba5c1853146823a5acb.tar.gz talos-hostboot-44a6ca80921a6747129a2ba5c1853146823a5acb.zip |
HTMGT: Disable DIMM thermal monitoring
Temporarily disable DIMM thermal monitoring by the OCC while
defect is being investigated.
Change-Id: Iee8465022f486e1e4f17e6ea057e3b3e3f0b86ee
CQ: SW393253
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42383
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types_openpower.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_openpower.xml b/src/usr/targeting/common/xmltohb/attribute_types_openpower.xml index b0a571f96..a40c2142d 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types_openpower.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types_openpower.xml @@ -908,10 +908,10 @@ ID for the sensor number returned with the elog. --> </description> <simpleType> <uint32_t> - <default>0</default> + <default>0x00000800</default> <!-- FLAG_DISABLE_MEM_CONFIG --> </uint32_t> </simpleType> - <persistency>volatile-zeroed</persistency> + <persistency>volatile</persistency> <readable/> <writeable/> </attribute> |