summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/plugins
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/errl/plugins
parent17ff75043aff25a34d6deaa959fac9975199b9ed (diff)
downloadtalos-hostboot-a6ffbfc855f914589e610d618592f92cc8a7af5e.tar.gz
talos-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/errl/plugins')
-rw-r--r--src/usr/errl/plugins/errludcallout.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/errl/plugins/errludcallout.H b/src/usr/errl/plugins/errludcallout.H
index 416863bde..10cc3af96 100644
--- a/src/usr/errl/plugins/errludcallout.H
+++ b/src/usr/errl/plugins/errludcallout.H
@@ -197,6 +197,7 @@ case HWAS::_type: i_parser.PrintString( "Bus Type", #_type); break;
case_BUS_TYPE(X_BUS_TYPE)
case_BUS_TYPE(I2C_BUS_TYPE)
case_BUS_TYPE(PSI_BUS_TYPE)
+ case_BUS_TYPE(O_BUS_TYPE)
default:
i_parser.PrintNumber( "Bus Type", "UNKNOWN: 0x%X",
ntohl(pData->busType) );
OpenPOWER on IntegriCloud