Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-19 Thread Simon Glass
Hi Heiko, On 18 January 2015 at 23:15, Heiko Schocher wrote: > Hello Bo, > > added Simon to cc ... > > Am 19.01.2015 02:41, schrieb Bo Shen: > >> Hi Andreas, >> >> On 01/16/2015 06:16 PM, Andreas Bießmann wrote: >>> >>> Hi Bo, >>> >>> On 01/16/2015 10:30 AM, Bo Shen wrote: On 01/16/2015

Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-18 Thread Heiko Schocher
Hello Bo, added Simon to cc ... Am 19.01.2015 02:41, schrieb Bo Shen: Hi Andreas, On 01/16/2015 06:16 PM, Andreas Bießmann wrote: Hi Bo, On 01/16/2015 10:30 AM, Bo Shen wrote: On 01/16/2015 05:10 PM, Andreas Bießmann wrote: On 01/16/2015 03:53 AM, Bo Shen wrote: --- a/arch/arm/cpu/arm92

Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-18 Thread Heiko Schocher
Hello Bo, Am 19.01.2015 02:38, schrieb Bo Shen: Hi Heiko, On 01/16/2015 07:35 PM, Heiko Schocher wrote: Hello Bo Am 16.01.2015 03:53, schrieb Bo Shen: Supports boot up from NAND flash with software ECC eanbled. And supports boot up from SD/MMC card with FAT file system. As the boot from SD/

Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-18 Thread Bo Shen
Hi Andreas, On 01/16/2015 06:16 PM, Andreas Bießmann wrote: Hi Bo, On 01/16/2015 10:30 AM, Bo Shen wrote: On 01/16/2015 05:10 PM, Andreas Bießmann wrote: On 01/16/2015 03:53 AM, Bo Shen wrote: --- a/arch/arm/cpu/arm926ejs/at91/Makefile +++ b/arch/arm/cpu/arm926ejs/at91/Makefile @@ -25,5 +2

Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-18 Thread Bo Shen
Hi Heiko, On 01/16/2015 07:35 PM, Heiko Schocher wrote: Hello Bo Am 16.01.2015 03:53, schrieb Bo Shen: Supports boot up from NAND flash with software ECC eanbled. And supports boot up from SD/MMC card with FAT file system. As the boot from SD/MMC card with FAT file system, the BSS segment is

Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-16 Thread Heiko Schocher
Hello Bo Am 16.01.2015 03:53, schrieb Bo Shen: Supports boot up from NAND flash with software ECC eanbled. And supports boot up from SD/MMC card with FAT file system. As the boot from SD/MMC card with FAT file system, the BSS segment is too big to fit into SRAM, so, use the lds to put it into S

Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-16 Thread Andreas Bießmann
Hi Bo, On 01/16/2015 10:30 AM, Bo Shen wrote: > On 01/16/2015 05:10 PM, Andreas Bießmann wrote: >> On 01/16/2015 03:53 AM, Bo Shen wrote: >>> --- a/arch/arm/cpu/arm926ejs/at91/Makefile >>> +++ b/arch/arm/cpu/arm926ejs/at91/Makefile >>> @@ -25,5 +25,9 @@ obj-y+= reset.o >>> obj-y+= timer

Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-16 Thread Bo Shen
Hi Andreas, On 01/16/2015 05:10 PM, Andreas Bießmann wrote: Hi Bo, just a short review, more will follow this weekend. On 01/16/2015 03:53 AM, Bo Shen wrote: Supports boot up from NAND flash with software ECC eanbled. And supports boot up from SD/MMC card with FAT file system. As the boot fr

Re: [U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-16 Thread Andreas Bießmann
Hi Bo, just a short review, more will follow this weekend. On 01/16/2015 03:53 AM, Bo Shen wrote: > Supports boot up from NAND flash with software ECC eanbled. > And supports boot up from SD/MMC card with FAT file system. > > As the boot from SD/MMC card with FAT file system, the BSS > segment i

[U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL

2015-01-15 Thread Bo Shen
Supports boot up from NAND flash with software ECC eanbled. And supports boot up from SD/MMC card with FAT file system. As the boot from SD/MMC card with FAT file system, the BSS segment is too big to fit into SRAM, so, use the lds to put it into SDRAM. So, we need to initialize the SDRAM as soon