uboot-mt623x/arch/blackfin/cpu
Mike Frysinger b990c7bda4 Blackfin: jtag-console: handle newline stuffing
Serial devices currently have to manually stuff \r after every \n found,
but this is a bit more difficult with the jtag console since we process
everything in chunks of 4 bit.  So we have to scan & stuff the whole
string rather than what most serial drivers do which is output on a byte
per byte basis.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-07-25 15:17:34 -04:00
..
.gitignore blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
Makefile Blackfin: unify custom gpio commands 2010-07-05 05:30:07 -04: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
cmd_gpio.c Blackfin: unify custom gpio commands 2010-07-05 05:30:07 -04:00
cpu.c Blackfin: set up simple NMI handlers for anomaly 05000219 2010-07-05 04:18:18 -04:00
cpu.h Blackfin: set up simple NMI handlers for anomaly 05000219 2010-07-05 04:18:18 -04:00
gpio.c Blackfin: import gpio/portmux layer from Linux 2010-07-05 05:30:07 -04:00
initcode.c Blackfin: set up simple NMI handlers for anomaly 05000219 2010-07-05 04:18:18 -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
os_log.c blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
reset.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
serial.c blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
serial.h Blackfin: serial: convert to portmux framework 2010-07-13 17:50:50 -04:00
start.S blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00
traps.c Blackfin: clean up trace buffer handling when crashing 2010-07-05 04:18:18 -04:00
watchdog.c blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* 2010-04-13 09:13:25 +02:00