summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-07-12 13:49:30 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-13 16:50:08 -0400
commit8dab4e13569f7375442f505a49c79c412d6a4505 (patch)
treec9d958222e4ce2d0d101232c31ec135141a9a82e
parent2a377a20bf0bbf9d122dc7cd066949bd57c9578b (diff)
downloadtalos-hostboot-8dab4e13569f7375442f505a49c79c412d6a4505.tar.gz
talos-hostboot-8dab4e13569f7375442f505a49c79c412d6a4505.zip
Add PEER_TARGET and PEER_PATH to SMPGROUP Target
This commit adds PEER_TARGET and PEER_PATH to the SMPGROUP Target, which is a child of the OBUS chiplet. This should resolve the PEER_PATH not being set for some instances of the SMPGROUP. Change-Id: Ifa96837c446b45d58ba60d759ba78df1f553d363 RTC:184518 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/62351 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 621caaef0..2c3024759 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1849,6 +1849,13 @@
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
<default>0x00000001</default>
</attribute>
+ <attribute>
+ <id>PEER_TARGET</id>
+ </attribute>
+ <attribute>
+ <id>PEER_PATH</id>
+ <default>physical:na</default>
+ </attribute>
</targetType>
<!-- One NPU per proc -->
OpenPOWER on IntegriCloud