summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/common/include
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2015-12-22 10:57:36 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-28 22:32:16 -0400
commitff1951bf7eff58d9bccc3f429b4c65aea7224965 (patch)
treec6c15581c5fee7e0b7b58930aec861ccc715a076 /src/import/chips/p9/common/include
parent751122f99d96bdcaf5e07640bf3c9911e7187542 (diff)
downloadtalos-hostboot-ff1951bf7eff58d9bccc3f429b4c65aea7224965.tar.gz
talos-hostboot-ff1951bf7eff58d9bccc3f429b4c65aea7224965.zip
L2 HWPs -- p9_smp_link_layer and p9_fab_iovalid
Tested on n10_e9031_tp030_soa_mc_u008_01 Rebased on e9034 SCOM address header implementation Change-Id: I7df6fde534b413831c8b8e1af7892c59635c4416 Original-Change-Id: Iae352ca9392f3e863c9881c90a8a07969befe727 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22942 Tested-by: Jenkins Server Tested-by: Auto Mirror Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: CHRISTINA L. GRAVES <clgraves@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22556 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/common/include')
-rw-r--r--src/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H10
-rw-r--r--src/import/chips/p9/common/include/p9_xbus_scom_addresses_fixes.H2
-rw-r--r--src/import/chips/p9/common/include/p9_xbus_scom_addresses_fld_fixes.H3
3 files changed, 12 insertions, 3 deletions
diff --git a/src/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H b/src/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H
index bbb9e20eb..7ff34b867 100644
--- a/src/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H
+++ b/src/import/chips/p9/common/include/p9_obus_scom_addresses_fixes.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -42,4 +42,12 @@
// RULL(0x00090000)
// );
+static const uint64_t SH_UNT_OBUS_1 = 514;
+static const uint64_t SH_UNT_OBUS_2 = 515;
+
+REG64( OBUS_1_LL3_IOOL_CONTROL,
+ RULL(0x0A01080B), SH_UNT_OBUS_1, SH_ACS_SCOM );
+REG64( OBUS_2_LL3_IOOL_CONTROL,
+ RULL(0x0B01080B), SH_UNT_OBUS_2, SH_ACS_SCOM );
+
#endif
diff --git a/src/import/chips/p9/common/include/p9_xbus_scom_addresses_fixes.H b/src/import/chips/p9/common/include/p9_xbus_scom_addresses_fixes.H
index bc3511f5e..cbe1b5363 100644
--- a/src/import/chips/p9/common/include/p9_xbus_scom_addresses_fixes.H
+++ b/src/import/chips/p9/common/include/p9_xbus_scom_addresses_fixes.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
diff --git a/src/import/chips/p9/common/include/p9_xbus_scom_addresses_fld_fixes.H b/src/import/chips/p9/common/include/p9_xbus_scom_addresses_fld_fixes.H
index c67d25889..5eea61717 100644
--- a/src/import/chips/p9/common/include/p9_xbus_scom_addresses_fld_fixes.H
+++ b/src/import/chips/p9/common/include/p9_xbus_scom_addresses_fld_fixes.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -39,4 +39,5 @@
//FIXREG64_FLD( PU_ALTD_CMD_REG_FBC_WITH_TM_QUIESCE, 24, SH_UNT, SH_ACS_SCOM, SH_FLD_FBC_WITH_TM_QUIESCE,
// 12);
+
#endif
OpenPOWER on IntegriCloud