summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.C
diff options
context:
space:
mode:
authorRyan Black <rblack@us.ibm.com>2018-06-08 14:20:30 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-06-14 10:56:04 -0400
commite2ade14ecc5ee69edacb77408b785472d1368721 (patch)
tree5bb450d2f3838fc0cb3bf75ce6711fd083b6eb64 /src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.C
parentee559052e566396b6259f666f9b9ff88f344261f (diff)
downloadtalos-hostboot-e2ade14ecc5ee69edacb77408b785472d1368721.tar.gz
talos-hostboot-e2ade14ecc5ee69edacb77408b785472d1368721.zip
Change npu ATSD timeout to disabled
Change-Id: I5ae0a32265afb2affda38c386942eb12a14eaf66 CQ: SW432772 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60242 Reviewed-by: Kevin F. Reick <reick@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@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/60254 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/chips/p9/procedures/hwp/initfiles/p9_npu_scom.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.C9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.C
index 93a16d2cc..6736c2e69 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_npu_scom.C
@@ -49,6 +49,7 @@ constexpr uint64_t literal_0x4 = 0x4;
constexpr uint64_t literal_0x100 = 0x100;
constexpr uint64_t literal_0x200 = 0x200;
constexpr uint64_t literal_0x300 = 0x300;
+constexpr uint64_t literal_0x0 = 0x0;
constexpr uint64_t literal_0x8 = 0x8;
constexpr uint64_t literal_0xFFF = 0xFFF;
constexpr uint64_t literal_0xE000000000000000 = 0xE000000000000000;
@@ -1804,7 +1805,7 @@ fapi2::ReturnCode p9_npu_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&
if ((l_def_NVLINK_ACTIVE == literal_1))
{
- l_scom_buffer.insert<56, 4, 60, uint64_t>(literal_0x8 );
+ l_scom_buffer.insert<56, 4, 60, uint64_t>(literal_0x0 );
}
if ((l_def_NVLINK_ACTIVE == literal_1))
@@ -4481,7 +4482,7 @@ fapi2::ReturnCode p9_npu_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&
if ((l_def_NVLINK_ACTIVE == literal_1))
{
- l_scom_buffer.insert<56, 4, 60, uint64_t>(literal_0x8 );
+ l_scom_buffer.insert<56, 4, 60, uint64_t>(literal_0x0 );
}
if ((l_def_NVLINK_ACTIVE == literal_1))
@@ -6204,7 +6205,7 @@ fapi2::ReturnCode p9_npu_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&
if ((l_def_NVLINK_ACTIVE == literal_1))
{
- l_scom_buffer.insert<56, 4, 60, uint64_t>(literal_0x8 );
+ l_scom_buffer.insert<56, 4, 60, uint64_t>(literal_0x0 );
}
if ((l_def_NVLINK_ACTIVE == literal_1))
@@ -6332,7 +6333,7 @@ fapi2::ReturnCode p9_npu_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&
if ((l_def_NVLINK_ACTIVE == literal_1))
{
- l_scom_buffer.insert<56, 4, 60, uint64_t>(literal_0x8 );
+ l_scom_buffer.insert<56, 4, 60, uint64_t>(literal_0x0 );
}
if ((l_def_NVLINK_ACTIVE == literal_1))
OpenPOWER on IntegriCloud