diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2016-08-22 12:04:42 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:15:35 -0500 |
| commit | 70a6045d36b6ef657ea5e68f80fbd17c0a4c7b4e (patch) | |
| tree | 5d6d5d5837307bea3fb7877d0e9f172f15e4335e | |
| parent | 8ae7b7865bdc498d355792311b636e8e22147278 (diff) | |
| download | talos-hcode-70a6045d36b6ef657ea5e68f80fbd17c0a4c7b4e.tar.gz talos-hcode-70a6045d36b6ef657ea5e68f80fbd17c0a4c7b4e.zip | |
PK Prime new file in preparation for PK_PANIC using trap
Change-Id: I5406e32426ac5e963312b4e193777e7c8d24a729
RTC: 147211
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28621
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/ppe/pk/ppe42/pk_panic_codes.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe/pk/ppe42/pk_panic_codes.h b/import/chips/p9/procedures/ppe/pk/ppe42/pk_panic_codes.h new file mode 100644 index 00000000..49f25a69 --- /dev/null +++ b/import/chips/p9/procedures/ppe/pk/ppe42/pk_panic_codes.h @@ -0,0 +1,30 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: import/chips/p9/procedures/ppe/pk/ppe42/pk_panic_codes.h $ */ +/* */ +/* OpenPOWER HCODE Project */ +/* */ +/* COPYRIGHT 2016,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 */ +// Preparation for new file for mirroring to ppe repository +// RTC 147211 PK_PANIC using trap +#ifndef __PK_PANIC_CODES_H__ +#define __PK_PANIC_CODES_H__ + +#endif |

