summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
authorJenny Huynh <jhuynh@us.ibm.com>2016-10-11 15:55:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-12 11:47:23 -0400
commitee640cca7aa2b74a3fab9b1d6d100a820bee425b (patch)
tree595a438433c66d9fc82740a91f3b461847dd0c57 /src/import/chips/p9/procedures
parent4cfa35a6d33c035335193b22a7408018ed449576 (diff)
downloadtalos-hostboot-ee640cca7aa2b74a3fab9b1d6d100a820bee425b.tar.gz
talos-hostboot-ee640cca7aa2b74a3fab9b1d6d100a820bee425b.zip
Disabling cfg_late_rd_mode in fabric initfile
> cfg_late_rd_mode is not used for P9 > even though it is not used, it is tied to other logic > so enabling it can cause problems (e.g. hangs) Change-Id: I5bb47a64207de1d4273b5953892c42fd314eb110 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31020 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: DANIEL C. HOWE <dchowe@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Dev-Ready: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31024 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_cd_hp_scom.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_cd_hp_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_cd_hp_scom.C
index 2dec55e77..886b6a853 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_cd_hp_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_cd_hp_scom.C
@@ -689,7 +689,7 @@ fapi2::ReturnCode p9_fbc_cd_hp_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_
if ((l_def_TRUE == literal_1))
{
- l_scom_buffer.insert<uint64_t> (literal_0b1, 15, 1, 63 );
+ l_scom_buffer.insert<uint64_t> (literal_0b0, 15, 1, 63 );
}
if ((l_def_TRUE == literal_1))
@@ -869,7 +869,7 @@ fapi2::ReturnCode p9_fbc_cd_hp_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_
if ((l_def_TRUE == literal_1))
{
- l_scom_buffer.insert<uint64_t> (literal_0b1, 15, 1, 63 );
+ l_scom_buffer.insert<uint64_t> (literal_0b0, 15, 1, 63 );
}
if ((l_def_TRUE == literal_1))
OpenPOWER on IntegriCloud