<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/fs, branch LABEL_2005_09_15_2320</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 return values of the jffs2 commands ls/fsload/fsinfo,</title>
<updated>2005-08-16T07:32:45+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-16T07:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=87b8bd5aed0d2a71cf77c7178d67a370a0f68612'/>
<id>87b8bd5aed0d2a71cf77c7178d67a370a0f68612</id>
<content type='text'>
so we can use them to, e.g., check the existence of a file with
"if ls foo; then this; else that; fi" in the hush shell
Patch by Andreas Engel, 16 August 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so we can use them to, e.g., check the existence of a file with
"if ls foo; then this; else that; fi" in the hush shell
Patch by Andreas Engel, 16 August 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Add configuration for IFM AEV FIFO board.</title>
<updated>2005-08-10T13:14:32+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-10T13:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f79e4c2da54cea11bb576870059fc1ba8847ccb'/>
<id>8f79e4c2da54cea11bb576870059fc1ba8847ccb</id>
<content type='text'>
Minor coding style cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor coding style cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add common (with Linux) MTD partition scheme and "mtdparts" command</title>
<updated>2005-08-07T23:03:24+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-07T23:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=700a0c648df72f2c8e0589c0d0470b5ffd7cab7b'/>
<id>700a0c648df72f2c8e0589c0d0470b5ffd7cab7b</id>
<content type='text'>
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Altera NIOS DK1C20 board</title>
<updated>2005-08-05T23:56:59+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-05T23:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d06a5f7ebfdc6c5d27dc0e6acf441c0916eee176'/>
<id>d06a5f7ebfdc6c5d27dc0e6acf441c0916eee176</id>
<content type='text'>
Patch by Shlomo Kut, 13 Dec 2004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Shlomo Kut, 13 Dec 2004
</pre>
</div>
</content>
</entry>
<entry>
<title>It's better to handle LZO and LZARI compression mdoes for JFFS2 with</title>
<updated>2005-05-05T09:51:44+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-05-05T09:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=412babe304b948e1e3a909f8d2eb091b83f700d5'/>
<id>412babe304b948e1e3a909f8d2eb091b83f700d5</id>
<content type='text'>
a single #define.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a single #define.
</pre>
</div>
</content>
</entry>
<entry>
<title>Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of</title>
<updated>2005-05-05T00:04:14+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-05-05T00:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=07cc0999413481568b38b8d0e5f3d7514d9540b0'/>
<id>07cc0999413481568b38b8d0e5f3d7514d9540b0</id>
<content type='text'>
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
CONFIG_JFFS2_LZARI are added. Both are undefined by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
CONFIG_JFFS2_LZARI are added. Both are undefined by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with symbolic links in JFFS2 code.</title>
<updated>2005-05-04T23:50:54+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-05-04T23:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cf8bc5773c27adf325d7bb1a90d290b213a57417'/>
<id>cf8bc5773c27adf325d7bb1a90d290b213a57417</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Fix get_partition_info() parameter error in all other calls</title>
<updated>2005-03-04T11:27:31+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-03-04T11:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b05dcb58fe04c6274fc942fa93efe77072395951'/>
<id>b05dcb58fe04c6274fc942fa93efe77072395951</id>
<content type='text'>
  (common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c).

* Enable USB and IDE support for INKA4x0 board

* Patch by Andrew Dyer, 28 February 2005:
  fix ext2load passing an incorrect pointer to get_partition_info()
  resulting in load failure for devices other than 0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c).

* Enable USB and IDE support for INKA4x0 board

* Patch by Andrew Dyer, 28 February 2005:
  fix ext2load passing an incorrect pointer to get_partition_info()
  resulting in load failure for devices other than 0
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Cajus Hahn, 04 Feb 2005:</title>
<updated>2005-02-04T15:02:06+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-02-04T15:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=20a80418f9201f81b718aeb6c872b83bd8e929c0'/>
<id>20a80418f9201f81b718aeb6c872b83bd8e929c0</id>
<content type='text'>
  - don't insist on leading '/' for filename in ext2load
  - set default partition to useful value (1) in ext2load

* Patch by Andrew Dyer, 08 Jan 2005:
  fix wrong return codes in ext2 code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - don't insist on leading '/' for filename in ext2load
  - set default partition to useful value (1) in ext2load

* Patch by Andrew Dyer, 08 Jan 2005:
  fix wrong return codes in ext2 code
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup: avoid trigraph warning in fs/ext2/ext2fs.c; rename UC100 -&gt; uc100</title>
<updated>2004-12-19T09:58:11+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-12-19T09:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ec0aee7b68348ae0215f621ba488a5578c79b56e'/>
<id>ec0aee7b68348ae0215f621ba488a5578c79b56e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
