diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-10-01 22:15:13 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-03 08:23:13 -0400 |
commit | 7ddc5f978b16c024b6c1fcecbda6815d3d3222ef (patch) | |
tree | c6772bcbf1c19583b9aaf1303aea09e12e2568a0 /arch/powerpc/boot/ops.h | |
parent | 340ffd267c85fc28da7cfd681b177c816af800cf (diff) |
[POWERPC] Virtex: Add uartlite bootwrapper driver
Allows the bootwrapper to use the uartlite device for console output.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
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 e948e57abef8..a180b6505f47 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -85,6 +85,7 @@ int ns16550_console_init(void *devp, struct serial_console_data *scdp); | |||
85 | int mpsc_console_init(void *devp, struct serial_console_data *scdp); | 85 | int mpsc_console_init(void *devp, struct serial_console_data *scdp); |
86 | int cpm_console_init(void *devp, struct serial_console_data *scdp); | 86 | int cpm_console_init(void *devp, struct serial_console_data *scdp); |
87 | int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp); | 87 | int mpc5200_psc_console_init(void *devp, struct serial_console_data *scdp); |
88 | int uartlite_console_init(void *devp, struct serial_console_data *scdp); | ||
88 | void *simple_alloc_init(char *base, unsigned long heap_size, | 89 | void *simple_alloc_init(char *base, unsigned long heap_size, |
89 | unsigned long granularity, unsigned long max_allocs); | 90 | unsigned long granularity, unsigned long max_allocs); |
90 | extern void flush_cache(void *, unsigned long); | 91 | extern void flush_cache(void *, unsigned long); |