Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35558 )
Change subject: src/device/dram/ddr4: Fix "Dead assignment" ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35558/1/src/device/dram/ddr4.c File src/device/dram/ddr4.c:
https://review.coreboot.org/c/coreboot/+/35558/1/src/device/dram/ddr4.c@127 PS1, Line 127: if (spd_bytes_used > 4) that causes an out of bound access. Better return here.