<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git, branch LABEL_2004_04_18_2135</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/'/>
<entry>
<title>* Configure PPChameleon board to use redundand environment in flash</title>
<updated>2004-04-18T19:43:36+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-18T19:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=998eaaecd46ee5f00550e30e606cb5556e0b9345'/>
<id>998eaaecd46ee5f00550e30e606cb5556e0b9345</id>
<content type='text'>
* Configure PPChameleon board to use JFFS2 NAND support.

* Added support for JFFS2 filesystem (read-only) on top of NAND flash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Configure PPChameleon board to use JFFS2 NAND support.

* Added support for JFFS2 filesystem (read-only) on top of NAND flash
</pre>
</div>
</content>
</entry>
<entry>
<title>* Cleanup, minor fixes</title>
<updated>2004-04-18T17:39:38+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-18T17:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=6e5923851ec5c11a36136abc77160d834537c4dd'/>
<id>6e5923851ec5c11a36136abc77160d834537c4dd</id>
<content type='text'>
* Patch by Rune Torgersen, 16 Apr 2004:
  LBA48 fixes

* Patches by Pantelis Antoniou, 16 Apr 2004:
  - Fix some compile problems;
    add "once" functionality for the netretry variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Patch by Rune Torgersen, 16 Apr 2004:
  LBA48 fixes

* Patches by Pantelis Antoniou, 16 Apr 2004:
  - Fix some compile problems;
    add "once" functionality for the netretry variable
</pre>
</div>
</content>
</entry>
<entry>
<title>Patches by Pantelis Antoniou, 16 Apr 2004:</title>
<updated>2004-04-18T10:13:26+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-18T10:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=c26e454dfc6650428854fa2db3b1ed7f19e0ba0e'/>
<id>c26e454dfc6650428854fa2db3b1ed7f19e0ba0e</id>
<content type='text'>
- add support for a new version of an Intracom board and fix
  various other things on others.
- add verify support to the crc32 command (define
  CONFIG_CRC32_VERIFY to enable it)
- fix FEC driver for MPC8xx systems:
  1. fix compilation problems for boards that use dynamic
     allocation of DPRAM
  2. shut down FEC after network transfers
- HUSH parser fixes:
  1. A new test command was added. This is a simplified version of
     the one in the bourne shell.
  2. A new exit command was added which terminates the current
     executing script.
  3. Fixed handing of $? (exit code of last executed command)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add support for a new version of an Intracom board and fix
  various other things on others.
- add verify support to the crc32 command (define
  CONFIG_CRC32_VERIFY to enable it)
- fix FEC driver for MPC8xx systems:
  1. fix compilation problems for boards that use dynamic
     allocation of DPRAM
  2. shut down FEC after network transfers
- HUSH parser fixes:
  1. A new test command was added. This is a simplified version of
     the one in the bourne shell.
  2. A new exit command was added which terminates the current
     executing script.
  3. Fixed handing of $? (exit code of last executed command)
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by George G. Davis, 02 Apr 2004:</title>
<updated>2004-04-15T23:23:39+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-15T23:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=ea66bc8804b66633faae5b7066571c9d68b4d14a'/>
<id>ea66bc8804b66633faae5b7066571c9d68b4d14a</id>
<content type='text'>
  add support for Intel Assabet board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  add support for Intel Assabet board
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Stephen Williams, 01 Apr 2004:</title>
<updated>2004-04-15T23:14:49+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-15T23:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=db01a2ea991b539ffbd36ab952fcf2e754789a83'/>
<id>db01a2ea991b539ffbd36ab952fcf2e754789a83</id>
<content type='text'>
  Add support for Picture Elements JSE board

* Patch by Christian Pell, 01 Apr 2004:
  Add CompactFlash support for PXA systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add support for Picture Elements JSE board

* Patch by Christian Pell, 01 Apr 2004:
  Add CompactFlash support for PXA systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patches by Pantelis Antoniou, 30 Mar 2004:</title>
<updated>2004-04-15T21:58:11+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-15T21:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=bda6c8aece36f4f21cb041f518d09c26e4fb47eb'/>
<id>bda6c8aece36f4f21cb041f518d09c26e4fb47eb</id>
<content type='text'>
- some minor patches / cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some minor patches / cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>Patches by Pantelis Antoniou, 30 Mar 2004:</title>
<updated>2004-04-15T21:48:45+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-15T21:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=a3d991bd0da8b9fb9dbf2c7481091c3d082b9b13'/>
<id>a3d991bd0da8b9fb9dbf2c7481091c3d082b9b13</id>
<content type='text'>
add networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol)
</pre>
</div>
</content>
</entry>
<entry>
<title>Patches by Pantelis Antoniou, 30 Mar 2004:</title>
<updated>2004-04-15T21:31:56+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-15T21:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=a6ab4bf978a3d5a52a47bbd259b7eb4c860ebd0c'/>
<id>a6ab4bf978a3d5a52a47bbd259b7eb4c860ebd0c</id>
<content type='text'>
Improve and fix various things in the MPC8xx FEC driver:
1. The new 87x and 88x series of processors have two FECs,
   and the new driver supports them both.
2. Another change in the 87x/88x series is support for
   the RMII (Reduced MII) interface. However numerous
   changes are needed to make it work since the PHYs
   are connected to the same lines. That means that
   you have to address them correctly over the MII
   interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve and fix various things in the MPC8xx FEC driver:
1. The new 87x and 88x series of processors have two FECs,
   and the new driver supports them both.
2. Another change in the 87x/88x series is support for
   the RMII (Reduced MII) interface. However numerous
   changes are needed to make it work since the PHYs
   are connected to the same lines. That means that
   you have to address them correctly over the MII
   interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patches by Pantelis Antoniou, 30 Mar 2004:</title>
<updated>2004-04-15T21:16:42+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-15T21:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792'/>
<id>5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792</id>
<content type='text'>
  - add support for the Epson 156x series of graphical displays
    (These displays are serial and not suitable for using a normal
    framebuffer console on them)
  - add infrastructure needed in order to POST any DSPs in a board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - add support for the Epson 156x series of graphical displays
    (These displays are serial and not suitable for using a normal
    framebuffer console on them)
  - add infrastructure needed in order to POST any DSPs in a board
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patches by Pantelis Antoniou, 30 Mar 2004:</title>
<updated>2004-04-15T18:22:41+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-15T18:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=04a85b3b36fdbaaac5fa95d61f59f481bbcf7520'/>
<id>04a85b3b36fdbaaac5fa95d61f59f481bbcf7520</id>
<content type='text'>
  - add auto-complete support to the U-Boot CLI
  - add support for NETTA and NETPHONE boards; fix NETVIA board

* Patch by Yuli Barcohen, 28 Mar 2004:
  - Add support for MPC8272 family including MPC8247/8248/8271/8272
  - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS)
  - Change configuration method for MPC8260ADS family
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - add auto-complete support to the U-Boot CLI
  - add support for NETTA and NETPHONE boards; fix NETVIA board

* Patch by Yuli Barcohen, 28 Mar 2004:
  - Add support for MPC8272 family including MPC8247/8248/8271/8272
  - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS)
  - Change configuration method for MPC8260ADS family
</pre>
</div>
</content>
</entry>
</feed>
