[U-Boot] [PATCH 1/2 v4] x86: Add DFI BT700 BayTrail board support

Bin Meng bmeng.cn at gmail.com
Tue Aug 16 05:43:23 CEST 2016


On Mon, Aug 15, 2016 at 7:50 PM, Stefan Roese <sr at denx.de> wrote:
> 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 at denx.de>
> Cc: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> v4:
> - Remove dfi-bt700-internal-uart_defconfig
> - Add missing entry to MAINTAINERS
>
> v3:
> - Change comment Winbond > Nuvoton
> - Remove unneeded compatible property in HS-UART DTS node
>
> v2:
> - Added missing text to Kconfig entry
>
>  arch/x86/Kconfig                       |   4 +
>  arch/x86/dts/Makefile                  |   1 +
>  arch/x86/dts/dfi-bt700-q7x-151.dts     |  22 +++
>  arch/x86/dts/dfi-bt700.dtsi            | 308 +++++++++++++++++++++++++++++++++
>  board/dfi/Kconfig                      |  29 ++++
>  board/dfi/dfi-bt700/Kconfig            |  28 +++
>  board/dfi/dfi-bt700/MAINTAINERS        |   8 +
>  board/dfi/dfi-bt700/Makefile           |   8 +
>  board/dfi/dfi-bt700/acpi/mainboard.asl |  13 ++
>  board/dfi/dfi-bt700/dfi-bt700.c        |  30 ++++
>  board/dfi/dfi-bt700/dsdt.asl           |  14 ++
>  board/dfi/dfi-bt700/start.S            |   9 +
>  configs/dfi-bt700-q7x-151_defconfig    |  63 +++++++
>  include/configs/dfi-bt700.h            |  74 ++++++++
>  14 files changed, 611 insertions(+)
>  create mode 100644 arch/x86/dts/dfi-bt700-q7x-151.dts
>  create mode 100644 arch/x86/dts/dfi-bt700.dtsi
>  create mode 100644 board/dfi/Kconfig
>  create mode 100644 board/dfi/dfi-bt700/Kconfig
>  create mode 100644 board/dfi/dfi-bt700/MAINTAINERS
>  create mode 100644 board/dfi/dfi-bt700/Makefile
>  create mode 100644 board/dfi/dfi-bt700/acpi/mainboard.asl
>  create mode 100644 board/dfi/dfi-bt700/dfi-bt700.c
>  create mode 100644 board/dfi/dfi-bt700/dsdt.asl
>  create mode 100644 board/dfi/dfi-bt700/start.S
>  create mode 100644 configs/dfi-bt700-q7x-151_defconfig
>  create mode 100644 include/configs/dfi-bt700.h
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list