From 2b29de060c3e18818d6afea65826c932f6588b99 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 27 Jan 2016 00:57:27 -0600 Subject: Erepair HWP p9_io_erepair procedure - Added clock group parameter in api to identify the higher/lower order bus width of XBUS-X0 & X1 - Added AccessorHwpFuncs Change-Id: Ieb9b1072ed73b26b321ec16f0742271f48aff810 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/10587 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55836 Reviewed-by: Sachin Gupta Tested-by: Sachin Gupta --- src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 310ef738..30ff1d2a 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml @@ -59,7 +59,11 @@ MNFG_NO_FLAG = 0x0000000000000000, MNFG_THRESHOLDS = 0x0000000000000001, MNFG_DISABLE_DRAM_REPAIRS = 0x0000000000000080, - MNFG_ENABLE_STANDARD_PATTERN_TEST = 0x0000000000000200 + 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 -- cgit v1.2.1