diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2017-03-07 16:09:55 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-08 10:36:51 -0500 |
| commit | 1301e43641f7d3f315a0abc8112fa88927c9fa9a (patch) | |
| tree | 22392f2e3da781224c5a4fb804a92830704683bc /src | |
| parent | 3dbcf1450853dc138e136b7db1f46e19f2e3ed3c (diff) | |
| download | blackbird-hostboot-1301e43641f7d3f315a0abc8112fa88927c9fa9a.tar.gz blackbird-hostboot-1301e43641f7d3f315a0abc8112fa88927c9fa9a.zip | |
PRD: Created MNFG threshold attributes for RCD and IUE attentions
Change-Id: Ie9ae1d667de8beac9088b329064581f051482658
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37634
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 33 | ||||
| -rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 2 |
2 files changed, 34 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 6a39433ad..eb7f3b4c6 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -17129,7 +17129,7 @@ Measured in GB</description> </hwpfToHbAttrMap> </attribute> -<!-- === Manufacturing threshold Attributes of PRD === --> +<!-- === start manufacturing threshold attributes for PRD === --> <attribute> <id>MNFG_TH_P8EX_L2_CACHE_CES</id> @@ -17387,6 +17387,37 @@ Measured in GB</description> </attribute> <attribute> + <id>MNFG_TH_RCD_PARITY_ERRORS</id> + <description> + The maximum number of RCD parity errors allowed in manufacturing after + recovery is enabled. + </description> + <simpleType> + <uint8_t> + <default>0</default> + </uint8_t> + </simpleType> + <persistency>non-volatile</persistency> + <readable/> +</attribute> + +<attribute> + <id>MNFG_TH_MEMORY_IUES</id> + <description> + The maximum number of memory intermittent UEs allowed in manufacturing. + </description> + <simpleType> + <uint8_t> + <default>0</default> + </uint8_t> + </simpleType> + <persistency>non-volatile</persistency> + <readable/> +</attribute> + +<!-- === end manufacturing threshold attributes for PRD === --> + +<attribute> <id>RESOURCE_IS_CRITICAL</id> <description> Used to tell if a resource is critical to perform an IPL. If this diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 16095e1a3..1313dacb2 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -680,6 +680,8 @@ <attribute><id>MNFG_TH_CEN_MBA_IPL_SOFT_CE_TH_ALGO</id></attribute> <attribute><id>MNFG_TH_CEN_MBA_RT_RCE_PER_RANK</id></attribute> <attribute><id>MNFG_TH_CEN_L4_CACHE_CES</id></attribute> + <attribute><id>MNFG_TH_RCD_PARITY_ERRORS</id></attribute> + <attribute><id>MNFG_TH_MEMORY_IUES</id></attribute> <attribute><id>OPT_MEMMAP_GROUP_POLICY</id></attribute> <attribute><id>BRAZOS_RX_FIFO_OVERRIDE</id></attribute> <attribute><id>MRW_MBA_CACHELINE_INTERLEAVE_MODE_CONTROL</id></attribute> |

