summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/initfiles
diff options
context:
space:
mode:
authorShelton Leung <sleung@us.ibm.com>2017-08-22 17:18:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-31 13:57:43 -0400
commit4120aece4ad47f1cf5bfa32965cc3931f967fecb (patch)
tree573e16c9d8cb50d13c99edb48ec1a9ec08815732 /src/import/chips/p9/initfiles
parent449ed13c95fa006286a38827c6703788ff640757 (diff)
downloadtalos-hostboot-4120aece4ad47f1cf5bfa32965cc3931f967fecb.tar.gz
talos-hostboot-4120aece4ad47f1cf5bfa32965cc3931f967fecb.zip
chicken switch not properly set for htm timeout issue
Change-Id: I49beb61722162274779557382d4f697eac7f59d6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45008 Dev-Ready: SHELTON LEUNG <sleung@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: LUKE MURRAY <murrayl@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45013 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/initfiles')
-rw-r--r--src/import/chips/p9/initfiles/p9n.mc.scan.initfile38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/import/chips/p9/initfiles/p9n.mc.scan.initfile b/src/import/chips/p9/initfiles/p9n.mc.scan.initfile
index a24ad150c..cb43d85d1 100644
--- a/src/import/chips/p9/initfiles/p9n.mc.scan.initfile
+++ b/src/import/chips/p9/initfiles/p9n.mc.scan.initfile
@@ -132,3 +132,41 @@ ispy MC23.PBI23.LCBCNTL_BLK1.CLOCKGATE_DISABLE [when=L && ATTR_CHIP_EC_FEATURE_
spyv;
1;
}
+
+##########################
+# DD2
+##########################
+
+# chicken switch to have MC timeout detection ignore htm not properly set
+espy MC01.PORT0.ATCL.CL.DISABLE_ERIC_DD2_10_HTM_TO_FIX [when=L && ATTR_CHIP_EC_FEATURE_NEW_MC_DD2_SETTINGS] {
+ spyv;
+ ON;
+}
+espy MC01.PORT1.ATCL.CL.DISABLE_ERIC_DD2_10_HTM_TO_FIX [when=L && ATTR_CHIP_EC_FEATURE_NEW_MC_DD2_SETTINGS] {
+ spyv;
+ ON;
+}
+espy MC01.PORT2.ATCL.CL.DISABLE_ERIC_DD2_10_HTM_TO_FIX [when=L && ATTR_CHIP_EC_FEATURE_NEW_MC_DD2_SETTINGS] {
+ spyv;
+ ON;
+}
+espy MC01.PORT3.ATCL.CL.DISABLE_ERIC_DD2_10_HTM_TO_FIX [when=L && ATTR_CHIP_EC_FEATURE_NEW_MC_DD2_SETTINGS] {
+ spyv;
+ ON;
+}
+espy MC23.PORT0.ATCL.CL.DISABLE_ERIC_DD2_10_HTM_TO_FIX [when=L && ATTR_CHIP_EC_FEATURE_NEW_MC_DD2_SETTINGS] {
+ spyv;
+ ON;
+}
+espy MC23.PORT1.ATCL.CL.DISABLE_ERIC_DD2_10_HTM_TO_FIX [when=L && ATTR_CHIP_EC_FEATURE_NEW_MC_DD2_SETTINGS] {
+ spyv;
+ ON;
+}
+espy MC23.PORT2.ATCL.CL.DISABLE_ERIC_DD2_10_HTM_TO_FIX [when=L && ATTR_CHIP_EC_FEATURE_NEW_MC_DD2_SETTINGS] {
+ spyv;
+ ON;
+}
+espy MC23.PORT3.ATCL.CL.DISABLE_ERIC_DD2_10_HTM_TO_FIX [when=L && ATTR_CHIP_EC_FEATURE_NEW_MC_DD2_SETTINGS] {
+ spyv;
+ ON;
+}
OpenPOWER on IntegriCloud