summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_pstate_parameter_block_errors.xml
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-08-08 14:37:33 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-09 13:24:01 -0400
commite276a9bbce83803dca7fb399c5b69a174b4ade4b (patch)
treefb415625eaceb5ea06c649f7472337936369cdc0 /src/import/chips/p9/procedures/xml/error_info/p9_pstate_parameter_block_errors.xml
parent872829e8abd422322ad8631ec42d2c102f63c6b5 (diff)
downloadtalos-hostboot-e276a9bbce83803dca7fb399c5b69a174b4ade4b.tar.gz
talos-hostboot-e276a9bbce83803dca7fb399c5b69a174b4ade4b.zip
WOF: p9_pstate_parameter - fix Iac zero checking
- Rearrange validity checking so that when VDMs are enabled but WOF is enabled, the Iac AC and DC values for WOF are still read from #W - Added explict error points when any of these these values are zero Change-Id: Iedf44da24f7445effb0c44ce9710dd26ea383240 CQ: SW398354 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44375 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44379 Reviewed-by: Hostboot Team <hostboot@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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_pstate_parameter_block_errors.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_pstate_parameter_block_errors.xml33
1 files changed, 32 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_pstate_parameter_block_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_pstate_parameter_block_errors.xml
index 24b515fa8..f83220621 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_pstate_parameter_block_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_pstate_parameter_block_errors.xml
@@ -114,6 +114,34 @@
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
+ <rc>RC_PSTATE_PB_POUND_W_TDP_IAC_INVALID</rc>
+ <description>#W one or more Idd TDP AC values are zero</description>
+ <ffdc>CHIP_TARGET</ffdc>
+ <ffdc>NOMINAL_TDP_IAC</ffdc>
+ <ffdc>POWERSAVE_TDP_IAC</ffdc>
+ <ffdc>TURBO_TDP_IAC</ffdc>
+ <ffdc>ULTRA_TDP_IAC</ffdc>
+ <callout>
+ <target>CHIP_TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_PSTATE_PB_POUND_W_TDP_IDC_INVALID</rc>
+ <description>#W one or more Idd TDP DC values are zero</description>
+ <ffdc>CHIP_TARGET</ffdc>
+ <ffdc>NOMINAL_TDP_IDC</ffdc>
+ <ffdc>POWERSAVE_TDP_IDC</ffdc>
+ <ffdc>TURBO_TDP_IDC</ffdc>
+ <ffdc>ULTRA_TDP_IDC</ffdc>
+ <callout>
+ <target>CHIP_TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
<rc>RC_PSTATE_PB_POUND_W_INVALID_VID_VALUE</rc>
<description>#W vid compare ivid value is zero</description>
<ffdc>CHIP_TARGET</ffdc>
@@ -133,7 +161,10 @@
<ffdc>ULTRA_VID_COMPARE_IVID_VALUE</ffdc>
</hwpError>
<!-- ******************************************************************** -->
- <hwpError>
+ <hwpError> <callout>
+ <target>CHIP_TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
<rc>RC_PSTATE_PB_POUND_W_INVALID_THRESHOLD_VALUE</rc>
<description>#W threshold values are invalid</description>
<ffdc>CHIP_TARGET</ffdc>
OpenPOWER on IntegriCloud