<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/trab, branch LABEL_2003_09_06_0055</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/trab?h=LABEL_2003_09_06_0055</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/trab?h=LABEL_2003_09_06_0055'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2003-07-15T07:45:49Z</updated>
<entry>
<title>* Patches by Martin Krause, 14 Jul 2003:</title>
<updated>2003-07-15T07:45:49Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-07-15T07:45:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6dff55297283ebe16096e25f2dadb54e4b6fd9fc'/>
<id>urn:sha1:6dff55297283ebe16096e25f2dadb54e4b6fd9fc</id>
<content type='text'>
  - add I2C support for s3c2400 systems (trab board)
  - (re-) add "ping" to command table

* Fix handling of "slow" POST routines
</content>
</entry>
<entry>
<title>Patch by Kenneth Johansson, 30 Jun 2003:</title>
<updated>2003-07-01T21:06:45Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-07-01T21:06:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d4983930a3559be92452761cfa268ee9d0f2773'/>
<id>urn:sha1:0d4983930a3559be92452761cfa268ee9d0f2773</id>
<content type='text'>
get rid of MK_CMD_ENTRY macro; update doc/README.command
</content>
</entry>
<entry>
<title>* Code cleanup:</title>
<updated>2003-06-27T21:31:46Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-06-27T21:31:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8bde7f776c77b343aca29b8c7b58464d915ac245'/>
<id>urn:sha1:8bde7f776c77b343aca29b8c7b58464d915ac245</id>
<content type='text'>
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
</content>
</entry>
<entry>
<title>* Patches by David Müller, 12 Jun 2003:</title>
<updated>2003-06-19T23:01:32Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-06-19T23:01:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=48b42616e928ce6eacfe20276a1614e2b27ac4b5'/>
<id>urn:sha1:48b42616e928ce6eacfe20276a1614e2b27ac4b5</id>
<content type='text'>
  - rewrite of the S3C24X0 register definitions stuff
  - "driver" for the built-in S3C24X0 RTC

* Patches by Yuli Barcohen, 12 Jun 2003:
  - Add MII support and Ethernet PHY initialization for MPC8260ADS board
  - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset
    configuration word supplied by FPGA on some MPC8260ADS boards

* Patch by Pantelis Antoniou, 10 Jun 2003:
  Unify status LED interface
</content>
</entry>
<entry>
<title>* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length</title>
<updated>2003-05-30T12:48:29Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-05-30T12:48:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3b57fe0a70b903f4db66c558bb9828bc58acf06b'/>
<id>urn:sha1:3b57fe0a70b903f4db66c558bb9828bc58acf06b</id>
<content type='text'>
  instead CFG_MONITOR_LEN is now only used to determine  _at_compile_
  _time_  (!) if the environment is embedded within the U-Boot image,
  or in a separate flash sector.

* Cleanup CFG_DER #defines in config files (wd maintained only)
</content>
</entry>
<entry>
<title>* Fix data abort exception handling for arm920t CPU</title>
<updated>2003-05-28T08:06:31Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-05-28T08:06:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f07771cc288eb86cad8f8a5c1aa593caf2ba26f8'/>
<id>urn:sha1:f07771cc288eb86cad8f8a5c1aa593caf2ba26f8</id>
<content type='text'>
* Fix alignment problems with flash driver for TRAB board

* Patch by Donald White, 21 May 2003:
  fix calculation of base address in pci_hose_config_device()

* Fix bug in command line parsing: "cmd1;cmd2" is supposed to always
  execute "cmd2", even if "cmd1" fails. Note that this is different
  to "run var1 var2" where the contents of "var2" will NOT be
  executed when a command in "var1" fails.
</content>
</entry>
<entry>
<title>Add support for arbitrary bitmaps for TRAB's  VFD command;</title>
<updated>2003-05-21T20:26:20Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-05-21T20:26:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c8c3a8be2dd09e51d7dc33f431e3a638ac5688f2'/>
<id>urn:sha1:c8c3a8be2dd09e51d7dc33f431e3a638ac5688f2</id>
<content type='text'>
allow to pass boot bitmap addresses in environment variables;
allow for zero boot delay
</content>
</entry>
<entry>
<title>* Add support for arbitrary bitmaps for TRAB's  VFD command</title>
<updated>2003-05-20T20:49:01Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-05-20T20:49:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=82226bf4d2fe87076d7f5d7e2677fdd5d0e35fc2'/>
<id>urn:sha1:82226bf4d2fe87076d7f5d7e2677fdd5d0e35fc2</id>
<content type='text'>
* Patch by Christian Geißinger, 19 May 2002:
  On TRAB: wait until the dummy byte has been completely sent
</content>
</entry>
<entry>
<title>* Patch by Lutz Dennig, 10 Apr 2003:</title>
<updated>2003-04-12T23:38:12Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-04-12T23:38:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4a6fd34b267dbf4a72080ab9a085bb45c63660fb'/>
<id>urn:sha1:4a6fd34b267dbf4a72080ab9a085bb45c63660fb</id>
<content type='text'>
  Update for R360MPI board

* Add new meaning to "autostart" environment variable:
  If set to "no", a standalone image passed to the
  "bootm" command will be copied to the load address
  (and eventually uncompressed), but NOT be started.
  This can be used to load and uncompress arbitrary
  data.

* Set max brightness for MN11236 displays on TRAB board
</content>
</entry>
<entry>
<title>* Avoid flicker on the TRAB's VFD by synchronizing the enable with</title>
<updated>2003-03-14T20:47:52Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-03-14T20:47:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=06d01dbe000057e5df4af0f113242f0eba716340'/>
<id>urn:sha1:06d01dbe000057e5df4af0f113242f0eba716340</id>
<content type='text'>
  the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
  boards, version 153 for Rev. 200 boards).

* Patch by Vladimir Gurevich, 12 Mar 2003:
  Fix relocation problem of statically initialized string pointers
  in common/cmd_pci.c

* Patch by Kai-Uwe Blöm, 12 Mar 2003:
  Cleanup &amp; bug fixes for JFFS2 code:
  - the memory mangement was broken. It caused havoc on malloc by
    writing beyond the block boundaries.
  - the length calculation for files was wrong, sometimes resulting
    in short file reads.
  - data copying now optionally takes fragment version numbers into
    account, to avoid copying from older data.
  See doc/README.JFFS2 for details.
</content>
</entry>
</feed>
