u-boot-brain/arch/blackfin/cpu
Mike Frysinger 9aeab10bd4 Blackfin: use on-chip reset func with newer parts
Turns out the documentation is wrong and doing "RAISE 1" does not result
in a software reset, only a core reset.  So when the on-chip rom has a
functioning reset helper, use it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-06-03 13:26:45 -04:00
..
.gitignore blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
bootcount.c Blackfin: implement bootcount support 2010-07-05 04:18:18 -04:00
bootrom-asm-offsets.awk blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
bootrom-asm-offsets.c.in Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
cache.S blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
cpu.c Blackfin: set up simple NMI handlers for anomaly 05000219 2010-07-05 04:18:18 -04:00
cpu.h Blackfin: replace "bfin_reset_or_hang()" with "panic()" 2011-04-08 00:44:27 -04:00
gpio.c Blackfin: BF50x: new processor port 2011-04-08 00:44:26 -04:00
initcode.c Blackfin: BF50x: new processor port 2011-04-08 00:44:26 -04:00
interrupt.S Blackfin: set up simple NMI handlers for anomaly 05000219 2010-07-05 04:18:18 -04:00
interrupts.c blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
jtag-console.c Blackfin: jtag-console: handle newline stuffing 2010-07-25 15:17:34 -04:00
Makefile gpio: generalize for all generic gpio providers 2011-04-13 15:56:51 -04:00
os_log.c blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
reset.c Blackfin: use on-chip reset func with newer parts 2011-06-03 13:26:45 -04:00
serial.c Move DECLARE_GLOBAL_DATA_PTR to file scope 2010-12-21 11:33:36 +01:00
serial.h Blackfin: BF50x: new processor port 2011-04-08 00:44:26 -04:00
start.S Blackfin: turn off caches when self initializing 2011-04-08 00:44:26 -04:00
traps.c Blackfin: replace "bfin_reset_or_hang()" with "panic()" 2011-04-08 00:44:27 -04:00
u-boot.lds Blackfin: use common LDSCRIPT logic 2011-06-03 13:26:45 -04:00
watchdog.c blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00