summaryrefslogtreecommitdiffstats
path: root/src/import/generic/xml/error_info/generic_error.xml
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-08-02 16:35:37 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-08-20 16:15:21 -0500
commit28b83673a11719bac517edb613f01a6ee9bfe566 (patch)
tree9da5c5789c907854829b13ad2800bfbabd318eb4 /src/import/generic/xml/error_info/generic_error.xml
parent1b5a02cab7f8c7f0de2536a46ae8c8448023e484 (diff)
downloadtalos-hostboot-28b83673a11719bac517edb613f01a6ee9bfe566.tar.gz
talos-hostboot-28b83673a11719bac517edb613f01a6ee9bfe566.zip
Moves conversions to be in the generic code space
Change-Id: Id0270a97066a06615b165ccd8c84e444d134394e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63845 Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64048 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/generic/xml/error_info/generic_error.xml')
-rw-r--r--src/import/generic/xml/error_info/generic_error.xml26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/import/generic/xml/error_info/generic_error.xml b/src/import/generic/xml/error_info/generic_error.xml
index 21ee53fab..821c5047d 100644
--- a/src/import/generic/xml/error_info/generic_error.xml
+++ b/src/import/generic/xml/error_info/generic_error.xml
@@ -30,11 +30,35 @@
<!-- *HWP HWP Owner: Andre Marin <aamarin@us.ibm.com> -->
<!-- *HWP HWP Backup: Stephen Glancy <sglancy@us.ibm.com> -->
-<!-- *HWP FW Owner: Bill Hoffa <wghoffa@us.ibm.com> -->
<!-- *HWP Team: Memory -->
<!-- *HWP Level: 3 -->
<!-- *HWP Consumed by: HB:FSP -->
<!-- -->
<hwpErrors>
+
+<hwpError>
+ <rc>RC_MSS_INVALID_FREQUENCY</rc>
+ <description>
+ An invalid frequency was passed to frequency to clock period
+ </description>
+ <ffdc>FREQ</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+</hwpError>
+
+<hwpError>
+ <rc>RC_MSS_INVALID_CLOCK_PERIOD</rc>
+ <description>
+ An invalid clock period was passed to clock period to frequency
+ </description>
+ <ffdc>CLOCK_PERIOD</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+</hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud