<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git, branch LABEL_2003_12_06_1550</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>Accelerate booting on TRAB board: read and check  autoupdate  image</title>
<updated>2003-12-06T11:20:01+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-12-06T11:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=fa1399ed127c8be507bf182dc7d8d61a54938d79'/>
<id>fa1399ed127c8be507bf182dc7d8d61a54938d79</id>
<content type='text'>
headers first instead of always reading the whole images.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
headers first instead of always reading the whole images.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in MPC5XXX code (pointed out by Victor Wren)</title>
<updated>2003-12-05T21:08:38+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-12-05T21:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=b96619a1176a714480930048b16fa717b3b2d53b'/>
<id>b96619a1176a714480930048b16fa717b3b2d53b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Enabled password check on RMU board</title>
<updated>2003-12-03T23:53:42+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-12-03T23:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=af6d1dfc7f62a338f5b1c7b7642bebaacb254f1b'/>
<id>af6d1dfc7f62a338f5b1c7b7642bebaacb254f1b</id>
<content type='text'>
* Fix configuration problem with IceCube in LOWBOOT configuration:
  environment got embedded, corrupting the image layout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix configuration problem with IceCube in LOWBOOT configuration:
  environment got embedded, corrupting the image layout.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for BMS2003 board</title>
<updated>2003-11-25T16:55:19+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-11-25T16:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99'/>
<id>fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99</id>
<content type='text'>
(featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display).
Fix NEC display names (it's 6440 [for 640x480], not 6640).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display).
Fix NEC display names (it's 6440 [for 640x480], not 6640).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flash driver for TRAB board (must use Unlock Bypass Reset command</title>
<updated>2003-11-17T21:45:27+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-11-17T21:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=b4757cee52597ab5a67c30a1bf2a3208209e1ccb'/>
<id>b4757cee52597ab5a67c30a1bf2a3208209e1ccb</id>
<content type='text'>
to exit Unlock Bypass Mode); adjust timings for flash, SRAM and CPLD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to exit Unlock Bypass Mode); adjust timings for flash, SRAM and CPLD
</pre>
</div>
</content>
</entry>
<entry>
<title>* Use "-fPIC" instead of "-mrelocatable" to prevent problems with</title>
<updated>2003-11-17T21:14:37+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-11-17T21:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=5bb226e821ea3c10c52d768ffab7952204b0f816'/>
<id>5bb226e821ea3c10c52d768ffab7952204b0f816</id>
<content type='text'>
  recent tools

* Add checksum verification to 'imls' command

* Add bd_info fields needed for 4xx Linux I2C driver

* Patch by Martin Krause, 4 Nov. 2003:
  Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)

* Print used network interface when CONFIG_NET_MULTI is set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  recent tools

* Add checksum verification to 'imls' command

* Add bd_info fields needed for 4xx Linux I2C driver

* Patch by Martin Krause, 4 Nov. 2003:
  Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)

* Print used network interface when CONFIG_NET_MULTI is set
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Bernhard Kuhn, 28 Oct 2003:</title>
<updated>2003-11-07T13:42:26+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-11-07T13:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=5cf9da4821db0b6d86d8bbb74af86a0303063201'/>
<id>5cf9da4821db0b6d86d8bbb74af86a0303063201</id>
<content type='text'>
  Add low boot support for MPC5200

* Fix problem with dual PCMCIA support (NSCU)

* Fix MPC5200 I2C initialization function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add low boot support for MPC5200

* Fix problem with dual PCMCIA support (NSCU)

* Fix MPC5200 I2C initialization function
</pre>
</div>
</content>
</entry>
<entry>
<title>* Fix parameter passing to standalone images with bootm command</title>
<updated>2003-10-30T21:49:38+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-10-30T21:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=b13fb01a62708492cae4b33c4d6fa9ae127905f4'/>
<id>b13fb01a62708492cae4b33c4d6fa9ae127905f4</id>
<content type='text'>
* Patch by Kyle Harris, 30 Oct 2003:
  Fix build errors for ixdp425 board

* Patch by David M. Horn, 29 Oct 2003:
  Fixes to build under CYGWIN

* Get IceCube MGT5100 working (again)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Patch by Kyle Harris, 30 Oct 2003:
  Fix build errors for ixdp425 board

* Patch by David M. Horn, 29 Oct 2003:
  Fixes to build under CYGWIN

* Get IceCube MGT5100 working (again)
</pre>
</div>
</content>
</entry>
<entry>
<title>* Prepare for release</title>
<updated>2003-10-29T23:18:55+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-10-29T23:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=5fa66df63afe2841ce27596996811469903373a7'/>
<id>5fa66df63afe2841ce27596996811469903373a7</id>
<content type='text'>
* Fix problems in memory test on some boards (which was not
  non-destructive as intended)

* Patch by Gary Jennejohn, 28 Oct 2003:
  Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack
  to prevent stack overflow on ARM systems
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix problems in memory test on some boards (which was not
  non-destructive as intended)

* Patch by Gary Jennejohn, 28 Oct 2003:
  Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack
  to prevent stack overflow on ARM systems
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Stephan Linz, 28 Oct 2003:</title>
<updated>2003-10-28T09:14:21+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-10-28T09:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=a0f2fe524c63b3be90e18c89fc62673b1cf8fc6b'/>
<id>a0f2fe524c63b3be90e18c89fc62673b1cf8fc6b</id>
<content type='text'>
  fix init sequence error for NIOS port

* Allow lowercase spelling for IceCube_5200; support MPC5200LITE name

* Add CONFIG_VERSION_VARIABLE to TRAB configuration
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  fix init sequence error for NIOS port

* Allow lowercase spelling for IceCube_5200; support MPC5200LITE name

* Add CONFIG_VERSION_VARIABLE to TRAB configuration
</pre>
</div>
</content>
</entry>
</feed>
