diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2015-10-14 16:27:33 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-05-30 12:11:49 -0400 |
| commit | 4d61104e8b14d35054a05b8466ad7117a44acc64 (patch) | |
| tree | 3182deb77a59d39011fe2ddec2bcf1bd175aafc7 /src/import | |
| parent | 130edf004be05918d5846c3ff388ad7bacedbe1d (diff) | |
| download | talos-hostboot-4d61104e8b14d35054a05b8466ad7117a44acc64.tar.gz talos-hostboot-4d61104e8b14d35054a05b8466ad7117a44acc64.zip | |
Move suet samples to common ekb makefile process
Change-Id: I6fb4d9dae4966cf3c1826ee06beb7e6b7384543f
Original-Change-Id: Ic31422b8bbbd711b308cfb301956d431caf53d0e
RTC:139309
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21326
Tested-by: Jenkins Server
Reviewed-by: WILLIAM G. HOFFA <wghoffa@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/41060
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/import')
| -rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml b/src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml new file mode 100644 index 000000000..d2698ed3c --- /dev/null +++ b/src/import/chips/p9/procedures/xml/error_info/proc_example_errors.xml @@ -0,0 +1,39 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/import/chips/p9/procedures/xml/error_info/proc_example_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_PROC_EXAMPLE_ERROR</rc> + <description> + test example + </description> + <buffer>BUFFER</buffer> + <callout> + <procedure>CODE</procedure> + <priority>HIGH</priority> + </callout> + </hwpError> + +</hwpErrors> |

