summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-10-01 10:46:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-03 12:03:27 -0500
commit2e34986983984d6400762401766ebcd9b6ee085e (patch)
tree11be40712ebc66a61bbdddc8036688e15fd33fcf /src/include
parent0503f7874d3cdae1fe075294686a53cba57d70a4 (diff)
downloadtalos-hostboot-2e34986983984d6400762401766ebcd9b6ee085e.tar.gz
talos-hostboot-2e34986983984d6400762401766ebcd9b6ee085e.zip
add DECONFIGURED_BY_ enums for different situations.
Change-Id: I93c0d131e92c5d26b3dab5297f507b7eb97424da RTC: 87134 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6429 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H
index ec383b698..6a9c3e479 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -95,7 +95,7 @@ public:
// enums to indicated non-error reason for a targets deconfiguration.
// used in TARGETING::HwasSate.deconfiguredByEid
- enum
+ enum DeconfiguredByReason
{
DECONFIGURED_BY_CODE_BASE = 0x0000FF00,
@@ -114,6 +114,15 @@ public:
// set by deconfigureAssocProc() in hwas/common/deconfigGard.C
DECONFIGURED_BY_BUS_DECONFIG, // BASE | 0x05
+
+ // set by prd code, deconfigures at runtime
+ DECONFIGURED_BY_PRD, // BASE | 0x06
+
+ // set for PHYP initiated deconfigure
+ DECONFIGURED_BY_PHYP, // BASE | 0x07
+
+ // set for SPCN initiated deconfigure
+ DECONFIGURED_BY_SPCN, // BASE | 0x08
};
/**
OpenPOWER on IntegriCloud