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-06 16:31:18 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-15 10:51:41 -0600
commite34d17297e0d90ac7ca3d0056a02fe7ef089bef0 (patch)
tree1cf0e7f217703b6805b3deb84f872ab522d0f555 /src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
parent0002dbd291516cd3b4d92b9c5a36d16a8846f2ce (diff)
downloadtalos-hostboot-e34d17297e0d90ac7ca3d0056a02fe7ef089bef0.tar.gz
talos-hostboot-e34d17297e0d90ac7ca3d0056a02fe7ef089bef0.zip
Update axone simics xml to use correct chiplet id for MC1 chiplet
There was an error in the hand-written simics xml for the Axone model. Instead of using CHIPLET_ID = 0x08 for MC1 chiplet and its sub-chiplets the XML had CHIPLET_ID = 0x07. This is incorrect and is fixed with this commit. Change-Id: I821aa175dd3b0beeb9124ffbc80dbbe045a35da0 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68487 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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
index 10b9fa04b..ed1848616 100644
--- a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
@@ -6503,7 +6503,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
- <default>0x07</default>
+ <default>0x08</default>
</attribute>
<attribute>
<id>CLASS</id>
@@ -6692,7 +6692,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
- <default>0x07</default>
+ <default>0x08</default>
</attribute>
<attribute>
<id>CLASS</id>
@@ -6754,7 +6754,7 @@
</attribute>
<attribute>
<id>CHIPLET_ID</id>
- <default>0x07</default>
+ <default>0x08</default>
</attribute>
<attribute>
<id>CLASS</id>
OpenPOWER on IntegriCloud