summaryrefslogtreecommitdiffstats
path: root/src/include/device/dram
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-09-25 12:47:41 +0200
committerMartin Roth <martinroth@google.com>2017-12-20 16:53:30 +0000
commitb5d4dd132cbf241b5721897053f802807578c168 (patch)
treeb5eed99dae38a8ab69a9c15a33642805f28df83f /src/include/device/dram
parente07e39098aaac1c0be80bae6447b04de530da949 (diff)
downloadcoreboot-b5d4dd132cbf241b5721897053f802807578c168.tar.gz
coreboot-b5d4dd132cbf241b5721897053f802807578c168.tar.bz2
coreboot-b5d4dd132cbf241b5721897053f802807578c168.zip
device/dram/ddr2.c: Store the checksum in the decoded SPD struct
Change-Id: I53f4a3e4030ea19e10c0fe11a99a3480644f5fae Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/21676 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/include/device/dram')
-rw-r--r--src/include/device/dram/ddr2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/dram/ddr2.h b/src/include/device/dram/ddr2.h
index 288c10298a3e..7322b122a751 100644
--- a/src/include/device/dram/ddr2.h
+++ b/src/include/device/dram/ddr2.h
@@ -186,6 +186,7 @@ struct dimm_attr_st {
u32 tPLL;
u32 tRR;
+ u8 checksum;
/* Manufacturer ID */
u32 manufacturer_id;
/* ASCII part number - NULL terminated */