[U-Boot] [PATCH 0/2] Add Khadas VIM2 board support

Loic Devulder ldevulder at suse.de
Wed Oct 3 10:02:05 UTC 2018


This adds platform code for the Khadas VIM2 board based on a
Meson GXM (S912) SoC with the Meson GXM configuration.

This initial submission supports UART, MMC/SDCard and Ethernet.
USB is partially supported.

All the code is from Neil Armstrong! I just rebased the code, do
some cleanup and tested on my board.

Loic Devulder (2):
  ARM: meson: Add Khadas VIM2 board DT
  ARM: meson: Add Khadas VIM2 board support

 arch/arm/dts/Makefile                   |   3 +-
 arch/arm/dts/meson-gxm-khadas-vim2.dts  | 412 ++++++++++++++++++++++++++++++++
 arch/arm/dts/meson-gxm.dtsi             | 119 +++++++++
 arch/arm/mach-meson/Kconfig             |  23 ++
 board/amlogic/khadas-vim2/Kconfig       |  12 +
 board/amlogic/khadas-vim2/MAINTAINERS   |   6 +
 board/amlogic/khadas-vim2/Makefile      |   6 +
 board/amlogic/khadas-vim2/README        | 103 ++++++++
 board/amlogic/khadas-vim2/khadas-vim2.c |  62 +++++
 configs/khadas-vim2_defconfig           |  51 ++++
 include/configs/khadas-vim2.h           |  18 ++
 11 files changed, 814 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/meson-gxm-khadas-vim2.dts
 create mode 100644 arch/arm/dts/meson-gxm.dtsi
 create mode 100644 board/amlogic/khadas-vim2/Kconfig
 create mode 100644 board/amlogic/khadas-vim2/MAINTAINERS
 create mode 100644 board/amlogic/khadas-vim2/Makefile
 create mode 100644 board/amlogic/khadas-vim2/README
 create mode 100644 board/amlogic/khadas-vim2/khadas-vim2.c
 create mode 100644 configs/khadas-vim2_defconfig
 create mode 100644 include/configs/khadas-vim2.h

-- 
2.16.4



More information about the U-Boot mailing list