<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/status_led.h, branch v2009.08</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>ARM Add blue colour LED to status_led.</title>
<updated>2009-06-12T18:39:49+00:00</updated>
<author>
<name>Tom Rix</name>
<email>Tom.Rix@windriver.com</email>
</author>
<published>2009-05-15T21:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7cdf804f34378b910b4c4edd2dac7e3ca61c0825'/>
<id>7cdf804f34378b910b4c4edd2dac7e3ca61c0825</id>
<content type='text'>
There is exiting support for red,yellow,green but no blue.
The main LED on the zoom2 is a blue LED.

Signed-off-by: Tom Rix &lt;Tom.Rix@windriver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is exiting support for red,yellow,green but no blue.
The main LED on the zoom2 is a blue LED.

Signed-off-by: Tom Rix &lt;Tom.Rix@windriver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Blackfin: implement general support for CONFIG_STATUS_LED</title>
<updated>2009-01-28T18:26:12+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-10-06T07:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=01815c2d06c5b838f2cd536703e47bd2c9148194'/>
<id>01815c2d06c5b838f2cd536703e47bd2c9148194</id>
<content type='text'>
Here are the Blackfin-specific and board-independent pieces for status leds.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Here are the Blackfin-specific and board-independent pieces for status leds.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rename CFG_ macros to CONFIG_SYS</title>
<updated>2008-10-18T19:54:03+00:00</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-10-16T13:01:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d0f6bcf337c5261c08fabe12982178c2c489d76'/>
<id>6d0f6bcf337c5261c08fabe12982178c2c489d76</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Coding Style cleanup.</title>
<updated>2007-10-13T19:15:39+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-10-13T19:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=de74b9eeacccaf0a42e5ecc9ae79a88f7a311296'/>
<id>de74b9eeacccaf0a42e5ecc9ae79a88f7a311296</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move coloured led API to status_led.h</title>
<updated>2007-09-18T12:07:54+00:00</updated>
<author>
<name>Peter Pearse</name>
<email>peter.pearse@arm.com</email>
</author>
<published>2007-09-18T12:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bd86220f58b99d6896198c385fda132f0c980915'/>
<id>bd86220f58b99d6896198c385fda132f0c980915</id>
<content type='text'>
Improve indentation in drivers/at45.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve indentation in drivers/at45.c
</pre>
</div>
</content>
</entry>
<entry>
<title>[PCS440EP]      upgrade the PCS440EP board:</title>
<updated>2007-06-22T17:11:54+00:00</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@pollux.denx.de</email>
</author>
<published>2007-06-22T17:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=566a494f592ae3b3c0785d90d4e1ba45574880c4'/>
<id>566a494f592ae3b3c0785d90d4e1ba45574880c4</id>
<content type='text'>
                - Show on the Status LEDs, some States of the board.
                - Get the MAC addresses from the EEProm
                - use PREBOOT
                - use the CF on the board.
                - check the U-Boot image in the Flash with a SHA1
                  checksum.
                - use dynamic TLB entries generation for the SDRAM

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
                - Show on the Status LEDs, some States of the board.
                - Get the MAC addresses from the EEProm
                - use PREBOOT
                - use the CF on the board.
                - check the U-Boot image in the Flash with a SHA1
                  checksum.
                - use dynamic TLB entries generation for the SDRAM

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Motion-PRO: Add LED support.</title>
<updated>2007-05-27T14:51:48+00:00</updated>
<author>
<name>Bartlomiej Sieka</name>
<email>tur@semihalf.com</email>
</author>
<published>2007-05-27T14:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a11c0b85dc3664bb3c1e781137118730c8f619ab'/>
<id>a11c0b85dc3664bb3c1e781137118730c8f619ab</id>
<content type='text'>
Signed-off-by: Jan Wrobel &lt;wrr@semihalf.com&gt;
Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
Acked-by: Bartlomiej Sieka &lt;tur@semihalf.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jan Wrobel &lt;wrr@semihalf.com&gt;
Signed-off-by: Marian Balakowicz &lt;m8@semihalf.com&gt;
Acked-by: Bartlomiej Sieka &lt;tur@semihalf.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Preliminary patch adding support for the MarelV38B board.</title>
<updated>2006-10-13T19:09:09+00:00</updated>
<author>
<name>Bartlomiej Sieka</name>
<email>tur@semihalf.com</email>
</author>
<published>2006-10-13T19:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4707fb50cc9f815996be5f2e5a8660de852b2c37'/>
<id>4707fb50cc9f815996be5f2e5a8660de852b2c37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.</title>
<updated>2005-08-15T13:55:00+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-15T13:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6bdf430660531aca5f88faeac8657d91595f5b38'/>
<id>6bdf430660531aca5f88faeac8657d91595f5b38</id>
<content type='text'>
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Patches by Scott McNutt, 24 Aug 2004:</title>
<updated>2004-10-10T21:27:30+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-10T21:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5c952cf0245421feb4644f2e71487c0b2e1dbd13'/>
<id>5c952cf0245421feb4644f2e71487c0b2e1dbd13</id>
<content type='text'>
- Add support for Altera Nios-II processors.
- Add support for Psyent PCI-5441 board.
- Add support for Psyent PK1C20 board.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add support for Altera Nios-II processors.
- Add support for Psyent PCI-5441 board.
- Add support for Psyent PK1C20 board.
</pre>
</div>
</content>
</entry>
</feed>
