Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Andreas Bießmann
Hi Bo, On 11/14/2013 07:53 AM, Bo Shen wrote: > On 11/14/2013 02:28 PM, Andreas Bießmann wrote: >> On 14.11.13 06:52, Heiko Schocher wrote: >>> Am 13.11.2013 14:34, schrieb Andreas Bießmann: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: > Enable Atmel sama5d3xek boart spl boot s

Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Bo Shen
Hi Andreas, On 11/14/2013 02:28 PM, Andreas Bießmann wrote: Hello Heiko, On 14.11.13 06:52, Heiko Schocher wrote: Am 13.11.2013 14:34, schrieb Andreas Bießmann: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: Enable Atmel sama5d3xek boart spl boot support, which can load u-boot from SD card w

Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Andreas Bießmann
Hello Heiko, On 14.11.13 06:52, Heiko Schocher wrote: > Am 13.11.2013 14:34, schrieb Andreas Bießmann: >> Hi Bo, >> >> On 11/06/2013 06:29 AM, Bo Shen wrote: >>> Enable Atmel sama5d3xek boart spl boot support, which can load u-boot >>> from SD card with FAT file system. >>> >>> Signed-off-by: Bo S

Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Heiko Schocher
Hello Andreas, Am 13.11.2013 14:34, schrieb Andreas Bießmann: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: Enable Atmel sama5d3xek boart spl boot support, which can load u-boot from SD card with FAT file system. Signed-off-by: Bo Shen --- Changes in v3: - Move plla and mck configure to s

Re: [U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-13 Thread Andreas Bießmann
Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: > Enable Atmel sama5d3xek boart spl boot support, which can load u-boot > from SD card with FAT file system. > > Signed-off-by: Bo Shen > > --- > Changes in v3: > - Move plla and mck configure to spl.c file > > Changes in v2: > - Move spl relat

[U-Boot] [PATCH v3 6/6] arm: atmel: sama5d3: spl boot from fat fs SD card

2013-11-05 Thread Bo Shen
Enable Atmel sama5d3xek boart spl boot support, which can load u-boot from SD card with FAT file system. Signed-off-by: Bo Shen --- Changes in v3: - Move plla and mck configure to spl.c file Changes in v2: - Move spl related code to at91-common folder arch/arm/cpu/armv7/Makefile