<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu/arm926ejs/mx28, branch v2012.04</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/mx28?h=v2012.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/arm926ejs/mx28?h=v2012.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-04-16T12:53:59Z</updated>
<entry>
<title>DMA: Split the APBH DMA init into block and channel init</title>
<updated>2012-04-16T12:53:59Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-04-08T17:34:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=96666a39aed47c8c643dc7c6a6e15e314e63f42b'/>
<id>urn:sha1:96666a39aed47c8c643dc7c6a6e15e314e63f42b</id>
<content type='text'>
This fixes the issue where mxs_dma_init() was called either twice or never,
without introducing any new init hooks.

The idea is to allow each and every device using the APBH DMA block to
configure and request only the channels it uses, instead of making it call init
for all the channels as is now.

The common DMA block init part, which only configures the block, is then called
from CPUs arch_cpu_init() call.

NOTE: This patch depends on:

	http://patchwork.ozlabs.org/patch/150957/

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Tested-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>i.MX28: Enable caches by default</title>
<updated>2012-03-29T05:57:08Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-03-15T18:33:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=345cd3584cd90288abd4256678fbfa7d2443bd00'/>
<id>urn:sha1:345cd3584cd90288abd4256678fbfa7d2443bd00</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>i.MX28: Drop __naked function from spl_mem_init</title>
<updated>2012-03-27T07:41:16Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-03-16T11:32:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=494931a67465a95b66da346ec7bd002fdf40adee'/>
<id>urn:sha1:494931a67465a95b66da346ec7bd002fdf40adee</id>
<content type='text'>
Instead of compiling the function and using the result as a constant, simply use
the constant.

NOTE: This patch works around bug:

  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52546

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>i.MX28: Make the stabilization delays shorter</title>
<updated>2012-03-27T07:41:16Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2012-01-30T14:05:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a89300338a0d0c43ff21c50d793782c310c882ee'/>
<id>urn:sha1:a89300338a0d0c43ff21c50d793782c310c882ee</id>
<content type='text'>
Cut down the VDDIO/VDDA regulator stabilization delays to 500 uS. That should be
enough according to the datasheet and bootlets.

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Robert Deliën &lt;robert@delien.nl&gt;
Cc: Fabio Estevam &lt;festevam@gmail.com&gt;
Cc: Matthias Fuchs &lt;matthias.fuchs@esd.eu&gt;
</content>
</entry>
<entry>
<title>i.MX28: Enable additional DRAM address bits</title>
<updated>2012-03-27T07:41:15Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-02-26T12:15:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=69d26d09de1cb93e0a09ca71d9f0d41a66f0756a'/>
<id>urn:sha1:69d26d09de1cb93e0a09ca71d9f0d41a66f0756a</id>
<content type='text'>
Enables all fourteen address lines for DRAM

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Acked-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Tested-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registers</title>
<updated>2012-03-26T21:09:24Z</updated>
<author>
<name>Robert Delien</name>
<email>robert@delien.nl</email>
</author>
<published>2012-02-26T12:15:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=56df16f25ab81196669538c648ff466c24a43788'/>
<id>urn:sha1:56df16f25ab81196669538c648ff466c24a43788</id>
<content type='text'>
This patch fixes erroneous 32-bit access to registers
hw_clkctrl_frac0 and hw_clkctrl_frac1.

Signed-off-by: Robert Delien &lt;robert@delien.nl&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
Tested-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8</title>
<updated>2012-03-26T21:09:24Z</updated>
<author>
<name>Robert Delien</name>
<email>robert@delien.nl</email>
</author>
<published>2012-02-26T12:15:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b228e14e9653fe4ead0f39a7a879d1a50e61321a'/>
<id>urn:sha1:b228e14e9653fe4ead0f39a7a879d1a50e61321a</id>
<content type='text'>
This patch renames mx28_register to mx28_register_32 in order to
prepare for the introduction of an 8-bit register, mx28_register_8.

Signed-off-by: Robert Delien &lt;robert@delien.nl&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
Tested-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>i.MX28: Reformat the DRAM memory configuration data</title>
<updated>2012-03-26T21:09:24Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-02-26T12:15:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40083c52f7a817e6a5c3624cb5590f582f9110fc'/>
<id>urn:sha1:40083c52f7a817e6a5c3624cb5590f582f9110fc</id>
<content type='text'>
Reformat the data so it's easier to navigate through them.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>i.mx28: Replaced magic numbers for scratch register addresses with register definitions</title>
<updated>2012-03-26T21:09:23Z</updated>
<author>
<name>Robert Delien</name>
<email>robert@delien.nl</email>
</author>
<published>2012-02-07T04:08:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e94d07faf871ebe0fdd06de0b14dc048c742913'/>
<id>urn:sha1:1e94d07faf871ebe0fdd06de0b14dc048c742913</id>
<content type='text'>
This patch replaces the use of magice numbers for scratch register
addresses with earlier defined register definitions.

Signed-off-by: Robert Delien &lt;robert@delien.nl&gt;
</content>
</entry>
<entry>
<title>MX28: Fix get_timer() / get_tbclk() issue</title>
<updated>2012-02-27T20:19:23Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2012-02-07T06:47:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ff250f3ed89bf9119173e2eade77dfc90d7e9d7d'/>
<id>urn:sha1:ff250f3ed89bf9119173e2eade77dfc90d7e9d7d</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
</feed>
