From ef059c5a092f898f9cecd3f2d94acc263b30b48e Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 13 Sep 2017 19:06:28 +0530 Subject: soc/intel/common: Add intel common EBDA support This patch provides EBDA library for soc usage. Change-Id: I8355a1dd528b111f1391e6d28a9b174edddc9ca0 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/21538 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/ebda/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/soc/intel/common/block/ebda/Kconfig (limited to 'src/soc/intel/common/block/ebda/Kconfig') diff --git a/src/soc/intel/common/block/ebda/Kconfig b/src/soc/intel/common/block/ebda/Kconfig new file mode 100644 index 0000000000..67c7b48033 --- /dev/null +++ b/src/soc/intel/common/block/ebda/Kconfig @@ -0,0 +1,5 @@ +config SOC_INTEL_COMMON_BLOCK_EBDA + bool + select EARLY_EBDA_INIT + help + Intel Processor common EBDA library support -- cgit v1.2.3