<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/omap3/common, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/omap3/common?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/omap3/common?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-07-29T07:57:30Z</updated>
<entry>
<title>OMAP3 Move twl4030 power and led functions</title>
<updated>2009-07-29T07:57:30Z</updated>
<author>
<name>Tom Rix</name>
<email>Tom.Rix@windriver.com</email>
</author>
<published>2009-06-28T17:52:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2c15513010493435c78f83202940ac3be11de2c3'/>
<id>urn:sha1:2c15513010493435c78f83202940ac3be11de2c3</id>
<content type='text'>
Because twl4030 now has its own device files, move exiting
omap3 power_init_r to a new location.

power_init_r is the only function in board/omap3/common.
It initializes the twl4030 power for the board and enables
the led.

The power part of the the function is moved to twl4030_power_init in
drivers/power/twl4030.c The power compilation is conditional on the
existing config variable CONFIG_TWL4030_POWER.

The led part is moved to twl4030_led_init in the new file
drivers/misc/twl4030_led.c  The led compilation is conditional on
the new config variable CONFIG_TWL4030_LED

The directory board/omap3/common was removed because power_init_r
was the only function in it.

Signed-off-by: Tom Rix &lt;Tom.Rix@windriver.com&gt;
Acked-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>ZOOM2 Add initial support for Zoom2</title>
<updated>2009-06-12T18:39:50Z</updated>
<author>
<name>Tom Rix</name>
<email>Tom.Rix@windriver.com</email>
</author>
<published>2009-05-15T21:48:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=376aee78dd66ae0dc4ce496cbe93ecc80aaad48e'/>
<id>urn:sha1:376aee78dd66ae0dc4ce496cbe93ecc80aaad48e</id>
<content type='text'>
Zoom2 is a new board from Texas Instruments and LogicPD

The logicpd web site is a good source for general information on this board.
Please start looking here if the below links are broken.
http://www.logicpd.com

This is a pdf of the product
http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
This is the product description web page
http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp

This patch provides a zoom2 base target by copying zoom1 and by making some
obvious changes.

To configure, run
make omap3_zoom2_config

Signed-off-by: Tom Rix &lt;Tom.Rix@windriver.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Add Zoom1 board support</title>
<updated>2009-01-28T20:40:16Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2009-01-28T20:40:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7379f45a7bc71941c3920c2f6b3c3faa4d7fd315'/>
<id>urn:sha1:7379f45a7bc71941c3920c2f6b3c3faa4d7fd315</id>
<content type='text'>
Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit

Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;
Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
</content>
</entry>
<entry>
<title>OMAP3: Add Pandora support</title>
<updated>2009-01-28T20:39:58Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2009-01-28T20:39:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2be2c6cc674e26237962f5cf4c0d311e139e4241'/>
<id>urn:sha1:2be2c6cc674e26237962f5cf4c0d311e139e4241</id>
<content type='text'>
Add Pandora support.

Signed-off-by: Grazvydas Ignotas &lt;notasas@gmail.com&gt;
Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
</content>
</entry>
<entry>
<title>OMAP3: Add Overo board</title>
<updated>2009-01-28T20:39:57Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2009-01-28T20:39:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d0fc8110e7e755239329c26f300d5fc9946d3ec'/>
<id>urn:sha1:9d0fc8110e7e755239329c26f300d5fc9946d3ec</id>
<content type='text'>
Add Overo board support.

Signed-off-by: Steve Sakoman &lt;sakoman@gmail.com&gt;
Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
</content>
</entry>
<entry>
<title>OMAP3: Add common power code, README, and BeagleBoard</title>
<updated>2009-01-28T20:39:15Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2009-01-27T17:19:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f904cdbb68167c647887f19929ad295dbaac8862'/>
<id>urn:sha1:f904cdbb68167c647887f19929ad295dbaac8862</id>
<content type='text'>
Add BeagleBoard support, common power code and README.

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
</content>
</entry>
</feed>
