Andrey Petrov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34680 )
Change subject: dram: Add basic DDR4 SPD parsing
......................................................................
Patch Set 8:
(3 comments)
https://review.coreboot.org/c/coreboot/+/34680/3/src/device/dram/ddr4.c
File src/device/dram/ddr4.c:
https://review.coreboot.org/c/coreboot/+/34680/3/src/device/dram/ddr4.c@54
PS3, Line 54: ((1 << 4) - 1)
I think it would be great to provide unified mask/bit extraction macros, e. […]
Ack
https://review.coreboot.org/c/coreboot/+/34680/3/src/device/dram/ddr4.c@56
PS3, Line 56: reg8 = spd[13] & ((1 << 4) - 1);
I personally find hex values easier to read.
Ack
https://review.coreboot.org/c/coreboot/+/34680/3/src/device/dram/ddr4.c@120
PS3, Line 120: dimm->ddr_frequency = selected_freq;
besides "configured memory speed" there's also a field for "maximum memory speed". […]
Ack
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34680
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If3befbc55cf37e1018baa432cb2f03743b929211
Gerrit-Change-Number: 34680
Gerrit-PatchSet: 8
Gerrit-Owner: Andrey Petrov
anpetrov@fb.com
Gerrit-Reviewer: Andrey Petrov
anpetrov@fb.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Christian Walter
christian.walter@9elements.com
Gerrit-Reviewer: David Hendricks
david.hendricks@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@gmail.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-CC: Patrick Rudolph
siro@das-labor.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Mon, 12 Aug 2019 21:32:42 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph
patrick.rudolph@9elements.com
Comment-In-Reply-To: Andrey Petrov
anpetrov@fb.com
Comment-In-Reply-To: Martin Roth
martinroth@google.com
Gerrit-MessageType: comment