<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/common, branch v2009.11-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/common?h=v2009.11-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/common?h=v2009.11-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-12-07T21:58:46Z</updated>
<entry>
<title>i2c: fix dangling comment in do_i2c_mw()</title>
<updated>2009-12-07T21:58:46Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2009-12-05T10:59:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=df002fa6b9cd475909ede35bf95b803c2289c6a4'/>
<id>urn:sha1:df002fa6b9cd475909ede35bf95b803c2289c6a4</id>
<content type='text'>
commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b deleted some unused
code in do_i2c_mw(), but missed to also remove the respective
commment. This patch fixes this.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>bootm: Fix help message's sub-command ordering</title>
<updated>2009-12-07T21:12:49Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2009-11-19T01:08:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=224c90d1060bf1a83cbf33ca51d060b9d19e0294'/>
<id>urn:sha1:224c90d1060bf1a83cbf33ca51d060b9d19e0294</id>
<content type='text'>
The help message for the 'bootm' command listed the 'cmdline' and 'bdt'
sub-commands in the wrong order which resulted in the error below when
following the 'help' command's instructions:

  "Trying to execute a command out of order"

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>Remove superfluous preprocessor tests from some cmd_*.c files.</title>
<updated>2009-12-02T22:46:45Z</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2009-11-19T16:00:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bcb324d68f7955c1136dafc944eb55db8ebaa601'/>
<id>urn:sha1:bcb324d68f7955c1136dafc944eb55db8ebaa601</id>
<content type='text'>
A small number of common/cmd_*.c files contain preprocessor tests that
are apparently superfluous since those same tests are used in the
Makefile to control the compilation of those files.  Those tests are
clearly redundant as long as they surround the entirety of the source
in those files.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
</content>
</entry>
<entry>
<title>Removes dead code in the file common/cmd_i2c.c</title>
<updated>2009-12-02T22:35:24Z</updated>
<author>
<name>Pratap Chandu</name>
<email>pratap.rrke@gmail.com</email>
</author>
<published>2009-11-12T13:58:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bd3784df94bfeca43fbf34094df9cb1bd3ecca3b'/>
<id>urn:sha1:bd3784df94bfeca43fbf34094df9cb1bd3ecca3b</id>
<content type='text'>
There is some dead code enclosed by #if 0 .... #endif in the file
common/cmd_i2c.c
This patch removes the dead code.

Signed-off-by: Pratap Chandu &lt;pratap.rrke@gmail.com&gt;
</content>
</entry>
<entry>
<title>cmd_date: Fix spelling in error message.</title>
<updated>2009-12-02T22:28:10Z</updated>
<author>
<name>Magnus Lilja</name>
<email>lilja.magnus@gmail.com</email>
</author>
<published>2009-11-11T18:56:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d52e3e0176a74c30549251e16c5c00a363c544d2'/>
<id>urn:sha1:d52e3e0176a74c30549251e16c5c00a363c544d2</id>
<content type='text'>
Signed-off-by: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move do_irqinfo() to common/cmd_irq.c</title>
<updated>2009-12-02T22:23:20Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2009-11-11T16:36:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c253122395753abb9e531d8906c5265dc8803fb1'/>
<id>urn:sha1:c253122395753abb9e531d8906c5265dc8803fb1</id>
<content type='text'>
cmd_irq.c is a much better home and it is already conditionally
compiled based on CONFIG_CMD_IRQ.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE</title>
<updated>2009-12-02T22:22:26Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2009-11-11T16:36:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a5dd4dc64fe68e549c5ffcf6a048281b5ba94752'/>
<id>urn:sha1:a5dd4dc64fe68e549c5ffcf6a048281b5ba94752</id>
<content type='text'>
cmd_license is already conditionally compiled at the Makefile-level.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>circbuf: Move to lib_generic and conditionally compile</title>
<updated>2009-12-02T22:19:32Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2009-11-09T21:17:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9ef78511cda39987e5fc10febf386fd19f58ecf7'/>
<id>urn:sha1:9ef78511cda39987e5fc10febf386fd19f58ecf7</id>
<content type='text'>
circbuf could be used as a generic library and is only currently
needed when CONFIG_USB_TTY is defined.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>bootm: mark local boot_os[] table static</title>
<updated>2009-11-24T22:40:03Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-11-03T16:36:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0008555f4d57c15ad86ee735861ca0d783042f61'/>
<id>urn:sha1:0008555f4d57c15ad86ee735861ca0d783042f61</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y</title>
<updated>2009-11-24T21:40:20Z</updated>
<author>
<name>Remy Bohmer</name>
<email>linux@bohmer.net</email>
</author>
<published>2009-10-29T13:24:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b25e38fc36e13fa8037fa4d37fe909d1d6e6f372'/>
<id>urn:sha1:b25e38fc36e13fa8037fa4d37fe909d1d6e6f372</id>
<content type='text'>
Signed-off-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
</entry>
</feed>
