<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu, branch v2011.06-rc1</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=v2011.06-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu?h=v2011.06-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-05-19T20:22:44Z</updated>
<entry>
<title>Minor coding style cleanup.</title>
<updated>2011-05-19T20:22:44Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-05-19T20:21:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd6881b519c94b15907d4f28149e5ed3fd0beea5'/>
<id>urn:sha1:cd6881b519c94b15907d4f28149e5ed3fd0beea5</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>at91: fixed at91sam9263 system file</title>
<updated>2011-05-18T05:56:52Z</updated>
<author>
<name>Daniel Gorsulowski</name>
<email>Daniel.Gorsulowski@esd.eu</email>
</author>
<published>2011-01-20T23:12:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1069a5cf308be64882caeb141c9002928c9f1d70'/>
<id>urn:sha1:1069a5cf308be64882caeb141c9002928c9f1d70</id>
<content type='text'>
Signed-off-by: Daniel Gorsulowski &lt;Daniel.Gorsulowski@esd.eu&gt;
</content>
</entry>
<entry>
<title>at91rm9200: fix lowlevel_init() SMRDATA size</title>
<updated>2011-05-18T05:56:52Z</updated>
<author>
<name>Jens Scharsig</name>
<email>js_at_ng@scharsoft.de</email>
</author>
<published>2010-12-18T02:30:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ce26582606adda28b3cd1a5d7646bbaa3a300937'/>
<id>urn:sha1:ce26582606adda28b3cd1a5d7646bbaa3a300937</id>
<content type='text'>
* use start/end label for initialization tables instead of fix values

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
Acked-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
</content>
</entry>
<entry>
<title>AT91: fix timer.c - remove reset_timer()</title>
<updated>2011-05-18T05:56:52Z</updated>
<author>
<name>Reinhard Meyer</name>
<email>u-boot@emk-elektronik.de</email>
</author>
<published>2010-11-10T17:07:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cfff263f41e32c7ba2ee9162a8cc6423eb5a8390'/>
<id>urn:sha1:cfff263f41e32c7ba2ee9162a8cc6423eb5a8390</id>
<content type='text'>
Signed-off-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;
</content>
</entry>
<entry>
<title>AT91: change includes from asm/arch/io.h to asm/io.h</title>
<updated>2011-05-18T05:56:51Z</updated>
<author>
<name>Reinhard Meyer</name>
<email>u-boot@emk-elektronik.de</email>
</author>
<published>2010-11-07T12:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=86592f60595f5dcebde01c9a4135485fbf2a61d6'/>
<id>urn:sha1:86592f60595f5dcebde01c9a4135485fbf2a61d6</id>
<content type='text'>
and remove the now unused asm/arch-at91/io.h

Signed-off-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;
</content>
</entry>
<entry>
<title>AT91: fix related at91 system/driver files</title>
<updated>2011-05-18T05:56:51Z</updated>
<author>
<name>Reinhard Meyer</name>
<email>u-boot@emk-elektronik.de</email>
</author>
<published>2010-11-03T14:39:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9f3fe90f094d4ad6309b5222196d0f8c783784b0'/>
<id>urn:sha1:9f3fe90f094d4ad6309b5222196d0f8c783784b0</id>
<content type='text'>
Signed-off-by: Reinhard Meyer &lt;u-boot@emk-elektronik.de&gt;
</content>
</entry>
<entry>
<title>MX31: change return value of get_cpu_rev</title>
<updated>2011-05-11T21:03:15Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-04-29T06:56:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2f22045be5590e3034b0d55cac9fd050f7837a17'/>
<id>urn:sha1:2f22045be5590e3034b0d55cac9fd050f7837a17</id>
<content type='text'>
Drop warnings in get_cpu_rev and changes the return value
(a u32 instead of char * is returned) of the function
to be coherent with other processors.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Detlev Zundel &lt;dzu@denx.de&gt;
CC: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>ftsmc020: move ftsmc020 static mem controller to driver/mtd</title>
<updated>2011-04-27T17:38:10Z</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2011-04-15T21:37:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=00d10eb0410d2459727307d5eea562247959db2f'/>
<id>urn:sha1:00d10eb0410d2459727307d5eea562247959db2f</id>
<content type='text'>
Move the header file and definitions of ftsmc020
static memory control unit from a320 SoC folder to
"drivers/mtd" folder.

This change will let other SoC which also use ftsmc020
could share the same header file.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>ARMV7: OMAP3: Cleanup extern variables in mem.c</title>
<updated>2011-04-27T17:38:10Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca.ceresoli@comelit.it</email>
</author>
<published>2011-04-20T15:02:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6cbec7b3bafc9f63cead2cc264505bcca36a074a'/>
<id>urn:sha1:6cbec7b3bafc9f63cead2cc264505bcca36a074a</id>
<content type='text'>
Removed boot_flash_* extern variables.
boot_flash_type was totally unused. The other ones were actually constants, so
they have been replaced with #defines in the board config files.

Signed-off-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Albert Aribaud &lt;albert.aribaud@free.fr&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: Tegra2: Add missing PLLX init</title>
<updated>2011-04-27T17:38:09Z</updated>
<author>
<name>Tom Warren</name>
<email>twarren.nvidia@gmail.com</email>
</author>
<published>2011-04-14T12:09:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1436d510764b5409daf0ff4948df66500a70869b'/>
<id>urn:sha1:1436d510764b5409daf0ff4948df66500a70869b</id>
<content type='text'>
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
</feed>
