Re: [U-Boot] [PATCH] mpc83xx: Use correct register to calculate clocks.

2011-02-05 Thread Kim Phillips
On Thu, 27 Jan 2011 16:30:54 +0100 Joakim Tjernlund wrote: > Use SPMR instead of HRCWL when calculating clocks as HCRWL > may be changed and the CPU will not pick up all changes > until there is a POR. u-boot will think SPMF has changed and get > the clocks wrong. > > Signed-off-by: Joakim Tjern

Re: [U-Boot] [PATCH] mpc83xx: Use correct register to calculate clocks.

2011-02-03 Thread Kim Phillips
On Thu, 3 Feb 2011 15:17:23 +0100 Joakim Tjernlund wrote: > Kim are you maintaining 83xx or should I poke someone else? no, I'm here - I'll get back to you by Monday. Kim ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listi

Re: [U-Boot] [PATCH] mpc83xx: Use correct register to calculate clocks.

2011-02-03 Thread Joakim Tjernlund
Ping? Kim are you maintaining 83xx or should I poke someone else? Jocke > > Use SPMR instead of HRCWL when calculating clocks as HCRWL > may be changed and the CPU will not pick up all changes > until there is a POR. u-boot will think SPMF has changed and get > the clocks wrong. > > Signed-off-

[U-Boot] [PATCH] mpc83xx: Use correct register to calculate clocks.

2011-01-27 Thread Joakim Tjernlund
Use SPMR instead of HRCWL when calculating clocks as HCRWL may be changed and the CPU will not pick up all changes until there is a POR. u-boot will think SPMF has changed and get the clocks wrong. Signed-off-by: Joakim Tjernlund --- arch/powerpc/cpu/mpc83xx/speed.c | 15 --- inclu