summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2016-08-02 15:21:55 -0500
committerMatthew A. Ploetz <maploetz@us.ibm.com>2016-08-31 14:35:36 -0400
commitc3abedc596aab0e0295bbac7b06ff4bb94519744 (patch)
tree26fe14c24f246e8cc7872ac7ed1544828ee05c0a /src/include/usr/hwas
parentbdaf313c6276e90de72c73f67ced82d5a9a93837 (diff)
downloadtalos-hostboot-c3abedc596aab0e0295bbac7b06ff4bb94519744.tar.gz
talos-hostboot-c3abedc596aab0e0295bbac7b06ff4bb94519744.zip
P9 Deconfigure Functionality for PEC + PHB Targets
Change-Id: I8b46a7919fcdab79ec64f0dfebf998d061948dc2 RTC: 118806 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28730 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H
index a97dabd6d..c1589f64c 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -159,6 +159,8 @@ public:
DECONFIGURED_BY_EQ_DECONFIG, // BASE | 0x0F
DECONFIGURED_BY_EX_DECONFIG, // BASE | 0x10
DECONFIGURED_BY_CORE_DECONFIG, // BASE | 0x11
+ DECONFIGURED_BY_PHB_DECONFIG, // BASE | 0x12
+ DECONFIGURED_BY_PEC_DECONFIG, // BASE | 0x13
// mask - these bits mean it's a PLID and not an enum
DECONFIGURED_BY_PLID_MASK = 0xFFFF0000,
OpenPOWER on IntegriCloud