HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/19016 )
Change subject: [Not For Merge] nb/intel/i945: Remove unused #define REFRESH_* ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
indeed, the refresh stuff is confused ...
https://review.coreboot.org/#/c/19016/1/src/northbridge/intel/i945/raminit.c File src/northbridge/intel/i945/raminit.c:
PS1, Line 848: if (refresh == 2) { : sysinfo->refresh = 1; regarding the datasheet JEDEC Standard No. 21-C, the value '2' is for Reduced (.5x) 7.8μs so why we set it to one (Reduced (.25x) 3.9 μs)?