linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Update to GE powerpc/86xx based boards.
@ 2010-01-11 12:23 Martyn Welch
  2010-01-11 12:23 ` [PATCH 1/8] powerpc/86xx: Add MSI section to GE SBC310 DTS Martyn Welch
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

The following series implements some minor fixes and updates to the GE
SBC310, SBC610 and PPC9A

-- 
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/8] powerpc/86xx: Add MSI section to GE SBC310 DTS
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
@ 2010-01-11 12:23 ` Martyn Welch
  2010-01-11 12:23 ` [PATCH 2/8] powerpc/86xx: Fix GE SBC310 XMC site support Martyn Welch
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

Add the MSI section to the DTS file for the GE SBC310.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---

 arch/powerpc/boot/dts/gef_sbc310.dts |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/gef_sbc310.dts b/arch/powerpc/boot/dts/gef_sbc310.dts
index 820c2b3..8ea8d4a 100644
--- a/arch/powerpc/boot/dts/gef_sbc310.dts
+++ b/arch/powerpc/boot/dts/gef_sbc310.dts
@@ -338,6 +338,22 @@
 			device_type = "open-pic";
 		};
 
+		msi@41600 {
+			compatible = "fsl,mpc8641-msi", "fsl,mpic-msi";
+			reg = <0x41600 0x80>;
+			msi-available-ranges = <0 0x100>;
+			interrupts = <
+				0xe0 0
+				0xe1 0
+				0xe2 0
+				0xe3 0
+				0xe4 0
+				0xe5 0
+				0xe6 0
+				0xe7 0>;
+			interrupt-parent = <&mpic>;
+		};
+
 		global-utilities@e0000 {
 			compatible = "fsl,mpc8641-guts";
 			reg = <0xe0000 0x1000>;


--
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/8] powerpc/86xx: Fix GE SBC310 XMC site support
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
  2010-01-11 12:23 ` [PATCH 1/8] powerpc/86xx: Add MSI section to GE SBC310 DTS Martyn Welch
@ 2010-01-11 12:23 ` Martyn Welch
  2010-01-11 12:23 ` [PATCH 3/8] powerpc/86xx: Add MSI section to GE SBC610 DTS Martyn Welch
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

From: Malcolm Crossley <malcolm.crossley2@gefanuc.com>

Correction to interrupt map mask for GE SBC310 XMC site and addition of
alias.

Signed-off-by: Malcolm Crossley <malcolm.crossley2@gefanuc.com>
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---

 arch/powerpc/boot/dts/gef_sbc310.dts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/boot/dts/gef_sbc310.dts b/arch/powerpc/boot/dts/gef_sbc310.dts
index 8ea8d4a..8e4efff 100644
--- a/arch/powerpc/boot/dts/gef_sbc310.dts
+++ b/arch/powerpc/boot/dts/gef_sbc310.dts
@@ -32,6 +32,7 @@
 		serial0 = &serial0;
 		serial1 = &serial1;
 		pci0 = &pci0;
+		pci1 = &pci1;
 	};
 
 	cpus {
@@ -374,7 +375,7 @@
 		clock-frequency = <33333333>;
 		interrupt-parent = <&mpic>;
 		interrupts = <0x18 0x2>;
-		interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
+		interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
 		interrupt-map = <
 			0x0000 0x0 0x0 0x1 &mpic 0x0 0x2
 			0x0000 0x0 0x0 0x2 &mpic 0x1 0x2


--
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/8] powerpc/86xx: Add MSI section to GE SBC610 DTS
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
  2010-01-11 12:23 ` [PATCH 1/8] powerpc/86xx: Add MSI section to GE SBC310 DTS Martyn Welch
  2010-01-11 12:23 ` [PATCH 2/8] powerpc/86xx: Fix GE SBC310 XMC site support Martyn Welch
@ 2010-01-11 12:23 ` Martyn Welch
  2010-01-11 12:23 ` [PATCH 4/8] powerpc: Basic flash support for GE SBC610 Martyn Welch
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

From: Malcolm Crossley <malcolm.crossley2@gefanuc.com>

Add the MSI section to the DTS file for the GE SBC610.

Signed-off-by: Malcolm Crossley <malcolm.crossley2@gefanuc.com>
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---

 arch/powerpc/boot/dts/gef_sbc610.dts |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts
index 30911ad..78c336f 100644
--- a/arch/powerpc/boot/dts/gef_sbc610.dts
+++ b/arch/powerpc/boot/dts/gef_sbc610.dts
@@ -305,6 +305,22 @@
 			device_type = "open-pic";
 		};
 
+		msi@41600 {
+			compatible = "fsl,mpc8641-msi", "fsl,mpic-msi";
+			reg = <0x41600 0x80>;
+			msi-available-ranges = <0 0x100>;
+			interrupts = <
+				0xe0 0
+				0xe1 0
+				0xe2 0
+				0xe3 0
+				0xe4 0
+				0xe5 0
+				0xe6 0
+				0xe7 0>;
+			interrupt-parent = <&mpic>;
+		};
+
 		global-utilities@e0000 {
 			compatible = "fsl,mpc8641-guts";
 			reg = <0xe0000 0x1000>;


--
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 4/8] powerpc: Basic flash support for GE SBC610
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
                   ` (2 preceding siblings ...)
  2010-01-11 12:23 ` [PATCH 3/8] powerpc/86xx: Add MSI section to GE SBC610 DTS Martyn Welch
@ 2010-01-11 12:23 ` Martyn Welch
  2010-01-11 12:23 ` [PATCH 5/8] powerpc/86xx: Switch on highmem support on " Martyn Welch
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

Support for the SBC610 VPX Single Board Computer from GE (PowerPC MPC8641D).

This patch adds basic support for the on-board flash.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---

 arch/powerpc/boot/dts/gef_sbc610.dts           |   50 ++++++++++++++++++++----
 arch/powerpc/configs/86xx/gef_sbc610_defconfig |   23 +++++++----
 2 files changed, 56 insertions(+), 17 deletions(-)

diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts
index 78c336f..bb70600 100644
--- a/arch/powerpc/boot/dts/gef_sbc610.dts
+++ b/arch/powerpc/boot/dts/gef_sbc610.dts
@@ -75,14 +75,48 @@
 		interrupts = <19 2>;
 		interrupt-parent = <&mpic>;
 
-		ranges = <0 0 0xff000000 0x01000000     // 16MB Boot flash
-			  1 0 0xe8000000 0x08000000     // Paged Flash 0
-			  2 0 0xe0000000 0x08000000     // Paged Flash 1
-			  3 0 0xfc100000 0x00020000     // NVRAM
-			  4 0 0xfc000000 0x00008000     // FPGA
-			  5 0 0xfc008000 0x00008000     // AFIX FPGA
-			  6 0 0xfd000000 0x00800000     // IO FPGA (8-bit)
-			  7 0 0xfd800000 0x00800000>;   // IO FPGA (32-bit)
+		ranges = <0 0 0xff000000 0x01000000	// 16MB Boot flash
+			  1 0 0xe8000000 0x08000000	// Paged Flash 0
+			  2 0 0xe0000000 0x08000000	// Paged Flash 1
+			  3 0 0xfc100000 0x00020000	// NVRAM
+			  4 0 0xfc000000 0x00008000	// FPGA
+			  5 0 0xfc008000 0x00008000	// AFIX FPGA
+			  6 0 0xfd000000 0x00800000	// IO FPGA (8-bit)
+			  7 0 0xfd800000 0x00800000>;	// IO FPGA (32-bit)
+
+		/* flash@0,0 is a mirror of part of the memory in flash@1,0
+		flash@0,0 {
+			compatible = "gef,sbc610-firmware-mirror", "cfi-flash";
+			reg = <0x0 0x0 0x1000000>;
+			bank-width = <4>;
+			device-width = <2>;
+			#address-cells = <1>;
+			#size-cells = <1>;
+			partition@0 {
+				label = "firmware";
+				reg = <0x0 0x1000000>;
+				read-only;
+			};
+		};
+		*/
+
+		flash@1,0 {
+			compatible = "gef,sbc610-paged-flash", "cfi-flash";
+			reg = <0x1 0x0 0x8000000>;
+			bank-width = <4>;
+			device-width = <2>;
+			#address-cells = <1>;
+			#size-cells = <1>;
+			partition@0 {
+				label = "user";
+				reg = <0x0 0x7800000>;
+			};
+			partition@7800000 {
+				label = "firmware";
+				reg = <0x7800000 0x800000>;
+				read-only;
+			};
+		};
 
 		nvram@3,0 {
 			device_type = "nvram";
diff --git a/arch/powerpc/configs/86xx/gef_sbc610_defconfig b/arch/powerpc/configs/86xx/gef_sbc610_defconfig
index 1975d41..9284f04 100644
--- a/arch/powerpc/configs/86xx/gef_sbc610_defconfig
+++ b/arch/powerpc/configs/86xx/gef_sbc610_defconfig
@@ -623,7 +623,7 @@ CONFIG_MTD_CONCAT=y
 CONFIG_MTD_PARTITIONS=y
 # CONFIG_MTD_REDBOOT_PARTS is not set
 # CONFIG_MTD_CMDLINE_PARTS is not set
-# CONFIG_MTD_OF_PARTS is not set
+CONFIG_MTD_OF_PARTS=y
 # CONFIG_MTD_AR7_PARTS is not set
 
 #
@@ -643,13 +643,9 @@ CONFIG_MTD_BLOCK=y
 # RAM/ROM/Flash chip drivers
 #
 CONFIG_MTD_CFI=y
-# CONFIG_MTD_JEDECPROBE is not set
+CONFIG_MTD_JEDECPROBE=y
 CONFIG_MTD_GEN_PROBE=y
-CONFIG_MTD_CFI_ADV_OPTIONS=y
-# CONFIG_MTD_CFI_NOSWAP is not set
-# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
-CONFIG_MTD_CFI_LE_BYTE_SWAP=y
-# CONFIG_MTD_CFI_GEOMETRY is not set
+# CONFIG_MTD_CFI_ADV_OPTIONS is not set
 CONFIG_MTD_MAP_BANK_WIDTH_1=y
 CONFIG_MTD_MAP_BANK_WIDTH_2=y
 CONFIG_MTD_MAP_BANK_WIDTH_4=y
@@ -660,7 +656,6 @@ CONFIG_MTD_CFI_I1=y
 CONFIG_MTD_CFI_I2=y
 # CONFIG_MTD_CFI_I4 is not set
 # CONFIG_MTD_CFI_I8 is not set
-# CONFIG_MTD_OTP is not set
 CONFIG_MTD_CFI_INTELEXT=y
 CONFIG_MTD_CFI_AMDSTD=y
 # CONFIG_MTD_CFI_STAA is not set
@@ -1682,7 +1677,17 @@ CONFIG_MISC_FILESYSTEMS=y
 # CONFIG_BEFS_FS is not set
 # CONFIG_BFS_FS is not set
 # CONFIG_EFS_FS is not set
-# CONFIG_JFFS2_FS is not set
+CONFIG_JFFS2_FS=y
+CONFIG_JFFS2_FS_DEBUG=0
+CONFIG_JFFS2_FS_WRITEBUFFER=y
+# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
+# CONFIG_JFFS2_SUMMARY is not set
+# CONFIG_JFFS2_FS_XATTR is not set
+# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
+CONFIG_JFFS2_ZLIB=y
+# CONFIG_JFFS2_LZO is not set
+CONFIG_JFFS2_RTIME=y
+# CONFIG_JFFS2_RUBIN is not set
 # CONFIG_CRAMFS is not set
 # CONFIG_SQUASHFS is not set
 # CONFIG_VXFS_FS is not set


--
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 5/8] powerpc/86xx: Switch on highmem support on GE SBC610
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
                   ` (3 preceding siblings ...)
  2010-01-11 12:23 ` [PATCH 4/8] powerpc: Basic flash support for GE SBC610 Martyn Welch
@ 2010-01-11 12:23 ` Martyn Welch
  2010-01-11 12:23 ` [PATCH 6/8] powerpc/86xx: Add MSI section to GE PPC9A DTS Martyn Welch
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---

 arch/powerpc/configs/86xx/gef_sbc610_defconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/configs/86xx/gef_sbc610_defconfig b/arch/powerpc/configs/86xx/gef_sbc610_defconfig
index 9284f04..4912602 100644
--- a/arch/powerpc/configs/86xx/gef_sbc610_defconfig
+++ b/arch/powerpc/configs/86xx/gef_sbc610_defconfig
@@ -234,7 +234,7 @@ CONFIG_MMIO_NVRAM=y
 #
 # Kernel options
 #
-# CONFIG_HIGHMEM is not set
+CONFIG_HIGHMEM=y
 CONFIG_TICK_ONESHOT=y
 # CONFIG_NO_HZ is not set
 CONFIG_HIGH_RES_TIMERS=y
@@ -1832,6 +1832,7 @@ CONFIG_DEBUG_PREEMPT=y
 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
 # CONFIG_DEBUG_KOBJECT is not set
+# CONFIG_DEBUG_HIGHMEM is not set
 # CONFIG_DEBUG_BUGVERBOSE is not set
 CONFIG_DEBUG_INFO=y
 # CONFIG_DEBUG_VM is not set


--
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 6/8] powerpc/86xx: Add MSI section to GE PPC9A DTS
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
                   ` (4 preceding siblings ...)
  2010-01-11 12:23 ` [PATCH 5/8] powerpc/86xx: Switch on highmem support on " Martyn Welch
@ 2010-01-11 12:23 ` Martyn Welch
  2010-01-11 12:23 ` [PATCH 7/8] powerpc/86xx: Enable VME driver on the GE PPC9A Martyn Welch
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

From: Malcolm Crossley <malcolm.crossley2@gefanuc.com>

Add the MSI section to the DTS file for the GE PPC9A.
    
    Signed-off-by: Malcolm Crossley <malcolm.crossley2@gefanuc.com>
    Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---

 arch/powerpc/boot/dts/gef_ppc9a.dts |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/gef_ppc9a.dts b/arch/powerpc/boot/dts/gef_ppc9a.dts
index c86114e..977f260 100644
--- a/arch/powerpc/boot/dts/gef_ppc9a.dts
+++ b/arch/powerpc/boot/dts/gef_ppc9a.dts
@@ -341,6 +341,22 @@
 			device_type = "open-pic";
 		};
 
+		msi@41600 {
+			compatible = "fsl,mpc8641-msi", "fsl,mpic-msi";
+			reg = <0x41600 0x80>;
+			msi-available-ranges = <0 0x100>;
+			interrupts = <
+				0xe0 0
+				0xe1 0
+				0xe2 0
+				0xe3 0
+				0xe4 0
+				0xe5 0
+				0xe6 0
+				0xe7 0>;
+			interrupt-parent = <&mpic>;
+		};
+
 		global-utilities@e0000 {
 			compatible = "fsl,mpc8641-guts";
 			reg = <0xe0000 0x1000>;


--
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 7/8] powerpc/86xx: Enable VME driver on the GE PPC9A
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
                   ` (5 preceding siblings ...)
  2010-01-11 12:23 ` [PATCH 6/8] powerpc/86xx: Add MSI section to GE PPC9A DTS Martyn Welch
@ 2010-01-11 12:23 ` Martyn Welch
  2010-01-11 12:23 ` [PATCH 8/8] powerpc/86xx: Enable VME driver on the GE SBC610 Martyn Welch
  2010-02-18  3:17 ` [PATCH 0/8] Update to GE powerpc/86xx based boards Kumar Gala
  8 siblings, 0 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

Enable the VME driver (which is currently in staging) on the PPC9A

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---

 arch/powerpc/configs/86xx/gef_ppc9a_defconfig |   47 ++++++++++++++++++++++++-
 1 files changed, 46 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/configs/86xx/gef_ppc9a_defconfig b/arch/powerpc/configs/86xx/gef_ppc9a_defconfig
index 6cd2cd6..1a37b69 100644
--- a/arch/powerpc/configs/86xx/gef_ppc9a_defconfig
+++ b/arch/powerpc/configs/86xx/gef_ppc9a_defconfig
@@ -1499,7 +1499,52 @@ CONFIG_RTC_DRV_RX8581=y
 #
 # TI VLYNQ
 #
-# CONFIG_STAGING is not set
+CONFIG_STAGING=y
+# CONFIG_STAGING_EXCLUDE_BUILD is not set
+# CONFIG_ET131X is not set
+# CONFIG_ME4000 is not set
+# CONFIG_MEILHAUS is not set
+# CONFIG_USB_IP_COMMON is not set
+# CONFIG_ECHO is not set
+# CONFIG_COMEDI is not set
+# CONFIG_ASUS_OLED is not set
+# CONFIG_ALTERA_PCIE_CHDMA is not set
+# CONFIG_INPUT_MIMIO is not set
+# CONFIG_TRANZPORT is not set
+
+#
+# Android
+#
+# CONFIG_ANDROID is not set
+# CONFIG_DST is not set
+# CONFIG_POHMELFS is not set
+# CONFIG_B3DFG is not set
+# CONFIG_IDE_PHISON is not set
+# CONFIG_PLAN9AUTH is not set
+# CONFIG_HECI is not set
+# CONFIG_USB_CPC is not set
+
+#
+# Qualcomm MSM Camera And Video
+#
+
+#
+# Camera Sensor Selection
+#
+# CONFIG_HYPERV_STORAGE is not set
+# CONFIG_HYPERV_BLOCK is not set
+# CONFIG_HYPERV_NET is not set
+CONFIG_VME_BUS=y
+
+#
+# VME Bridge Drivers
+#
+CONFIG_VME_TSI148=y
+
+#
+# VME Device Drivers
+#
+# CONFIG_VME_USER is not set
 
 #
 # File systems


--
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 8/8] powerpc/86xx: Enable VME driver on the GE SBC610
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
                   ` (6 preceding siblings ...)
  2010-01-11 12:23 ` [PATCH 7/8] powerpc/86xx: Enable VME driver on the GE PPC9A Martyn Welch
@ 2010-01-11 12:23 ` Martyn Welch
  2010-02-18  3:17 ` [PATCH 0/8] Update to GE powerpc/86xx based boards Kumar Gala
  8 siblings, 0 replies; 10+ messages in thread
From: Martyn Welch @ 2010-01-11 12:23 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

Enable the VME driver (which is currently in staging) on the SBC610.

Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
---

 arch/powerpc/configs/86xx/gef_sbc610_defconfig |   39 +++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/configs/86xx/gef_sbc610_defconfig b/arch/powerpc/configs/86xx/gef_sbc610_defconfig
index 4912602..37adfb6 100644
--- a/arch/powerpc/configs/86xx/gef_sbc610_defconfig
+++ b/arch/powerpc/configs/86xx/gef_sbc610_defconfig
@@ -1600,7 +1600,44 @@ CONFIG_RTC_DRV_RX8581=y
 #
 # TI VLYNQ
 #
-# CONFIG_STAGING is not set
+CONFIG_STAGING=y
+# CONFIG_STAGING_EXCLUDE_BUILD is not set
+# CONFIG_ET131X is not set
+# CONFIG_ME4000 is not set
+# CONFIG_MEILHAUS is not set
+# CONFIG_USB_IP_COMMON is not set
+# CONFIG_ECHO is not set
+# CONFIG_COMEDI is not set
+# CONFIG_ASUS_OLED is not set
+# CONFIG_ALTERA_PCIE_CHDMA is not set
+# CONFIG_INPUT_MIMIO is not set
+# CONFIG_TRANZPORT is not set
+
+#
+# Android
+#
+# CONFIG_ANDROID is not set
+# CONFIG_DST is not set
+# CONFIG_POHMELFS is not set
+# CONFIG_B3DFG is not set
+# CONFIG_IDE_PHISON is not set
+# CONFIG_PLAN9AUTH is not set
+# CONFIG_HECI is not set
+# CONFIG_VT6655 is not set
+# CONFIG_USB_CPC is not set
+# CONFIG_RDC_17F3101X is not set
+CONFIG_VME_BUS=y
+
+#
+# VME Bridge Drivers
+#
+# CONFIG_VME_CA91CX42 is not set
+CONFIG_VME_TSI148=y
+
+#
+# VME Device Drivers
+#
+# CONFIG_VME_USER is not set
 
 #
 # File systems


--
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 0/8] Update to GE powerpc/86xx based boards.
  2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
                   ` (7 preceding siblings ...)
  2010-01-11 12:23 ` [PATCH 8/8] powerpc/86xx: Enable VME driver on the GE SBC610 Martyn Welch
@ 2010-02-18  3:17 ` Kumar Gala
  8 siblings, 0 replies; 10+ messages in thread
From: Kumar Gala @ 2010-02-18  3:17 UTC (permalink / raw)
  To: Martyn Welch; +Cc: linuxppc-dev


On Jan 11, 2010, at 6:23 AM, Martyn Welch wrote:

> The following series implements some minor fixes and updates to the GE
> SBC310, SBC610 and PPC9A
>=20
> --=20
> Martyn Welch MEng MPhil MIET (Principal Software Engineer)   =
T:+44(0)1327322748
> GE Fanuc Intelligent Platforms Ltd,        |Registered in England and =
Wales
> Tove Valley Business Park, Towcester,      |(3828642) at 100 =
Barbirolli Square,
> Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB =
927559189

applied to next

- k

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-02-18  3:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-11 12:23 [PATCH 0/8] Update to GE powerpc/86xx based boards Martyn Welch
2010-01-11 12:23 ` [PATCH 1/8] powerpc/86xx: Add MSI section to GE SBC310 DTS Martyn Welch
2010-01-11 12:23 ` [PATCH 2/8] powerpc/86xx: Fix GE SBC310 XMC site support Martyn Welch
2010-01-11 12:23 ` [PATCH 3/8] powerpc/86xx: Add MSI section to GE SBC610 DTS Martyn Welch
2010-01-11 12:23 ` [PATCH 4/8] powerpc: Basic flash support for GE SBC610 Martyn Welch
2010-01-11 12:23 ` [PATCH 5/8] powerpc/86xx: Switch on highmem support on " Martyn Welch
2010-01-11 12:23 ` [PATCH 6/8] powerpc/86xx: Add MSI section to GE PPC9A DTS Martyn Welch
2010-01-11 12:23 ` [PATCH 7/8] powerpc/86xx: Enable VME driver on the GE PPC9A Martyn Welch
2010-01-11 12:23 ` [PATCH 8/8] powerpc/86xx: Enable VME driver on the GE SBC610 Martyn Welch
2010-02-18  3:17 ` [PATCH 0/8] Update to GE powerpc/86xx based boards Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).