soc/intel/common: Add intel common EBDA support
commitef059c5a092f898f9cecd3f2d94acc263b30b48e
authorSubrata Banik <subrata.banik@intel.com>
Wed, 13 Sep 2017 13:36:28 +0000 (13 19:06 +0530)
committerAaron Durbin <adurbin@chromium.org>
Fri, 22 Sep 2017 15:31:14 +0000 (22 15:31 +0000)
tree194d1ea8c85241e0f52c8f54fc559a563e406d64
parent82ef364f9a6eb1f6f175d52f12f7efc17185f9d7
soc/intel/common: Add intel common EBDA support

This patch provides EBDA library for soc usage.

Change-Id: I8355a1dd528b111f1391e6d28a9b174edddc9ca0
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/21538
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/soc/intel/common/block/ebda/Kconfig [new file with mode: 0644]
src/soc/intel/common/block/ebda/Makefile.inc [new file with mode: 0644]
src/soc/intel/common/block/ebda/ebda.c [new file with mode: 0644]
src/soc/intel/common/block/include/intelblocks/ebda.h [new file with mode: 0644]