summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2011-10-06 15:30:27 -0500
committerMIKE J. JONES <mjjones@us.ibm.com>2011-10-11 16:24:46 -0500
commit17f630f5c2fabea998708dc2b2cb33120c388079 (patch)
tree148f26d81d8d33600a25eeda969a8169565978c8 /src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
parent8c062af8b6bd50a59823c7ec430ec5fc019052d2 (diff)
downloadtalos-hostboot-17f630f5c2fabea998708dc2b2cb33120c388079.tar.gz
talos-hostboot-17f630f5c2fabea998708dc2b2cb33120c388079.zip
HWPF: Error Information Updates
Change-Id: I9857638a35f21489e32448af3bf95e0155954b29 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/425 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/fapiHwpErrorInfo.xml')
-rw-r--r--src/usr/hwpf/hwp/fapiHwpErrorInfo.xml29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml b/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
index fb7e20439..62cd3badd 100644
--- a/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
+++ b/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
@@ -27,29 +27,30 @@
<!-- *********************************************************************** -->
<hwpError>
<rc>RC_TEST_ERROR_A</rc>
- <description>Test Error A for a HWP operating on a PROC_CHIP</description>
+ <description>Test Error A</description>
+ <!-- Call hwpTestFfdc1 to collect FFDC from the master chip -->
+ <collectFfdc>hwpTestFfdc1, MASTER_CHIP</collectFfdc>
+ <!-- Collect local FFDC FFDC_DATA_1 -->
+ <ffdc>FFDC_DATA_1</ffdc>
+ <!-- Callout MASTER_CHIP HIGH -->
<callout>
- <!-- The callout is the PROC_CHIP itself -->
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
- <targetPos>0</targetPos>
+ <target>MASTER_CHIP</target>
<priority>HIGH</priority>
</callout>
+ <!-- Deconfigure MASTER_CHIP -->
+ <deconfigure>
+ <target>MASTER_CHIP</target>
+ </deconfigure>
+ <!-- Create GARD record for MASTER_CHIP -->
<gard>
- <!-- The PROC_CHIP itself should be garded -->
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
- <targetPos>0</targetPos>
+ <target>MASTER_CHIP</target>
</gard>
- <ffdc>
- <!-- FFDC needs to be collected from the PROC_CHIP itself -->
- <targetType>TARGET_TYPE_PROC_CHIP</targetType>
- <targetPos>0</targetPos>
- <ffdcHwp>hwpTestFfdc1</ffdcHwp>
- <ffdcHwpData>TestFfdc1</ffdcHwpData>
- </ffdc>
</hwpError>
<!-- *********************************************************************** -->
<hwpError>
<rc>RC_TEST_ERROR_B</rc>
<description>Test Error B</description>
+ <!-- Call hwpTestAnalyzeError on MASTER_CHIP to analyze the error -->
+ <callFunc>hwpTestAnalyzeError, MASTER_CHIP</callFunc>
</hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud