summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-02-21 11:08:00 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-15 09:32:55 -0500
commit7c4068b510e172eb973b8e460ee432e7e8bc8275 (patch)
treed5200d9aace4e02d593b145333d34676e9b2b171 /src/import/chips/ocmb/explorer/procedures/xml/attribute_info
parentecfbca46ab3fba9f66ce242e3c226c6c6e18ce26 (diff)
downloadtalos-hostboot-7c4068b510e172eb973b8e460ee432e7e8bc8275.tar.gz
talos-hostboot-7c4068b510e172eb973b8e460ee432e7e8bc8275.zip
Added code for exp_getecid and unit tests
Change-Id: Id0a8fcf7c28d67c1bcb4ba98ff7af6d94dfa6364 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74784 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75353 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/import/chips/ocmb/explorer/procedures/xml/attribute_info')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
index bbadf19b1..e19cfe5be 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2018,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -294,4 +294,17 @@
<writeable/>
</attribute>
+ <attribute>
+ <id>ATTR_MSS_OCMB_ECID</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ ECID of the chip as determined by the IPL getecid procedure.
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint16</valueType>
+ <array>14</array>
+ <writeable/>
+ <mssAccessorName>ocmb_ecid</mssAccessorName>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud