From e71de54a4943ac481e8bcdb0a132c52ab90f23fe Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 6 Jul 2017 14:41:52 +0300 Subject: x86: Add Intel Tangier support Add Intel Tangier SoC support. Intel Tangier SoC is a core part of Intel Merrifield platform. For example, Intel Edison board is based on such platform. The patch is based on work done by the following people (in alphabetical order): Aiden Park Dukjoon Jeon eric.park Fabien Chereau Scott D Phillips Sebastien Colleur Steve Sakoman Vincent Tinelli Reviewed-by: Simon Glass Reviewed-by: Bin Meng Signed-off-by: Vincent Tinelli Signed-off-by: Felipe Balbi Signed-off-by: Andy Shevchenko --- arch/x86/cpu/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/cpu/Makefile') diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile index e1c84ce097..999429e62b 100644 --- a/arch/x86/cpu/Makefile +++ b/arch/x86/cpu/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_QEMU) += qemu/ obj-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) += ivybridge/ obj-$(CONFIG_INTEL_QUARK) += quark/ obj-$(CONFIG_INTEL_QUEENSBAY) += queensbay/ +obj-$(CONFIG_INTEL_TANGIER) += tangier/ obj-y += lapic.o ioapic.o obj-y += irq.o ifndef CONFIG_$(SPL_)X86_64 -- cgit