summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorDaniel Howe <dchowe@us.ibm.com>2017-12-04 09:45:51 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-11 10:48:36 -0500
commit9bebbc7433c71a97a0aa746639cda5c97eb4c821 (patch)
treedc41254c506d8ca72f53b1e9e5df302e0d930b42 /src/import
parent00d2200112da3dbff0a99c7a44845aad1ed7bea4 (diff)
downloadtalos-hostboot-9bebbc7433c71a97a0aa746639cda5c97eb4c821.tar.gz
talos-hostboot-9bebbc7433c71a97a0aa746639cda5c97eb4c821.zip
HW399448 set correct mode bit
Change-Id: Ied67285f70385930ff9d744e9adc6b0772dc1bc7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50436 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> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50441 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/import')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_cd_hp_scom.C6
1 files changed, 5 insertions, 1 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 f3590d22c..1b4474a31 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
@@ -550,7 +550,11 @@ fapi2::ReturnCode p9_fbc_cd_hp_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_
l_scom_buffer.insert<58, 1, 63, uint64_t>(literal_0b0 );
}
- if (literal_1)
+ if ((l_def_SMP_OPTICS_MODE || l_def_IS_FLAT_8))
+ {
+ l_scom_buffer.insert<59, 1, 63, uint64_t>(literal_0b1 );
+ }
+ else if ((( ! l_def_SMP_OPTICS_MODE) && ( ! l_def_IS_FLAT_8)))
{
l_scom_buffer.insert<59, 1, 63, uint64_t>(literal_0b0 );
}
OpenPOWER on IntegriCloud