From: Sylvain Munaut <tnt@246tnt.com>
To: LKML <linux-kernel@vger.kernel.org>,
Linux/PPC Development <linuxppc-dev@lists.linuxppc.org>,
Andrew Morton <akpm@osdl.org>
Subject: [PATCH 1/2] Freescale MPC52xx support for 2.6 - Base part
Date: Thu, 08 Jul 2004 18:54:41 +0200 [thread overview]
Message-ID: <40ED7C51.90103@246tNt.com> (raw)
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 <tnt@246tNt.com>
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 <tnt@246tNt.com>
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(-)
next reply other threads:[~2004-07-08 16:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-08 16:54 Sylvain Munaut [this message]
2004-07-09 0:08 ` [PATCH 1/2] Freescale MPC52xx support for 2.6 - Base part Kumar Gala
2004-07-09 0:30 ` Sylvain Munaut
2004-07-09 15:51 ` Kumar Gala
2004-07-09 16:22 ` Sylvain Munaut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40ED7C51.90103@246tNt.com \
--to=tnt@246tnt.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.