[POWERPC] bootwrapper: Add CPM serial driver
authorScott Wood <scottwood@freescale.com>
Mon, 20 Aug 2007 17:39:57 +0000 (03:39 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Aug 2007 05:26:20 +0000 (15:26 +1000)
commitd0f53fafc016b3f4f20f63ecf52f6df8774bcb3c
treea02ad704dc8fce31942e3414f868b9d14132f16d
parent3ee9b7abafc36a9377af6f036f50c3450954884c
[POWERPC] bootwrapper: Add CPM serial driver

This serial port is used on all 8xx, many 82xx, and some 85xx chips.

The driver requires that the port has already been set up by the firmware
and/or platform code.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/cpm-serial.c [new file with mode: 0644]
arch/powerpc/boot/ops.h
arch/powerpc/boot/serial.c