All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylvain Munaut <tnt@246tNt.com>
Cc: Andrew Morton <akpm@osdl.org>,
	Linux PPC Dev <linuxppc-dev@ozlabs.org>,
	Paul Mackerras <paulus@samba.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH 7/9] Small updates for Freescale MPC52xx
Date: Tue, 14 Sep 2004 14:00:43 +0200	[thread overview]
Message-ID: <4146DD6B.8070502@246tNt.com> (raw)
In-Reply-To: <4146D833.8040703@246tNt.com>

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/09/14 12:03:19+02:00 tnt@246tNt.com
#   ppc: Update Freescale MPC52xx documentation / maintainer
#  
#   Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
#
# MAINTAINERS
#   2004/09/14 12:03:04+02:00 tnt@246tNt.com +8 -0
#   ppc: Update Freescale MPC52xx documentation / maintainer
#
# Documentation/powerpc/mpc52xx.txt
#   2004/09/14 12:03:04+02:00 tnt@246tNt.com +1 -10
#   ppc: Update Freescale MPC52xx documentation / maintainer
#
diff -Nru a/Documentation/powerpc/mpc52xx.txt 
b/Documentation/powerpc/mpc52xx.tx
t
--- a/Documentation/powerpc/mpc52xx.txt 2004-09-14 12:48:06 +02:00
+++ b/Documentation/powerpc/mpc52xx.txt 2004-09-14 12:48:06 +02:00
@@ -1,7 +1,7 @@
 Linux 2.6.x on MPC52xx family
 -----------------------------

-For the latest info, go to http://www.246tNt.com/mpc52xx/state.txt
+For the latest info, go to http://www.246tNt.com/mpc52xx/

 To compile/use :

@@ -37,12 +37,3 @@
  - Of course, I inspired myself from the 2.4 port. If you think I forgot to
    mention you/your company in the copyright of some code, I'll correct it
    ASAP.
- - The codes wants the MBAR to be set at 0xf0000000 by the bootloader. It's
-   mapped 1:1 with the MMU. If for whatever reason, you want to change 
this,
-   beware that some code depends on the 0xf0000000 address and other 
depends
-   on the 1:1 mapping.
- - Most of the code assumes that port multiplexing, frequency 
selection, ...
-   has already been done. IMHO this should be done as early as possible, in
-   the bootloader. If for whatever reason you can't do it there, do it 
in the
-   platform setup code (if U-Boot) or in the arch/ppc/boot/simple/... (if
-   DBug)
diff -Nru a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS       2004-09-14 12:48:06 +02:00
+++ b/MAINTAINERS       2004-09-14 12:48:06 +02:00
@@ -1301,6 +1301,14 @@
 L:     linuxppc-dev@lists.linuxppc.org
 S:     Maintained

+LINUX FOR POWERPC EMBEDDED MPC52XX
+P:     Sylvain Munaut
+M:     tnt@246tNt.com
+W:     http://www.246tNt.com/mpc52xx/
+W:     http://www.penguinppc.org/
+L:     linuxppc-embedded@lists.linuxppc.org
+S:     Maintained
+
 LINUX FOR POWERPC EMBEDDED PPC4XX
 P:     Matt Porter
 M:     mporter@kernel.crashing.org

WARNING: multiple messages have this Message-ID (diff)
From: Sylvain Munaut <tnt@246tNt.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Linux PPC Dev <linuxppc-dev@ozlabs.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>, Paul Mackerras <paulus@samba.org>
Subject: [PATCH 7/9] Small updates for Freescale MPC52xx
Date: Tue, 14 Sep 2004 14:00:43 +0200	[thread overview]
Message-ID: <4146DD6B.8070502@246tNt.com> (raw)
In-Reply-To: <4146D833.8040703@246tNt.com>

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/09/14 12:03:19+02:00 tnt@246tNt.com
#   ppc: Update Freescale MPC52xx documentation / maintainer
#  
#   Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
#
# MAINTAINERS
#   2004/09/14 12:03:04+02:00 tnt@246tNt.com +8 -0
#   ppc: Update Freescale MPC52xx documentation / maintainer
#
# Documentation/powerpc/mpc52xx.txt
#   2004/09/14 12:03:04+02:00 tnt@246tNt.com +1 -10
#   ppc: Update Freescale MPC52xx documentation / maintainer
#
diff -Nru a/Documentation/powerpc/mpc52xx.txt 
b/Documentation/powerpc/mpc52xx.tx
t
--- a/Documentation/powerpc/mpc52xx.txt 2004-09-14 12:48:06 +02:00
+++ b/Documentation/powerpc/mpc52xx.txt 2004-09-14 12:48:06 +02:00
@@ -1,7 +1,7 @@
 Linux 2.6.x on MPC52xx family
 -----------------------------

-For the latest info, go to http://www.246tNt.com/mpc52xx/state.txt
+For the latest info, go to http://www.246tNt.com/mpc52xx/

 To compile/use :

@@ -37,12 +37,3 @@
  - Of course, I inspired myself from the 2.4 port. If you think I forgot to
    mention you/your company in the copyright of some code, I'll correct it
    ASAP.
- - The codes wants the MBAR to be set at 0xf0000000 by the bootloader. It's
-   mapped 1:1 with the MMU. If for whatever reason, you want to change 
this,
-   beware that some code depends on the 0xf0000000 address and other 
depends
-   on the 1:1 mapping.
- - Most of the code assumes that port multiplexing, frequency 
selection, ...
-   has already been done. IMHO this should be done as early as possible, in
-   the bootloader. If for whatever reason you can't do it there, do it 
in the
-   platform setup code (if U-Boot) or in the arch/ppc/boot/simple/... (if
-   DBug)
diff -Nru a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS       2004-09-14 12:48:06 +02:00
+++ b/MAINTAINERS       2004-09-14 12:48:06 +02:00
@@ -1301,6 +1301,14 @@
 L:     linuxppc-dev@lists.linuxppc.org
 S:     Maintained

+LINUX FOR POWERPC EMBEDDED MPC52XX
+P:     Sylvain Munaut
+M:     tnt@246tNt.com
+W:     http://www.246tNt.com/mpc52xx/
+W:     http://www.penguinppc.org/
+L:     linuxppc-embedded@lists.linuxppc.org
+S:     Maintained
+
 LINUX FOR POWERPC EMBEDDED PPC4XX
 P:     Matt Porter
 M:     mporter@kernel.crashing.org


  parent reply	other threads:[~2004-09-14 11:59 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-14 11:38 [PATCH 0/9] Small updates for Freescale MPC52xx Sylvain Munaut
2004-09-14 11:38 ` Sylvain Munaut
2004-09-14 11:46 ` [PATCH 1/9] " Sylvain Munaut
2004-09-14 11:46   ` Sylvain Munaut
2004-09-14 11:48 ` [PATCH 2/9] " Sylvain Munaut
2004-09-14 11:48   ` Sylvain Munaut
2004-09-14 11:50 ` [PATCH 3/9] " Sylvain Munaut
2004-09-14 11:50   ` Sylvain Munaut
2004-09-14 11:50 ` [PATCH 4/9] " Sylvain Munaut
2004-09-14 11:50   ` Sylvain Munaut
2004-09-14 11:54 ` [PATCH 5/9] " Sylvain Munaut
2004-09-14 11:54   ` Sylvain Munaut
2004-09-14 11:59 ` [PATCH 6/9] " Sylvain Munaut
2004-09-14 11:59   ` Sylvain Munaut
2004-09-14 12:00 ` Sylvain Munaut [this message]
2004-09-14 12:00   ` [PATCH 7/9] " Sylvain Munaut
2004-09-14 12:01 ` [PATCH 8/9] " Sylvain Munaut
2004-09-14 12:01   ` Sylvain Munaut
2004-09-14 12:02 ` [PATCH 9/9] " Sylvain Munaut
2004-09-14 12:02   ` Sylvain Munaut
2004-09-15 20:46 ` [PATCH 10/9] Small updates for Freescale MPC52xx - Late one Sylvain Munaut
2004-09-15 20:46   ` 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=4146DD6B.8070502@246tNt.com \
    --to=tnt@246tnt.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.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.