Skip to content

Commit 31dd002

Browse files
adamant1dcrowell77
authored andcommitted
Correct chiplet target for mc_omi_fir_reg xml
Change-Id: Id6b56fd8b900400ca3061e55f8002c3bf9eac6ad Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/90449 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Zane C Shelley <zshelle@us.ibm.com> Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Reviewed-by: Christopher M Riedl <cmr@ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/92263 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
1 parent f79d885 commit 31dd002

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

src/import/chips/p9/common/scominfo/p9_scominfo.C

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2015,2019 */
8+
/* Contributors Listed Below - COPYRIGHT 2015,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -1269,6 +1269,14 @@ extern "C"
12691269
((l_sat_id - P9A_MC_DL_REG0_SAT_ID) * 3) +
12701270
((l_sat_offset / 16) - 1)]));
12711271
}
1272+
else
1273+
{
1274+
o_chipUnitRelated = true;
1275+
o_chipUnitPairing.push_back(p9_chipUnitPairing_t(PU_OMIC_CHIPUNIT,
1276+
((l_chiplet_id - MC01_CHIPLET_ID) * 3) +
1277+
(l_sat_id - P9A_MC_DL_REG0_SAT_ID)));
1278+
1279+
}
12721280
}
12731281
}
12741282
}

src/import/chips/p9/common/scominfo/p9_scominfo.H

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2015,2017 */
8+
/* Contributors Listed Below - COPYRIGHT 2015,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -81,7 +81,6 @@ extern "C"
8181
uint32_t p9_scominfo_isChipUnitScom(const uint64_t i_scomAddr, bool& o_chipUnitRelated,
8282
std::vector<p9_chipUnitPairing_t>& o_chipUnitPairing, const uint32_t i_mode = 0);
8383

84-
8584
/// @brief Alter the unit/unitnum of a target for spys where the clocks-on vs clocks-off targets are different.
8685
/// @param[in] i_p9CU target used for the spy request
8786
/// @param[in] i_targetChipUnitNum the instance number of the target used for the spy request

0 commit comments

Comments
 (0)