[POWERPC] Add bootwrapper support for Marvell MPSC
authorMark A. Greer <mgreer@mvista.com>
Sat, 12 May 2007 00:54:31 +0000 (10:54 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 12 May 2007 01:32:49 +0000 (11:32 +1000)
commite12deb840ceed7051ab4799ae71b675a83c58c7c
treee1adaeb62fda1fa2557c4083f8d51e16a0580a9a
parent0f81b11d2a14adaa9b2c944f104e13d72fedc769
[POWERPC] Add bootwrapper support for Marvell MPSC

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>
arch/powerpc/boot/Makefile
arch/powerpc/boot/mpsc.c [new file with mode: 0644]
arch/powerpc/boot/ops.h
arch/powerpc/boot/serial.c