<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/asm-arm, branch v1.3.2-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm?h=v1.3.2-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm?h=v1.3.2-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-02-03T22:58:21Z</updated>
<entry>
<title>MMC for PXA 27X (resubmit)</title>
<updated>2008-02-03T22:58:21Z</updated>
<author>
<name>stefano babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2007-11-20T09:40:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c95219fae2a7add7daa2f91aedca65b1698465c7'/>
<id>urn:sha1:c95219fae2a7add7daa2f91aedca65b1698465c7</id>
<content type='text'>
MMC support for X_Scale PXA is broken and does not work.
Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
There were already some patches around the world but none of them was
merged into the official u-boot tree.

This patch makes order fixing this issue. Resubmit after code cleanup.

Applied and tested on PXA 270 (TrizepsIV module).

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>Fix gcc issues in pxa-regs.h</title>
<updated>2008-02-03T22:46:06Z</updated>
<author>
<name>stefano babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2007-11-20T09:37:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=96bbfa1e6625ce23a150936863b3ecf4c853eb33'/>
<id>urn:sha1:96bbfa1e6625ce23a150936863b3ecf4c853eb33</id>
<content type='text'>
Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
issues generates wrong code.
(Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
This patch fixes the problem and solves the gcc-4 issues as the linux
kernel does.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
Signed-off-by: Dmitry Ivanov &lt;ivadmitry@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add AcTux board support</title>
<updated>2008-01-18T00:05:22Z</updated>
<author>
<name>Michael Schwingen</name>
<email>michael@schwingen.org</email>
</author>
<published>2008-01-17T23:04:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=799891ef7b1b3432032ec23466df6b665a797fa4'/>
<id>urn:sha1:799891ef7b1b3432032ec23466df6b665a797fa4</id>
<content type='text'>
Hi,

The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
files that
contain changes for multiple boards, the board-specific files follow as
separate patches.

Signed-off-by: Michael Schwingen &lt;michael@schwingen.org&gt;
</content>
</entry>
<entry>
<title>ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree</title>
<updated>2008-01-13T22:38:11Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-01-13T22:26:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f43ad53908f1ea83a7c26c3505bbe84382e47aad'/>
<id>urn:sha1:f43ad53908f1ea83a7c26c3505bbe84382e47aad</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge with git://www.denx.de/git/u-boot.git</title>
<updated>2008-01-07T15:34:22Z</updated>
<author>
<name>Peter Pearse</name>
<email>peter.pearse@arm.com</email>
</author>
<published>2008-01-07T15:34:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4985ca5af3767ffe13ea96e1dc26f88c81084414'/>
<id>urn:sha1:4985ca5af3767ffe13ea96e1dc26f88c81084414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce map_physmem() and unmap_physmem()</title>
<updated>2007-12-13T12:15:16Z</updated>
<author>
<name>Haavard Skinnemoen</name>
<email>hskinnemoen@atmel.com</email>
</author>
<published>2007-12-13T11:56:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d7d6936eb29af7cca330937808312aa5f61454d'/>
<id>urn:sha1:4d7d6936eb29af7cca330937808312aa5f61454d</id>
<content type='text'>
map_physmem() returns a virtual address which can be used to access a
given physical address without involving the cache. unmap_physmem()
should be called when the virtual address returned by map_physmem() is
no longer needed.

This patch adds a stub implementation which simply returns the
physical address cast to a uchar * for all architectures except AVR32,
which converts the physical address to an uncached virtual mapping.
unmap_physmem() is a no-op on all architectures, but if any
architecture needs to do such mappings through the TLB, this is the
hook where those TLB entries can be invalidated.

Signed-off-by: Haavard Skinnemoen &lt;hskinnemoen@atmel.com&gt;
</content>
</entry>
<entry>
<title>Fix build problems with mp2usb board</title>
<updated>2007-11-19T11:59:14Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-11-19T11:59:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab'/>
<id>urn:sha1:e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Correction patch</title>
<updated>2007-11-15T08:45:13Z</updated>
<author>
<name>Peter Pearse</name>
<email>peter.pearse@arm.com</email>
</author>
<published>2007-11-15T08:45:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2db916e14410e3ec1738508c7bf4dfeb2b299ae7'/>
<id>urn:sha1:2db916e14410e3ec1738508c7bf4dfeb2b299ae7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add apollon board support</title>
<updated>2007-11-09T15:24:26Z</updated>
<author>
<name>Peter Pearse</name>
<email>peter.pearse@arm.com</email>
</author>
<published>2007-11-09T15:24:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5ca9881aad8c413ac2a82868a5e3719178254502'/>
<id>urn:sha1:5ca9881aad8c413ac2a82868a5e3719178254502</id>
<content type='text'>
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
</content>
</entry>
<entry>
<title>PXA270: fix compile issue (invalid lvalue)</title>
<updated>2007-09-06T23:03:41Z</updated>
<author>
<name>stefano babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2007-08-30T20:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=28bb3f72c687ac6b2eb076b01dd21a5fd657d45e'/>
<id>urn:sha1:28bb3f72c687ac6b2eb076b01dd21a5fd657d45e</id>
<content type='text'>
Code is broken for PXA270 due to "invalid lvalue in assignment".

This patch fix it in pxa-regs.h

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

</content>
</entry>
</feed>
