u-boot-brain/arch/blackfin/cpu
Marek Vasut 41651cab97 serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI
Rework the emulation of serial console via JTAG from simple ad-hoc
implementation of serial port routines to CONFIG_SERIAL_MULTI and
enable CONFIG_SERIAL_MULTI unconditionally for blackfin.

In order for the JTAG serial console to take precedence over all
other serial ports available in system, implement override for
default_serial_console call returning this JTAG serial console.

This brings in a bit of a growth of size, but eventually will allow
us to unconditionally enable CONFIG_SERIAL_MULTI throughout the whole
U-Boot and maintain only one serial subsystem.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
Cc: Mike Frysinger <vapier@gentoo.org>
2012-10-15 11:53:51 -07:00
..
.gitignore
bootrom-asm-offsets.awk
bootrom-asm-offsets.c.in
cache.S
cpu.c
cpu.h
gpio.c
init.lds.S
init.S
initcode.c
initcode.h
interrupt.S
interrupts.c
jtag-console.c serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI 2012-10-15 11:53:51 -07:00
Makefile Consolidate bootcount code into drivers/bootcount 2012-09-01 14:26:02 +02:00
os_log.c
reset.c
serial.c serial: bfin: Adjust serial_register_bfin_uart() 2012-10-15 11:53:50 -07:00
serial.h
start.S
traps.c
u-boot.lds
watchdog.c