summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Kumar <sumit_kumar@in.ibm.com>2016-01-27 00:57:27 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-03-15 00:52:03 -0400
commit2b29de060c3e18818d6afea65826c932f6588b99 (patch)
tree351e9d7255af7b3491dbfceb7b614582658920e5
parent0ac91146176745484fca020714dd156840b5ee29 (diff)
downloadtalos-sbe-2b29de060c3e18818d6afea65826c932f6588b99.tar.gz
talos-sbe-2b29de060c3e18818d6afea65826c932f6588b99.zip
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 <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55836 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml10
1 files changed, 5 insertions, 5 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 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
<!--
MNFG_AVP_ENABLE = 0x0000000000000002,
MNFG_HDAT_AVP_ENABLE = 0x0000000000000004,
@@ -69,10 +73,6 @@
MNFG_TEST_DRAM_REPAIRS = 0x0000000000000040,
MNFG_ENABLE_EXHAUSTIVE_PATTERN_TEST = 0x0000000000000100,
MNFG_ENABLE_MINIMUM_PATTERN_TEST = 0x0000000000000400,
- MNFG_DISABLE_FABRIC_eREPAIR = 0x0000000000000800,
- MNFG_DISABLE_MEMORY_eREPAIR = 0x0000000000001000,
- MNFG_FABRIC_DEPLOY_LANE_SPARES = 0x0000000000002000,
- MNFG_DMI_DEPLOY_LANE_SPARES = 0x0000000000004000,
MNFG_PSI_DIAGNOSTIC = 0x0000000000008000,
MNFG_BRAZOS_WRAP_CONFIG = 0x0000000000010000
-->
OpenPOWER on IntegriCloud