Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44092 )
Change subject: soc/intel/baytrail: Add MRC SMBus workaround ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/44092/1/src/soc/intel/baytrail/roms... File src/soc/intel/baytrail/romstage/raminit.c:
https://review.coreboot.org/c/coreboot/+/44092/1/src/soc/intel/baytrail/roms... PS1, Line 173: mp->mainboard.dram_data[i] = : &spd_buf[SPD_SIZE * i];
This always needs to be set to `spd_buf[0]` even for channel 1. Otherwise, it doesn't work.
Um, I could've explained myself better. Keep this inside the if-block, but always assign `spd_buf[0]` to it.