summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_sbe_load_bootloader_errors.xml
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2015-09-19 10:17:45 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-08-20 09:50:38 -0400
commitd789c44c6e496009b7dd653baca73656687ceeb3 (patch)
tree69571da4bb0adb590a16106b21b9288ebb2fa3f8 /src/import/chips/p9/procedures/xml/error_info/p9_sbe_load_bootloader_errors.xml
parentfa79ee757f8accdf7f20dfc528b67e0b3c9a6d02 (diff)
downloadtalos-hostboot-d789c44c6e496009b7dd653baca73656687ceeb3.tar.gz
talos-hostboot-d789c44c6e496009b7dd653baca73656687ceeb3.zip
Checking in the L2 p9_sbe_load_bootloader procedures
Change-Id: Ifc9dfd335e26ec646a9131b3ed0fdcbd399e869f Original-Change-Id: Iaba2952f7e01257e7d170bbf70dd16ae9f68eb2e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20631 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44836 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_sbe_load_bootloader_errors.xml')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/error_info/p9_sbe_load_bootloader_errors.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_load_bootloader_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_load_bootloader_errors.xml
new file mode 100755
index 000000000..f1ac6bdfc
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_load_bootloader_errors.xml
@@ -0,0 +1,55 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_sbe_load_bootloader_errors.xml $ -->
+<!-- -->
+<!-- OpenPOWER HostBoot Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
+<!-- [+] 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 -->
+<!-- Halt codes for p9_sbe_load_bootloader -->
+<!-- TODO Add in the callout, gard, and deconfig info wherever applicable -->
+<hwpErrors>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_SBE_LOAD_BOOTLOADER_INVALID_TARGET_ADDRESS</rc>
+ <description>
+ Procedure: p9_sbe_load_bootloader
+ Target base address is not cacheline aligned.
+ </description>
+ <ffdc>CHIP_TARGET</ffdc>
+ <ffdc>EX_TARGET</ffdc>
+ <ffdc>TARGET_BASE_ADDRESS</ffdc>
+ <ffdc>FABRIC_GROUP_ID</ffdc>
+ <ffdc>FABRIC_ADDR_BAR_MODE</ffdc>
+ <ffdc>HRMOR_OFFSET</ffdc>
+ <ffdc>BOOTLOADER_OFFSET</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_SBE_LOAD_BOOTLOADER_INVALID_PAYLOAD_SIZE</rc>
+ <description>
+ Procedure: p9_sbe_load_bootloader
+ Payload size is invalid.
+ </description>
+ <ffdc>CHIP_TARGET</ffdc>
+ <ffdc>EX_TARGET</ffdc>
+ <ffdc>PAYLOAD_SIZE</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+</hwpErrors>
OpenPOWER on IntegriCloud