public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Calculate PLPRCR fields for MPC86x boards
@ 2003-09-16 10:07 Pantelis Antoniou
  2003-09-16 10:13 ` Pantelis Antoniou
  2003-10-08 21:59 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Pantelis Antoniou @ 2003-09-16 10:07 UTC (permalink / raw)
  To: u-boot

Hi.

The following patch adds a program in the tools directory which
aids in the programming of the PLPRCR register for MPC86x based boards.

That is given an input clock xin and a target clock gclk2 it
will output (if possible) the values of the PCPRCR fields required.

Regards

Pantelis

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mpc86x_clk.diff
Url: http://lists.denx.de/pipermail/u-boot/attachments/20030916/6783a3f8/attachment.txt 

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

* [U-Boot-Users] [PATCH] Calculate PLPRCR fields for MPC86x boards
  2003-09-16 10:07 [U-Boot-Users] [PATCH] Calculate PLPRCR fields for MPC86x boards Pantelis Antoniou
@ 2003-09-16 10:13 ` Pantelis Antoniou
  2003-10-08 21:59 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Pantelis Antoniou @ 2003-09-16 10:13 UTC (permalink / raw)
  To: u-boot

Pantelis Antoniou wrote:

> Hi.
>
> The following patch adds a program in the tools directory which
> aids in the programming of the PLPRCR register for MPC86x based boards.
>
> That is given an input clock xin and a target clock gclk2 it
> will output (if possible) the values of the PCPRCR fields required.
>
> Regards
>
> Pantelis
>
>------------------------------------------------------------------------
>
[snip]

>
>  
>
OOPS, reverse patch sent.
Here is the correct one.

Regards

Pantelis



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mpc86x_clk.diff
Url: http://lists.denx.de/pipermail/u-boot/attachments/20030916/fa83c99a/attachment.txt 

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

* [U-Boot-Users] [PATCH] Calculate PLPRCR fields for MPC86x boards
  2003-09-16 10:07 [U-Boot-Users] [PATCH] Calculate PLPRCR fields for MPC86x boards Pantelis Antoniou
  2003-09-16 10:13 ` Pantelis Antoniou
@ 2003-10-08 21:59 ` Wolfgang Denk
  2003-10-08 22:39   ` Nye Liu
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2003-10-08 21:59 UTC (permalink / raw)
  To: u-boot

Dear Pantelis,

in message <3F66E0F1.6000608@intracom.gr> you wrote:
>
> The following patch adds a program in the tools directory which
> aids in the programming of the PLPRCR register for MPC86x based boards.
> 
> That is given an input clock xin and a target clock gclk2 it
> will output (if possible) the values of the PCPRCR fields required.

Thanks, added. (But target disabled by default in the tools/Makefile).

Will show up  on CVS soon.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
The use of COBOL cripples the mind; its teaching  should,  therefore,
be regarded as a criminal offense.                   - E. W. Dijkstra

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

* [U-Boot-Users] [PATCH] Calculate PLPRCR fields for MPC86x boards
  2003-10-08 21:59 ` Wolfgang Denk
@ 2003-10-08 22:39   ` Nye Liu
  0 siblings, 0 replies; 4+ messages in thread
From: Nye Liu @ 2003-10-08 22:39 UTC (permalink / raw)
  To: u-boot

As a side note, we just found out that the 859/866 family ONLY supports up to
66MHz external bus... hopefully nobody else has been bitten by this.

if your core freq is >66MHz, you MUST use the external bus x2 divisor

On Wed, Oct 08, 2003 at 11:59:47PM +0200, Wolfgang Denk wrote:
> Dear Pantelis,
> 
> in message <3F66E0F1.6000608@intracom.gr> you wrote:
> >
> > The following patch adds a program in the tools directory which
> > aids in the programming of the PLPRCR register for MPC86x based boards.
> > 
> > That is given an input clock xin and a target clock gclk2 it
> > will output (if possible) the values of the PCPRCR fields required.
> 
> Thanks, added. (But target disabled by default in the tools/Makefile).
> 
> Will show up  on CVS soon.
> 
> Best regards,
> 
> Wolfgang Denk
> 
> -- 
> Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
> Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
> The use of COBOL cripples the mind; its teaching  should,  therefore,
> be regarded as a criminal offense.                   - E. W. Dijkstra
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

-- 
Nye Liu
nliu at mrv.com
(818) 772-6235x248

"Who would be stupid enough to quote a fictitious character?"
	-- Don Quixote

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

end of thread, other threads:[~2003-10-08 22:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-16 10:07 [U-Boot-Users] [PATCH] Calculate PLPRCR fields for MPC86x boards Pantelis Antoniou
2003-09-16 10:13 ` Pantelis Antoniou
2003-10-08 21:59 ` Wolfgang Denk
2003-10-08 22:39   ` Nye Liu

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