summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-12-05 07:45:17 +0100
committerJean Delvare <jdelvare@suse.de>2017-12-05 07:45:17 +0100
commit84da8192c7c409f37c1906b60ef166c58aafc847 (patch)
tree3b8a8aaec41b0d96c58eb822499594b93bc8fbfd /CHANGES
parenteea0b508aaefd687ed559992cece05608418c605 (diff)
downloadi2c-tools-git-84da8192c7c409f37c1906b60ef166c58aafc847.tar.gz
decode-dimms: Verify the CRC of DDR4 data block 1
On DDR4 modules there is a separate CRC for the second block of 128 bytes. Check it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4050dbe..1ddaa9c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@ master
Decode misc parameters of DDR4
Decode physical characteristics of DDR4
Documentation update for DDR4
+ Verify the CRC of DDR4 data block 1
4.0 (2017-10-30)
tools: Fix build with recent compilers (gcc 4.6+)