Skip to content

Commit

Permalink
Makefile Infrastructure for SBE Level 2 HWPs
Browse files Browse the repository at this point in the history
Change-Id: I775a4c1048f681a1c495623991a38147285ba9d9
Original-Change-Id: I9feb7dc9be55815f543c727abecc18d7f636a199
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20742
Tested-by: Jenkins Server
Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com>
Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42945
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Tested-by: Dean Sanner <dsanner@us.ibm.com>
  • Loading branch information
skumar8j authored and sannerd committed Jul 11, 2017
1 parent 775aa58 commit 7c86379
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_perv_sbe_cmn_errors.xml $ -->
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
<!-- -->
<!-- -->
<!-- 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 -->
<!-- This is an automatically generated file. -->
<!-- File: p9_perv_sbe_cmn_errors.xml. -->
<!-- Halt codes for p9_perv_sbe_cmn -->

<hwpErrors>
<!-- ******************************************************************** -->
<hwpError>
<rc>RC_SBE_SCAN0_DONE_POLL_THRESHOLD_ERR</rc>
<description>Timeout waiting for scan0 to complete , loop count expired that polls for OPCG_DONE</description>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
<rc>RC_SBE_ARRAYINIT_POLL_THRESHOLD_ERR</rc>
<description>Polling for OPCG_DONE for arrayInit reached threshold , count expired.</description>
</hwpError>
<!-- ******************************************************************** -->
</hwpErrors>

0 comments on commit 7c86379

Please sign in to comment.