summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx/serial.c
Commit message (Collapse)AuthorAgeFilesLines
* Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-301-0/+56
|
* Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk2006-06-161-10/+171
| | | | | | | | | | | | 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.
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-4/+2
|
* Fix MGT5100 PSC baudrate calculationWolfgang Denk2005-09-251-3/+3
| | | | Patch by Sebastian Schau, 27 Jan 2005
* * Fix baudrate calculation problem on MPC5200 systemswdenk2005-06-271-2/+2
| | | | | | | | | * Add MPC8220 boards to MAKEALL script * Add EEPROM and RTC support for HMI1001 board * Patch by Detlev Zundel, 20 Jun 2005: Fix initialization of low active GPIO pins on inka4x0 board
* * Patch by Rahul Shanbhag, 28 Jan 2004:wdenk2004-02-091-4/+4
| | | | | | | | | | | | Fix flash protection/locking handling for OMAP1610 innovator board. * Patch by Rolf Peukert, 28 Jan 2004: fix flash write problems on CSB226 board (write with 32 bit bus width) * Patches by Mark Jonas, 16 Jan 2004: - fix rounding error when calculating baudrates for MPC5200 PSCs - make sure CFG_RAMBOOT and CFG_LOWBOOT are not enabled at the same time which is not supported
* * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)wdenk2003-07-161-0/+165
* Add support for MGT5100 and MPC5200 processors
OpenPOWER on IntegriCloud