diff options
author | Greg Still <stillgs@us.ibm.com> | 2016-01-09 22:11:02 -0600 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-08-20 09:54:15 -0400 |
commit | 6170bd34072a9a6b07fb1b95b6a87f338f88a2a6 (patch) | |
tree | 42ed6f55164d2595269776e818c4749b6acac278 /src/import/chips/p9/procedures/xml | |
parent | 437a18085e4661ee53f2a5704e1a58756e3cdbc5 (diff) | |
download | talos-hostboot-6170bd34072a9a6b07fb1b95b6a87f338f88a2a6.tar.gz talos-hostboot-6170bd34072a9a6b07fb1b95b6a87f338f88a2a6.zip |
p9_sbe_check_master_stop15 Level 1
- Author change
- Address Gerrit comments (round 2)
Change-Id: Ia7606ba4642c7e189e09cbf1f482d81a5097fd3b
Original-Change-Id: I9257ccd16253464f38a6832b3b60ef063a9e22fb
RTC: 138606
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21478
Tested-by: Jenkins Server
Reviewed-by: Sangeetha T S <sangeet2@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44842
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')
-rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_sbe_check_master_stop15_errors.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_check_master_stop15_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_check_master_stop15_errors.xml new file mode 100644 index 000000000..b0c3d6233 --- /dev/null +++ b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_check_master_stop15_errors.xml @@ -0,0 +1,48 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_sbe_check_master_stop15_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 --> +<hwpErrors> + <!-- ******************************************************************** --> + <hwpError> + <rc>RC_CHECK_MASTER_STOP15_PENDING</rc> + <description> + Procedure: p9_sbe_check_master_stop15 + Indicates that STOP15 on the Master Hostboot processor is in a valid + transition state (eg pending). This return code would be used by the + caller (SBE control loop) to determine whether to continue polling for + a completed transition. + </description> + </hwpError> + <!-- ******************************************************************** --> + <hwpError> + <rc>RC_CHECK_MASTER_STOP15_COMPLETE_WRONG_ACTUAL</rc> + <description> + Procedure: p9_sbe_check_master_stop15 + Indicates that STOP15 on the Master Hostboot processor has completed but + does not indicate the correct actual level. + </description> + <ffdc>HISTORY_REG</ffdc> + </hwpError> + <!-- ******************************************************************** --> +</hwpErrors> |