summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlentry_consts.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/errlentry_consts.H')
-rw-r--r--src/usr/errl/errlentry_consts.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/errl/errlentry_consts.H b/src/usr/errl/errlentry_consts.H
index 205b4ce7c..86d58a77c 100644
--- a/src/usr/errl/errlentry_consts.H
+++ b/src/usr/errl/errlentry_consts.H
@@ -102,6 +102,13 @@ const epubTargetTypeToSub_t TARGET_TO_SUBSYS_TABLE[] =
{ TARGETING::TYPE_TPM , EPUB_CEC_HDW_SUBSYS },
{ TARGETING::TYPE_MC , EPUB_MEMORY_SUBSYS },
{ TARGETING::TYPE_SMPGROUP , EPUB_CEC_HDW_SUBSYS },
+ { TARGETING::TYPE_OMI , EPUB_MEMORY_SUBSYS },
+ { TARGETING::TYPE_MCC , EPUB_MEMORY_SUBSYS },
+ { TARGETING::TYPE_OMIC , EPUB_MEMORY_SUBSYS },
+ { TARGETING::TYPE_OCMB_CHIP , EPUB_MEMORY_SUBSYS },
+ { TARGETING::TYPE_MEM_PORT , EPUB_MEMORY_SUBSYS },
+ { TARGETING::TYPE_I2C_MUX , EPUB_CEC_HDW_SUBSYS },
+ { TARGETING::TYPE_PMIC , EPUB_MEMORY_SUBSYS },
};
struct epubBusTypeToSub_t
@@ -119,6 +126,7 @@ const epubBusTypeToSub_t BUS_TO_SUBSYS_TABLE[] =
{ HWAS::I2C_BUS_TYPE , EPUB_CEC_HDW_I2C_DEVS },
{ HWAS::PSI_BUS_TYPE , EPUB_CEC_HDW_SP_PHYP_INTF },
{ HWAS::O_BUS_TYPE , EPUB_PROCESSOR_BUS_CTL },
+ { HWAS::OMI_BUS_TYPE , EPUB_MEMORY_BUS },
};
struct epubClockTypeToSub_t
OpenPOWER on IntegriCloud