]> git.baikalelectronics.ru Git - uboot.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)
commit0d4c97b00bd84801345cc5dc4afcca7c7f48fa8e
tree8519d4c18b0b01230642bb02ba330bae3417cc9a
parentf2cf6b43d651dd5ded62d25ec8595f60296bb067
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]