]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: Add Khadas VIM support based on Meson GXL family
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 27 Nov 2017 09:16:20 +0000 (10:16 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Dec 2017 14:59:03 +0000 (09:59 -0500)
commit5ff2ee44ee7d09c99bdf1be7349c1212149c573c
tree8519d4c18b0b01230642bb02ba330bae3417cc9a
parent96e7b5a174365c87adabbafed56f2258de04b207
arm: Add Khadas VIM support based on Meson GXL family

This adds platform code for the Khadas VIM board based on a
Meson GXL (S905X) SoC with the Meson GXL configuration.

This initial submission supports UART, MMC/SDCard and Ethernet with the
Internal RMII PHY.

The meson-gxl-s905x-khadas-vim.dts is synchronised from the linux 4.13
stable tree as of 4.13.8.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/dts/Makefile
arch/arm/dts/meson-gxl-s905x-khadas-vim.dts [new file with mode: 0644]
arch/arm/mach-meson/Kconfig
board/amlogic/khadas-vim/Kconfig [new file with mode: 0644]
board/amlogic/khadas-vim/MAINTAINERS [new file with mode: 0644]
board/amlogic/khadas-vim/Makefile [new file with mode: 0644]
board/amlogic/khadas-vim/README [new file with mode: 0644]
board/amlogic/khadas-vim/khadas-vim.c [new file with mode: 0644]
configs/khadas-vim_defconfig [new file with mode: 0644]
include/configs/khadas-vim.h [new file with mode: 0644]