summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2017-05-25 08:21:17 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-05-30 12:13:48 -0400
commitdff36e4dcb7b2f59b12bd51ce2d73d37885a1f09 (patch)
treebf8fe3f8149ebbf991c797faa3830752b0500924 /src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml
parent8528c56e0d6a84bba14e7a9653ea10274504a795 (diff)
downloadtalos-hostboot-dff36e4dcb7b2f59b12bd51ce2d73d37885a1f09.tar.gz
talos-hostboot-dff36e4dcb7b2f59b12bd51ce2d73d37885a1f09.zip
Add more test error codes
Add test error codes to support the new set of verification unit tests in hostboot. Change-Id: Ic33a2f20a2d65771055db1f917bd1dcf63d377a2 RTC:161196 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40975 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41065 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml b/src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml
index cea6245a9..48e4c54c7 100644
--- a/src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml
@@ -113,6 +113,68 @@
</collectRegisterFfdc>
</hwpError>
+<hwpError>
+ <rc>RC_TEST_PROC_ERROR</rc>
+ <description>
+ Example error that calls a procedure with a parameter.
+ parm1 = uint32_t
+ </description>
+ <collectFfdc>p9_collect_some_ffdc,parm1</collectFfdc>
+</hwpError>
+
+<hwpError>
+ <rc>RC_TEST_ERROR_GARD_DECONFIG</rc>
+ <description>
+ Deconfigure and gard test error
+ </description>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+ <gard>
+ <target>TARGET</target>
+ </gard>
+</hwpError>
+
+<hwpError>
+ <rc>RC_TEST_ERROR_PROCEDURE_CALLOUT</rc>
+ <description>
+ Procedure callout test error
+ </description>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+</hwpError>
+
+<hwpError>
+ <rc>RC_TEST_ERROR_DECONFIG</rc>
+ <description>
+ Deconfigure test error
+ </description>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+</hwpError>
+
+<hwpError>
+ <rc>RC_TEST_ERROR_HW_CALLOUT</rc>
+ <description>
+ Hardware callout test error
+ </description>
+ <callout>
+ <target>TARGET</target>
+ <priority>LOW</priority>
+ </callout>
+</hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud