Skip to content

Commit

Permalink
Move MNFG_TEST_ALL_SPARE_DRAM_ROWS to a new encoding
Browse files Browse the repository at this point in the history
  This will remove a conflict with MNFG_FLAG_TEST_DRAM_REPAIRS

Change-Id: Id61b01ef027fa627a46a3a4ebde57a02dab04518
CQ:SW450663
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68499
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68518
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
stermole authored and crgeddes committed Dec 18, 2018
1 parent a283387 commit 3ef6289
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@
<enum>
MNFG_NO_FLAG = 0x0000000000000000,
MNFG_THRESHOLDS = 0x0000000000000001,
MNFG_TEST_ALL_SPARE_DRAM_ROWS = 0x0000000000000040,
MNFG_DISABLE_DRAM_REPAIRS = 0x0000000000000080,
MNFG_ENABLE_STANDARD_PATTERN_TEST = 0x0000000000000200,
MNFG_DISABLE_FABRIC_eREPAIR = 0x0000000000000800,
MNFG_DISABLE_MEMORY_eREPAIR = 0x0000000000001000,
MNFG_FABRIC_DEPLOY_LANE_SPARES = 0x0000000000002000,
MNFG_DMI_DEPLOY_LANE_SPARES = 0x0000000000004000
MNFG_DMI_DEPLOY_LANE_SPARES = 0x0000000000004000,
<!--
MNFG_AVP_ENABLE = 0x0000000000000002,
MNFG_HDAT_AVP_ENABLE = 0x0000000000000004,
Expand All @@ -77,6 +76,7 @@
MNFG_PSI_DIAGNOSTIC = 0x0000000000008000,
MNFG_BRAZOS_WRAP_CONFIG = 0x0000000000010000
-->
MNFG_TEST_ALL_SPARE_DRAM_ROWS = 0x0000000000100000
</enum>
<platInit/>
<mssAccessorName>mnfg_flags</mssAccessorName>
Expand Down

0 comments on commit 3ef6289

Please sign in to comment.