u-boot-brain/arch/arm/cpu
Chander Kashyap db68bc2c2d Exynos: Fix ARM Clock frequency calculation
Earliar ARM clock frequency was calculated by:
MOUTAPLL/(DIVAPLL + 1) which is actually returning SCLKAPLL.
It is fixed by calculating it as follows:
ARMCLK=MOUTCORE / (DIVCORE + 1) / (DIVCORE2 + 1)

Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2012-02-12 10:11:28 +01:00
..
arm720t Reduce build times 2011-11-03 20:44:58 +01:00
arm920t add print_cpuinfo to s3c24x0 2011-12-19 17:52:44 +01:00
arm925t Reduce build times 2011-11-03 20:44:58 +01:00
arm926ejs bugfix: all Marvell specific build fails due to undefined reference to `get_ticks' 2012-02-12 10:11:28 +01:00
arm946es Reduce build times 2011-11-03 20:44:58 +01:00
arm1136 mmc: access mxcmmc from mx31 boards 2012-02-12 10:11:26 +01:00
arm1176 Reduce build times 2011-11-03 20:44:58 +01:00
arm_intcm Reduce build times 2011-11-03 20:44:58 +01:00
armv7 Exynos: Fix ARM Clock frequency calculation 2012-02-12 10:11:28 +01:00
ixp Reduce build times 2011-11-03 20:44:58 +01:00
lh7a40x Reduce build times 2011-11-03 20:44:58 +01:00
pxa pxa: activate the first usb host port on pxa27x by default 2011-12-11 14:41:05 +01:00
s3c44b0 Reduce build times 2011-11-03 20:44:58 +01:00
sa1100 Reduce build times 2011-11-03 20:44:58 +01:00