From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from exprod5og103.obsmtp.com (exprod5og103.obsmtp.com [64.18.0.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4E4A6DE17B for ; Sat, 14 Mar 2009 02:52:19 +1100 (EST) From: Martyn Welch Subject: [PATCH 0/2] powerpc/86xx: Board support for GE Fanuc PPC9A To: linuxppc-dev@ozlabs.org Date: Fri, 13 Mar 2009 15:52:20 +0000 Message-ID: <20090313154716.25810.69695.stgit@ubuntu8041.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: wim@iguana.be List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The following series implements basic support for the GE Fanuc PPC9A, a 6U single board computer, based on the Freescale MPC8641D. This series provides: - The ability to boot the board with a serial console. - Ethernet support. - Sata and USB. - Support for one of the 2 available watchdog timers. - Support for the onboard temperature sensors - Support for the onboard RTC Martyn