Hello Patrick Rudolph, Subrata Banik, build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35277
to look at the new patch set (#3).
Change subject: soc/intel/{common,skl,icl,cnl}: Move some bootblock code to common location ......................................................................
soc/intel/{common,skl,icl,cnl}: Move some bootblock code to common location
Some of the bootblock functions defined in soc files are common hence move them to common to reduce code redundancy.
BUG=None BRANCH=None TEST=Build and boot hatch board
Change-Id: Id7c563023c4b1ff4f42734f18b923d13afef4770 Signed-off-by: Rizwan Qureshi rizwan.qureshi@intel.com --- M src/soc/intel/cannonlake/Kconfig M src/soc/intel/cannonlake/bootblock/bootblock.c A src/soc/intel/common/basecode/bootblock/Kconfig A src/soc/intel/common/basecode/bootblock/Makefile.inc A src/soc/intel/common/basecode/bootblock/bootblock.c M src/soc/intel/icelake/Kconfig M src/soc/intel/icelake/bootblock/bootblock.c M src/soc/intel/skylake/Kconfig M src/soc/intel/skylake/bootblock/bootblock.c 9 files changed, 47 insertions(+), 49 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/35277/3