summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/settings.H
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2017-06-15 13:08:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-22 22:41:13 -0400
commit8edc404a1808e4bb72ed12dcdae54653351be2f5 (patch)
tree7823951550a08ea6bb70751f79346a7fe8a474a4 /src/import/chips/p9/procedures/hwp/memory/lib/mcbist/settings.H
parent69fd79789ace9d76cf552386dedffb843d9ae3e4 (diff)
downloadtalos-hostboot-8edc404a1808e4bb72ed12dcdae54653351be2f5.tar.gz
talos-hostboot-8edc404a1808e4bb72ed12dcdae54653351be2f5.zip
Update continue_cmd API to not change conditions w/default params
Change-Id: I7619f008322b93f7dc3dc311c9ed1ad421f91471 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42063 Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42066 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-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/import/chips/p9/procedures/hwp/memory/lib/mcbist/settings.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/settings.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/settings.H b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/settings.H
index 5db0c2e28..f2f5496c7 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/settings.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/settings.H
@@ -90,6 +90,7 @@ class stop_conditions
// Many of the config fields share a disable bit pattern, so we define it here
static constexpr uint64_t DISABLE = 0b1111;
static constexpr uint64_t MAX_THRESHOLD = 0b1110;
+ static constexpr uint64_t DONT_CHANGE = 0;
private:
OpenPOWER on IntegriCloud