<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/ti, branch v2011.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/ti?h=v2011.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/ti?h=v2011.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-09-22T21:02:08Z</updated>
<entry>
<title>OMAP3: beagle: Fix build warning in beagle.c</title>
<updated>2011-09-22T21:02:08Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2011-09-22T01:53:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=513e6fd3eb98b74a71e2d83149f98c4e6fc3ce64'/>
<id>urn:sha1:513e6fd3eb98b74a71e2d83149f98c4e6fc3ce64</id>
<content type='text'>
Fix build warning

beagle.c:532: warning: initialization from incompatible pointer type

Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
CC: Jason Kridner &lt;jkridner@beagleboard.org&gt;
CC: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
CC: Joel A Fernandes &lt;agnel.joel@gmail.com&gt;
Cc: Greg Turner &lt;gregturner@ti.com&gt;
CC: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Acked-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
</content>
</entry>
<entry>
<title>led: remove camel casing of led identifiers globally</title>
<updated>2011-09-13T06:30:52Z</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2011-09-04T18:40:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037'/>
<id>urn:sha1:2d3be7c456f9d0bcfd4d4b0515aecd32d6a06037</id>
<content type='text'>
Result of running the following command to address Wolfgang's
comment about camel case:

for file in `find . | grep '\.[chS]$'`; do perl -i -pe
's/(green|yellow|red|blue)_LED_(on|off)/$1_led_$2/g' $file; done

Discussion:
http://patchwork.ozlabs.org/patch/84988/

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Joel A Fernandes &lt;agnel.joel@gmail.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>omap4: fix pad configuration settings for SDP and Panda</title>
<updated>2011-09-13T06:25:16Z</updated>
<author>
<name>Aneesh V</name>
<email>aneesh@ti.com</email>
</author>
<published>2011-09-08T15:06:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=43de24fdc7f5715423441e6538a16afe2d4ad168'/>
<id>urn:sha1:43de24fdc7f5715423441e6538a16afe2d4ad168</id>
<content type='text'>
omap4: fix pad configuration settings for SDP and Panda

Signed-off-by: Aneesh V &lt;aneesh@ti.com&gt;
Signed-off-by: Sebastien Jan &lt;s-jan@ti.com&gt;
Signed-off-by: David Anders &lt;x0132446@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>omap: gpio: Adapt board files to use generic API</title>
<updated>2011-09-13T06:25:15Z</updated>
<author>
<name>Sanjeev Premi</name>
<email>premi@ti.com</email>
</author>
<published>2011-09-08T14:51:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84c3b6312997de6f98114263159c8b9824f3d33d'/>
<id>urn:sha1:84c3b6312997de6f98114263159c8b9824f3d33d</id>
<content type='text'>
This patch contains updates the sources in the board files
to use the generic API.

Signed-off-by: Sanjeev Premi &lt;premi@ti.com&gt;
</content>
</entry>
<entry>
<title>beagleboard: enable HUB power on all variants of the BeagleBoard</title>
<updated>2011-09-04T09:36:22Z</updated>
<author>
<name>Christian Spielberger</name>
<email>c.spielberger@bct-electronic.com</email>
</author>
<published>2011-08-24T22:17:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=38a77c3adb3ee559b135217769f5c49f3c8b62c9'/>
<id>urn:sha1:38a77c3adb3ee559b135217769f5c49f3c8b62c9</id>
<content type='text'>
Changes made by Jason Kridner with inputs from Eric Benard to special case xM Rev A and xM Rev B

Relevant discussions:
http://www.mail-archive.com/u-boot@lists.denx.de/msg59361.html
http://www.mail-archive.com/u-boot@lists.denx.de/msg59589.html

Signed-off-by: Joel A Fernandes &lt;joelagnel@ti.com&gt;
Cc: Eric Benard &lt;eric@eukrea.com&gt;
Cc: Christian Spielberger &lt;c.spielberger@bct-electronic.com&gt;
Cc: Jason Kridner &lt;jdk@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>led: Remove state-saving of led for toggle functionality and add toggle option to led command</title>
<updated>2011-09-04T09:36:22Z</updated>
<author>
<name>Joel A Fernandes</name>
<email>agnel.joel@gmail.com</email>
</author>
<published>2011-08-12T04:16:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8bc8973a1830bb92e7a9bf3356dc209afb2f4e8'/>
<id>urn:sha1:b8bc8973a1830bb92e7a9bf3356dc209afb2f4e8</id>
<content type='text'>
* Read the led output state from GPIO instead saving state in memory when it is [re]set
* Added a toggle option to the led command

Previous discussion:
http://lists.denx.de/pipermail/u-boot/2011-May/093068.html

Changes since v1:
Fixed checkpatch errors

Signed-off-by: Joel A Fernandes &lt;agnel.joel@gmail.com&gt;
Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>BeagleBoard: fix LED 0/1 in driver</title>
<updated>2011-09-04T09:36:22Z</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2011-04-19T15:55:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f87824efddf3d09d6bb2f01663170f5d7107fd62'/>
<id>urn:sha1:f87824efddf3d09d6bb2f01663170f5d7107fd62</id>
<content type='text'>
Fixed USR0/USR1 to be LED 0/1 respectively

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Joel A Fernandes &lt;agnel.joel@gmail.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>BeagleBoard: Configure DVI/S-video</title>
<updated>2011-09-04T09:36:20Z</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2011-04-19T19:01:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f16ab9102b45e80258821e503ea24d3598ada14'/>
<id>urn:sha1:3f16ab9102b45e80258821e503ea24d3598ada14</id>
<content type='text'>
Based on patches from Syed Mohammed Khasim (khasim@ti.com).

Configures the output of the BeagleBoard DVI to be orange.
Configures the output of the BeagleBoard S-Video to be a colorbar.

Changed display_init to beagle_display_init as suggested by Igor Grinberg:
http://www.mail-archive.com/u-boot@lists.denx.de/msg51446.html

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Joel A Fernandes &lt;agnel.joel@gmail.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>BeagleBoard: Added userbutton command</title>
<updated>2011-09-04T09:36:20Z</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2010-07-21T12:41:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f835ea7158025818d69384a7ebd8c3de0f10a9f7'/>
<id>urn:sha1:f835ea7158025818d69384a7ebd8c3de0f10a9f7</id>
<content type='text'>
Based on commit f1099c7c43caf5bac3bf6a65aa266fade4747072
    Author: Greg Turner &lt;gregturner@ti.com&gt;
    Date:   Tue May 25 09:19:06 2010 -0500

    New u-boot command for status of USER button on BeagleBoard-xM

         Modified bootcmd to check the staus at boot time and set
	 filename of the boot script.

* Moved to a BeagleBoard specific file.
* Removed changes to default boot command from adding userbutton
  command.
* Made to handle pre-xM boards.
* Flipped polarity of the return value to avoid confusion.  Success (0)
  is when the button is pressed.  Failure (1) is when the button is NOT
  pressed.
* Used latest revision getting function.
* Used latest macros for board revision.
* Added xM-C revision definition (optional, since it was default)
* updated default configuration with UserButton functionality
  * Added a separate bootenv variable to load a user defined .txt file
  * Added an example, showing how a different environment file can be loaded with
    the user button pressed

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Joel A Fernandes &lt;agnel.joel@gmail.com&gt;
Cc: Greg Turner &lt;gregturner@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>BeagleBoard: turn off clocks in ehci_stop</title>
<updated>2011-09-04T09:36:20Z</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2011-06-17T07:26:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f44047df3b365e0fdd9be367971ade81b9afdf15'/>
<id>urn:sha1:f44047df3b365e0fdd9be367971ade81b9afdf15</id>
<content type='text'>
This fixes display problems in linux

Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Joel A Fernandes &lt;agnel.joel@gmail.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
</feed>
