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 voice.s...@atmel.com --- Changes in v3: - Move plla and mck configure to spl.c file Changes in v2: - Move

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 Shenvoice.s...@atmel.com --- Changes in v3: - Move plla

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

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

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 support, which can load

[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 voice.s...@atmel.com --- Changes in v3: - Move plla and mck configure to spl.c file Changes in v2: - Move spl related code to at91-common folder