<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/arm1136, branch v2008.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/arm1136?h=v2008.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/arm1136?h=v2008.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-10-08T16:59:02Z</updated>
<entry>
<title>i.MX31: switch to CFG_HZ=1000</title>
<updated>2008-10-08T16:59:02Z</updated>
<author>
<name>Guennadi Liakhovetski</name>
<email>lg@denx.de</email>
</author>
<published>2008-09-25T18:54:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1ed7a7f0f571b13d46530f8f8b9aff3957f15a96'/>
<id>urn:sha1:1ed7a7f0f571b13d46530f8f8b9aff3957f15a96</id>
<content type='text'>
Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
provides 2% or 0.4% precision depending on the
CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
boot-delay.

Signed-off-by: Guennadi Liakhovetski &lt;lg@denx.de&gt;
</content>
</entry>
<entry>
<title>i.MX31: Add reset_timer() and modify get_timer_masked().</title>
<updated>2008-09-11T23:23:43Z</updated>
<author>
<name>Magnus Lilja</name>
<email>lilja.magnus@gmail.com</email>
</author>
<published>2008-08-29T08:36:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8c4ebec25b21e355b8488698ec1594da9701fff4'/>
<id>urn:sha1:8c4ebec25b21e355b8488698ec1594da9701fff4</id>
<content type='text'>
This patch adds the reset_timer() function (needed by nand_base.c) and
modifies the get_timer_masked() to work in the same way as the omap24xx
function.

Signed-off-by: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;
</content>
</entry>
<entry>
<title>MX31: fix bit masks in function mx31_decode_pll()</title>
<updated>2008-08-25T19:47:01Z</updated>
<author>
<name>Jens Gehrlein</name>
<email>sew_s@tqs.de</email>
</author>
<published>2008-07-04T14:50:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=079edb913dbae147b50a488cf02e03f473fc5f28'/>
<id>urn:sha1:079edb913dbae147b50a488cf02e03f473fc5f28</id>
<content type='text'>
Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.

Signed-off-by: Jens Gehrlein &lt;sew_s@tqs.de&gt;
</content>
</entry>
<entry>
<title>i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.</title>
<updated>2008-08-11T21:33:57Z</updated>
<author>
<name>Magnus Lilja</name>
<email>lilja.magnus@gmail.com</email>
</author>
<published>2008-08-03T19:44:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5276a3584d26a9533404f0ec00c3b61cf9a97939'/>
<id>urn:sha1:5276a3584d26a9533404f0ec00c3b61cf9a97939</id>
<content type='text'>
Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
contacts instead of only the first 256 ones as is the case prior to
this patch.

Add missing MUX_* macros and update board files to use the new macros.

Signed-off-by: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;
</content>
</entry>
<entry>
<title>i.MX31: fixed CTRL-C detection</title>
<updated>2008-07-01T18:54:04Z</updated>
<author>
<name>Juergen Kilb</name>
<email>J.Kilb@gmx.de</email>
</author>
<published>2008-06-08T15:59:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d92ea21bafb674ee2bf27447970b047845e7b0a2'/>
<id>urn:sha1:d92ea21bafb674ee2bf27447970b047845e7b0a2</id>
<content type='text'>
The Register URXD contains status information in bits [15..8].
With status bit 15 set, CTRL-C was reported as 0x8003 instead
of 0x03. Therefore CTRL-C was not detected.
To solve this, bits [15..8] were masked out now.

Signed-off-by: Juergen Kilb &lt;J.Kilb@gmx.de&gt;
Acked-by: Felix Radensky &lt;felix@embedded-sol.com&gt;
</content>
</entry>
<entry>
<title>Big white-space cleanup.</title>
<updated>2008-05-20T22:14:08Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-05-20T14:00:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53677ef18e25c97ac613349087c5cb33ae5a2741'/>
<id>urn:sha1:53677ef18e25c97ac613349087c5cb33ae5a2741</id>
<content type='text'>
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>mx31ads: fix 32kHz clock handling</title>
<updated>2008-05-09T22:21:43Z</updated>
<author>
<name>Guennadi Liakhovetski</name>
<email>lg@denx.de</email>
</author>
<published>2008-05-08T08:09:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3'/>
<id>urn:sha1:2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3</id>
<content type='text'>
According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
Also fix a typo when verifying a jumper configuration. While at it, make
two needlessly global functions static.

Signed-off-by: Guennadi Liakhovetski &lt;lg@denx.de&gt;
</content>
</entry>
<entry>
<title>core support for Freescale mx31</title>
<updated>2008-04-13T21:20:47Z</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2008-03-26T19:40:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6'/>
<id>urn:sha1:9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6</id>
<content type='text'>
This patch adds the core support for Freescale mx31

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: Guennadi Liakhovetski &lt;lg@denx.de&gt;
</content>
</entry>
<entry>
<title>Fix compile error</title>
<updated>2008-04-13T21:19:23Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-04-13T21:19:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7ec68862a27c8f6f6d566228de8f6724d964a939'/>
<id>urn:sha1:7ec68862a27c8f6f6d566228de8f6724d964a939</id>
<content type='text'>
...as suggested by Peter Pearse

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Separate omap24xx specific code from arm1136</title>
<updated>2008-04-13T21:15:15Z</updated>
<author>
<name>Sascha Hauer</name>
<email>s.hauer@pengutronix.de</email>
</author>
<published>2008-03-26T19:40:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5252ed95204bdf55bec5a90ea69860bf2f78c643'/>
<id>urn:sha1:5252ed95204bdf55bec5a90ea69860bf2f78c643</id>
<content type='text'>
Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
to cpu/arm1136/omap24xx.

Signed-off-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;
Signed-off-by: Guennadi Liakhovetski &lt;lg@denx.de&gt;
</content>
</entry>
</feed>
