<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/common/cmd_fpga.c, branch v1.3.0</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>Fpga: fix incorrect test of CFG_FPGA_XILINX macro</title>
<updated>2007-09-25T22:10:26+00:00</updated>
<author>
<name>Grant Likely</name>
<email>grant.likely@secretlab.ca</email>
</author>
<published>2007-09-25T21:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae'/>
<id>0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae</id>
<content type='text'>
CFG_FPGA_XILINX is a bit value used to test against the value in
CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
think that is the intention in this code.

Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CFG_FPGA_XILINX is a bit value used to test against the value in
CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
think that is the intention in this code.

Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.</title>
<updated>2007-07-08T22:55:57+00:00</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-08T22:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=baa26db4113679b80970ff447d91cc10217742a6'/>
<id>baa26db4113679b80970ff447d91cc10217742a6</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).</title>
<updated>2007-07-03T22:23:08+00:00</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2007-06-12T00:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a76adc8142c1d956385a109e0b70f9319ede4d66'/>
<id>a76adc8142c1d956385a109e0b70f9319ede4d66</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove compile warnings in fpga code</title>
<updated>2006-10-07T09:33:03+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2006-10-07T09:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77d5034847d328753b80c46b83f960a14a26f40e'/>
<id>77d5034847d328753b80c46b83f960a14a26f40e</id>
<content type='text'>
Patch by Stefan Roese, 07 Oct 2006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Stefan Roese, 07 Oct 2006
</pre>
</div>
</content>
</entry>
<entry>
<title>Add FPGA Altera Cyclone 2 support</title>
<updated>2006-08-15T12:15:51+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2006-08-15T12:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f0ff4692ff3372dec55074a8eb444943ab095abb'/>
<id>f0ff4692ff3372dec55074a8eb444943ab095abb</id>
<content type='text'>
Patch by Heiko Schocher, 15 Aug 2006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Heiko Schocher, 15 Aug 2006
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup for GCC-4.x</title>
<updated>2005-10-13T14:45:02+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-10-13T14:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77ddac9480d63a80b6bb76d7ee4dcc2d1070867e'/>
<id>77ddac9480d63a80b6bb76d7ee4dcc2d1070867e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add configuration for IFM AEV FIFO board.</title>
<updated>2005-08-10T13:14:32+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-10T13:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f79e4c2da54cea11bb576870059fc1ba8847ccb'/>
<id>8f79e4c2da54cea11bb576870059fc1ba8847ccb</id>
<content type='text'>
Minor coding style cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor coding style cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sign extension bug in 'fpga loadb' command;</title>
<updated>2005-08-07T22:14:41+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-07T22:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b019da650f307560e4e796ae32509c55e64176f'/>
<id>8b019da650f307560e4e796ae32509c55e64176f</id>
<content type='text'>
make 'fpga loadb' always print the file header info
Patch by Andrew Dyer, 11 Jan 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make 'fpga loadb' always print the file header info
Patch by Andrew Dyer, 11 Jan 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup.</title>
<updated>2005-01-22T18:13:04+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-01-22T18:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3d2b4b48a225edd35f80f4b7b8e70e628366575'/>
<id>c3d2b4b48a225edd35f80f4b7b8e70e628366575</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 Florian Schlote, 08 Sep 2004:</title>
<updated>2005-01-09T18:21:42+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-01-09T18:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a562e1bd9d8e10ea2e51d08e66d35a6e1795153b'/>
<id>a562e1bd9d8e10ea2e51d08e66d35a6e1795153b</id>
<content type='text'>
Add support for SenTec-COBRA5272-board (Coldfire).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for SenTec-COBRA5272-board (Coldfire).
</pre>
</div>
</content>
</entry>
</feed>
