<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include, branch LABEL_2006_03_12_0025</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>Some code cleanup for GCC 4.x</title>
<updated>2006-03-11T21:53:33+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-11T21:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d52fb7e3d135704334bd6f97f3444e824665b76f'/>
<id>d52fb7e3d135704334bd6f97f3444e824665b76f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable simple (non-redundant) NAND environment on delta board.</title>
<updated>2006-03-07T23:13:40+00:00</updated>
<author>
<name>Markus Klotzbücher</name>
<email>Markus Klotzbümk@pollux.denx.de</email>
</author>
<published>2006-03-07T23:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8371a2c0d466a3c7146083fe143cce204dd893d9'/>
<id>8371a2c0d466a3c7146083fe143cce204dd893d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup (get rid of debug code that sneaked in)</title>
<updated>2006-03-06T23:22:36+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@atlas.denx.de</email>
</author>
<published>2006-03-06T23:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0be248fa9a32667d29b0eb1bad77bbd372903e61'/>
<id>0be248fa9a32667d29b0eb1bad77bbd372903e61</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>
<entry>
<title>Turned on SDRAM scrubbing.</title>
<updated>2006-03-06T17:47:44+00:00</updated>
<author>
<name>Markus Klotzbücher</name>
<email>Markus Klotzbümk@pollux.denx.de</email>
</author>
<published>2006-03-06T17:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac7d97dcbb499c96c8182757f301dd2e09c9f49d'/>
<id>ac7d97dcbb499c96c8182757f301dd2e09c9f49d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of NAND support of delta board using the Monahans Data Flash</title>
<updated>2006-03-06T14:04:25+00:00</updated>
<author>
<name>Markus Klotzbücher</name>
<email>Markus Klotzbümk@pollux.denx.de</email>
</author>
<published>2006-03-06T14:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=43638c674a1bc57eef41439e87c281269a08cb16'/>
<id>43638c674a1bc57eef41439e87c281269a08cb16</id>
<content type='text'>
Controller.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Controller.
</pre>
</div>
</content>
</entry>
<entry>
<title>NAND finally working. Two bugs fixed:</title>
<updated>2006-03-06T12:45:42+00:00</updated>
<author>
<name>Markus Klotzbücher</name>
<email>Markus Klotzbümk@pollux.denx.de</email>
</author>
<published>2006-03-06T12:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9e029184be5ef550d05262e0f150d31fb09d19b'/>
<id>f9e029184be5ef550d05262e0f150d31fb09d19b</id>
<content type='text'>
 * For READ_STATUS and READID commands always 8 bytes need to be read from
   NDDB. Otherwise they stay there and get send to flash as the first data
   word when writing.

 * In nand_base.c the oob variable is not reset so this-&gt;oob_buf is
   overwritten what eventually screws up the bad block descriptor table.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * For READ_STATUS and READID commands always 8 bytes need to be read from
   NDDB. Otherwise they stay there and get send to flash as the first data
   word when writing.

 * In nand_base.c the oob variable is not reset so this-&gt;oob_buf is
   overwritten what eventually screws up the bad block descriptor table.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor code cleanup</title>
<updated>2006-03-06T12:03:37+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@nyx.denx.de</email>
</author>
<published>2006-03-06T12:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e'/>
<id>bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge the new NAND code (testing-NAND brach); see doc/README.nand</title>
<updated>2006-03-06T10:25:22+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@nyx.denx.de</email>
</author>
<published>2006-03-06T10:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4e3ccd26925e5ada78dd89779838f052dffe3e67'/>
<id>4e3ccd26925e5ada78dd89779838f052dffe3e67</id>
<content type='text'>
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Patch by Ladislav Michl, 29 Jun 2005

[Merge with /home/tur/nand/u-boot]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Patch by Ladislav Michl, 29 Jun 2005

[Merge with /home/tur/nand/u-boot]
</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>
</feed>
