yuchi.chen@intel.com has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/84201?usp=email )
Change subject: include/spd_bin.h: Add 3 SPD IO functions ......................................................................
include/spd_bin.h: Add 3 SPD IO functions
Now SMBus calls the new SPD IO functions to retreive SPD data. The default implementation is to forward to SMBus IO functions directly.
Based on this patch, SoC could provide another implementation of SPD IO functions such as using Integrated Memory Controller to get SPD data.
Change-Id: I656298aeda409fca3c85266b5b8727fac9bfc917 Signed-off-by: Yuchi Chen yuchi.chen@intel.com --- M src/include/spd_bin.h M src/soc/intel/common/block/smbus/Makefile.mk M src/soc/intel/common/block/smbus/smbuslib.c A src/soc/intel/common/block/smbus/spd_access.c 4 files changed, 40 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/84201/2