summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-01-13 20:39:45 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-01-14 17:50:38 -0500
commit549b531ac0e9d39e56d5bc8544661f6e296f3499 (patch)
treecc0959a39d8afecb13b973f178fd9eab2ae7d0e2 /src/usr
parent0850fdd82a5fe91d15556932ad905234af404208 (diff)
downloadtalos-hostboot-549b531ac0e9d39e56d5bc8544661f6e296f3499.tar.gz
talos-hostboot-549b531ac0e9d39e56d5bc8544661f6e296f3499.zip
Fix up ATTR to allow spd collection
-Expand EEPROM_PAGE_ARRAY to match master/buses on P9 Change-Id: I1fbe02d0d3c2a9b2a50370660ffceb0d4b63fea0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34888 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_hb.xml6
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types_hb.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index 80feae689..8888fff33 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2017 -->
<!-- [+] Google Inc. -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
@@ -141,9 +141,9 @@
</description>
<simpleType>
<uint8_t>
- <default>2,2,2,2,2,2</default>
+ <default>2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2</default>
</uint8_t>
- <array>2,3</array>
+ <array>4,4</array>
</simpleType>
<persistency>volatile</persistency>
<readable/>
diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml
index 4e2447d5e..486b2c40a 100755
--- a/src/usr/targeting/common/xmltohb/target_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2017 -->
<!-- [+] Google Inc. -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
@@ -159,7 +159,7 @@
</attribute>
<attribute>
<id>EEPROM_PAGE_ARRAY</id>
- <default>2,2,2,2,2,2</default>
+ <default>2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2</default>
</attribute>
<attribute>
<id>XSCOM_VIRTUAL_ADDR</id>
@@ -187,7 +187,7 @@
</attribute>
<attribute>
<id>EEPROM_PAGE_ARRAY</id>
- <default>2,2,2,2,2,2</default>
+ <default>2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2</default>
</attribute>
<attribute>
<id>I2C_ENGINE_MUTEX_0</id>
OpenPOWER on IntegriCloud