summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/omi/exp_omi_utils.C
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2019-09-05 10:00:38 -0400
committerNicholas E Bofferding <bofferdn@us.ibm.com>2019-09-17 08:03:28 -0500
commitd534ac32b8ded6b464c90406a28f7cdef7ea086b (patch)
tree9ea9e32b11a4c5786fca6a3b5718d5114eafb364 /src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/omi/exp_omi_utils.C
parentd2bcdefb26aecf8cd6d01577729ac45a66685a12 (diff)
downloadtalos-hostboot-d534ac32b8ded6b464c90406a28f7cdef7ea086b.tar.gz
talos-hostboot-d534ac32b8ded6b464c90406a28f7cdef7ea086b.zip
Update explorer scom header files with newer figtree data.
Change-Id: I2ba7df5fdd7f532f9ad5c2fca202849d443bfea9 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83277 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@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: STEPHEN GLANCY <sglancy@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83427 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: Nicholas E Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/omi/exp_omi_utils.C')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/omi/exp_omi_utils.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/omi/exp_omi_utils.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/omi/exp_omi_utils.C
index aad9a91ab..7fcf4362a 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/omi/exp_omi_utils.C
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/omi/exp_omi_utils.C
@@ -69,7 +69,7 @@ fapi2::ReturnCode setup_omi_dl0_config0(
"Error reading EXPLR_DLX_DL0_CONFIG0 on %s", mss::c_str(i_target));
// CFG_DL0_HALF_WIDTH_BACKOFF_ENABLE: dl0 x4 backoff enabled
- l_config0.writeBit<EXPLR_DLX_DL0_CONFIG0_CFG_X4_BACKOFF_ENABLE>(i_dl_x4_backoff_en);
+ l_config0.writeBit<EXPLR_DLX_DL0_CONFIG0_CFG_HALF_WIDTH_BACKOFF_ENABLE>(i_dl_x4_backoff_en);
// CFG_DL0_TRAIN_MODE: dl0 train mode
l_config0.insertFromRight<EXPLR_DLX_DL0_CONFIG0_CFG_TRAIN_MODE,
OpenPOWER on IntegriCloud