Hello build bot (Jenkins), Nico Huber, Jeremy Soller, Michael Niewöhner, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44952
to look at the new patch set (#2).
Change subject: soc/intel/cnl: Add new Kconfig option which matches its FSPs name ......................................................................
soc/intel/cnl: Add new Kconfig option which matches its FSPs name
Since there are 4 different versions of FSPs for the Comet Lake platform, add a new Kconfig option for the currently used SoC being able to differ between the various SoCs and FSPs.
The new Kconfig option selects the Comet Lake SoC as base for taking over its specific configuration and is only used for configuring the path to its specific FSP header files and FSP binary.
Also, adjust all related mainboards so that their Kconfig selects the new option.
For details, please see https://github.com/intel/FSP/tree/master/CometLakeFspBinPkg
Built System76/lemp9 with BUILD_TIMELESS=1 before and after this patch and both images are equal.
Change-Id: I44b717bb942fbcd359c7a06ef1a0ef4306697f64 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/google/drallion/Kconfig M src/mainboard/google/hatch/Kconfig M src/mainboard/intel/coffeelake_rvp/Kconfig.name M src/mainboard/system76/lemp9/Kconfig M src/soc/intel/cannonlake/Kconfig 5 files changed, 10 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/44952/2