aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/mpsc.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-08-22[POWERPC] bootwrapper: Declare udelay() in ops.hScott Wood1-1/+0
Declarations in various users are removed. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-05-12[POWERPC] Add bootwrapper support for Marvell MPSCMark A. Greer1-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>