diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-09-25 12:47:41 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-20 16:53:30 +0000 |
commit | b5d4dd132cbf241b5721897053f802807578c168 (patch) | |
tree | b5eed99dae38a8ab69a9c15a33642805f28df83f /src/include | |
parent | e07e39098aaac1c0be80bae6447b04de530da949 (diff) | |
download | coreboot-b5d4dd132cbf241b5721897053f802807578c168.tar.xz |
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')
-rw-r--r-- | src/include/device/dram/ddr2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/dram/ddr2.h b/src/include/device/dram/ddr2.h index 288c10298a..7322b122a7 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 */ |