summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-11-07 10:15:23 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-12-18 16:24:04 -0600
commit3ef628970ba2458d515e6d3f11f26a1afbe0bdbb (patch)
tree028357cd803b7dca90e15c78fdb9a16ac0e004c2 /src/import
parenta2833876dd0debf20aacfb9c6c5273cbdfc9039d (diff)
downloadtalos-hostboot-3ef628970ba2458d515e6d3f11f26a1afbe0bdbb.tar.gz
talos-hostboot-3ef628970ba2458d515e6d3f11f26a1afbe0bdbb.zip
Move MNFG_TEST_ALL_SPARE_DRAM_ROWS to a new encoding
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>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
index 90559adb8..94b8a15ea 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
@@ -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,
@@ -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>
OpenPOWER on IntegriCloud