diff options
| author | Prem Shanker Jha <premjha2@in.ibm.com> | 2017-11-27 06:50:17 -0600 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-03-22 14:07:42 -0500 |
| commit | 58e4d6918d6d4744bda536b4a7efe000b8957870 (patch) | |
| tree | 463b04cdabd441fca3624e116224a4050e1fae6b /import/chips/p9/common/include | |
| parent | 287c727c72eafb217a206b24e08944c15135ea4a (diff) | |
| download | talos-hcode-58e4d6918d6d4744bda536b4a7efe000b8957870.tar.gz talos-hcode-58e4d6918d6d4744bda536b4a7efe000b8957870.zip | |
PM: Generation of summarized version of STOP Recovery FFDC.
A summary of STOP recovery FFDC is created after generation of
complete FFDC. It is stored at the end of FFDC section. It is
intended for copying to an error log created during second
phase of STOP Recovery. Commit also incorporates some changes
to support creation of PM Display from STOP Recovery FFDC.
Key_Cronus_Test=PM_REGRESS
CQ: SW416531
Change-Id: Ifa5b5f1454d6e25dd3d8e41b6c63ac405ef44163
Original-Change-Id: Ieb0bceeb141cc80b18f63b01e881e5ad3b50263d
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50414
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common/include')
| -rw-r--r-- | import/chips/p9/common/include/p9_misc_scom_addresses_fixes.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/import/chips/p9/common/include/p9_misc_scom_addresses_fixes.H b/import/chips/p9/common/include/p9_misc_scom_addresses_fixes.H index 5dbffef3..9a9e0c27 100644 --- a/import/chips/p9/common/include/p9_misc_scom_addresses_fixes.H +++ b/import/chips/p9/common/include/p9_misc_scom_addresses_fixes.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HCODE Project */ /* */ -/* COPYRIGHT 2015,2017 */ +/* COPYRIGHT 2015,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -413,6 +413,8 @@ REG64( PU_BCDE_OCIBAR_SCOM, RULL(0x00068014), SH_UNT, SH_ACS_SCOM_RW); REG64( PU_BCDE_STAT_SCOM, RULL(0x00068012), SH_UNT, SH_ACS_SCOM_RO); //WARNING: This register is not defined anymore in the figtree. REG64( PU_PBAXCFG_SCOM, RULL(0x00068021), SH_UNT, SH_ACS_SCOM); +REG64( PU_OCB_OCI_OINKR0_SCOM, RULL(0x0006C010), SH_UNT, SH_ACS_SCOM_RO); +REG64( PU_OCB_OCI_OINKR1_SCOM, RULL(0x0006C030), SH_UNT, SH_ACS_SCOM_RO); REG64( PEC_PCS_RX_CONFIG_MODE_REG , RULL(0x800004800D010C3F), SH_UNT_PEC , SH_ACS_SCOM ); |

