diff options
| author | Ben Gass <bgass@us.ibm.com> | 2016-05-18 13:01:57 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:03:39 -0500 |
| commit | eb64c2275e40a2c1ee26746486c90278ffebcdd5 (patch) | |
| tree | 06557a02dfcf53a81ee06790ed9fdb9725886ba1 /import/chips/p9/common/include | |
| parent | e91cfa7c65de07214ef29f939118e48ff69c7e87 (diff) | |
| download | talos-hcode-eb64c2275e40a2c1ee26746486c90278ffebcdd5.tar.gz talos-hcode-eb64c2275e40a2c1ee26746486c90278ffebcdd5.zip | |
Translate logical mca regisers in mcs chiplet as mca target type
Fixup memory code which uses the xlt registers
Add dependent epsilon inits
Change-Id: I995bcd895a0a7a431dcf350475fd387be70749c9
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24733
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Tested-by: Jenkins Server
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Dev-Ready: Benjamin Gass <bgass@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common/include')
| -rw-r--r-- | import/chips/p9/common/include/p9_mc_scom_addresses_fixes.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/import/chips/p9/common/include/p9_mc_scom_addresses_fixes.H b/import/chips/p9/common/include/p9_mc_scom_addresses_fixes.H index 503b8c3f..380d8d80 100644 --- a/import/chips/p9/common/include/p9_mc_scom_addresses_fixes.H +++ b/import/chips/p9/common/include/p9_mc_scom_addresses_fixes.H @@ -38,6 +38,11 @@ #ifndef __P9_MC_SCOM_ADDRESSES_FIXES_H #define __P9_MC_SCOM_ADDRESSES_FIXES_H +// More of an addition than a fix. +REG64( MCA_MBA_MCP0XLT0 , RULL(0x05010820), SH_UNT_MCA , SH_ACS_SCOM_RW ); +REG64( MCA_MBA_MCP0XLT1 , RULL(0x05010821), SH_UNT_MCA , SH_ACS_SCOM_RW ); +REG64( MCA_MBA_MCP0XLT2 , RULL(0x05010822), SH_UNT_MCA , SH_ACS_SCOM_RW ); + // FIXREG64( MCBIST_MCBIST_CCSARRERRINJQ , RULL(0x07010FDE), SH_UNT_MCBIST , // SH_ACS_SCOM_RW , RULL(0x0701219E) ); // FIXREG64( MCBIST_MCBIST_0_CCSARRERRINJQ , RULL(0x07010FDE), SH_UNT_MCBIST_0 , |

