Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45343 )
Change subject: device/dram: Add method for converting MHz to MT/s ......................................................................
Patch Set 5:
(2 comments)
https://review.coreboot.org/c/coreboot/+/45343/5/src/device/dram/ddr4.c File src/device/dram/ddr4.c:
https://review.coreboot.org/c/coreboot/+/45343/5/src/device/dram/ddr4.c@144 PS5, Line 144: DDR4_MIN; speed <= DDR4_MAX Can be done using ARRAY_SIZE().
https://review.coreboot.org/c/coreboot/+/45343/5/src/device/dram/ddr4.c@145 PS5, Line 145: speed_attr = ddr4_speeds[speed] *speed_attr = &ddr4_speeds[speed]