summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas/common/deconfigGard.H
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-10-05 17:32:00 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-10 14:51:18 -0400
commitaff7bb7587cfdd31c8a4d0af8781a834f5b4aacb (patch)
tree415f9e6b280e626e8bc2542a14274aedc07ccb11 /src/include/usr/hwas/common/deconfigGard.H
parentccf6b1d7112e80f19b5667f628e1abe06267f6be (diff)
downloadtalos-hostboot-aff7bb7587cfdd31c8a4d0af8781a834f5b4aacb.tar.gz
talos-hostboot-aff7bb7587cfdd31c8a4d0af8781a834f5b4aacb.zip
Properly deconfigure MCBISTs by association when neccesary
There was an issue where MCBISTS were not getting deconfigged even when there was no DIMMs beneath them. This change fixes that. This is in response to the need for the 2 dimm min memory configuration Change-Id: Ia54f8ae8121c4034eb2ef2fd1fb026a5dbe6c0ad CQ: SW367925 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30764 Reviewed-by: Martin Gloff <mgloff@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas/common/deconfigGard.H')
-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 c1589f64c..42ae53224 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -161,6 +161,8 @@ public:
DECONFIGURED_BY_CORE_DECONFIG, // BASE | 0x11
DECONFIGURED_BY_PHB_DECONFIG, // BASE | 0x12
DECONFIGURED_BY_PEC_DECONFIG, // BASE | 0x13
+ DECONFIGURED_BY_NO_CHILD_MCS, // BASE | 0x14
+ DECONFIGURED_BY_NO_PARENT_MCBIST, // BASE | 0x15
// mask - these bits mean it's a PLID and not an enum
DECONFIGURED_BY_PLID_MASK = 0xFFFF0000,
OpenPOWER on IntegriCloud