<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/asm-arm/arch-pxa, branch v2009.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>MMC: Consolidate MMC/SD command definitions</title>
<updated>2008-06-28T20:40:15+00:00</updated>
<author>
<name>Haavard Skinnemoen</name>
<email>haavard.skinnemoen@atmel.com</email>
</author>
<published>2008-05-22T09:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=341188b9ccaa8d4462d772cc067aca8d7618633a'/>
<id>341188b9ccaa8d4462d772cc067aca8d7618633a</id>
<content type='text'>
This moves the MMC and SD Card command definitions from
include/asm/arch/mmc.h into include/mmc.h. These definitions are
given by the MMC and SD Card standards, not by any particular
architecture.

There's a lot more room for consolidation in the MMC drivers which
I'm hoping to get done eventually, but this patch is a start.

Compile-tested for all avr32 boards as well as lpc2292sodimm and
lubbock. This should cover all three mmc drivers in the tree.

Signed-off-by: Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves the MMC and SD Card command definitions from
include/asm/arch/mmc.h into include/mmc.h. These definitions are
given by the MMC and SD Card standards, not by any particular
architecture.

There's a lot more room for consolidation in the MMC drivers which
I'm hoping to get done eventually, but this patch is a start.

Compile-tested for all avr32 boards as well as lpc2292sodimm and
lubbock. This should cover all three mmc drivers in the tree.

Signed-off-by: Haavard Skinnemoen &lt;haavard.skinnemoen@atmel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Big white-space cleanup.</title>
<updated>2008-05-20T22:14:08+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-05-20T14:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53677ef18e25c97ac613349087c5cb33ae5a2741'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>MMC for PXA 27X (resubmit)</title>
<updated>2008-02-03T22:58:21+00:00</updated>
<author>
<name>stefano babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2007-11-20T09:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c95219fae2a7add7daa2f91aedca65b1698465c7'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gcc issues in pxa-regs.h</title>
<updated>2008-02-03T22:46:06+00:00</updated>
<author>
<name>stefano babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2007-11-20T09:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=96bbfa1e6625ce23a150936863b3ecf4c853eb33'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>PXA270: fix compile issue (invalid lvalue)</title>
<updated>2007-09-06T23:03:41+00:00</updated>
<author>
<name>stefano babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2007-08-30T20:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=28bb3f72c687ac6b2eb076b01dd21a5fd657d45e'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;

</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup</title>
<updated>2006-06-14T16:14:56+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-06-14T16:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=386eda022473394ad8f36b86f2bdc9b4cb816291'/>
<id>386eda022473394ad8f36b86f2bdc9b4cb816291</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch adds USB storage support for the delta board. This is the first</title>
<updated>2006-05-22T14:33:54+00:00</updated>
<author>
<name>Markus Klotzbuecher</name>
<email>mk@denx.de</email>
</author>
<published>2006-05-22T14:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3e326ece9eba8184f5d48aa4fb87760a8f6f0f10'/>
<id>3e326ece9eba8184f5d48aa4fb87760a8f6f0f10</id>
<content type='text'>
board to make use of a generic OHCI driver, that calls hooks for board
dependant initialization.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
board to make use of a generic OHCI driver, that calls hooks for board
dependant initialization.
</pre>
</div>
</content>
</entry>
<entry>
<title>delta board: DA9030 initialization and i2c support. Some minor changes to</title>
<updated>2006-03-24T11:23:27+00:00</updated>
<author>
<name>Markus Klotzbuecher</name>
<email>mk@denx.de</email>
</author>
<published>2006-03-24T11:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ba70d6a4170ebbec5513f01ceae66a200102ba9a'/>
<id>ba70d6a4170ebbec5513f01ceae66a200102ba9a</id>
<content type='text'>
make the pxa i2c driver work with the monahans cpu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make the pxa i2c driver work with the monahans cpu.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of the monahans cpu and delta board port.</title>
<updated>2006-03-20T19:19:37+00:00</updated>
<author>
<name>Markus Klotzbuecher</name>
<email>mk@denx.de</email>
</author>
<published>2006-03-20T19:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=552fc624f28d5db7b25f38c4e104fb7255d7df6b'/>
<id>552fc624f28d5db7b25f38c4e104fb7255d7df6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with /home/wd/git/u-boot/master</title>
<updated>2006-03-06T22:18:48+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@atlas.denx.de</email>
</author>
<published>2006-03-06T22:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=951a954b77ef30df1f5c1b7b9b4312e783b2cbb4'/>
<id>951a954b77ef30df1f5c1b7b9b4312e783b2cbb4</id>
<content type='text'>
Code cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code cleanup.
</pre>
</div>
</content>
</entry>
</feed>
