[POWERPC] Add non-OF serial console support
authorMark A. Greer <mgreer@mvista.com>
Mon, 16 Oct 2006 20:52:09 +0000 (13:52 -0700)
committerPaul Mackerras <paulus@samba.org>
Mon, 23 Oct 2006 02:49:19 +0000 (12:49 +1000)
commit0c176fa80fdfa9b4e0753e37223b056994c818d2
treeaa45e2bba6f57ac1e85e81f2482667c0873fefa4
parent6fb4efc68f5c0e095153510dcfa8b54a42e914ba
[POWERPC] Add non-OF serial console support

Add serial console support for non-OF systems.  There is a generic serial
console layer which calls a serial console driver.  Included is the serial
console driver for the ns16550 class of uarts.  Necessary support routines
are added as well.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/io.h [new file with mode: 0644]
arch/powerpc/boot/ns16550.c [new file with mode: 0644]
arch/powerpc/boot/serial.c [new file with mode: 0644]
arch/powerpc/boot/util.S [new file with mode: 0644]