summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authordchowe <dchowe@us.ibm.com>2016-09-23 08:49:16 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-25 18:14:16 -0400
commitccfff8f96b62d73277c480c67a898b5c36922e98 (patch)
treef42a843ed933d896ff28efa93c4c1333b2d58892 /src/import/chips
parent600270ccc3d6aa4b9c3ec9c70ddf964aab39d32f (diff)
downloadtalos-hostboot-ccfff8f96b62d73277c480c67a898b5c36922e98.tar.gz
talos-hostboot-ccfff8f96b62d73277c480c67a898b5c36922e98.zip
ioe_tl initfile update with .C file
Change-Id: I9ab7186e335f0cba6de9f070e8eddc799271cd30 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30168 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30179 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')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_tl_scom.C14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_tl_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_tl_scom.C
index f347508c2..3ea5af94f 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_tl_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_fbc_ioe_tl_scom.C
@@ -47,7 +47,7 @@ constexpr auto literal_0b0001101 = 0b0001101;
constexpr auto literal_13 = 13;
constexpr auto literal_0b0001100 = 0b0001100;
constexpr auto literal_0x1F = 0x1F;
-constexpr auto literal_0x40 = 0x40;
+constexpr auto literal_0x3E = 0x3E;
constexpr auto literal_0x3C = 0x3C;
constexpr auto literal_0b0101 = 0b0101;
@@ -420,8 +420,8 @@ fapi2::ReturnCode p9_fbc_ioe_tl_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC
{
if (l_def_X0_ENABLED)
{
- l_scom_buffer.insert<uint64_t> (literal_0x40, 1, 7, 57 );
- l_scom_buffer.insert<uint64_t> (literal_0x40, 33, 7, 57 );
+ l_scom_buffer.insert<uint64_t> (literal_0x3E, 1, 7, 57 );
+ l_scom_buffer.insert<uint64_t> (literal_0x3E, 33, 7, 57 );
}
}
@@ -468,8 +468,8 @@ fapi2::ReturnCode p9_fbc_ioe_tl_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC
{
if (l_def_X1_ENABLED)
{
- l_scom_buffer.insert<uint64_t> (literal_0x40, 1, 7, 57 );
- l_scom_buffer.insert<uint64_t> (literal_0x40, 33, 7, 57 );
+ l_scom_buffer.insert<uint64_t> (literal_0x3E, 1, 7, 57 );
+ l_scom_buffer.insert<uint64_t> (literal_0x3E, 33, 7, 57 );
}
}
@@ -516,8 +516,8 @@ fapi2::ReturnCode p9_fbc_ioe_tl_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC
{
if (l_def_X2_ENABLED)
{
- l_scom_buffer.insert<uint64_t> (literal_0x40, 1, 7, 57 );
- l_scom_buffer.insert<uint64_t> (literal_0x40, 33, 7, 57 );
+ l_scom_buffer.insert<uint64_t> (literal_0x3E, 1, 7, 57 );
+ l_scom_buffer.insert<uint64_t> (literal_0x3E, 33, 7, 57 );
}
}
OpenPOWER on IntegriCloud