summaryrefslogtreecommitdiff
path: root/common/serial.c
Commit message (Collapse)AuthorAgeLines
* * Patch by Leif Lindholm, 23 Sep 2004:wdenk2005-01-09-0/+9
| | | | | | | | add support for the AMD db1550 board * Patch by Travis Sawyer, 15 Sep 2004: Add CONFIG_SERIAL_MULTI support for ppc4xx, update README.serial_multi
* Cleanupwdenk2004-10-11-6/+6
|
* * Patch by Pantelis Antoniou, 14 Sep 2004:wdenk2004-10-11-54/+62
| | | | | | | Fix early serial hang when CONFIG_SERIAL_MULTI is defined. * Patch by Pantelis Antoniou, 14 Sep 2004: Kick watchdog when bz-decompressing
* * Code cleanupwdenk2004-08-01-0/+196
* Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards * Patches by Marc Leeman, 23 Jul 2004: - Add define for the PCI/Memory Buffer Configuration Register - corrected comments in cpu/mpc824x/cpu_init.c * Add support for multiple serial interfaces (for example to allow modem dial-in / dial-out)