summaryrefslogtreecommitdiffstats
path: root/src/build/simics
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-07-17 09:55:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-08-20 13:13:37 -0500
commit1b5a02cab7f8c7f0de2536a46ae8c8448023e484 (patch)
treeeb91c4ea42f119f05b47463ac36436509d6283ea /src/build/simics
parent307b61a6de9baae0c7bb73078ea856b728c19e7f (diff)
downloadtalos-hostboot-1b5a02cab7f8c7f0de2536a46ae8c8448023e484.tar.gz
talos-hostboot-1b5a02cab7f8c7f0de2536a46ae8c8448023e484.zip
Use Cumulus DD1.3 SBE image instead of DD1.0
Adding support for Cumulus DD1.3 SBE images in the FSP PNOR Dropping support for Cumulus DD1.0 SBE image from FSP PNOR CMVC-Prereq: 1060757 CMVC-Prereq: 1063108 CMVC-Prereq: 1061378 Change-Id: Ia315c6f786ef6c522acf4e580ad435b0180513b3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62636 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-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>
Diffstat (limited to 'src/build/simics')
-rwxr-xr-xsrc/build/simics/standalone.simics4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/simics/standalone.simics b/src/build/simics/standalone.simics
index 92dcaacb6..76027b8b1 100755
--- a/src/build/simics/standalone.simics
+++ b/src/build/simics/standalone.simics
@@ -68,7 +68,7 @@ echo "Enable the SBE"
# Set Boot Freq valid bit (bit 3) and valid data bit (bit 7)
($hb_masterproc).proc_chip.invoke parallel_store SCOM 0x5003F "31000000_00000000" 64
($hb_masterproc).proc_chip.invoke parallel_store SCOM 0x5003A "00000000_00000000" 64
-# Set the Nest PLL Bucket ID to 3 in the 4th byte of Mbox Scratch Reg 4
-($hb_masterproc).proc_chip.invoke parallel_store SCOM 0x5003B "00000003_00000000" 64
+# Set the Nest PLL Bucket ID to 5 in the 4th byte of Mbox Scratch Reg 4
+($hb_masterproc).proc_chip.invoke parallel_store SCOM 0x5003B "00000005_00000000" 64
($hb_masterproc).proc_chip.invoke parallel_store FSIMBOX 0x01 "80000000" 32
($hb_masterproc).proc_chip.invoke parallel_store FSIMBOX 0x08 "00080000" 32
OpenPOWER on IntegriCloud