aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/mpsc.c
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] bootwrapper: Declare udelay() in ops.hScott Wood2007-08-221-1/+0
| | | | | | | Declarations in various users are removed. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] Add bootwrapper support for Marvell MPSCMark A. Greer2007-05-121-0/+170
The bootwrapper requires a serial driver to allow cmdline editing and information reporting on the console. This driver is required by platforms that boot a zImage and use the MPSC for the console. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>