Jacob Garber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33383 )
Change subject: nb/intel/nehalem: Prevent out of bounds read ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/33383/1/src/northbridge/intel/nehalem/ramini... File src/northbridge/intel/nehalem/raminit.c:
https://review.coreboot.org/#/c/33383/1/src/northbridge/intel/nehalem/ramini... PS1, Line 601: cycletime > min_cycletime[clock_speed_index]
You want to die() if cycletime > min_cycletime[0], with a message like: […]
I'll do that, thanks!