summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-04-05 20:58:28 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-01 17:46:28 -0400
commit8595cf52e1bc080ef881757329da9351d67c48de (patch)
tree7378efc6cab7b01112ad76164662058b6373710f
parent9807f019890294fba6a770e10725d87bec853c85 (diff)
downloadtalos-hostboot-8595cf52e1bc080ef881757329da9351d67c48de.tar.gz
talos-hostboot-8595cf52e1bc080ef881757329da9351d67c48de.zip
updates for memory integration
Add DDR PHY initfile from John Bialas Port system pervasive dials into MCA initfile Patch initCompiler to support above Pull in e9035 based engineering data Update sim only eCMD memory procedures DIMM behavioral inits via dials Set DDR PHY mesa mode inits via FAC Update selected memory HWP wrappers to default to all targets Add DIMM definitions to sc/mc Cronus config files Update sc/mc base attribute files to match memory config Link all steps into Cronusflex based run_ipl Change-Id: I3211a3119bb1de51add963c57b67ec96e938c784 Original-Change-Id: I6040863e2718817e467540fe23c72a5192fa8480 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22924 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26542 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/initfiles/p9.mca.scom.initfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/import/chips/p9/initfiles/p9.mca.scom.initfile b/src/import/chips/p9/initfiles/p9.mca.scom.initfile
new file mode 100644
index 000000000..99f8f5be2
--- /dev/null
+++ b/src/import/chips/p9/initfiles/p9.mca.scom.initfile
@@ -0,0 +1,22 @@
+#--******************************************************************************
+#-- Required keywords/variables
+#--******************************************************************************
+
+SyntaxVersion = 3
+
+target_type 0 TARGET_TYPE_MCA;
+
+
+#--******************************************************************************
+#-- SCOM customization
+#--******************************************************************************
+
+espy MCP.PORT0.SRQ.STD_SIZE [when=S] {
+ spyv;
+ 2400_8GB_X4;
+}
+
+espy MCP.PORT0.SRQ.STD_TIMING [when=S] {
+ spyv;
+ SC_DDR4_2400_16_16_16R;
+}
OpenPOWER on IntegriCloud