Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Matt DeVillier, Angel Pons, Michael Niewöhner, Andrey Petrov, Patrick Rudolph, David Guckian, Martin Roth, Tim Wawrzynczak, Vanessa Eusebio, Werner Zeh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45337
to look at the new patch set (#16).
Change subject: soc/intel: Make use of common reset code block ......................................................................
soc/intel: Make use of common reset code block
This patch removes all redundant reset code block from each SoC and make use of common reset code block(fsp_reset.c).
Respective SoC Kconfig to choose correct FSP global reset type as per FSP integration guide.
Signed-off-by: Subrata Banik subrata.banik@intel.com Change-Id: I71531f4cf7a40efa9ec55c48c2cb4fb6ea90531f --- M src/soc/intel/alderlake/Kconfig M src/soc/intel/alderlake/reset.c M src/soc/intel/apollolake/Kconfig M src/soc/intel/apollolake/reset.c M src/soc/intel/cannonlake/Kconfig M src/soc/intel/cannonlake/reset.c M src/soc/intel/common/Makefile.inc A src/soc/intel/common/fsp_reset.c M src/soc/intel/denverton_ns/Kconfig M src/soc/intel/denverton_ns/Makefile.inc D src/soc/intel/denverton_ns/reset.c M src/soc/intel/elkhartlake/Kconfig M src/soc/intel/elkhartlake/reset.c M src/soc/intel/icelake/Kconfig M src/soc/intel/icelake/reset.c M src/soc/intel/jasperlake/Kconfig M src/soc/intel/jasperlake/reset.c M src/soc/intel/quark/Makefile.inc D src/soc/intel/quark/reset.c M src/soc/intel/skylake/Kconfig M src/soc/intel/skylake/reset.c M src/soc/intel/tigerlake/Kconfig M src/soc/intel/tigerlake/reset.c M src/soc/intel/xeon_sp/Makefile.inc D src/soc/intel/xeon_sp/reset.c 25 files changed, 30 insertions(+), 177 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/45337/16