summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H2
-rw-r--r--src/include/usr/hwas/common/hwas_reasoncodes.H2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H
index ad1e80282..e27836522 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -186,6 +186,8 @@ public:
DECONFIGURED_BY_NO_PARENT_MC, // BASE | 0x19
DECONFIGURED_BY_NO_PARENT_MI, // BASE | 0x1A
+ DECONFIGURED_BY_NO_MATCHING_LINK_SET, // BASE | 0x1B
+
// mask - these bits mean it's a PLID and not an enum
DECONFIGURED_BY_PLID_MASK = 0xFFFF0000,
};
diff --git a/src/include/usr/hwas/common/hwas_reasoncodes.H b/src/include/usr/hwas/common/hwas_reasoncodes.H
index 54e5ec494..94248a5d4 100644
--- a/src/include/usr/hwas/common/hwas_reasoncodes.H
+++ b/src/include/usr/hwas/common/hwas_reasoncodes.H
@@ -35,6 +35,7 @@ namespace HWAS
MOD_DECONFIG_TARGETS_FROM_GARD = 0x04,
MOD_VALIDATE_EC_LEVELS = 0x05,
MOD_RUNTIME_DECONFIG = 0x06,
+ MOD_DISABLE_OBUS = 0x07,
};
enum HwasReasonCode
@@ -62,6 +63,7 @@ namespace HWAS
RC_INVALID_PARAM = HWAS_COMP_ID | 0x11,
RC_NOT_AT_RUNTIME = HWAS_COMP_ID | 0x12,
RC_NULL_TARGET = HWAS_COMP_ID | 0x13,
+ RC_ONLY_TWO_OBUS_SHOULD_BE_CONFIGURED = HWAS_COMP_ID | 0x14,
};
};
OpenPOWER on IntegriCloud