<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu/arm926ejs/davinci/cpu.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/arm926ejs/davinci/cpu.c?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/arm926ejs/davinci/cpu.c?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-02-21T13:23:51Z</updated>
<entry>
<title>ARM: davinci: move SoC sources to mach-davinci</title>
<updated>2015-02-21T13:23:51Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2015-02-20T08:04:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=601fbec7cf815bc2b26ba2546ac5e8501fc7edae'/>
<id>urn:sha1:601fbec7cf815bc2b26ba2546ac5e8501fc7edae</id>
<content type='text'>
Move
arch/arm/cpu/arm926ejs/davinci/* -&gt; arch/arm/mach-davinci/*

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>DaVinci DA8xx: fix set_cpu_clk_info()</title>
<updated>2012-09-01T12:58:14Z</updated>
<author>
<name>Laurence Withers</name>
<email>lwithers@guralp.com</email>
</author>
<published>2012-07-30T23:30:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be7d257895596f753e09fb7710524db5f6fd7c0b'/>
<id>urn:sha1:be7d257895596f753e09fb7710524db5f6fd7c0b</id>
<content type='text'>
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 &lt;lwithers@guralp.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
Cc: Hadli, Manjunath &lt;manjunath.hadli@ti.com&gt;
Cc: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>DaVinci DA8xx: replace magic number for DDR speed</title>
<updated>2012-09-01T12:58:14Z</updated>
<author>
<name>Laurence Withers</name>
<email>lwithers@guralp.com</email>
</author>
<published>2012-07-30T23:30:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=de9d2e3d60dba1ab775ad67032b5afa00086f53f'/>
<id>urn:sha1:de9d2e3d60dba1ab775ad67032b5afa00086f53f</id>
<content type='text'>
Replace a magic number for the DDR2/mDDR PHY clock ID with a proper
definition. In addition, don't request this clock ID on DA830 hardware,
which does not have a DDR2/mDDR PHY (or associated PLL controller).

Signed-off-by: Laurence Withers &lt;lwithers@guralp.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
Cc: Prabhakar Lad &lt;prabhakar.csengg@gmail.com&gt;
</content>
</entry>
<entry>
<title>dm6467Tevm: Use a common configuration file for davinci_dm6467evm and davinci_dm6467Tevm</title>
<updated>2012-02-27T20:19:24Z</updated>
<author>
<name>prabhakar.csengg@gmail.com</name>
<email>prabhakar.csengg@gmail.com</email>
</author>
<published>2012-02-12T21:38:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fda9c20c808c05907404ece83d8829af44038723'/>
<id>urn:sha1:fda9c20c808c05907404ece83d8829af44038723</id>
<content type='text'>
In commit 2d575e46859dd9127a9cec731ace77523e6ea2ab a separate header
file was introduced for the DM6467T EVM, include/configs/davinci_dm6467Tevm.h.
The substantial difference between the davinci_dm6467evm and the
davinci_dm6467Tevm configuration is a single bit in the hardware revision
that is passed to the Linux kernel and davinci_dm6467evm has
REFCLK_FREQ = 27000000 where as davinci_dm6467Tevm.h has a
REFCLK_FREQ = 33000000.

This patch removes include/configs/davinci_dm6467Tevm.h. Instead the
include/configs/davinci_dm6467evm.h configuration is used for DM6467T EVMs and
renamed CFG_REFCLK_FREQ to CONFIG_REFCLK_FREQ and CONFIG_REFCLK_FREQ is defined
in boards.cfg.

Signed-off-by: Prabhakar Lad &lt;prabhakar.csengg@gmail.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>davinci: add support for printing clock frequency</title>
<updated>2012-02-12T09:11:32Z</updated>
<author>
<name>Hadli, Manjunath</name>
<email>manjunath.hadli@ti.com</email>
</author>
<published>2012-02-06T00:30:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f5d468721ef3931e4c6f9c6555348f26acdec19'/>
<id>urn:sha1:8f5d468721ef3931e4c6f9c6555348f26acdec19</id>
<content type='text'>
add support for printing various clock frequency info found
in SOC such as ARM core frequency, DSP core frequency and DDR
frequency as part of bdinfo command.

Signed-off-by: Manjunath Hadli &lt;manjunath.hadli@ti.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>davinci: remove macro CONFIG_DISPLAY_CPUINFO</title>
<updated>2012-02-12T09:11:32Z</updated>
<author>
<name>Hadli, Manjunath</name>
<email>manjunath.hadli@ti.com</email>
</author>
<published>2012-02-06T00:30:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6678cebc09226f9d34fb7e5e0631d0009689918b'/>
<id>urn:sha1:6678cebc09226f9d34fb7e5e0631d0009689918b</id>
<content type='text'>
remove the macro CONFIG_DISPLAY_CPUINFO as it is no longer
required. This is because clock info will be printed as part
'bdinfo' command and also remove support print_cpuinfo() as it will
no longer be called.

Signed-off-by: Manjunath Hadli &lt;manjunath.hadli@ti.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>arm926ejs, davinci: add cpuinfo for dm365</title>
<updated>2011-11-03T21:56:25Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-01T20:00:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=29b0bef54cf611baa6e6704c4f4b0d47f5fafb96'/>
<id>urn:sha1:29b0bef54cf611baa6e6704c4f4b0d47f5fafb96</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>arm, davinci, da8xx: add cpuinfo</title>
<updated>2011-09-30T20:00:59Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-09-14T19:59:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0a0522cbff152aaff786499363366b76de261a69'/>
<id>urn:sha1:0a0522cbff152aaff786499363366b76de261a69</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Paulraj Sandeep &lt;s-paulraj@ti.com&gt;
Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>da8xx: add support for multiple PLL controllers</title>
<updated>2011-09-04T09:36:18Z</updated>
<author>
<name>Sudhakar Rajashekhara</name>
<email>sudhakar.raj@ti.com</email>
</author>
<published>2011-09-04T02:18:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b7e6843f970a87941d45d4c8a9c41fa9d406e891'/>
<id>urn:sha1:b7e6843f970a87941d45d4c8a9c41fa9d406e891</id>
<content type='text'>
Modify clk_get() function in cpu file to work for
multiple PLL controllers.

Signed-off-by: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Signed-off-by: Nagabhushana Netagunte &lt;nagabhushana.netagunte@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
</feed>
