summaryrefslogtreecommitdiffstats
path: root/src/usr/devtree
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2015-09-01 14:29:03 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-09-18 17:07:12 -0500
commit4baaa4fcd39593ea8a387b3c64f8ec3c028cf008 (patch)
tree3e8a4235aa67bfe86b8f67664014eca9dccf4d2e /src/usr/devtree
parent2d7a28cb7c62b0a711d0f68ed0cc1ec6a105980b (diff)
downloadtalos-hostboot-4baaa4fcd39593ea8a387b3c64f8ec3c028cf008.tar.gz
talos-hostboot-4baaa4fcd39593ea8a387b3c64f8ec3c028cf008.zip
Update membuf/backplane fru inventory data
-Modify the backplane fru inventory so that it no longer includes the centaur ecid -Remove OPAL fru id from device tree Change-Id: I8792f3b1fd7016cd303be6e7652812067fdccc38 RTC:136210 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20312 Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Jay M. Azurin <jmazurin@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/devtree')
-rw-r--r--src/usr/devtree/bld_devtree.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr/devtree/bld_devtree.C b/src/usr/devtree/bld_devtree.C
index f5fb09281..5c06a666d 100644
--- a/src/usr/devtree/bld_devtree.C
+++ b/src/usr/devtree/bld_devtree.C
@@ -1864,15 +1864,6 @@ errlHndl_t bld_fdt_bmc(devTree * i_dt, bool i_smallTree)
i_dt->addPropertyString(bmcNode, "name", bmcNodeName );
- //Pass Opal their device string
- // find CLASS_SYS (the top level target)
- TARGETING::Target* pSys;
- TARGETING::targetService().getTopLevelTarget(pSys);
- assert(pSys != NULL,
- "bld_fdt_bmc - Error: Could not find the top level target.");
- i_dt->addPropertyCell32(bmcNode, "firmware-fru-id",
- pSys->getAttr<TARGETING::ATTR_FRU_ID>());
-
/* create a node to hold the sensors */
errhdl = bld_fdt_sensors( i_dt, bmcNode, i_smallTree );
OpenPOWER on IntegriCloud