summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/common/include
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-03-03 08:56:59 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:00:55 -0500
commit17b30af7207fdffc40b8eb1c04c0da8740af73bd (patch)
tree3f55aa2f5fc8cb7d3117b1311feab547fe6e4bac /import/chips/p9/common/include
parentca9d9199a5a48648b36af8ea70192ff1274e3a21 (diff)
downloadtalos-hcode-17b30af7207fdffc40b8eb1c04c0da8740af73bd.tar.gz
talos-hcode-17b30af7207fdffc40b8eb1c04c0da8740af73bd.zip
L2 - Fabric updates for multi-chip support
Refactor p9_build_smp code Add FBC effective config (attribute-only) HWPs Add/call FBC initfiles HWP flow p9_fbc_eff_config p9_fbc_eff_config_links p9_chiplet_scominit p9_smp_link_layer p9_fab_iovalid p9_fbc_eff_config_aggregate p9_build_smp Update engd used in build to e9035 u087 Change-Id: I9ab9e967847d380596e896a14e481ad8cf247b9a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21643 Tested-by: PPE CI Tested-by: Hostboot CI Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: 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_obus_scom_addresses_fixes.H9
1 files changed, 7 insertions, 2 deletions
diff --git a/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H b/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H
index 406649e8..e6e30976 100644
--- a/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H
+++ b/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H
@@ -51,9 +51,14 @@
static const uint64_t SH_UNT_OBUS_1 = 514;
static const uint64_t SH_UNT_OBUS_2 = 515;
-REG64( OBUS_1_LL3_IOOL_CONTROL,
+REG64( OBUS_1_LL1_IOOL_CONTROL,
RULL(0x0A01080B), SH_UNT_OBUS_1, SH_ACS_SCOM );
-REG64( OBUS_2_LL3_IOOL_CONTROL,
+REG64( OBUS_1_LL1_LL1_LL1_PB_IOOL_FIR_REG,
+ RULL(0x0A010800), SH_UNT_OBUS_2, SH_ACS_SCOM );
+
+REG64( OBUS_2_LL2_IOOL_CONTROL,
RULL(0x0B01080B), SH_UNT_OBUS_2, SH_ACS_SCOM );
+REG64( OBUS_2_LL2_LL2_LL2_PB_IOOL_FIR_REG,
+ RULL(0x0B010800), SH_UNT_OBUS_2, SH_ACS_SCOM );
#endif
OpenPOWER on IntegriCloud