summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-08-25 09:48:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-30 22:28:38 -0400
commita6ffbfc855f914589e610d618592f92cc8a7af5e (patch)
treeaeacd13faaac4f9ab7d8c31558d4fd8396c4d1d3 /src/usr/fapi2
parent17ff75043aff25a34d6deaa959fac9975199b9ed (diff)
downloadblackbird-hostboot-a6ffbfc855f914589e610d618592f92cc8a7af5e.tar.gz
blackbird-hostboot-a6ffbfc855f914589e610d618592f92cc8a7af5e.zip
Fill in some missing callout info for new P9 types
Added a few target->subsys maps Added a new OBUS callout type Change-Id: Ic986db332395b6d8ad174f3f5b96baee651b711b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28789 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@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/fapi2')
-rw-r--r--src/usr/fapi2/plat_utils.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/fapi2/plat_utils.C b/src/usr/fapi2/plat_utils.C
index 3433b088a..38df6a63d 100644
--- a/src/usr/fapi2/plat_utils.C
+++ b/src/usr/fapi2/plat_utils.C
@@ -554,6 +554,11 @@ void processEIBusCallouts(const ErrorInfo & i_errInfo,
{
l_busType = HWAS::X_BUS_TYPE;
}
+ else if ((l_type1 == TARGETING::TYPE_OBUS) &&
+ (l_type2 == TARGETING::TYPE_OBUS))
+ {
+ l_busType = HWAS::O_BUS_TYPE;
+ }
else
{
FAPI_ERR("processEIBusCallouts: Bus between target types not known (0x%08x:0x%08x)",
OpenPOWER on IntegriCloud