From 3ef628970ba2458d515e6d3f11f26a1afbe0bdbb Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Wed, 7 Nov 2018 10:15:23 -0600 Subject: 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 Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Daniel M. Crowell Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68518 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/hwpf') 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 @@ 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_TEST_ALL_SPARE_DRAM_ROWS = 0x0000000000100000 mnfg_flags -- cgit v1.2.1