summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennard Streat <lstreat@us.ibm.com>2017-12-07 01:00:30 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-11 18:04:17 -0500
commit421bf8c4f4c56c8ba90850cf244ea1206e648666 (patch)
tree294edfa0029ab272fd82a3614d94ace7172eae5e /src
parented38dac642698c4167130a02b7a9bdb616983ee6 (diff)
downloadtalos-hostboot-421bf8c4f4c56c8ba90850cf244ea1206e648666.tar.gz
talos-hostboot-421bf8c4f4c56c8ba90850cf244ea1206e648666.zip
Disable Read data delay for Cumulus DD1.0.
Needs to be re-enabled for Cumulus DD1.1, under RTC below Change-Id: I7131d6f4679985c8767e2126c9b32e8d6952e1c4 RTC: 138785 CQ: HW419021 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50633 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: LENNARD G. STREAT <lstreat@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: SHELTON LEUNG <sleung@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50673 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> 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>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/centaur/procedures/hwp/initfiles/centaur_mbs_scan.C12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/initfiles/centaur_mbs_scan.C b/src/import/chips/centaur/procedures/hwp/initfiles/centaur_mbs_scan.C
index cc4ee4c9c..e1b7e9ad4 100644
--- a/src/import/chips/centaur/procedures/hwp/initfiles/centaur_mbs_scan.C
+++ b/src/import/chips/centaur/procedures/hwp/initfiles/centaur_mbs_scan.C
@@ -106,6 +106,18 @@ fapi2::ReturnCode centaur_mbs_scan(const fapi2::Target<fapi2::TARGET_TYPE_MEMBUF
fapi2::variable_buffer l_MBU_MBS_CFG_WHAP_WR_START_RECNT(3);
l_MBU_MBS_CFG_WHAP_WR_START_RECNT.insertFromRight<uint64_t>(literal_0b011, 0, 3);
FAPI_TRY(fapi2::putSpy(TGT0, "MBU.MBS.CFG_WHAP_WR_START_RECNT", l_MBU_MBS_CFG_WHAP_WR_START_RECNT));
+ fapi2::variable_buffer l_MBU_MBS_CFG_UNALIGNED_US_DTAG_TRANSFER_DISABLE(1);
+ constexpr auto l_MBU_MBS_CFG_UNALIGNED_US_DTAG_TRANSFER_DISABLE_ON = 0x1;
+ l_MBU_MBS_CFG_UNALIGNED_US_DTAG_TRANSFER_DISABLE.insertFromRight<uint64_t>
+ (l_MBU_MBS_CFG_UNALIGNED_US_DTAG_TRANSFER_DISABLE_ON, 0, 1);
+ FAPI_TRY(fapi2::putSpy(TGT0, "MBU.MBS.CFG_UNALIGNED_US_DTAG_TRANSFER_DISABLE",
+ l_MBU_MBS_CFG_UNALIGNED_US_DTAG_TRANSFER_DISABLE));
+ fapi2::variable_buffer l_MBU_MBS_CFG_UNALIGNED_NONBYP_US_DTAG_TRANSFER_DISABLE(1);
+ constexpr auto l_MBU_MBS_CFG_UNALIGNED_NONBYP_US_DTAG_TRANSFER_DISABLE_ON = 0x1;
+ l_MBU_MBS_CFG_UNALIGNED_NONBYP_US_DTAG_TRANSFER_DISABLE.insertFromRight<uint64_t>
+ (l_MBU_MBS_CFG_UNALIGNED_NONBYP_US_DTAG_TRANSFER_DISABLE_ON, 0, 1);
+ FAPI_TRY(fapi2::putSpy(TGT0, "MBU.MBS.CFG_UNALIGNED_NONBYP_US_DTAG_TRANSFER_DISABLE",
+ l_MBU_MBS_CFG_UNALIGNED_NONBYP_US_DTAG_TRANSFER_DISABLE));
};
fapi_try_exit:
OpenPOWER on IntegriCloud