<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/Makefile, 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>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-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>
<entry>
<title>Cleanup for release 1.1.0</title>
<updated>2004-04-10T20:43:50+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-10T20:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=17d704eb9544a35dedd2cd8b744f7a8c0b381b1b'/>
<id>17d704eb9544a35dedd2cd8b744f7a8c0b381b1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Mark Jonas: Remove config.tmp files only when</title>
<updated>2004-04-08T22:31:29+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-08T22:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=7e780369e43ebf5c9e337dfad84dd36b2a08a21f'/>
<id>7e780369e43ebf5c9e337dfad84dd36b2a08a21f</id>
<content type='text'>
  unconfiguring the board

* Adapt RMU board for bigger flash memory

* Test fix for ethernet problems on MPC5200
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  unconfiguring the board

* Adapt RMU board for bigger flash memory

* Test fix for ethernet problems on MPC5200
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Klaus Heydeck, 13 Mar 2003:</title>
<updated>2004-03-25T19:29:38+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-03-25T19:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=0608e04da9d0df5d00cf48a1d9141e2ea1bc9635'/>
<id>0608e04da9d0df5d00cf48a1d9141e2ea1bc9635</id>
<content type='text'>
  Add support for KUP4X Board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add support for KUP4X Board
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup</title>
<updated>2004-03-25T15:14:43+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-03-25T15:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=b79a11cc2bda7a4d5e00444427a0d06b4e86a990'/>
<id>b79a11cc2bda7a4d5e00444427a0d06b4e86a990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Pavel Bartusek, 21 Mar 2004</title>
<updated>2004-03-25T14:59:05+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-03-25T14:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=518e2e1ae322251f6452c7b413ecdc70c4605fa1'/>
<id>518e2e1ae322251f6452c7b413ecdc70c4605fa1</id>
<content type='text'>
  Add Reiserfs support

* Patch by Hinko Kocevar, 20 Mar 2004
  - Add auto-release for SMSC LAN91c111 driver
  - Add save/restore of PTR and PNR regs as suggested in datasheet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add Reiserfs support

* Patch by Hinko Kocevar, 20 Mar 2004
  - Add auto-release for SMSC LAN91c111 driver
  - Add save/restore of PTR and PNR regs as suggested in datasheet
</pre>
</div>
</content>
</entry>
</feed>
