Add support for CONFIG_SERIAL_MULTI on MPC5xxx
authorWolfgang Denk <wd@fifi.denx.de>
Fri, 16 Jun 2006 15:04:45 +0000 (17:04 +0200)
committerWolfgang Denk <wd@fifi.denx.de>
Fri, 16 Jun 2006 15:04:45 +0000 (17:04 +0200)
commitc12cffc543df621c162ba26e012c7f4ab0af496e
treea95bf59985f73d892802ad1df0f6227fa68275c3
parent30a43cc2aeb84dfd96a411fb2da2ff4ab10dcd5a
Add support for CONFIG_SERIAL_MULTI on MPC5xxx
Patch by Martin Krause, 8 Jun 2006

This patch supports two serial consoles on boards with
a MPC5xxx CPU. The console can be switched at runtime
by setting stdin, stdout and stderr to the desired serial
interface (serial0 or serial1). The PSCs to be used as
console port are definded by CONFIG_PSC_CONSOLE
and CONFIG_PSC_CONSOLE2.
See README.serial_multi for details.
CHANGELOG
common/serial.c
cpu/mpc5xxx/serial.c
doc/README.serial_multi
include/serial.h