summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/initfiles
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-09-22 15:58:31 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-25 13:27:18 -0400
commit9f572b779b2cb655405489af31fa7ac256de2400 (patch)
tree48fbcbd800c8bcffae1148e12a0776d942b15d40 /src/import/chips/p9/initfiles
parent60f38c2bbfbe687ae26a0c6d667b33fbe388de85 (diff)
downloadtalos-hostboot-9f572b779b2cb655405489af31fa7ac256de2400.tar.gz
talos-hostboot-9f572b779b2cb655405489af31fa7ac256de2400.zip
p9.mc.scan.initfile -- adjust HWPERF0 prefetch limit field
change scan init from all 0 to all 1 Change-Id: I43548d820e0beee6daaaf4d0977ebbd2abf1a331 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30131 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30133 Tested-by: FSP CI Jenkins <fsp-CI-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/p9.mc.scan.initfile16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/import/chips/p9/initfiles/p9.mc.scan.initfile b/src/import/chips/p9/initfiles/p9.mc.scan.initfile
index e0ba866ed..4a9c0d925 100644
--- a/src/import/chips/p9/initfiles/p9.mc.scan.initfile
+++ b/src/import/chips/p9/initfiles/p9.mc.scan.initfile
@@ -12,35 +12,35 @@ target_type 0 TARGET_TYPE_PROC_CHIP;
# these are n1 n3
ispy MC01.PORT0.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
spyv;
- 0b000000;
+ 0b111111;
}
ispy MC01.PORT1.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
spyv;
- 0b000000;
+ 0b111111;
}
ispy MC01.PORT2.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
spyv;
- 0b000000;
+ 0b111111;
}
ispy MC01.PORT3.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
spyv;
- 0b000000;
+ 0b111111;
}
ispy MC23.PORT0.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
spyv;
- 0b000000;
+ 0b111111;
}
ispy MC23.PORT1.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
spyv;
- 0b000000;
+ 0b111111;
}
ispy MC23.PORT2.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
spyv;
- 0b000000;
+ 0b111111;
}
ispy MC23.PORT3.ATCL.CL.CLSCOM.MCPERF0_PREFETCH_LIMIT [when=L] {
spyv;
- 0b000000;
+ 0b111111;
}
# Static hpc_wr/ig_wr CL reservation
OpenPOWER on IntegriCloud