diff options
| author | Swathi Madhuri Bhattiprolu <bhmadhur@in.ibm.com> | 2018-02-15 01:09:35 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2018-02-27 15:27:39 -0500 |
| commit | 2958d02ae1263b7f2f7031f7ab3e3b9ba63a80dc (patch) | |
| tree | d4afb6de51236def80aa4d7159b08c3308afb2cd /src/usr/vpd | |
| parent | bb0dc7d71263f7b67f17b297cf16d4535fce5a76 (diff) | |
| download | talos-hostboot-2958d02ae1263b7f2f7031f7ab3e3b9ba63a80dc.tar.gz talos-hostboot-2958d02ae1263b7f2f7031f7ab3e3b9ba63a80dc.zip | |
Create Initial Cumulus CDIMM sim configuration
- Add the Cumulus CDIMM config attributes
- conditionally compile in the CDIMM vpd.
- A later commit will leverage this to enable
the rest of the Cumulus CDIMM config
Change-Id: I4f76c3ef4026acbbef2b52fefecefe77fe0e8511
RTC:182117
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54096
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/vpd')
| -rw-r--r-- | src/usr/vpd/makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile index 25b4b1a85..35aeb562c 100644 --- a/src/usr/vpd/makefile +++ b/src/usr/vpd/makefile @@ -57,15 +57,13 @@ BINARY_FILES += $(IMGDIR)/procmvpd_p9c.dat:d9299c4027c597c31337b46ed311edc131ec9 #Update to Centaur DD2.0 for CCIN 31E8 # CDIMM Format - download 4k cvpd file -#BINARY_FILES += $(IMGDIR)/cvpd.dat:2e33352ca95279b992927336567adf960dca7d46 -#BINARY_FILES += $(IMGDIR)/dimmspd.dat:e9bd99127597db1d20342d9953f3075c9079e0d2 - +BINARY_FILES += $(IMGDIR)/cvpd_cdimm.dat:b12431fbc14304edd31e74405cdcb27560a8e00b +BINARY_FILES += $(IMGDIR)/dimmspd_cdimm.dat:21b0da9354a588bb1247f1408bfce3111fbc4c82 # ISDIMM Format - download 8k cvpd file BINARY_FILES += $(IMGDIR)/cvpd.dat:af41c35b5a10f309f2519a871204936a2129e5ea BINARY_FILES += $(IMGDIR)/dimmspd.dat:9852a0ed166442ef69ecd91a0379f282419a371f - #Direct memory vpd BINARY_FILES += $(IMGDIR)/dvpd.dat:9292032f653710f92bbeb56b39582b2d0e5296b7 |

