summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorayma <ayma@us.ibm.com>2013-08-22 14:14:02 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-09-17 12:14:00 -0500
commit7c3226b7ef2b3e09bd40823732f05fbf0fe6778f (patch)
treed82b83063d517275a7b2014fec9242fcaa71154e /src/include/usr
parent27288a5caf2eb9b19f6572a94c3445a8a9912409 (diff)
downloadtalos-hostboot-7c3226b7ef2b3e09bd40823732f05fbf0fe6778f.tar.gz
talos-hostboot-7c3226b7ef2b3e09bd40823732f05fbf0fe6778f.zip
Changes to mark MCS as non functional when the membuf is non functional
RTC: 79861 Change-Id: I11696b946587851412b960cd33d5045589b872fd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5884 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H4
1 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 0e86b5505..acf4ab206 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -101,6 +101,10 @@ public:
// set by call_mss_getecid() in dmi_training.c
DECONFIGURED_BY_MEMORY_CONFIG, // BASE | 0x03
+
+ // set by discover_targets() when mcs is disabled b/c there
+ // is a non functional membuf
+ DECONFIGURED_BY_NO_CHILD_MEMBUF, // BASE | 0x04
};
/**
OpenPOWER on IntegriCloud