summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-07-11 13:11:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-13 09:47:05 -0400
commit1aa0813d81f7a224583a46e20fd03a437d0ff479 (patch)
tree7895cf1fa893d1a75ef3afa2d13e8eeb17626df4 /src/usr/testcore
parent86ce314365a363fee2f5e4d305ebcc1c96f47016 (diff)
downloadtalos-hostboot-1aa0813d81f7a224583a46e20fd03a437d0ff479.tar.gz
talos-hostboot-1aa0813d81f7a224583a46e20fd03a437d0ff479.zip
Correctly handle sbe ranges for multiple chips
Fixing a bug where we did not use unique instance ids for each SBE's comm and ffdc area. Also reconciled a couple related mismatches and added some traces for easier debug. CQ: SW395465 Change-Id: Ib2a50644c114e5b08222b9fb19e92923466fa24c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42994 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/testcore')
-rw-r--r--src/usr/testcore/rtloader/loader.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/testcore/rtloader/loader.H b/src/usr/testcore/rtloader/loader.H
index 11bbc6f3d..aa035d1eb 100644
--- a/src/usr/testcore/rtloader/loader.H
+++ b/src/usr/testcore/rtloader/loader.H
@@ -622,7 +622,7 @@ class RuntimeLoaderTest : public CxxTest::TestSuite
for (const auto & l_procChip: procChips)
{
uint64_t l_instance =
- l_procChip->getAttr<TARGETING::ATTR_POSITION>();
+ l_procChip->getAttr<TARGETING::ATTR_HBRT_HYP_ID>();
if(l_instance == i_instance)
{
cv_comm_addr =
OpenPOWER on IntegriCloud