summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/initfiles
diff options
context:
space:
mode:
authorShelton Leung <sleung@us.ibm.com>2017-06-12 18:03:41 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-19 13:56:39 -0400
commit2207da70a83ec39306004bd6fcb1add8e35d8623 (patch)
treed0b7b9ffcc28f1cae2bc30a60665872a45208167 /src/import/chips/p9/procedures/hwp/initfiles
parent14b4ca3c76a4477d059d99892f5b76db159f4824 (diff)
downloadtalos-hostboot-2207da70a83ec39306004bd6fcb1add8e35d8623.tar.gz
talos-hostboot-2207da70a83ec39306004bd6fcb1add8e35d8623.zip
reinstate tag fifo workaround for DD2 due to read array issue, likely temporary
Change-Id: I6177bd2cd8aa225eece1282369924cda1334dc62 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41725 Dev-Ready: 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: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41727 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/initfiles')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9n_mca_scom.C6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9n_mca_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9n_mca_scom.C
index 5baaf5925..a958001f1 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9n_mca_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9n_mca_scom.C
@@ -292,11 +292,7 @@ fapi2::ReturnCode p9n_mca_scom(const fapi2::Target<fapi2::TARGET_TYPE_MCA>& TGT0
l_scom_buffer.insert<28, 4, 60, uint64_t>(literal_0b0100 );
l_scom_buffer.insert<50, 5, 59, uint64_t>(literal_0b11100 );
-
- if (((l_chip_id == 0x5) && (l_chip_ec == 0x10)) )
- {
- l_scom_buffer.insert<37, 3, 61, uint64_t>(literal_0b110 );
- }
+ l_scom_buffer.insert<37, 3, 61, uint64_t>(literal_0b110 );
if (((l_chip_id == 0x5) && (l_chip_ec == 0x20)) )
{
OpenPOWER on IntegriCloud