summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-03-11 18:05:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-17 13:37:04 -0500
commitdd41d6161ea9706268cd840bd178193d6d79035e (patch)
tree4e02f3d4baa552a89655ee887c6db511aeff9041 /src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
parentb397d8d630ac63ed736978831aa2352b93df0ad9 (diff)
downloadtalos-hostboot-dd41d6161ea9706268cd840bd178193d6d79035e.tar.gz
talos-hostboot-dd41d6161ea9706268cd840bd178193d6d79035e.zip
Set MAX_COMPUTE_NODES attribute so TOD code gets setup correctly
Without this change during istep 18 we hit errors trying to determine correct configs. This attribute was getting defaulted to 0 which got multiplied resulting the software telling us 0 procs were allowed. By setting this to 1 the issue was resolved Change-Id: I78ed0a82036f86daf8de02d14107de86ccbf2d7f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73151 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@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: Corey V. Swenson <cswenson@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, 4 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
index 5a02cc97f..0bed5c256 100644
--- a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml
@@ -214,6 +214,10 @@
<default>0</default>
</attribute>
<attribute>
+ <id>MAX_COMPUTE_NODES_PER_SYSTEM</id>
+ <default>1</default>
+ </attribute>
+ <attribute>
<id>MAX_CHIPLETS_PER_PROC</id>
<default>32</default>
</attribute>
OpenPOWER on IntegriCloud