[Cbe-oss-dev] [patch 5/6] cell: add platform stub

Geoff Levand geoffrey.levand at am.sony.com
Thu Apr 27 07:52:48 EST 2006


Adds place holders for new platform.

Signed-off-by: Geoff Levand <geoffrey.levand at am.sony.com>

--
Index: cell--alp--1/arch/powerpc/Kconfig
===================================================================
--- cell--alp--1.orig/arch/powerpc/Kconfig	2006-04-26 10:42:23.000000000 -0700
+++ cell--alp--1/arch/powerpc/Kconfig	2006-04-26 10:42:49.000000000 -0700
@@ -374,6 +374,8 @@
 	select PPC_UDBG_16550
 	select SPU_FS_RAWIO

+source arch/powerpc/platforms/ps3/Kconfig
+
 config PPC_SYSTEMSIM
 	bool "  IBM Full System Simulator (systemsim) support"
 	depends on PPC_IBM_CELL_BLADE || PPC_PSERIES || PPC_MAPLE
Index: cell--alp--1/arch/powerpc/platforms/Makefile
===================================================================
--- cell--alp--1.orig/arch/powerpc/platforms/Makefile	2006-04-26 10:42:23.000000000 -0700
+++ cell--alp--1/arch/powerpc/platforms/Makefile	2006-04-26 10:42:49.000000000 -0700
@@ -13,3 +13,4 @@
 obj-$(CONFIG_PPC_ISERIES)	+= iseries/
 obj-$(CONFIG_PPC_MAPLE)		+= maple/
 obj-$(CONFIG_PPC_CELL)		+= cell/
+obj-$(CONFIG_PPC_SONY_PS3)	+= ps3/
Index: cell--alp--1/arch/powerpc/platforms/ps3/Kconfig
===================================================================
--- cell--alp--1.orig/arch/powerpc/platforms/ps3/Kconfig	2006-04-21 13:04:41.284693750 -0700
+++ cell--alp--1/arch/powerpc/platforms/ps3/Kconfig	2006-04-26 11:16:50.000000000 -0700
@@ -0,0 +1,13 @@
+config PPC_SONY_PS3
+	bool "  Sony PS3 Game Console"
+	depends on PPC_MULTIPLATFORM && PPC64
+	select PPC_SONY_HV
+		help
+          This option enables support for the Sony PS3 Game Console.
+
+config PPC_SONY_HV
+	bool
+	depends on PPC_SONY_PS3
+	default y if PPC_SONY_PS3
+	select PPC_CELL
+	select PPC_RTAS
Index: cell--alp--1/arch/powerpc/platforms/ps3/Makefile
===================================================================
--- cell--alp--1.orig/arch/powerpc/platforms/ps3/Makefile	2006-04-21 13:04:41.284693750 -0700
+++ cell--alp--1/arch/powerpc/platforms/ps3/Makefile	2006-04-26 10:42:49.000000000 -0700
@@ -0,0 +1 @@
+obj-n += setup.o




More information about the cbe-oss-dev mailing list