<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/overo, branch v2012.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/overo?h=v2012.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/overo?h=v2012.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-09-27T16:48:38Z</updated>
<entry>
<title>omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()</title>
<updated>2012-09-27T16:48:38Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2012-08-13T18:37:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=861a86f46047c22af505d7fb27b2c68df0f54323'/>
<id>urn:sha1:861a86f46047c22af505d7fb27b2c68df0f54323</id>
<content type='text'>
Only omap4/5 currently have a meaningful set of display text and overo
had been adding a function to display nothing.  Change how this works to
be opt-in and only turned on for omap4/5 now.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM:OMAP+:MMC: Add parameters to MMC init</title>
<updated>2012-05-15T06:31:22Z</updated>
<author>
<name>Jonathan Solnit</name>
<email>jsolnit@gmail.com</email>
</author>
<published>2012-02-24T11:30:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bbbc1ae9219ae8c8098c0af14060da5cb0d37e53'/>
<id>urn:sha1:bbbc1ae9219ae8c8098c0af14060da5cb0d37e53</id>
<content type='text'>
Add parameters to the OMAP MMC initialization function so the board can
mask host capabilities and set the maximum clock frequency.  While the
OMAP supports a certain set of MMC host capabilities, individual boards
may be more restricted and the OMAP may need to be configured to match
the board.  The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example.

Signed-off-by: Jonathan Solnit &lt;jsolnit@gmail.com&gt;
</content>
</entry>
<entry>
<title>overo: add SPL support</title>
<updated>2012-01-16T07:40:13Z</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmx.de</email>
</author>
<published>2012-01-04T15:26:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=137703b811502dfea364650fb3e17f20b4c21333'/>
<id>urn:sha1:137703b811502dfea364650fb3e17f20b4c21333</id>
<content type='text'>
* implementation based on ti beagleboard/omap3evm
* timing data and i2c workaround for revision 0 boards taken from x-loader
* run-tested with overo revision 0 and 1 / boot from NAND and SDcard
* run-tested with x-loader

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmx.de&gt;
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>board/overo/overo.c: replace printf with one argument by puts</title>
<updated>2012-01-16T07:40:12Z</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmx.de</email>
</author>
<published>2012-01-04T15:26:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bae485db1245fc142acb85bac25e42f2898f82ae'/>
<id>urn:sha1:bae485db1245fc142acb85bac25e42f2898f82ae</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@gmx.de&gt;
</content>
</entry>
<entry>
<title>omap: Don't use gpio_free to change direction to input</title>
<updated>2011-10-27T19:56:35Z</updated>
<author>
<name>Joe Hershberger</name>
<email>joe.hershberger@ni.com</email>
</author>
<published>2011-10-12T10:31:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b5db0a068a25e71b178e4b89635af731cf2f7c24'/>
<id>urn:sha1:b5db0a068a25e71b178e4b89635af731cf2f7c24</id>
<content type='text'>
gpio_free() should not have the side effect of setting the line to input since this prevents the gpio command from being able to set a line as output.

Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Cc: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: overo: Move ethernet CS4 configuration to execute based on board id</title>
<updated>2011-10-27T19:56:35Z</updated>
<author>
<name>Philip Balister</name>
<email>philip@balister.org</email>
</author>
<published>2011-10-11T11:23:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f7109b3abb7b667bfa3f9b242cd43c55ad6b8c9'/>
<id>urn:sha1:8f7109b3abb7b667bfa3f9b242cd43c55ad6b8c9</id>
<content type='text'>
By moving the CS4 configuration into the board specific configuration, it
is left free for custom carrier boards. The USRP-E1XX series uses
CS4 to control access to an FPGA, so without this patch the device driver
cannot claim CS4.

Signed-off-by: Philip Balister &lt;philip@opensdr.com&gt;
Tested-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>omap: overo: Disable pull-ups on camera PCLK, HS and VS signals</title>
<updated>2011-10-27T19:56:34Z</updated>
<author>
<name>Steve Sakoman</name>
<email>sakoman@gmail.com</email>
</author>
<published>2011-09-30T09:08:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=353ffa7f93ab90655af2b194b7d0d16f106c297c'/>
<id>urn:sha1:353ffa7f93ab90655af2b194b7d0d16f106c297c</id>
<content type='text'>
The level shifters used on the Caspa camera module have a 4k output
impedance. Combined with the 100uA pull-up resistors in the OMAP3,
this raises the ground level to 400mV. Adding crosstalk between the
pixel clock and the HS/VS signals on the flat cable (a ground line in
between would have been nice), logic 0 levels can raise up to 650mV.
This exceeds the camera input pins VIL maximum voltage.  This change
suggested-by Laurent Pinchart

Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>omap: overo: Configure mux for gpio10</title>
<updated>2011-10-27T19:56:34Z</updated>
<author>
<name>Steve Sakoman</name>
<email>sakoman@gmail.com</email>
</author>
<published>2011-09-30T09:04:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=14aa545c45f3f6d487c83b4fc3be19dd9f9e4e5b'/>
<id>urn:sha1:14aa545c45f3f6d487c83b4fc3be19dd9f9e4e5b</id>
<content type='text'>
This pad was previously configured for sysclkout_1.  This patch changes
the configuration to gpio_10 to reduce radiated noise from the 26Mhz
clock, as well as make the pin more generally useful.

Signed-off-by: Steve Sakoman &lt;steve@sakoman.com&gt;
Acked-by: Philip Balister &lt;philip@opensdr.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>punt unused clean/distclean targets</title>
<updated>2011-10-15T20:20:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-10-13T06:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=464c79207c89f247f97b344495924eabb0c9738e'/>
<id>urn:sha1:464c79207c89f247f97b344495924eabb0c9738e</id>
<content type='text'>
The top level Makefile does not do any recursion into subdirs when
cleaning, so these clean/distclean targets in random arch/board dirs
never get used.  Punt them all.

MAKEALL didn't report any errors related to this that I could see.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>overo: Set IEN on GPMC_CLK to support synchronous clocking.</title>
<updated>2011-09-30T20:00:53Z</updated>
<author>
<name>Philip Balister</name>
<email>philip@balister.org</email>
</author>
<published>2011-09-14T16:50:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cdbc2773c2d988705a95ad140ce96cfc8c881135'/>
<id>urn:sha1:cdbc2773c2d988705a95ad140ce96cfc8c881135</id>
<content type='text'>
Without this change CS's configured for synchronous clocking cannot
read data.

Signed-off-by: Philip Balister &lt;philip@opensdr.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
</feed>
