public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] CPM I/O port pin functions for MPC85xx
@ 2005-07-08  6:53 Murray.Jensen at csiro.au
  2006-03-12 21:42 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Murray.Jensen at csiro.au @ 2005-07-08  6:53 UTC (permalink / raw)
  To: u-boot

This patch adds the file "include/asm-ppc/iopin_85xx.h" which mirrors the
functions in "include/asm-ppc/iopin_8260.h" for manipulating the CPM2 I/O
pins for MPC85xx processors (that have a CPM). Cheers!
								Murray...
CHANGELOG entry:

* Patch by Murray Jensen <Murray.Jensen@csiro.au>, July 8, 2005:
  - add CPM2 I/O pin functions for MPC85xx processors

Copyright:

This patch is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
-- 
Murray Jensen, CSIRO Manufacturing & Infra. Tech.      Phone: +61 3 9662 7763
Locked Bag No. 9, Preston, Vic, 3072, Australia.         Fax: +61 3 9662 7853
Internet: Murray.Jensen at csiro.au

To the extent permitted by law, CSIRO does not represent, warrant and/or
guarantee that the integrity of this communication has been maintained or
that the communication is free of errors, virus, interception or interference.

The information contained in this e-mail may be confidential or privileged.
Any unauthorised use or disclosure is prohibited. If you have received this
e-mail in error, please delete it immediately and notify Murray Jensen on
+61 3 9662 7763. Thank you.



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 85XX-IOP.GZ
Type: application/x-gunzip
Size: 786 bytes
Desc: 85xx-iopin-funcs.patch.gz
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050708/edb3869b/attachment.bin 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] [PATCH] CPM I/O port pin functions for MPC85xx
@ 2005-07-11 10:08 Fillod Stephane
  2005-07-12  4:24 ` Murray.Jensen at csiro.au
  2005-07-12 15:28 ` Jon Loeliger
  0 siblings, 2 replies; 6+ messages in thread
From: Fillod Stephane @ 2005-07-11 10:08 UTC (permalink / raw)
  To: u-boot

Murray Jensen wrote:
>This patch adds the file "include/asm-ppc/iopin_85xx.h" which mirrors
the
>functions in "include/asm-ppc/iopin_8260.h" for manipulating the CPM2
I/O
>pins for MPC85xx processors (that have a CPM). Cheers!

I would better cast my vote for the "CPM2 Config" and "MPC85XX ioports"
patches from Jon Loeliger.

         From: 	Jon Loeliger <jdl@fr...>
         To: 	u-boot-users <u-boot-users@li...>
         Subject: 	[U-Boot-Users] CPM2 Config Patches
         Date: 	Tue, 08 Feb 2005 11:58:50 -0600
 
         From: 	Jon Loeliger <jdl@fr...>
         To: 	u-boot-users <u-boot-users@li...>
         Subject: 	[U-Boot-Users] MPC85XX ioports patch
         Date: 	Tue, 08 Feb 2005 12:03:25 -0600

Talking about MPC85xx patches, it looks like they're filtered out
in the U-Boot CVS while others patches still find their way. 
Besides the patches above, the MPC85xx platforms do need the CFI 
patch from Jon/Freescale. The TLB fix is a nice to have too, etc.


Thanks all for your efforts
-- 
Stephane

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] [PATCH] CPM I/O port pin functions for MPC85xx
  2005-07-11 10:08 Fillod Stephane
@ 2005-07-12  4:24 ` Murray.Jensen at csiro.au
  2005-07-12 15:28 ` Jon Loeliger
  1 sibling, 0 replies; 6+ messages in thread
From: Murray.Jensen at csiro.au @ 2005-07-12  4:24 UTC (permalink / raw)
  To: u-boot

On Mon, 11 Jul 2005 12:08:11 +0200, "Fillod Stephane" writes:
>I would better cast my vote for the "CPM2 Config" and "MPC85XX ioports"
>patches from Jon Loeliger.

I have no objection to the patches you mention above - I believe the patch
I posted and the two you mention should be able to co-exist.

My patch is fairly benign - its purpose is to allow code that already exists
in U-Boot for the 8260 platform to also work on the 8560 platform (since the
two share the CPM2 in common).

I need this because we have a new Hymod board based on the 8560 which is
almost identical to our old 8260-based board - and I re-use most of the old
code for the new board.

In fact, both the old board port (now called hymod1) and the new board port
(hymod2) use the same board directory ("board/hymod") when building. I will
be posting the Hymod board port changes soon. Cheers!
								Murray...
-- 
Murray Jensen, CSIRO Manufacturing & Infra. Tech.      Phone: +61 3 9662 7763
Locked Bag No. 9, Preston, Vic, 3072, Australia.         Fax: +61 3 9662 7853
Internet: Murray.Jensen at csiro.au

To the extent permitted by law, CSIRO does not represent, warrant and/or
guarantee that the integrity of this communication has been maintained or
that the communication is free of errors, virus, interception or interference.

The information contained in this e-mail may be confidential or privileged.
Any unauthorised use or disclosure is prohibited. If you have received this
e-mail in error, please delete it immediately and notify Murray Jensen on
+61 3 9662 7763. Thank you.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] [PATCH] CPM I/O port pin functions for MPC85xx
  2005-07-11 10:08 Fillod Stephane
  2005-07-12  4:24 ` Murray.Jensen at csiro.au
@ 2005-07-12 15:28 ` Jon Loeliger
  2005-07-12 16:43   ` Wolfgang Denk
  1 sibling, 1 reply; 6+ messages in thread
From: Jon Loeliger @ 2005-07-12 15:28 UTC (permalink / raw)
  To: u-boot

On Mon, 2005-07-11 at 05:08, Fillod Stephane wrote:

> I would better cast my vote for the "CPM2 Config" and "MPC85XX ioports"
> patches from Jon Loeliger.
> 
>          From: 	Jon Loeliger <jdl@fr...>
>          To: 	u-boot-users <u-boot-users@li...>
>          Subject: 	[U-Boot-Users] CPM2 Config Patches
>          Date: 	Tue, 08 Feb 2005 11:58:50 -0600
>  
>          From: 	Jon Loeliger <jdl@fr...>
>          To: 	u-boot-users <u-boot-users@li...>
>          Subject: 	[U-Boot-Users] MPC85XX ioports patch
>          Date: 	Tue, 08 Feb 2005 12:03:25 -0600

Good call.

> Talking about MPC85xx patches, it looks like they're filtered out
> in the U-Boot CVS while others patches still find their way. 

That's a good observation.  What is happening here and
can I do something to "fix" or help the situation?

> Besides the patches above, the MPC85xx platforms do need the CFI 
> patch from Jon/Freescale. The TLB fix is a nice to have too, etc.

Indeed.  And in the meantime, it is causing me to have
to hand-support multiple users as well.

Any chance we can help get some of this resolved?
Do we need to convert to GIT or so?  Would that help?

Thanks!
jdl

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] [PATCH] CPM I/O port pin functions for MPC85xx
  2005-07-12 15:28 ` Jon Loeliger
@ 2005-07-12 16:43   ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2005-07-12 16:43 UTC (permalink / raw)
  To: u-boot

In message <1121182110.17872.4.camel@cashmere.sps.mot.com> you wrote:
> On Mon, 2005-07-11 at 05:08, Fillod Stephane wrote:
> 
> > I would better cast my vote for the "CPM2 Config" and "MPC85XX ioports"
> > patches from Jon Loeliger.
...
> Good call.

Thanks.

> > Talking about MPC85xx patches, it looks like they're filtered out
> > in the U-Boot CVS while others patches still find their way. 
> 
> That's a good observation.  What is happening here and
> can I do something to "fix" or help the situation?

Nothing was filtered out, at least not intentionally.  Actualkly  all
my  patch  processing  came to a halt some time ago when I decided to
spend some time on thinking about more efficient ways for the  U-Boot
development cycle first. I think we will have a git tree soon. I just
need  a  little more exercise with all the new (and quickly changing)
tools.

> Indeed.  And in the meantime, it is causing me to have
> to hand-support multiple users as well.

I cannot parse that. What have multiple users to do with U-Boot?

> Any chance we can help get some of this resolved?
> Do we need to convert to GIT or so?  Would that help?

If you want you can go ahead and create  a  git  tree  from  the  CVS
server at SF, using something like

git cvsimport -d :pserver:anonymous at cvs.sourceforge.net:/cvsroot/u-boo -C u-boot u-boot

If you then provide an URL to pull from and indicate which patches in
my queue this bsoletes this might indeed  help.  Note  that  all  the
other  rules  for  patch  submission  are  still in place, and I will
definitely reject pulls for formal reasons.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If I had to live my life again,  I'd  make  the  same  mistakes, only
sooner.                                          -- Tallulah Bankhead

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] [PATCH] CPM I/O port pin functions for MPC85xx
  2005-07-08  6:53 [U-Boot-Users] [PATCH] CPM I/O port pin functions for MPC85xx Murray.Jensen at csiro.au
@ 2006-03-12 21:42 ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2006-03-12 21:42 UTC (permalink / raw)
  To: u-boot

In message <8156.1120805602@gerd> you wrote:
> 
> * Patch by Murray Jensen <Murray.Jensen@csiro.au>, July 8, 2005:
>   - add CPM2 I/O pin functions for MPC85xx processors

Added. But please stick to the Coding Style requirements!!!

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Intel's new motto: United we stand. Divided we fall!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-12 21:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-08  6:53 [U-Boot-Users] [PATCH] CPM I/O port pin functions for MPC85xx Murray.Jensen at csiro.au
2006-03-12 21:42 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2005-07-11 10:08 Fillod Stephane
2005-07-12  4:24 ` Murray.Jensen at csiro.au
2005-07-12 15:28 ` Jon Loeliger
2005-07-12 16:43   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox