summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/common/scominfo/p9_cu.H5
-rw-r--r--src/import/chips/p9/common/scominfo/p9_scominfo.C6
2 files changed, 6 insertions, 5 deletions
diff --git a/src/import/chips/p9/common/scominfo/p9_cu.H b/src/import/chips/p9/common/scominfo/p9_cu.H
index b3aef6118..f9d8458df 100644
--- a/src/import/chips/p9/common/scominfo/p9_cu.H
+++ b/src/import/chips/p9/common/scominfo/p9_cu.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -45,7 +45,8 @@ extern "C"
PU_EX_CHIPUNIT, ///< EX
PU_XBUS_CHIPUNIT, ///< XBUS
PU_OBUS_CHIPUNIT, ///< OBUS
- PU_NVBUS_CHIPUNIT, ///< NV Link Brick
+ PU_NV_CHIPUNIT, ///< NV Link Brick
+ PU_NVBUS_CHIPUNIT, ///< DO NOT USE! TEMPORARY FOR CI ONLY
PU_PEC_CHIPUNIT, ///< PCIe (PEC)
PU_PHB_CHIPUNIT, ///< PCIe (PHB)
PU_MI_CHIPUNIT, ///< MI (Cumulus only)
diff --git a/src/import/chips/p9/common/scominfo/p9_scominfo.C b/src/import/chips/p9/common/scominfo/p9_scominfo.C
index 0bcfe874b..727849239 100644
--- a/src/import/chips/p9/common/scominfo/p9_scominfo.C
+++ b/src/import/chips/p9/common/scominfo/p9_scominfo.C
@@ -97,7 +97,7 @@ extern "C"
break;
- case PU_NVBUS_CHIPUNIT:
+ case PU_NV_CHIPUNIT:
l_scom.set_ring(4 + (i_chipUnitNum / 4));
l_scom.set_sat_id(((i_chipUnitNum == 2) || (i_chipUnitNum == 3)) ? 7 : 3);
l_scom.set_sat_offset(l_scom.get_sat_offset() + (32 * (i_chipUnitNum % 2)));
@@ -300,14 +300,14 @@ extern "C"
(l_ring - MC_IOM01_0_RING_ID)));
}
- // PU_NVBUS_CHIPUNIT
+ // PU_NV_CHIPUNIT
if ((l_chiplet_id == N3_CHIPLET_ID) &&
(l_port == UNIT_PORT_ID) &&
(((l_ring == N3_NPU_0_RING_ID) && ((l_sat_id == 3) || (l_sat_id == 7))) ||
((l_ring == N3_NPU_1_RING_ID) && (l_sat_id == 3))))
{
o_chipUnitRelated = true;
- o_chipUnitPairing.push_back(p9_chipUnitPairing_t(PU_NVBUS_CHIPUNIT,
+ o_chipUnitPairing.push_back(p9_chipUnitPairing_t(PU_NV_CHIPUNIT,
(4 * (l_ring - N3_NPU_0_RING_ID)) +
(2 * (l_sat_id / 7)) +
(l_sat_offset / 32)));
OpenPOWER on IntegriCloud