diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2018-07-17 09:55:12 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-08-20 13:13:37 -0500 |
| commit | 1b5a02cab7f8c7f0de2536a46ae8c8448023e484 (patch) | |
| tree | eb91c4ea42f119f05b47463ac36436509d6283ea /src/usr/vpd/makefile | |
| parent | 307b61a6de9baae0c7bb73078ea856b728c19e7f (diff) | |
| download | talos-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/usr/vpd/makefile')
| -rw-r--r-- | src/usr/vpd/makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile index 293cb3045..e74cfa2cd 100644 --- a/src/usr/vpd/makefile +++ b/src/usr/vpd/makefile @@ -47,14 +47,9 @@ BINARY_FILES += $(IMGDIR)/procmvpd_ven.dat:dd8507bec946283260f82af212ed32feaeb33 BINARY_FILES += $(IMGDIR)/vpo_sysmvpd.dat:f83bbcdd56defb5d155399774c4d721de25a8e96 BINARY_FILES += $(IMGDIR)/vpo_djvpd.dat:eb4dce98f19ebfe77243be1c56d3d0eaa1889d90 -# Nimbus Module VPD -# Copied from /afs/btv.ibm.com/u/sgrom/public/vpd_images/p9_dd10/module-p9-dd10-simics_v15_rs4v2.bin -# on 1/3/2017 -# Modified PG record to have proper XBUS data and only the first 4 cores +# P9 Module VPD BINARY_FILES += $(IMGDIR)/procmvpd_p9n.dat:a351f3cd5ba8a81a50c3e5a0dea5fea03e55769d -BINARY_FILES += $(IMGDIR)/procmvpd_p9c.dat:d9299c4027c597c31337b46ed311edc131ec93bc - -#Update to Centaur DD2.0 for CCIN 31E8 +BINARY_FILES += $(IMGDIR)/procmvpd_p9c.dat:939f91a9359b917c525dd7cd4ea80a03b1c08714 # CDIMM Format - download 4k cvpd file BINARY_FILES += $(IMGDIR)/cvpd_cdimm.dat:b12431fbc14304edd31e74405cdcb27560a8e00b |

