[PATCH] powerpc: add hvc backend for rtas
authorArnd Bergmann <arnd.bergmann@de.ibm.com>
Mon, 27 Mar 2006 19:26:03 +0000 (21:26 +0200)
committerPaul Mackerras <paulus@samba.org>
Tue, 28 Mar 2006 05:45:28 +0000 (16:45 +1100)
commitf4d1749e9570d3984800c371c6e06eb35b9718b1
tree33bf58645b1e2404510c19d7e8b0ca16510998df
parent45d607ed92695d7543f5e1fc5b133cd69834e3e4
[PATCH] powerpc: add hvc backend for rtas

Current Cell hardware is using the console through a set
of rtas calls. This driver is needed to get console
output on those boards.

Signed-off-by: Arnd Bergmann <abergman@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/char/Kconfig
drivers/char/Makefile
drivers/char/hvc_rtas.c [new file with mode: 0644]