Hello Subrata Banik, Balaji Manigandan, Aamir Bohra, Rizwan Qureshi, V Sowmya, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/25863
to look at the new patch set (#8).
Change subject: soc/intel/cannonlake: Switch to common block for GSPI ......................................................................
soc/intel/cannonlake: Switch to common block for GSPI
From cannonlake onwards we'll use GSPI functionality from common block
which was created in previous patch and remove gspi.c file from soc. We need to implement/move one soc specific function which is moved to chip_config.c which returns soc specific configuration for gspi.
This will reduce redundant copy of code which is common across multiple soc.
BUG=none BRANCH=none TEST=Coreboot builds with different board configuration. Also coreboot boots with these changes on cannonlake board.
Change-Id: Ia456f6d8e03fcca1a916dc86b3d8cc68fb45a155 Signed-off-by: Maulik V Vaghela maulik.v.vaghela@intel.com --- M src/soc/intel/cannonlake/Kconfig M src/soc/intel/cannonlake/Makefile.inc M src/soc/intel/cannonlake/chip_config.c D src/soc/intel/cannonlake/gspi.c 4 files changed, 23 insertions(+), 79 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/25863/8