From 0faf0e05fd41bf1530131c90bf8eb38efdfd5bbb Mon Sep 17 00:00:00 2001 From: Jenny Huynh Date: Thu, 1 Nov 2018 13:04:37 -0500 Subject: Tune xbus packet_delay_limit for various systems For both low end and high end systems, increase the packet_delay_limit from 11->15. Setting to 15 across the board for consistency. Change-Id: Idcf8b81e465ff395ceff1f2f42f8484d4a95f4ab CQ:SW449875 CQ:SW448334 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68301 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Joseph J. McGill Reviewed-by: DANIEL C. HOWE Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68304 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_dl_scom.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_dl_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_dl_scom.C index 43abf31e0..2b749c132 100644 --- a/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_dl_scom.C +++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_dl_scom.C @@ -30,7 +30,7 @@ using namespace fapi2; constexpr uint64_t literal_1 = 1; -constexpr uint64_t literal_0x0B = 0x0B; +constexpr uint64_t literal_0x0F = 0x0F; constexpr uint64_t literal_0xF = 0xF; constexpr uint64_t literal_0b111 = 0b111; constexpr uint64_t literal_0x6 = 0x6; @@ -69,12 +69,12 @@ fapi2::ReturnCode p9_fbc_ioe_dl_scom(const fapi2::Target(literal_0x0B ); + l_scom_buffer.insert<11, 5, 59, uint64_t>(literal_0x0F ); } if (((l_chip_id == 0x5) && (l_chip_ec == 0x10)) ) { - l_scom_buffer.insert<12, 4, 60, uint64_t>(literal_0x0B ); + l_scom_buffer.insert<12, 4, 60, uint64_t>(literal_0x0F ); } l_scom_buffer.insert<28, 4, 60, uint64_t>(literal_0xF ); -- cgit v1.2.3