uboot/cpu/blackfin
Vivi Li 63cb0f4eb2 Blackfin: bump up default JTAG console timeout
The debug tools that interface with the other side of the JTAG console
got much slower when generalizing things, so bump up the default timeout
value on the U-Boot side to cope.  Hopefully at some point we can improve
the debug tools to speed things back up.

Signed-off-by: Vivi Li <vivi.li@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-06-15 13:30:08 -04:00
..
.gitignore
Makefile Blackfin: enable --gc-sections 2009-02-02 12:24:40 -05:00
bootrom-asm-offsets.awk
bootrom-asm-offsets.c.in
cache.S Blackfin: rewrite cache handling functions 2009-02-02 12:24:44 -05:00
cpu.c Blackfin: fix booting with older bootroms (no EVT1) 2009-05-06 08:47:21 -04:00
cpu.h
initcode.c Blackfin: fix booting with older bootroms (no EVT1) 2009-05-06 08:47:21 -04:00
interrupt.S
interrupts.c Blackfin: fix timer_init()/timer_reset() 2009-05-19 04:57:33 -04:00
jtag-console.c Blackfin: bump up default JTAG console timeout 2009-06-15 13:30:08 -04:00
reset.c Blackfin: mark bfin_reset static 2009-03-23 15:14:52 -04:00
serial.c Blackfin: audit UART for all known anomalies 2009-04-06 17:37:49 -04:00
serial.h Blackfin: avoid get_sclk() with early serial debug 2009-05-06 08:47:27 -04:00
start.S Blackfin: fix crash when booting from external memory 2009-04-02 06:41:56 -04:00
traps.c Add support for Linux-like kallsysms 2009-06-12 20:45:48 +02:00
watchdog.c