summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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