x86: Add DFI BT700 BayTrail board support
authorStefan Roese <sr@denx.de>
Mon, 15 Aug 2016 11:50:49 +0000 (13:50 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 16 Aug 2016 03:44:09 +0000 (11:44 +0800)
commitb1ad6c696631f07b5fe109378516abcb79ded1f9
tree28fa5d60592a682aa3c646f1ce571e69b751abcd
parent303dfc2e5efeaebfb7f01f2e59e5870e645376ca
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 <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
14 files changed:
arch/x86/Kconfig
arch/x86/dts/Makefile
arch/x86/dts/dfi-bt700-q7x-151.dts [new file with mode: 0644]
arch/x86/dts/dfi-bt700.dtsi [new file with mode: 0644]
board/dfi/Kconfig [new file with mode: 0644]
board/dfi/dfi-bt700/Kconfig [new file with mode: 0644]
board/dfi/dfi-bt700/MAINTAINERS [new file with mode: 0644]
board/dfi/dfi-bt700/Makefile [new file with mode: 0644]
board/dfi/dfi-bt700/acpi/mainboard.asl [new file with mode: 0644]
board/dfi/dfi-bt700/dfi-bt700.c [new file with mode: 0644]
board/dfi/dfi-bt700/dsdt.asl [new file with mode: 0644]
board/dfi/dfi-bt700/start.S [new file with mode: 0644]
configs/dfi-bt700-q7x-151_defconfig [new file with mode: 0644]
include/configs/dfi-bt700.h [new file with mode: 0644]