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

2018-10-03 Thread Loic Devulder
Hi Neil, On 10/3/18 12:58 PM, Neil Armstrong wrote: > Hi Loic, > > On 03/10/2018 12:02, Loic Devulder wrote: >> This adds platform code for the Khadas VIM2 board based on a >> Meson GXM (S912) SoC with the Meson GXM configuration. > > With the "ARM: meson: Extend mem_map to support 3GiB of RAM"

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

2018-10-03 Thread Neil Armstrong
Hi Loic, On 03/10/2018 12:02, Loic Devulder wrote: > This adds platform code for the Khadas VIM2 board based on a > Meson GXM (S912) SoC with the Meson GXM configuration. With the "ARM: meson: Extend mem_map to support 3GiB of RAM" patch, I'm glad this SoC will also be handled upstream, with the

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

2018-10-03 Thread Loic Devulder
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