<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/fs, branch LABEL_2006_04_18_1106</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>Fix JFFS2 support for legacy NAND driver.</title>
<updated>2006-04-08T17:08:06+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2006-04-08T17:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6db39708117d6391a72f3fc3ea7860231b630270'/>
<id>6db39708117d6391a72f3fc3ea7860231b630270</id>
<content type='text'>
Some more NAND cleanup and small fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some more NAND cleanup and small fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Lite5200B board.</title>
<updated>2006-03-17T10:42:53+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-17T10:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=09e4b0c5d3881412519f33d498560a5bbcc82cd9'/>
<id>09e4b0c5d3881412519f33d498560a5bbcc82cd9</id>
<content type='text'>
Patch by  Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by  Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
</pre>
</div>
</content>
</entry>
<entry>
<title>Add crc of data to jffs2 (in jffs2_1pass_build_lists()).</title>
<updated>2006-03-12T15:05:05+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-12T15:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=74f92e6a3f884b7fe86d2fb2acc114347defb0ae'/>
<id>74f92e6a3f884b7fe86d2fb2acc114347defb0ae</id>
<content type='text'>
Patch by Rick Bronson, 15 Jun 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Rick Bronson, 15 Jun 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-factoring the legacy NAND code (legacy NAND now only in board-specific</title>
<updated>2006-03-05T17:57:33+00:00</updated>
<author>
<name>Bartlomiej Sieka</name>
<email>tur@semihalf.com</email>
</author>
<published>2006-03-05T17:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=addb2e1650fdf872334478393f482dfdce965a61'/>
<id>addb2e1650fdf872334478393f482dfdce965a61</id>
<content type='text'>
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.</title>
<updated>2006-02-24T08:37:22+00:00</updated>
<author>
<name>Bartlomiej Sieka</name>
<email>tur@semihalf.com</email>
</author>
<published>2006-02-24T08:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=038ccac511214b062c56f22b9413f784b86bcd87'/>
<id>038ccac511214b062c56f22b9413f784b86bcd87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add VGA support (CT69000) to CPCI750 board.</title>
<updated>2006-01-18T19:05:34+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2006-01-18T19:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a7b9fb9110e3c0be644b3e2c8f397f606138a710'/>
<id>a7b9fb9110e3c0be644b3e2c8f397f606138a710</id>
<content type='text'>
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().

Patch by Reinhard Arlt, 30 Dec 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().

Patch by Reinhard Arlt, 30 Dec 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with /home/m8/git/u-boot</title>
<updated>2005-10-15T16:23:43+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-10-15T16:23:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84bd92bdda05e6aaae3150ed6ef957b3a67398b7'/>
<id>84bd92bdda05e6aaae3150ed6ef957b3a67398b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup for GCC-4.x</title>
<updated>2005-10-13T14:45:02+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-10-13T14:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77ddac9480d63a80b6bb76d7ee4dcc2d1070867e'/>
<id>77ddac9480d63a80b6bb76d7ee4dcc2d1070867e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for TQM834x boards.</title>
<updated>2005-10-11T17:09:42+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2005-10-11T17:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e6f2e902334d5ee65bab9cf8292cf668243531e9'/>
<id>e6f2e902334d5ee65bab9cf8292cf668243531e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update of new NAND code</title>
<updated>2005-09-14T21:53:32+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-09-14T21:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac7eb8a315e25863637a8d2c02af18815458b63f'/>
<id>ac7eb8a315e25863637a8d2c02af18815458b63f</id>
<content type='text'>
Patch by Ladislav Michl, 13 Sep 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Ladislav Michl, 13 Sep 2005
</pre>
</div>
</content>
</entry>
</feed>
