diff options
author | Jean Delvare <jdelvare@suse.de> | 2017-12-05 07:45:17 +0100 |
---|---|---|
committer | Jean Delvare <jdelvare@suse.de> | 2017-12-05 07:45:17 +0100 |
commit | 84da8192c7c409f37c1906b60ef166c58aafc847 (patch) | |
tree | 3b8a8aaec41b0d96c58eb822499594b93bc8fbfd /CHANGES | |
parent | eea0b508aaefd687ed559992cece05608418c605 (diff) | |
download | i2c-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-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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+) |