summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-05-31 10:06:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-03 15:34:51 -0500
commit539b82d046cf6fdf7e9e6d62ea843d5d69bffbb6 (patch)
treee680f607f0a3451addae17316578b38af741f89f
parentf212028b43f3502f76824d5a397e7631b13960cc (diff)
downloadtalos-hostboot-539b82d046cf6fdf7e9e6d62ea843d5d69bffbb6.tar.gz
talos-hostboot-539b82d046cf6fdf7e9e6d62ea843d5d69bffbb6.zip
Remove VPD generation from Axone simics startup
We no longer use the VPD cache so we don't need to generate the vpd content. Change-Id: I5623c6445ee72068a55bd8c25aab3ea56fc0d17e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78175 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-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 ec6bab9cb..5e589ba17 100755
--- a/src/build/simics/standalone.simics
+++ b/src/build/simics/standalone.simics
@@ -9,8 +9,8 @@ if not defined hb_skip_vpd_preload {$hb_skip_vpd_preload = 0}
if ($hb_mode == 0) { # Axone and beyond
- # this number is no longer provided we have to look it up
- $num_dimms = (dec (list-length((get-master-procs)[0].get-dimms)))
+ # There is no VPD cache on Axone
+ $hb_skip_vpd_preload = 1;
}
# Preload VPD in PNOR unless told not to
OpenPOWER on IntegriCloud