summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/processMrw.pl
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-03-02 08:42:57 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-09 10:14:22 -0500
commit416675e8c93451901fb7f2ab360a4bf1d65500e9 (patch)
treeab68c8b1b7c45eff8445d29768db8d45c639e901 /src/usr/targeting/common/processMrw.pl
parent971fb907978cd63d98fde5e1857271546cf79f17 (diff)
downloadtalos-hostboot-416675e8c93451901fb7f2ab360a4bf1d65500e9.tar.gz
talos-hostboot-416675e8c93451901fb7f2ab360a4bf1d65500e9.zip
Initial support for effective fabric ids
Adding the basic support for the effective fabric ids to allow integration of the HWPs that handle the remapping of the address maps. Change-Id: I951ce75b78d21b78f83b873ce8b5e7b5b236217d RTC: 149250 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37338 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> 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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/processMrw.pl')
-rw-r--r--src/usr/targeting/common/processMrw.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/usr/targeting/common/processMrw.pl b/src/usr/targeting/common/processMrw.pl
index 3c804f48e..f4bbaf031 100644
--- a/src/usr/targeting/common/processMrw.pl
+++ b/src/usr/targeting/common/processMrw.pl
@@ -534,6 +534,18 @@ sub processProcessor
"0");
$targetObj->setAttributeField($target, "SCOM_SWITCHES", "useXscom", "0");
+ ## default effective fabric ids to match regular fabric ids
+ ## the value will be adjusted based on presence detection later
+ $targetObj->setAttribute($target,
+ "PROC_EFF_FABRIC_GROUP_ID",
+ $targetObj->getAttribute($target,
+ "FABRIC_GROUP_ID"));
+ $targetObj->setAttribute($target,
+ "PROC_EFF_FABRIC_CHIP_ID",
+ $targetObj->getAttribute($target,
+ "FABRIC_CHIP_ID"));
+
+
processMembufVpdAssociation($targetObj,$target);
setupBars($targetObj,$target);
}
OpenPOWER on IntegriCloud