u-boot-brain/arch/arm/cpu/arm926ejs/davinci
Laurence Withers be7d257895 DaVinci DA8xx: fix set_cpu_clk_info()
For the DA8xx family of SoCs, the set_cpu_clk_info() function was not
initialising the DSP frequency, leading to 'bdinfo' command output such as:

  [...snip...]
  ARM frequency = 300 MHz
  DSP frequency = -536870913 MHz
  DDR frequency = 300 MHz

This commit provides a separate implementation of set_cpu_clk_info() for
the DA8xx SoCs that initialises the DSP frequency to zero (since
currently the DSP is not enabled by U-Boot on any DA8xx platform). The
separate implementation is justified because there is no common code
between DA8xx and the other SoC families. It is now much easier to
understand the flow of the two separate functions.

Signed-off-by: Laurence Withers <lwithers@guralp.com>
Cc: Tom Rini <trini@ti.com>
Cc: Hadli, Manjunath <manjunath.hadli@ti.com>
Cc: Heiko Schocher <hs@denx.de>
2012-09-01 14:58:14 +02:00
..
cpu.c DaVinci DA8xx: fix set_cpu_clk_info() 2012-09-01 14:58:14 +02:00
da850_lowlevel.c arm/davinci: fix DDR2/mDDR memory controller initialization for Omap L138 2012-09-01 14:58:10 +02:00
da850_pinmux.c arm/davinci/da850: add uart0 pinmux 2012-09-01 14:58:10 +02:00
dm355.c arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
dm365_lowlevel.c arm, davinci: add workaround for not resetting DMA bus and VPSS modules 2012-02-12 10:11:23 +01:00
dm365.c arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
dm644x.c arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
dm646x.c arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
dp83848.c davinci_emac: move arch-independent defines to separate header 2011-12-06 23:59:35 +01:00
et1011c.c davinci_emac: move arch-independent defines to separate header 2011-12-06 23:59:35 +01:00
ksz8873.c davinci_emac: move arch-independent defines to separate header 2011-12-06 23:59:35 +01:00
lowlevel_init.S DaVinci: fix ddr2 vtp i/o calibration 2012-07-07 14:07:22 +02:00
lxt972.c davinci_emac: move arch-independent defines to separate header 2011-12-06 23:59:35 +01:00
Makefile arm, davinci: Add SPL support for DA850 SoCs 2011-12-24 10:23:30 +01:00
misc.c davinci: cleanup davinci_sync_env_enetaddr() fucntion 2012-02-27 21:19:24 +01:00
pinmux.c arm, davinci: Move pinmux functions from board to arch tree 2011-12-06 23:59:36 +01:00
psc.c arm, davinci: Add function lpsc_syncreset() 2011-11-03 22:56:23 +01:00
reset.S arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
spl.c da850/omap-l138: Add support to read u-boot image from MMC/SD 2012-09-01 14:58:09 +02:00
timer.c davinci: Fixed wrong timebase clock frequency. 2011-12-19 17:52:43 +01:00