summaryrefslogtreecommitdiffstats
path: root/src/include/usr
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/include/usr
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/include/usr')
-rw-r--r--src/include/usr/errl/hberrltypes.H6
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H3
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/usr/errl/hberrltypes.H b/src/include/usr/errl/hberrltypes.H
index c15fd4682..427029305 100644
--- a/src/include/usr/errl/hberrltypes.H
+++ b/src/include/usr/errl/hberrltypes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -260,6 +260,10 @@ enum epubSubSystem_t
EPUB_MEMORY_FRU = 0x24, //@PUB_IGNORE
EPUB_EXTERNAL_CACHE = 0x25, //@PUB_IGNORE
+ // I/O subsystem: hub and bridge
+ EPUB_IO_SUBSYS = 0x30,
+ EPUB_IO_PHB = 0x38,
+
// CEC Hardware
EPUB_CEC_HDW_SUBSYS = 0x50,
EPUB_CEC_HDW_VPD_INTF = 0x55,
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index 7f73ff371..16a5d4d5a 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -114,7 +114,8 @@ enum busTypeEnum
A_BUS_TYPE = 3,
X_BUS_TYPE = 4,
I2C_BUS_TYPE = 5,
- PSI_BUS_TYPE = 6
+ PSI_BUS_TYPE = 6,
+ O_BUS_TYPE = 7
};
enum clockTypeEnum
OpenPOWER on IntegriCloud