diff options
| author | Caleb Palmer <cnpalmer@us.ibm.com> | 2017-04-14 14:47:29 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-05-09 15:36:05 -0400 |
| commit | 61df1d2f6905be4584d8c6ff76098198a329f45a (patch) | |
| tree | 924fe5bc0c8787682bc693ba0973831be63d8ef4 /src | |
| parent | 646c6c55505b4296d25ce3de2c71eacd97ebb78d (diff) | |
| download | blackbird-hostboot-61df1d2f6905be4584d8c6ff76098198a329f45a.tar.gz blackbird-hostboot-61df1d2f6905be4584d8c6ff76098198a329f45a.zip | |
PRD: Create PRD_HWP_PLID attribute
Change-Id: Iddaeb0528f2bbc5b62a05f471255fda68a1d3a92
RTC: 172287
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39291
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@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 | 18 | ||||
| -rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 0753d2692..27bb731fc 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -17774,6 +17774,24 @@ Measured in GB</description> <!-- === end RCD parity error reconfig loop attributes for PRD/MDIA === --> <attribute> + <id>PRD_HWP_PLID</id> + <description> + PRD will perform error isolation for certain errors that may cause a HWP + to fail. This attribute will be used by the HWP to store the PLID so that + PRD can subsequently check it for a non-zero value and link the HWP PLID + to the PRD error log. + </description> + <simpleType> + <uint32_t> + <default>0</default> + </uint32_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> +</attribute> + +<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 a948ede8d..1c04fce09 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1345,6 +1345,8 @@ <attribute><id>DO_BLUE_WATERFALL_ADJUST</id></attribute> <attribute><id>CME_CHTM_TRACE_ENABLE</id></attribute> <attribute><id>CME_CHTM_TRACE_MEMORY_CONFIG</id></attribute> + <attribute><id>PRD_HWP_PLID</id></attribute> + </targetType><!-- chip-processor-power9 --> <!-- chip-processor-nimbus --> @@ -1928,6 +1930,7 @@ <attribute><id>CDM_DOMAIN</id><default>MEM</default></attribute> <attribute><id>VPD_OVERRIDE_MW_ENABLE</id></attribute> <attribute><id>VPD_OVERRIDE_MW</id></attribute> + <attribute><id>PRD_HWP_PLID</id></attribute> </targetType> <targetType> |

