Re: [U-Boot] [PATCH v3 3/3] ARM: atmel: add sama5d4ek board support

2014-11-05 Thread Bo Shen
Hi Masahiro, On 11/06/2014 02:13 PM, Masahiro Yamada wrote: On Wed, 29 Oct 2014 13:12:06 +0800 Bo Shen wrote: The code for this board supports following features: - Boot media support: NAND flash/SD card/SPI flash - Support LCD display - Support ethernet - Support USB mass storag

Re: [U-Boot] [PATCH v3 3/3] ARM: atmel: add sama5d4ek board support

2014-11-05 Thread Masahiro Yamada
On Wed, 29 Oct 2014 13:12:06 +0800 Bo Shen wrote: > The code for this board supports following features: > - Boot media support: NAND flash/SD card/SPI flash > - Support LCD display > - Support ethernet > - Support USB mass storage > > Signed-off-by: Bo Shen > --- > diff --git a/arch/

[U-Boot] [PATCH v3 3/3] ARM: atmel: add sama5d4ek board support

2014-10-28 Thread Bo Shen
The code for this board supports following features: - Boot media support: NAND flash/SD card/SPI flash - Support LCD display - Support ethernet - Support USB mass storage Signed-off-by: Bo Shen --- Changes in v3: - Rewrite the h32mxdiv related code according to Andreas's suggestion. Se