Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Tim Wawrzynczak, Angel Pons, Andrey Petrov, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45337
to look at the new patch set (#5).
Change subject: soc/intel/{adl,apl,cnl,ehl,icl,jsl,skl,tgl}: Make use of common reset code block ......................................................................
soc/intel/{adl,apl,cnl,ehl,icl,jsl,skl,tgl}: Make use of common reset code block
This patch removes all redundant reset code block and make use of common block/reset code block.
Remove unused send_global_reset() from SKL directory.
Signed-off-by: Subrata Banik subrata.banik@intel.com Change-Id: I71531f4cf7a40efa9ec55c48c2cb4fb6ea90531f --- M src/soc/intel/alderlake/Makefile.inc M src/soc/intel/alderlake/chip.h D src/soc/intel/alderlake/reset.c M src/soc/intel/apollolake/Kconfig M src/soc/intel/apollolake/Makefile.inc M src/soc/intel/apollolake/chip.h D src/soc/intel/apollolake/reset.c M src/soc/intel/cannonlake/Makefile.inc M src/soc/intel/cannonlake/chip.h D src/soc/intel/cannonlake/reset.c M src/soc/intel/common/pch/Kconfig M src/soc/intel/elkhartlake/Makefile.inc M src/soc/intel/elkhartlake/chip.h D src/soc/intel/elkhartlake/reset.c M src/soc/intel/icelake/Makefile.inc M src/soc/intel/icelake/chip.h D src/soc/intel/icelake/reset.c M src/soc/intel/jasperlake/Makefile.inc M src/soc/intel/jasperlake/chip.h D src/soc/intel/jasperlake/reset.c M src/soc/intel/skylake/Makefile.inc M src/soc/intel/skylake/chip.h M src/soc/intel/skylake/include/soc/me.h M src/soc/intel/skylake/me.c D src/soc/intel/skylake/reset.c M src/soc/intel/tigerlake/Makefile.inc M src/soc/intel/tigerlake/chip.h D src/soc/intel/tigerlake/reset.c 28 files changed, 13 insertions(+), 352 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/45337/5