Hello Aaron Durbin, Patrick Rudolph, Subrata Banik, Arthur Heymans, build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36137
to look at the new patch set (#15).
Change subject: soc/intel: skl,cnl,icl: consolidate ebda and memmap and move to common code ......................................................................
soc/intel: skl,cnl,icl: consolidate ebda and memmap and move to common code
As of CB:36136 ebda and memmap are identical for skl, cnl and icl, thus move them to common code.
Tested successfully on X11SSM-F
Change-Id: I9a20c814d2a6874fcb4ff99ef1a7825d891f74e2 Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M src/soc/intel/cannonlake/Kconfig M src/soc/intel/cannonlake/Makefile.inc M src/soc/intel/common/block/ebda/ebda.c M src/soc/intel/common/block/include/intelblocks/ebda.h A src/soc/intel/common/block/memmap/Kconfig A src/soc/intel/common/block/memmap/Makefile.inc R src/soc/intel/common/block/memmap/memmap.c M src/soc/intel/common/block/systemagent/systemagent_early.c M src/soc/intel/common/pch/Kconfig M src/soc/intel/icelake/Kconfig M src/soc/intel/icelake/Makefile.inc D src/soc/intel/icelake/memmap.c M src/soc/intel/skylake/Kconfig M src/soc/intel/skylake/Makefile.inc D src/soc/intel/skylake/memmap.c 15 files changed, 31 insertions(+), 348 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/36137/15