aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx/serial.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk1-0/+56
2006-06-16Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk1-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.
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-4/+2
2005-09-25Fix MGT5100 PSC baudrate calculationWolfgang Denk1-3/+3
Patch by Sebastian Schau, 27 Jan 2005
2005-06-27* Fix baudrate calculation problem on MPC5200 systemswdenk1-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
2004-02-09* Patch by Rahul Shanbhag, 28 Jan 2004:wdenk1-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
2003-07-16* Add support for IceCube board (with MGT5100 and MPC5200 CPUs)U-Boot-0_4_4wdenk1-0/+165
* Add support for MGT5100 and MPC5200 processors