summaryrefslogtreecommitdiffstats
path: root/src/import/generic/procedures/xml/error_info/generic_error.xml
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-08-23 11:59:16 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-08-28 14:59:16 -0500
commit8cb89b7faae91267ba9c1c03531a26882f2a59e0 (patch)
treebdc5c0c4cfacdfe927eb24a4df43eb00a3cc3d5f /src/import/generic/procedures/xml/error_info/generic_error.xml
parent6a593d78b7c559ab77ab315b0534b253df2f3ace (diff)
downloadtalos-hostboot-8cb89b7faae91267ba9c1c03531a26882f2a59e0.tar.gz
talos-hostboot-8cb89b7faae91267ba9c1c03531a26882f2a59e0.zip
Moves generic xml directories to be in generic/procedures
Change-Id: I99cc69585a12416de3c0b36ecc740a2cc2244a81 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65097 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65120 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/generic/procedures/xml/error_info/generic_error.xml')
-rw-r--r--src/import/generic/procedures/xml/error_info/generic_error.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/import/generic/procedures/xml/error_info/generic_error.xml b/src/import/generic/procedures/xml/error_info/generic_error.xml
new file mode 100644
index 000000000..34aacaa28
--- /dev/null
+++ b/src/import/generic/procedures/xml/error_info/generic_error.xml
@@ -0,0 +1,64 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/generic/procedures/xml/error_info/generic_error.xml $ -->
+<!-- -->
+<!-- OpenPOWER HostBoot Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
+<!-- you may not use this file except in compliance with the License. -->
+<!-- You may obtain a copy of the License at -->
+<!-- -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
+<!-- -->
+<!-- Unless required by applicable law or agreed to in writing, software -->
+<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
+<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
+<!-- implied. See the License for the specific language governing -->
+<!-- permissions and limitations under the License. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+
+<!-- -->
+<!-- @file generic_error.xml -->
+<!-- @brief Error xml for generic code -->
+<!-- -->
+
+<!-- *HWP HWP Owner: Andre Marin <aamarin@us.ibm.com> -->
+<!-- *HWP HWP Backup: Stephen Glancy <sglancy@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