[PATCH v5 0/2] powerpc: Board support for GE Fanuc SBC610
From: Martyn Welch <hidden>
Date: 2008-09-04 16:01:48
From: Martyn Welch <hidden>
Date: 2008-09-04 16:01:48
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 <redacted> --- Scott: Thanks for your feeback. I have removed un-needed entries from of_bus_ids[] and added "simple-bus" compatible node to soc in the DTS. Martyn arch/powerpc/boot/dts/gef_sbc610.dts | 260 ++++++++++++++++++++++++++++++ arch/powerpc/platforms/86xx/Kconfig | 9 + arch/powerpc/platforms/86xx/Makefile | 1 arch/powerpc/platforms/86xx/gef_sbc610.c | 149 +++++++++++++++++ 4 files changed, 418 insertions(+), 1 deletions(-)