summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/initfiles/p9.mc.scan.initfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/initfiles/p9.mc.scan.initfile')
-rw-r--r--src/import/chips/p9/initfiles/p9.mc.scan.initfile21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/import/chips/p9/initfiles/p9.mc.scan.initfile b/src/import/chips/p9/initfiles/p9.mc.scan.initfile
index 92e34a968..4a9a9cce5 100644
--- a/src/import/chips/p9/initfiles/p9.mc.scan.initfile
+++ b/src/import/chips/p9/initfiles/p9.mc.scan.initfile
@@ -11,7 +11,7 @@ target_type 0 TARGET_TYPE_MCBIST;
# }
##########################
-# MC TEAM DICTATED INITS #
+# DD1 WORKAROUNDS
##########################
# FOR DD1 Prefetch Limit needs to be scan init to 0 because SCOM is broken (HW366248)
@@ -33,4 +33,23 @@ ispy MC01.PORT3.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
0b000000;
}
+# Static hpc_wr/ig_wr CL reservation
+# Complicated order dependent sequence to do with SCOMs, easier with scans
+ispy MC01.PORT0.ATCL.CL.CLSCOM.MCPERF0_WR_RSVD_LOWER_OR_STATIC_LIMIT [when=L] {
+ spyv;
+ 8;
+}
+ispy MC01.PORT1.ATCL.CL.CLSCOM.MCPERF0_WR_RSVD_LOWER_OR_STATIC_LIMIT [when=L] {
+ spyv;
+ 8;
+}
+ispy MC01.PORT2.ATCL.CL.CLSCOM.MCPERF0_WR_RSVD_LOWER_OR_STATIC_LIMIT [when=L] {
+ spyv;
+ 8;
+}
+ispy MC01.PORT3.ATCL.CL.CLSCOM.MCPERF0_WR_RSVD_LOWER_OR_STATIC_LIMIT [when=L] {
+ spyv;
+ 8;
+}
+
OpenPOWER on IntegriCloud