Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-08 Thread Bo Shen
Hi Andreas, On 3/8/2013 15:32, Andreas Bießmann wrote: [snip] +void at91_periph_clk_enable(int id) +{ +struct at91_pmc *pmc = (struct at91_pmc *)ATMEL_BASE_PMC; The write protect is meant to be right here? I am sorry, I don't get the right means. Well, this seems to be the first SoC

Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-07 Thread Andreas Bießmann
Hi Bo, On 08.03.13 04:31, Bo Shen wrote: Hi Andreas, Thansk for your comments. On 3/7/2013 18:58, Andreas Bießmann wrote: Dear Bo Shen, On 28.02.13 08:00, Bo Shen wrote: Add sama5d3xek support with following feature - boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector

Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-04 Thread Tom Rini
On Thu, Feb 28, 2013 at 03:00:47PM +0800, Bo Shen wrote: Add sama5d3xek support with following feature - boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector - boot from SPI flash support - boot from SD card support - LCD support - EMAC support - USB support

Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-04 Thread Bo Shen
Hi Tom, On 3/4/2013 23:14, Tom Rini wrote: On Thu, Feb 28, 2013 at 03:00:47PM +0800, Bo Shen wrote: Add sama5d3xek support with following feature - boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector - boot from SPI flash support - boot from SD card support - LCD

Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-04 Thread Tom Rini
On Tue, Mar 05, 2013 at 10:03:57AM +0800, Bo Shen wrote: Hi Tom, On 3/4/2013 23:14, Tom Rini wrote: On Thu, Feb 28, 2013 at 03:00:47PM +0800, Bo Shen wrote: [snip] @@ -0,0 +1,268 @@ +/* + * Configuation settings for the SAMA5D3xEK board. [snip] +#undef CONFIG_USE_IRQ

Re: [U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-03-04 Thread Bo Shen
Hi Tom, Thanks. On 3/5/2013 10:20, Tom Rini wrote: On Tue, Mar 05, 2013 at 10:03:57AM +0800, Bo Shen wrote: Hi Tom, On 3/4/2013 23:14, Tom Rini wrote: On Thu, Feb 28, 2013 at 03:00:47PM +0800, Bo Shen wrote: [snip] @@ -0,0 +1,268 @@ +/* + * Configuation settings for the SAMA5D3xEK board.

[U-Boot] [PATCH 4/4] ARM: atmel: add sama5d3xek support

2013-02-27 Thread Bo Shen
Add sama5d3xek support with following feature - boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector - boot from SPI flash support - boot from SD card support - LCD support - EMAC support - USB support Signed-off-by: Bo Shen voice.s...@atmel.com --- MAINTAINERS