From b1ad6c696631f07b5fe109378516abcb79ded1f9 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 15 Aug 2016 13:50:49 +0200 Subject: x86: Add DFI BT700 BayTrail board support This patch adds support for the DFI BayTrail BT700 QSeven SoM installed on the DFI Q7X-151 baseboard. The baseboard is equipped with the Nuvoton NCT6102D Super IO chip providing the UART as console. Signed-off-by: Stefan Roese Cc: Simon Glass Reviewed-by: Bin Meng --- board/dfi/dfi-bt700/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 board/dfi/dfi-bt700/Makefile (limited to 'board/dfi/dfi-bt700/Makefile') diff --git a/board/dfi/dfi-bt700/Makefile b/board/dfi/dfi-bt700/Makefile new file mode 100644 index 0000000..8052f5e --- /dev/null +++ b/board/dfi/dfi-bt700/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (C) 2015, Google, Inc +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += dfi-bt700.o start.o +obj-$(CONFIG_GENERATE_ACPI_TABLE) += dsdt.o -- cgit v1.1