Hello Patrick Rudolph, Vanessa Eusebio, build bot (Jenkins), David Guckian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37582
to look at the new patch set (#4).
Change subject: drivers/intel/fsp2_0: Make FSP_USE_REPO an SOC opt-in instead of list dependency ......................................................................
drivers/intel/fsp2_0: Make FSP_USE_REPO an SOC opt-in instead of list dependency
For quite a bit now we are extending the FSP_USE_REPO option to be available for all Intel SOCs. This results in an list beeing not only hard to maintain but also prune to errors. To change that behaviour this commit is introducing the HAVE_INTEL_FSP_REPO config for SOCs that are supported from withing 3rdparty/fsp. All other interactions with FSP_USE_REPO stay the same.
Change-Id: I68ae373ce591f06073064aa75aac32ceca8fa1cc Signed-off-by: Johanna Schander coreboot@mimoja.de --- M src/drivers/intel/fsp2_0/Kconfig M src/soc/intel/Kconfig M src/soc/intel/apollolake/Kconfig M src/soc/intel/cannonlake/Kconfig M src/soc/intel/denverton_ns/Kconfig M src/soc/intel/icelake/Kconfig M src/soc/intel/skylake/Kconfig 7 files changed, 12 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/37582/4