<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/asm-arm/arch-omap3, branch v2009.06</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm/arch-omap3?h=v2009.06</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm/arch-omap3?h=v2009.06'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-04-29T19:11:49Z</updated>
<entry>
<title>OMAP3: Print correct silicon revision</title>
<updated>2009-04-29T19:11:49Z</updated>
<author>
<name>Sanjeev Premi</name>
<email>premi@ti.com</email>
</author>
<published>2009-04-27T15:57:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cba0b778dd5f1ea32959b6825c7f0a31501a99d5'/>
<id>urn:sha1:cba0b778dd5f1ea32959b6825c7f0a31501a99d5</id>
<content type='text'>
The function display_board_info() displays incorrect
silicon revision - based on the return value from
function get_cpu_rev().

This patch fixes the problem.

Signed-off-by: Sanjeev Premi &lt;premi@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Remove unused board-types</title>
<updated>2009-04-29T19:11:40Z</updated>
<author>
<name>Sanjeev Premi</name>
<email>premi@ti.com</email>
</author>
<published>2009-04-27T15:57:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=90006e9b33bcdbf241b0295d186e3634137907a9'/>
<id>urn:sha1:90006e9b33bcdbf241b0295d186e3634137907a9</id>
<content type='text'>
The board-types defined in struct omap3_sysinfo seem to be
unused. The function display_board_info() is passed
board type as an argument; which is ignored.

This patch removes all uses of board-type, related definitions
and functions.

Signed-off-by: Sanjeev Premi &lt;premi@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Use functions print_cpuinfo() and checkboard()</title>
<updated>2009-04-29T19:11:32Z</updated>
<author>
<name>Sanjeev Premi</name>
<email>premi@ti.com</email>
</author>
<published>2009-04-27T15:57:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d'/>
<id>urn:sha1:6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d</id>
<content type='text'>
Use the functions print_cpuinfo() and checkboard() to
display the cpu and board specific information.

These functions reuse content from the existing function
display_board_info() - which has been removed.

Also, updated the existig OMAP3 configurations to
define:
 - CONFIG_DISPLAY_CPUINFO
 - CONFIG_DISPLAY_BOARDINFO

Signed-off-by: Sanjeev Premi &lt;premi@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Add support for OMAP3 die ID</title>
<updated>2009-03-13T22:17:43Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2009-03-12T18:30:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e6a6a704151c2d7e4a7b485545b48a6020ccca17'/>
<id>urn:sha1:e6a6a704151c2d7e4a7b485545b48a6020ccca17</id>
<content type='text'>
Read and store OMAP3 die ID in U-Boot environment.

Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Clean up MMC code</title>
<updated>2009-02-22T17:29:10Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2009-02-20T16:51:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3'/>
<id>urn:sha1:aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3</id>
<content type='text'>
Clean up OMAP3 MMC code:

* Convert register access to struct &amp; readx/writex style
* Replace hardcode values by macros
* Remove macro defined twice

Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Add OMAP3 auto detection</title>
<updated>2009-02-22T17:29:10Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2009-02-12T17:55:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6530a8bf8a0274b9419141e4c2c5a235cce5380f'/>
<id>urn:sha1:6530a8bf8a0274b9419141e4c2c5a235cce5380f</id>
<content type='text'>
This patch adds OMAP3 cpu type auto detection based on OMAP3 register
and removes hardcoded values.

Signed-off-by: Steve Sakoman &lt;sakoman@gmail.com&gt;
Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Beagle: Add board revision detection</title>
<updated>2009-02-22T17:29:10Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2009-02-12T17:55:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f956fd0338f4990793a10f767929ba4963665261'/>
<id>urn:sha1:f956fd0338f4990793a10f767929ba4963665261</id>
<content type='text'>
With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
which might need different software handling. For this, GPIO pin 171 (GPIO
module 6, offset 11) can be used to check for board revision. If this pin
is low, we have a rev C board. Else it must be a revision Ax or Bx board.

To handle board differences you can call function beagle_get_revision().
E.g.:

if (beagle_get_revision()) {

/* do special revision C stuff here */

}

Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Coding style cleanup; update CHANGELOG</title>
<updated>2009-02-11T23:08:39Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-02-11T23:08:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f15c6515fc23f83c51f3de272ca23d86b80e81b1'/>
<id>urn:sha1:f15c6515fc23f83c51f3de272ca23d86b80e81b1</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>OMAP3: Add I2C support</title>
<updated>2009-01-24T16:51:22Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2008-12-14T08:47:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d264c1ef267cfc8d928bc8577a7cc907f2f5e47'/>
<id>urn:sha1:7d264c1ef267cfc8d928bc8577a7cc907f2f5e47</id>
<content type='text'>
Add I2C support.

Signed-off-by: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: Add MMC support</title>
<updated>2009-01-24T16:51:22Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@googlemail.com</email>
</author>
<published>2008-12-14T08:47:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b'/>
<id>urn:sha1:b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b</id>
<content type='text'>
Add MMC support.

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