soc/intel/skylake: drop support for FSP 1.1
commit0f91f79447b63b846fe0da770404bf18833f1306
authorMichael Niewöhner <foss@mniewoehner.de>
Sat, 5 Oct 2019 17:47:47 +0000 (5 19:47 +0200)
committerNico Huber <nico.h@gmx.de>
Sat, 26 Oct 2019 15:39:40 +0000 (26 15:39 +0000)
treebfce597f2a795a1194803afec57666e17dba3508
parenta9e07f94448650b3a9a27062775c642f8939464b
soc/intel/skylake: drop support for FSP 1.1

This drops support for FSP 1.1 in soc/intel/skylake, after all boards
have been migrated to FSP 2.0, which is backwards compatible.

Any moving of files happens in a follow-up commit to make review easier.

Change-Id: I0dd2eab0edfda0545ff94c3908b8574d5ad830bd
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35813
Reviewed-by: Michael Niewöhner
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
18 files changed:
src/mainboard/google/glados/Kconfig
src/mainboard/intel/kunimitsu/Kconfig
src/mainboard/intel/saddlebrook/Kconfig
src/mainboard/purism/librem_skl/Kconfig
src/mainboard/razer/blade_stealth_kbl/Kconfig
src/soc/intel/skylake/Kconfig
src/soc/intel/skylake/Makefile.inc
src/soc/intel/skylake/bootblock/bootblock.c
src/soc/intel/skylake/chip.c [deleted file]
src/soc/intel/skylake/include/fsp11/soc/ramstage.h [deleted file]
src/soc/intel/skylake/include/fsp11/soc/romstage.h [deleted file]
src/soc/intel/skylake/include/soc/bootblock.h
src/soc/intel/skylake/include/soc/pm.h
src/soc/intel/skylake/include/soc/vr_config.h
src/soc/intel/skylake/memmap.c
src/soc/intel/skylake/romstage/Makefile.inc
src/soc/intel/skylake/romstage/romstage.c [deleted file]
src/soc/intel/skylake/vr_config.c