<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/tools, branch LABEL_2006_05_19_1133</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>Fixed handling of bad checksums with "mkimage -l"</title>
<updated>2006-04-28T19:24:32+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-04-28T19:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3577d3a33b8446c4cc4b7afdb44f9879b53ca293'/>
<id>3577d3a33b8446c4cc4b7afdb44f9879b53ca293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix array overflow with fw_setenv on uninitialised environment</title>
<updated>2006-03-12T22:27:46+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-12T22:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f07217c9e2912af5b2f05d61829f62cc865b481f'/>
<id>f07217c9e2912af5b2f05d61829f62cc865b481f</id>
<content type='text'>
Patch by Murray Jensen, 15 Jul 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Murray Jensen, 15 Jul 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ADI Blackfin support</title>
<updated>2006-03-12T01:10:00+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-12T01:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0afe519a433184fb1270ff0823971130353a807f'/>
<id>0afe519a433184fb1270ff0823971130353a807f</id>
<content type='text'>
- add support for Analog Devices Blackfin BF533 CPU
- add support for the ADI BF533 Stamp uClinux board
- add support for the ADI BF533 EZKit board
Patches by Richard Klingler, June 11th 2005:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add support for Analog Devices Blackfin BF533 CPU
- add support for the ADI BF533 Stamp uClinux board
- add support for the ADI BF533 EZKit board
Patches by Richard Klingler, June 11th 2005:
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GIT version information (commid ID) to untagged U-Boot versions</title>
<updated>2006-02-21T16:33:04+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2006-02-21T16:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=881a87ecbab328656eb3e9d25c3ed6868587b197'/>
<id>881a87ecbab328656eb3e9d25c3ed6868587b197</id>
<content type='text'>
As done in the linux kernel, the U-Boot version (U_BOOT_VERSION)
of all unreleased (untagged) U-Boot images will be automatically
extended upon compiletime with a part of the GIT commit ID and
possibly with "dirty" if uncommited changes are detected.

Here an example for the resulting version:
"U-Boot 1.1.4-g3457ac18-dirty"

The version is now maintained in the toplevel Makefile and the
version headers are autogenerated.

Patch by Stefan Roese, 9 Feb 2006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As done in the linux kernel, the U-Boot version (U_BOOT_VERSION)
of all unreleased (untagged) U-Boot images will be automatically
extended upon compiletime with a part of the GIT commit ID and
possibly with "dirty" if uncommited changes are detected.

Here an example for the resulting version:
"U-Boot 1.1.4-g3457ac18-dirty"

The version is now maintained in the toplevel Makefile and the
version headers are autogenerated.

Patch by Stefan Roese, 9 Feb 2006
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mkimage bug with multifile images created on 64 bit systems.</title>
<updated>2006-01-11T12:03:54+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2006-01-11T12:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3bb6680655a262251261fc8497f53436844ea475'/>
<id>3bb6680655a262251261fc8497f53436844ea475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change all '$(...)' variable references into '${...}'</title>
<updated>2005-11-20T20:40:11+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-11-20T20:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fe126d8b34d2e7c3c2dc1d4e61086018e016768c'/>
<id>fe126d8b34d2e7c3c2dc1d4e61086018e016768c</id>
<content type='text'>
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.
</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>Fix tools/bmp_logo.c using incorrect offset to pixel data</title>
<updated>2005-09-25T13:39:00+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-09-25T13:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fd4bb67bd219184481366f95feb6af34cf80effe'/>
<id>fd4bb67bd219184481366f95feb6af34cf80effe</id>
<content type='text'>
Patch by Andrew Dyer, 31 Jan 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Andrew Dyer, 31 Jan 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error handling in tools/env/fw_env.c</title>
<updated>2005-09-24T23:20:38+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-09-24T23:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e2146b6aea0de16e55530cc5ff58fb626d9870cd'/>
<id>e2146b6aea0de16e55530cc5ff58fb626d9870cd</id>
<content type='text'>
Patch by Ara Avanesyan, 01 Feb 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Ara Avanesyan, 01 Feb 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Hymod Board Database PHP code in "tools" directory</title>
<updated>2005-08-12T21:27:18+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-12T21:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d992daf99d1ce39ee18b353b67fdfa181d83fbff'/>
<id>d992daf99d1ce39ee18b353b67fdfa181d83fbff</id>
<content type='text'>
Patch by Murray Jensen, 01 Jul 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Murray Jensen, 01 Jul 2005
</pre>
</div>
</content>
</entry>
</feed>
