diff options
| author | Glenn Miles <milesg@ibm.com> | 2019-04-19 17:28:59 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-04-29 09:09:04 -0500 |
| commit | 9c184e5de057c65dc456ebe9eb642a87f6ca40b3 (patch) | |
| tree | 143f7017faa865a98e573df7ec06a692fa70ec14 /src/import/chips/ocmb/explorer/procedures/xml | |
| parent | ac2fd033cc0b7b3deb49291b6ce6bc4a9377ed6d (diff) | |
| download | talos-hostboot-9c184e5de057c65dc456ebe9eb642a87f6ca40b3.tar.gz talos-hostboot-9c184e5de057c65dc456ebe9eb642a87f6ca40b3.zip | |
Add procedures for updating explorer firmware image
Change-Id: I0f92be9711d8fcaf73ffb859ced17404007dd2f4
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76278
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@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/76318
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml')
| -rw-r--r-- | src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml b/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml new file mode 100644 index 000000000..06e4a10d1 --- /dev/null +++ b/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml @@ -0,0 +1,60 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml $ --> +<!-- --> +<!-- OpenPOWER HostBoot Project --> +<!-- --> +<!-- Contributors Listed Below - COPYRIGHT 2019 --> +<!-- [+] 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 --> +<hwpErrors> + + <hwpError> + <rc>RC_EXP_UPDATE_INVALID_IMAGE_SIZE</rc> + <description> + Explorer firmware image must be less than 16MB + </description> + <ffdc>IMAGE_SIZE</ffdc> + <callout> + <procedure>CODE</procedure> + <priority>MEDIUM</priority> + </callout> + </hwpError> + + <hwpError> + <rc>RC_EXP_UPDATE_CMD_FAILED</rc> + <description> + The response_argument field of the host_fw_response_struct returned a FAILURE + </description> + <ffdc>RSP_ID</ffdc> + <ffdc>REQ_ID</ffdc> + <ffdc>ERROR_CODE</ffdc> + <ffdc>RSP_DATA</ffdc> + <callout> + <procedure>CODE</procedure> + <priority>MEDIUM</priority> + </callout> + <callout> + <target>TARGET</target> + <priority>HIGH</priority> + </callout> + <deconfigure> + <target>TARGET</target> + </deconfigure> + </hwpError> +</hwpErrors> |

