linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] powerpc: Board support for GE Fanuc SBC610
@ 2008-08-26 13:13 Martyn Welch
  2008-08-26 13:13 ` [PATCH v3 1/2] " Martyn Welch
  2008-08-26 13:13 ` [PATCH v3 2/2] powerpc: Default configuration " Martyn Welch
  0 siblings, 2 replies; 7+ messages in thread
From: Martyn Welch @ 2008-08-26 13:13 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: scottwood, paulus

The following series implements basic board support for GE Fanuc's SBC610, a 
6U single board computer, based on Freescale's MPC8641D.

This series provides basic functionality:
- The board can boot with a serial console.
- Ethernet works, though the phys are polled.
- The PCI bus is scanned and sata functions.

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

Kumar & Scott: Thanks again for your comments.

I have:
- Removed all of the "device_type" entries I believe I can
- Moved the default config to new directory "arch/powerpc/configs/86xx/"
- "mac-address" changed to "local-mac-address"
- Removed un-needed #add/size and other defunct entries
- Use common interrupt routine.

Martyn

Martyn Welch (2):
      powerpc: Default configuration for GE Fanuc SBC610
      powerpc: Board support for GE Fanuc SBC610


 arch/powerpc/boot/dts/gef_sbc610.dts      |  268 +++++
 arch/powerpc/configs/gef_sbc610_defconfig | 1654 +++++++++++++++++++++++++++++
 arch/powerpc/platforms/86xx/Kconfig       |    9 
 arch/powerpc/platforms/86xx/Makefile      |    1 
 arch/powerpc/platforms/86xx/gef_sbc610.c  |  187 +++
 5 files changed, 2118 insertions(+), 1 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/gef_sbc610.dts
 create mode 100644 arch/powerpc/configs/gef_sbc610_defconfig
 create mode 100644 arch/powerpc/platforms/86xx/gef_sbc610.c

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

end of thread, other threads:[~2008-09-04 15:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 13:13 [PATCH v3 0/2] powerpc: Board support for GE Fanuc SBC610 Martyn Welch
2008-08-26 13:13 ` [PATCH v3 1/2] " Martyn Welch
2008-08-29 12:04   ` Kumar Gala
2008-09-01  8:35     ` Martyn Welch
2008-09-03 23:26       ` Jerry Van Baren
2008-09-04 15:41         ` Martyn Welch
2008-08-26 13:13 ` [PATCH v3 2/2] powerpc: Default configuration " Martyn Welch

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).