[U-Boot] [PATCH u-boot 2/2] arm: Add Khadas VIM support based on Meson GXL family

Neil Armstrong narmstrong at baylibre.com
Wed Nov 22 11:13:33 UTC 2017


On 21/11/2017 05:09, Simon Glass wrote:
> Hi Neil,
> 
> On 20 November 2017 at 08:04, Neil Armstrong <narmstrong at baylibre.com> wrote:
>> 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.
>>
>> Signed-off-by: Neil Armstrong <narmstrong at baylibre.com>
>> ---
>>  arch/arm/dts/Makefile                       |   3 +-
>>  arch/arm/dts/meson-gxl-s905x-khadas-vim.dts | 137 ++++++++++++++++++++++++++++
>>  arch/arm/mach-meson/Kconfig                 |   9 ++
>>  board/amlogic/khadas-vim/Kconfig            |  12 +++
>>  board/amlogic/khadas-vim/MAINTAINERS        |   6 ++
>>  board/amlogic/khadas-vim/Makefile           |   8 ++
>>  board/amlogic/khadas-vim/README             |  96 +++++++++++++++++++
>>  board/amlogic/khadas-vim/khadas-vim.c       |  58 ++++++++++++
>>  configs/khadas-vim_defconfig                |  35 +++++++
>>  include/configs/khadas-vim.h                |  24 +++++
>>  10 files changed, 387 insertions(+), 1 deletion(-)
>>  create mode 100644 arch/arm/dts/meson-gxl-s905x-khadas-vim.dts
>>  create mode 100644 board/amlogic/khadas-vim/Kconfig
>>  create mode 100644 board/amlogic/khadas-vim/MAINTAINERS
>>  create mode 100644 board/amlogic/khadas-vim/Makefile
>>  create mode 100644 board/amlogic/khadas-vim/README
>>  create mode 100644 board/amlogic/khadas-vim/khadas-vim.c
>>  create mode 100644 configs/khadas-vim_defconfig
>>  create mode 100644 include/configs/khadas-vim.h
> 
> Sees like quite a bit of duplication with the previous patch,
> including the README. Can you fix this please?

For the README part, no, because they are quite different boards and
the instructions looks similar but uses quite different vendor
source to generate the ATF blobs.

For the board.c file, yes, I can definitely add a common ethernet
setup function to avoid duplication.

> 
> - Simon
> 



More information about the U-Boot mailing list