From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261563AbUGIAIa (ORCPT ); Thu, 8 Jul 2004 20:08:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261610AbUGIAIa (ORCPT ); Thu, 8 Jul 2004 20:08:30 -0400 Received: from motgate2.mot.com ([144.189.100.101]:63189 "EHLO motgate2.mot.com") by vger.kernel.org with ESMTP id S261563AbUGIAI0 (ORCPT ); Thu, 8 Jul 2004 20:08:26 -0400 In-Reply-To: <40ED7C51.90103@246tNt.com> References: <40ED7C51.90103@246tNt.com> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <17F799EA-D13C-11D8-A787-000393DBC2E8@freescale.com> Content-Transfer-Encoding: 7bit Cc: Linux/PPC Development , LKML , Andrew Morton From: Kumar Gala Subject: Re: [PATCH 1/2] Freescale MPC52xx support for 2.6 - Base part Date: Thu, 8 Jul 2004 19:08:23 -0500 To: Sylvain Munaut X-Mailer: Apple Mail (2.618) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org A few comments: cputable.c: * the 8280/52xx, maybe we should just have G2_LE, (same core exists in 8272, 8249, etc.) mpc52xx_setup.c: * what is cpu_52xx[]? ppcboot.h: * was bi_immr_base not sufficient? - kumar On Jul 8, 2004, at 11:54 AM, Sylvain Munaut wrote: > > This patch adds support for the Freescale MPC5200 and it's LITE5200 > platform. > Only basic boot support is included here. > > Signed-off-by: Sylvain Munaut > > > The complete patch set is composed of two parts parts : > - [1/2] The base/core part ( include/asm-ppc & arch/ppc ) > - [2/2] The serial driver part ( include/linux & driver/serial ) > They have to be applied in order. > > > > Due to the size of the patch (>80k), it's not inlined or attached. > It's available from either : > > - bksend generated patch : > http://www.246tNt.com/linux-2.5-mpc52xx-pending-main.bksend > - diff -urN style patch : > http://www.246tNt.com/linux-2.5-mpc52xx-pending-main.diff > - bk tree ( contains both patchs ) : > bk://bkbits.246tNt.com/linux-2.5-mpc52xx-pending > > > diffstat is included : > > =================================================================== > > > ChangeSet@1.1819, 2004-07-08 16:11:09+02:00, > tnt@246tNt-laptop.lan.ayanami.246tNt.com > Add basic support for the Freescale MPC52xx embedded CPU and the > LITE5200 platform. > > Signed-off-by: Sylvain Munaut > > > Documentation/powerpc/mpc52xx.txt | 48 +++ > arch/ppc/Kconfig | 28 +- > arch/ppc/boot/common/misc-common.c | 10 > arch/ppc/boot/simple/Makefile | 7 > arch/ppc/boot/simple/mpc52xx_tty.c | 138 +++++++++++ > arch/ppc/configs/lite5200_defconfig | 436 > ++++++++++++++++++++++++++++++++++++ > arch/ppc/kernel/cputable.c | 4 > arch/ppc/platforms/Makefile | 1 > arch/ppc/platforms/lite5200.c | 152 ++++++++++++ > arch/ppc/platforms/lite5200.h | 23 + > arch/ppc/platforms/mpc5200.c | 29 ++ > arch/ppc/syslib/Makefile | 1 > arch/ppc/syslib/mpc52xx_pic.c | 252 ++++++++++++++++++++ > arch/ppc/syslib/mpc52xx_setup.c | 228 ++++++++++++++++++ > include/asm-ppc/mpc52xx.h | 380 > +++++++++++++++++++++++++++++++ > include/asm-ppc/mpc52xx_psc.h | 191 +++++++++++++++ > include/asm-ppc/ocp_ids.h | 1 > include/asm-ppc/ppcboot.h | 7 > 18 files changed, 1921 insertions(+), 15 deletions(-) > > > ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/