summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-04-24 14:20:43 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-04 17:32:33 -0400
commit1cc7a88e11df1f6a07dabd70bc6acac421c951c2 (patch)
tree97602fd76cbec4341685b92090addd5c08aa970c /src/usr/targeting/common/xmltohb/attribute_types.xml
parent43c4502d3b0b87020665a65ad2843e0ddc319063 (diff)
downloadtalos-hostboot-1cc7a88e11df1f6a07dabd70bc6acac421c951c2.tar.gz
talos-hostboot-1cc7a88e11df1f6a07dabd70bc6acac421c951c2.zip
Add PEER_PATH attribute to xbus and obus targets
Currently there is a bug where PRD will attempt to handle a OBUS fir before the OBUS's peer target is known to hostboot. During IPL the OBUS's peer target is not known because each hostboot instance only knows about its own node. In order to get around this we will save the OBUS's peer target's path in the attribute PEER_PATH so later during HBRT when we know about other nodes we can correctly set the OBUS's PEER_TARGET attribute with the correct value. Change-Id: I24733733c14442f1d5124a0489a28263e05014c3 CQ: SW425530 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57769 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> 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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index da2244f39..c7444306a 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -2478,11 +2478,12 @@
</attribute>
<attribute>
- <description>Entity path of the peer target of an Abus
+ <description>Entity path of the peer target of a bus target
</description>
<id>PEER_PATH</id>
<nativeType>
<name>EntityPath</name>
+ <default>physical:na</default>
</nativeType>
<persistency>non-volatile</persistency>
<readable></readable>
OpenPOWER on IntegriCloud