summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-06-13 13:19:36 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-06-14 19:00:31 -0400
commit44c109ec2c2b153e3671d763a8c584c3cb5a92ae (patch)
tree56032b2e94f6c28bbd3671458c26b6c82458918a /src
parentee12eb581a7ed66cb8c9e08adb658036709d46d0 (diff)
downloadtalos-hostboot-44c109ec2c2b153e3671d763a8c584c3cb5a92ae.tar.gz
talos-hostboot-44c109ec2c2b153e3671d763a8c584c3cb5a92ae.zip
Fix formatting to help hostboot's attribute generation scripts
Hostboot looks for 0x when computing hex values. Adding 0x to a value in this file that was missing. Change-Id: I8d14721d17918d9ee661fdaae4cc434bdb853b8b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41772 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41789 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
index b92b3dd8c..2938df196 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
@@ -67,7 +67,7 @@
</description>
<valueType>uint64</valueType>
<mssUnits>cW</mssUnits>
- <default>ffffe000000006A4</default>
+ <default>0xffffe000000006A4</default>
<array>10</array>
<platInit/>
<initToZero/>
OpenPOWER on IntegriCloud