Roc Vallès i Domènech has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/69157 )
Change subject: nb/intel/i945/raminit.c: Try and read whole SPD if DEBUG_RAM_SETUP ......................................................................
nb/intel/i945/raminit.c: Try and read whole SPD if DEBUG_RAM_SETUP
If DEBUG_RAM_SETUP is set, dram_print_spd_ddr2() will be called. This will printk fields of the SPD which are above the checksum. Unless these are read, gibberish will be printed. Thus, we make a modest attempt to read the rest of the SPD.
Change-Id: I770ea9987ea9f616a32ea907bee9a153f4ff133d Signed-off-by: Roc Vallès Domènech vallesroc@gmail.com --- M src/northbridge/intel/i945/raminit.c 1 file changed, 28 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/69157/2