<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu, branch v2014.01</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?h=v2014.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu?h=v2014.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2014-01-20T22:11:39Z</updated>
<entry>
<title>ARM: bcm2835: fix mailbox timeout</title>
<updated>2014-01-20T22:11:39Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@wwwdotorg.org</email>
</author>
<published>2014-01-14T02:50:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=004c10598b648341c08ebcbf77e9385a064aec47'/>
<id>urn:sha1:004c10598b648341c08ebcbf77e9385a064aec47</id>
<content type='text'>
My original intention was to have a 100ms timeout. However, the timer
operations used return values in ms not us, so we ended up with a 100s
timeout instead. Fixing this exposes that some operations need longer
to operate than 100ms, so bump the timeout up to a whole second.

Reported-by: Andre Heider &lt;a.heider@gmail.com&gt;
Reviewed-by: Andre Heider &lt;a.heider@gmail.com&gt;
Signed-off-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-imx</title>
<updated>2014-01-20T12:33:42Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-01-20T12:33:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4641c211f6e37454c30770521c4de79c725036b0'/>
<id>urn:sha1:4641c211f6e37454c30770521c4de79c725036b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mx6: Revert "mx6: soc: Disable VDDPU regulator"</title>
<updated>2014-01-17T09:16:48Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2014-01-16T12:57:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be2a3bb39adf1fdd274fc427e30ef62eb86441a1'/>
<id>urn:sha1:be2a3bb39adf1fdd274fc427e30ef62eb86441a1</id>
<content type='text'>
Commit 022298278 (mx6: soc: Disable VDDPU regulator) is causing kernel hang
for people using FSL kernel 3.0.35 and 3.10, so revert it for now.

Reported-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Reported-by: Pierre Aubert &lt;p.aubert@staubli.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'</title>
<updated>2014-01-15T14:18:04Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2014-01-15T14:18:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bf46e7d8d134521301ff02b6d97e8998aa10a83d'/>
<id>urn:sha1:bf46e7d8d134521301ff02b6d97e8998aa10a83d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock()</title>
<updated>2014-01-15T09:33:25Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2014-01-03T17:55:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5f98d0b5d3038cb3345712bc779efacaba4322f7'/>
<id>urn:sha1:5f98d0b5d3038cb3345712bc779efacaba4322f7</id>
<content type='text'>
Provide an argument to enable_fec_anatop_clock() to specify the clock frequency
that will be generated.

No changes are made to mx6slevk, which uses the default 50MHz fec clock.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>arm: use canonical sub mnemonic</title>
<updated>2014-01-14T11:38:47Z</updated>
<author>
<name>Andreas Bießmann</name>
<email>andreas.devel@googlemail.com</email>
</author>
<published>2013-11-27T15:09:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c'/>
<id>urn:sha1:6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c</id>
<content type='text'>
Building some arm boards with older binutils may produce errors like this:

---8&lt;---
crt0.S: Assembler messages:
crt0.S:70: Error: register expected, not '#(184)' -- `sub sp,#(184)'
---&gt;8---

Use canonical version of the subtract mnemonic to avoid those issues.

Reported-by: Alexey Smishlayev &lt;alexey@xtech2.lv&gt;
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge 'u-boot-imx/master' into 'u-boot-arm/master'</title>
<updated>2014-01-14T10:50:54Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2014-01-14T10:50:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e6fe4bd989b93b1f37a25771fc14478dd33aa0df'/>
<id>urn:sha1:e6fe4bd989b93b1f37a25771fc14478dd33aa0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arm: put .hash, .got.plt and .machine_param back in binaries</title>
<updated>2014-01-14T10:43:10Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2014-01-13T13:57:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b02bfc4dfcef3be8276521e1933573e97a5cf203'/>
<id>urn:sha1:b02bfc4dfcef3be8276521e1933573e97a5cf203</id>
<content type='text'>
Some targets will build fine but not boot if sections .hash and
.got.plt are not present in the binary. Add them back.

Also, Exynos machines require .machine_param section in SPL.
Add it.

Signed-off-by: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Tested-by: Rajeshwari S Shinde &lt;rajeshwari.s@samsung.com&gt;
</content>
</entry>
<entry>
<title>ARM: pxa: Fix OneNAND SPL builds</title>
<updated>2014-01-13T11:39:10Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2013-12-25T23:46:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=67decc71ed887d91fd17a1731533ff7a277e6fb5'/>
<id>urn:sha1:67decc71ed887d91fd17a1731533ff7a277e6fb5</id>
<content type='text'>
The OneNAND SPL used on PXA is slightly obscure. Due to the OneNAND limitation,
where we have only the first 1KiB of the OneNAND available upon power-up as a
memory-mapped area, from which the CPU starts executing, we place only the most
essential code into this first 1KiB . This code copies the rest of the SPL into
SRAM and jumps to it. This code is stored in section .text.0 .

The rest of the SPL is stored in section .text.1 . When running the OBJCOPY on
the SPL, it will preserve only .text section, but the .text.0 and .text.1 are
stripped away from the result, thus making the SPL binary empty. The patch adds
additional -j parameters to the OBJCOPY for PXA during the SPL build, which will
preserve the .text.0 and .text.1 sections.

Moreover, this patch also adds missing functions into the .text.0 section, since
otherwise the PXA270 with 1KiB-window OneNAND won't be able to boot.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>imx6: make use of lldiv(..)</title>
<updated>2014-01-13T10:52:28Z</updated>
<author>
<name>Christian Gmeiner</name>
<email>christian.gmeiner@gmail.com</email>
</author>
<published>2014-01-08T07:24:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5a66016987cd1c77468709070c989cced721b107'/>
<id>urn:sha1:5a66016987cd1c77468709070c989cced721b107</id>
<content type='text'>
Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces
a 64-bit division without using the lldiv() function,
which pulls in previously unused libgcc stuff.

Signed-off-by: Måns Rullgård &lt;mans@mansr.com&gt;
Signed-off-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
