diff options
author | Mike Jones <mjjones@us.ibm.com> | 2013-07-19 21:37:32 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-24 14:49:37 -0500 |
commit | af9184071d47d0155d69d0e8347220a8288eb11f (patch) | |
tree | 8bbc6b9907ae401d31f533df77a3058c9e357278 /src/usr | |
parent | 3efd2cd53ef98af9a4727088e88b3e5f0d2975f4 (diff) | |
download | talos-hostboot-af9184071d47d0155d69d0e8347220a8288eb11f.tar.gz talos-hostboot-af9184071d47d0155d69d0e8347220a8288eb11f.zip |
Update DIMM SPD in standalone Hostboot
Key change is the top bit in SPD byte 3 - this maps to ATTR_SPD_CUSTOM
that identifies the DIMM as a Centaur DIMM
Change-Id: I525b1e83e2c9397c325ca1961e07558970a7d4ae
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5496
Tested-by: Jenkins Server
Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com>
Reviewed-by: William H. Schwartz <whs@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/vpd/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile index dee15e070..c895bd037 100644 --- a/src/usr/vpd/makefile +++ b/src/usr/vpd/makefile @@ -27,7 +27,7 @@ OBJS = vpd.o spd.o ipvpd.o mvpd.o dimmPres.o cvpd.o SUBDIRS = test.d -BINARY_FILES = $(IMGDIR)/dimmspd.dat:9a6e6b6a7f6d3fc77a12d38537279d402124d699 +BINARY_FILES = $(IMGDIR)/dimmspd.dat:3a9f53e3684e57401ed0aed75f25980fca99f40b BINARY_FILES += $(IMGDIR)/procmvpd.dat:9473e24c02c40a577700ae0292676c4b82698c13 BINARY_FILES += $(IMGDIR)/cvpd.dat:7410a45451fb7826daf1ae218f81b2a694e64234 |