]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc8[56]xx: Put localbus clock in sysinfo and gd
authorTrent Piepho <tpiepho@freescale.com>
Wed, 3 Dec 2008 23:16:37 +0000 (15:16 -0800)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Sat, 20 Dec 2008 00:32:49 +0000 (18:32 -0600)
commitada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
treef4e5c4ef83b76a3480502b249b955a5032d6e600
parent9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
mpc8[56]xx: Put localbus clock in sysinfo and gd

Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
and print it out, but don't save it.

This changes where its calculated and stored to be more consistent with the
CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.

The localbus frequency is added to sysinfo and calculated when sysinfo is
set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.

get_clocks() copies the frequency into the global data, as the other
frequencies are, into a new field that is only enabled for MPC85xx and
MPC86xx.

checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
from sysinfo, like the other frequencies, instead of calculating it on the
spot.

Signed-off-by: Trent Piepho <tpiepho@freescale.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Jon Loeliger <jdl@freescale.com>
cpu/mpc85xx/cpu.c
cpu/mpc85xx/speed.c
cpu/mpc86xx/cpu.c
cpu/mpc86xx/speed.c
include/asm-ppc/global_data.h
include/e500.h
include/mpc86xx.h