[U-Boot] [PATCH] at91: Introduction of at91sam9g45 SOC.

2009-07-09 Thread Sedji Gaouaou
, ethernet, gpio/joystick/buttons. Signed-off-by: Sedji Gaouaou --- MAINTAINERS |3 + MAKEALL | 37 ++-- Makefile| 25 ++ board/atmel/at91sam9m10g45ek/Makefile

[U-Boot] [PATCH] at91: Introduction of at91sam9g10 SOC.

2009-06-25 Thread Sedji Gaouaou
AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a faster clock speed: 266/133MHz. Signed-off-by: Sedji Gaouaou --- MAINTAINERS |4 +++ MAKEALL |1 + Makefile

[U-Boot] [PATCH] at91sam9260/9263: add back up fot the rst(reset controller).

2009-06-24 Thread Sedji Gaouaou
On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was set to 0 after being set to 500 ms for the PHY reset. Do backup the old reset length and restore it after the MACB initialisation. Signed-off-by: Sedji Gaouaou --- board/afeb9260/afeb9260.c |6

Re: [U-Boot] [PATCH] at91sam9260/9263: add back up fot the rst(reset controller).

2009-06-23 Thread Sedji Gaouaou
Stelian Pop a écrit : > On Tue, Jun 23, 2009 at 12:46:50PM +0200, Sedji Gaouaou wrote: > >> On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register >> was >> set to 0 after being set to 500 ms for the PHY reset. >> Now if back up is enable it

[U-Boot] [PATCH] at91sam9260/9263: add back up fot the rst(reset controller).

2009-06-23 Thread Sedji Gaouaou
On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was set to 0 after being set to 500 ms for the PHY reset. Now if back up is enable it will be set to the saved value. Signed-off-by: Sedji Gaouaou --- board/afeb9260/afeb9260.c |6 +- board/atmel