summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-11-07 11:11:06 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-20 12:40:27 -0600
commit759971ea1bcdd18ac8c1d78e113e67e4ca2038df (patch)
treebed0b444c941f95b574e64d7ce4270065fe69841 /src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
parentd6cee85dcb3c7fc307f1832b20876686adb34c59 (diff)
downloadtalos-hostboot-759971ea1bcdd18ac8c1d78e113e67e4ca2038df.tar.gz
talos-hostboot-759971ea1bcdd18ac8c1d78e113e67e4ca2038df.zip
Fix CAPP target XML in Axone simics xml file
There was some incorrect/missing information on the CAPP target in the newly hand created simics Axone xml. The FAPI_POS attribute for capp1 was set to 0, when it should be 1. Also the chiplet ID was incorrect for capp1. The chiplet ID for capp1 in all p9 systems should be 4. Change-Id: I42392b2f7afd1827cdad15e6308750a055f8a859 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68504 Tested-by: Jenkins Server <pfd-jenkins+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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/simics_AXONE.system.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/simics_AXONE.system.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
index ed1848616..6fdd560e5 100644
--- a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
@@ -4057,7 +4057,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
- <default>2</default>
+ <default>4</default>
</attribute>
<attribute>
<id>FAPI_NAME</id>
@@ -4065,7 +4065,7 @@
</attribute>
<attribute>
<id>FAPI_POS</id>
- <default>0</default>
+ <default>1</default>
</attribute>
<attribute>
<id>HUID</id>
OpenPOWER on IntegriCloud