summaryrefslogtreecommitdiffstats
path: root/src/build/simics/standalone.simics
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-03-28 16:15:27 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2019-04-03 06:26:25 -0500
commit215eaa2074f5f41fe2a8b542fdd68edcac71589d (patch)
tree8206b01cbeb8b7446b5952ae8541c44d69566eb3 /src/build/simics/standalone.simics
parented12081210860cf0b70bb942da2d2aaf456bacbc (diff)
downloadtalos-hostboot-215eaa2074f5f41fe2a8b542fdd68edcac71589d.tar.gz
talos-hostboot-215eaa2074f5f41fe2a8b542fdd68edcac71589d.zip
Stop overwriting OCMB vpd info in standalone and handle DDIMM modules
This commit removes some lines that were overwriting the OCMB's eeproms with what we thought was "good" VPD. Simics itself now has a better copy so we will use theirs. When consuming their VPD however we found that Hostboot was missing support for the DDIMM type modules. This commit also update the spd driver to handle this new type of memory module. Change-Id: I97dba2adee4d816f86228d8fbd7aeb671a050e11 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75197 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: Matthew Raybuck <matthew.raybuck@ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/simics/standalone.simics')
-rwxr-xr-xsrc/build/simics/standalone.simics15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/build/simics/standalone.simics b/src/build/simics/standalone.simics
index 121a67756..58821b2a2 100755
--- a/src/build/simics/standalone.simics
+++ b/src/build/simics/standalone.simics
@@ -47,21 +47,6 @@ if ($hb_skip_vpd_preload == 0) {
} except { echo "ERROR: Failed to preload VPD into PNOR." }
}
-# If Axone and Beyond, load VPD into DDIMM VPD
-if ($hb_mode == 0){
- $dimmSpd = $hb_script_location + "/dimmspd.dat"
-
- $hb_masterproc.seeprom0_image.load-file $vpd_proc
- echo " - loaded MVPD to seeprom0"
-
- $hb_masterproc.seeprom2_image.load-file $vpd_proc
- echo " - loaded MVPD to seeprom2"
-
- foreach $dimm in (($hb_masterproc).get-dimms) {
- $dimm.VPD_0_image.load-file $dimmSpd
- }
- echo " - loaded SPD to all dimms on master proc"
-}
# Turn on all processor cec-chips
if ($hb_mode == 1) {
OpenPOWER on IntegriCloud