<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/mcc200, branch v1.3.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/mcc200?h=v1.3.2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/mcc200?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2007-08-12T13:11:38Z</updated>
<entry>
<title>Adapt board configuration and fix kernel crash on MCC200 board.</title>
<updated>2007-08-12T13:11:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-08-12T13:11:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a4d2636f2a859245ed3a401f26189da2dfda4ceb'/>
<id>urn:sha1:a4d2636f2a859245ed3a401f26189da2dfda4ceb</id>
<content type='text'>
The update procedure was modified to turn off the USB subsystem
before exit for MCC200 and TRAB. This is necessary as otherwise the
USB controller continues to write periodically to system memory!

MCC200-specific notes:
- the patch disables the magic key check for MCC200
- the patch contains the configuration changes made
  for the new revision of the board.

Signed-off-by: Sergei Poselenov &lt;sposelenov@emcraft.com&gt;
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.</title>
<updated>2007-07-10T15:48:22Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-10T15:48:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d39b57415838c73fb0a37eca84de3c68ba990586'/>
<id>urn:sha1:d39b57415838c73fb0a37eca84de3c68ba990586</id>
<content type='text'>
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS</title>
<updated>2007-07-09T23:48:09Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-09T23:38:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3fe00109a5f12de55b6e25b1f98dfc24bc9090c9'/>
<id>urn:sha1:3fe00109a5f12de55b6e25b1f98dfc24bc9090c9</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Remove obsolete mpc5xxx linker scripts (1 of 3)</title>
<updated>2007-07-03T23:05:31Z</updated>
<author>
<name>Grant Likely</name>
<email>grant.likely@secretlab.ca</email>
</author>
<published>2007-07-03T06:33:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b4f67513a624ce85866c66c575bd2d9d7977d7f0'/>
<id>urn:sha1:b4f67513a624ce85866c66c575bd2d9d7977d7f0</id>
<content type='text'>
Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).</title>
<updated>2007-07-03T22:35:03Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2007-06-12T00:03:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9107ebe0d352420895ab69b715697bdebc8caf50'/>
<id>urn:sha1:9107ebe0d352420895ab69b715697bdebc8caf50</id>
<content type='text'>
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.

All transformations are of the form:
Before:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT)
After:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>MCC200 board: remove warning which is obsolete after PSoC firmware changes</title>
<updated>2007-04-18T12:30:39Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-04-18T12:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ad4eb555671d97f96dc56eab55103b1f86874b01'/>
<id>urn:sha1:ad4eb555671d97f96dc56eab55103b1f86874b01</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>MCC200: Fixes for update procedure</title>
<updated>2007-02-27T23:54:18Z</updated>
<author>
<name>Sergei Poselenov</name>
<email>sposelenov@emcraft.com</email>
</author>
<published>2007-02-27T17:15:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e344568b1b46af85ec32d815586f91bc115d6223'/>
<id>urn:sha1:e344568b1b46af85ec32d815586f91bc115d6223</id>
<content type='text'>
- fix logic error in image type handling
- make sure file system images (cramfs etc.) get stored in flash
  with image header stripped so they can be mounted through MTD
</content>
</entry>
<entry>
<title>Minor code cleanup.</title>
<updated>2007-02-27T13:26:04Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2007-02-27T13:26:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=743571145b37182757d4e688a77860b36ee77573'/>
<id>urn:sha1:743571145b37182757d4e688a77860b36ee77573</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MCC200 update - add LCD Progress Indicator</title>
<updated>2007-02-27T13:17:09Z</updated>
<author>
<name>Sergei Poselenov</name>
<email>sposelenov@emcraft.com</email>
</author>
<published>2007-02-27T09:40:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72'/>
<id>urn:sha1:638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-sr</title>
<updated>2007-02-21T11:53:28Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2007-02-21T11:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=958de0e22e408eadeffedcc130f69899c95de7c8'/>
<id>urn:sha1:958de0e22e408eadeffedcc130f69899c95de7c8</id>
<content type='text'>
</content>
</entry>
</feed>
