aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc/boot/simple/uartlite_tty.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-10powerpc: Remove arch/ppc and include/asm-ppcPaul Mackerras1-45/+0
All the maintained platforms are now in arch/powerpc, so the old arch/ppc stuff can now go away. Acked-by: Adrian Bunk <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Becky Bruce <[email protected]> Acked-by: Benjamin Herrenschmidt <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Acked-by: Grant Likely <[email protected]> Acked-by: Jochen Friedrich <[email protected]> Acked-by: John Linn <[email protected]> Acked-by: Jon Loeliger <[email protected]> Acked-by: Josh Boyer <[email protected]> Acked-by: Kumar Gala <[email protected]> Acked-by: Olof Johansson <[email protected]> Acked-by: Peter Korsgaard <[email protected]> Acked-by: Scott Wood <[email protected]> Acked-by: Sean MacLennan <[email protected]> Acked-by: Segher Boessenkool <[email protected]> Acked-by: Stefan Roese <[email protected]> Acked-by: Stephen Neuendorffer <[email protected]> Acked-by: Wolfgang Denk <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
2007-10-03[POWERPC] Uartlite: Flush RX fifo in bootwrapperGrant Likely1-0/+8
Flush the uartlite RX fifo so that characters typed before entry into the zImage wrapper do not muck up the kernel command line. Signed-off-by: Grant Likely <[email protected]> Signed-off-by: Josh Boyer <[email protected]>
2007-04-30[POWERPC] Add uartlite boot console driver for the zImage wrapperGrant Likely1-0/+37
Signed-off-by: Grant Likely <[email protected]> Acked-by: Peter Korsgaard <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>