From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [208.123.74.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 90886DDFB4 for ; Wed, 9 Jan 2008 09:05:44 +1100 (EST) Received: from jdl (helo=jdl.com) by jdl.com with local-esmtp (Exim 4.63) (envelope-from ) id 1JCMZn-0002lk-NW for linuxppc-dev@ozlabs.org; Tue, 08 Jan 2008 16:05:40 -0600 To: linuxppc-dev@ozlabs.org Subject: [PATCH 0/3 v2] Add iomega StorCenter basic port Date: Tue, 08 Jan 2008 16:05:39 -0600 From: Jon Loeliger Message-Id: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Folks, Here's the second pass at the patches to add the basic iomega StorCenter port to arch/powerpc. This version of the patches addresses the comments from the first round, cleaning up the Kconfig, DTS and board file. Thanks, jdl arch/powerpc/boot/Makefile | 3 +- arch/powerpc/boot/cuboot-824x.c | 52 + arch/powerpc/boot/dts/storcenter.dts | 155 +++ arch/powerpc/configs/storcenter_defconfig | 1174 +++++++++++++++++++++++ arch/powerpc/platforms/embedded6xx/Kconfig | 23 +- arch/powerpc/platforms/embedded6xx/Makefile | 1 + arch/powerpc/platforms/embedded6xx/storcenter.c | 165 ++++ 7 files changed, 1566 insertions(+), 7 deletions(-)