soc/intel: skl,cnl,icl: consolidate ebda and memmap
commite75a64f822931a5fbdd80f20c4d168a5c346e01a
authorMichael Niewöhner <foss@mniewoehner.de>
Sat, 19 Oct 2019 13:17:06 +0000 (19 15:17 +0200)
committerNico Huber <nico.h@gmx.de>
Mon, 4 Nov 2019 19:24:49 +0000 (4 19:24 +0000)
treebe951bed3220dac1d7a9fc34c8e534da53f55311
parent68da45479fd289281017768a8cfa51b2f642ac07
soc/intel: skl,cnl,icl: consolidate ebda and memmap

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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36137
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/intel/cannonlake/Makefile.inc
src/soc/intel/cannonlake/memmap.c [deleted file]
src/soc/intel/common/block/ebda/ebda.c
src/soc/intel/common/block/include/intelblocks/ebda.h
src/soc/intel/common/block/systemagent/memmap.c
src/soc/intel/icelake/Makefile.inc
src/soc/intel/icelake/memmap.c [deleted file]
src/soc/intel/skylake/Makefile.inc
src/soc/intel/skylake/memmap.c [deleted file]