u-boot-brain/board/atmel/at91cap9adk
Stelian Pop 19bd688484 Fix boot from NOR due to incorrect reset delay.
AT91 RSTC registers are battery-backuped, so their values
are not reset across power cycles. One of those registers,
the AT91_RSTC_MR register, is being modified by U-Boot, in
the ethernet initialisation routine, to generate a 500ms
user reset.

Unfortunately, this value is not being restored afterwards,
causing subsequent resets to also last for 500ms.

This long reset sequence causes problems (at least) in the
boot sequence from NOR: by the time the CPU tries to load
a program from the NOR flash, the latter is still in reset
and not yet available.

Additionaly, this patch fixes a bug in the original code which
caused the reset delay to last for 2s instead of 500ms.

Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-07-05 17:32:22 +02:00
..
at91cap9adk.c Fix boot from NOR due to incorrect reset delay. 2008-07-05 17:32:22 +02:00
config.mk AT91CAP9 support : move board files to Atmel vendor directory. 2008-02-14 09:37:58 +00:00
led.c Fix @ -> <at> substitution 2008-05-08 23:40:42 +02:00
Makefile Add proper copyright notices in Atmel boards Makefiles 2008-05-10 11:32:06 +02:00
nand.c AT91CAP9ADK: Handle 8 or 16 bit NAND 2008-05-10 11:32:06 +02:00
partition.c Add copyright information in Atmel boards partition.c 2008-05-10 11:32:06 +02:00