[POWERPC] ps3: add support for ps3 platform
authorGeoff Levand <geoffrey.levand@am.sony.com>
Wed, 22 Nov 2006 23:46:51 +0000 (00:46 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 09:40:42 +0000 (20:40 +1100)
commitf58a9d171a346afb1b09190427e6c28c6118703e
treec58029f610ba1e7a8680d09a8cdbdb737dbc166b
parenta985239bdf017e00e985c3a31149d6ae128fdc5f
[POWERPC] ps3: add support for ps3 platform

Adds the core platform support for the PS3 game console and other devices
using the PS3 hypervisor.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
MAINTAINERS
arch/powerpc/Kconfig
arch/powerpc/platforms/Makefile
arch/powerpc/platforms/ps3/Kconfig [new file with mode: 0644]
arch/powerpc/platforms/ps3/Makefile [new file with mode: 0644]
arch/powerpc/platforms/ps3/mm.c [new file with mode: 0644]
arch/powerpc/platforms/ps3/platform.h [new file with mode: 0644]
arch/powerpc/platforms/ps3/setup.c [new file with mode: 0644]
arch/powerpc/platforms/ps3/smp.c [new file with mode: 0644]
arch/powerpc/platforms/ps3/time.c [new file with mode: 0644]
include/asm-powerpc/ps3.h [new file with mode: 0644]