diff options
author | Mark A. Greer <mgreer@mvista.com> | 2007-05-12 00:54:31 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-12 01:32:49 (GMT) |
commit | e12deb840ceed7051ab4799ae71b675a83c58c7c (patch) | |
tree | e1adaeb62fda1fa2557c4083f8d51e16a0580a9a /arch/powerpc/boot/ops.h | |
parent | 0f81b11d2a14adaa9b2c944f104e13d72fedc769 (diff) | |
download | linux-fsl-qoriq-e12deb840ceed7051ab4799ae71b675a83c58c7c.tar.xz |
[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>
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index 73bd47a..959124f 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h @@ -79,6 +79,7 @@ void start(void); int ft_init(void *dt_blob, unsigned int max_size, unsigned int max_find_device); int serial_console_init(void); int ns16550_console_init(void *devp, struct serial_console_data *scdp); +int mpsc_console_init(void *devp, struct serial_console_data *scdp); void *simple_alloc_init(char *base, unsigned long heap_size, unsigned long granularity, unsigned long max_allocs); extern void flush_cache(void *, unsigned long); |