summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
authorJenny Huynh <jhuynh@us.ibm.com>2018-05-30 11:11:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-31 13:30:32 -0400
commit27bbfd3457364099b604513d5d1dbb4d6751d6f3 (patch)
tree825e281877467422d4a6486918a43b4cb57e5fe7 /src/import/chips/p9
parent0d6bce9b7a0fb104dadef4d0ce668dfcdf9e8c03 (diff)
downloadtalos-hostboot-27bbfd3457364099b604513d5d1dbb4d6751d6f3.tar.gz
talos-hostboot-27bbfd3457364099b604513d5d1dbb4d6751d6f3.zip
Changing NXCQFIR(34) RNG control logic error to checkstop
Change-Id: If17b31669cb8acaa4e1ca93c5c04ebe2ccda50ae CQ:SW430198 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59563 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: Kevin F. Reick <reick@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59584 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')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_nx_scom.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_nx_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_nx_scom.C
index 5035e69be..c563c6710 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9_nx_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_nx_scom.C
@@ -558,7 +558,7 @@ fapi2::ReturnCode p9_nx_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&
if (literal_1)
{
- l_scom_buffer.insert<34, 1, 63, uint64_t>(literal_0b1 );
+ l_scom_buffer.insert<34, 1, 63, uint64_t>(literal_0b0 );
}
if (literal_1)
OpenPOWER on IntegriCloud