<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/overo/common.c, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/overo/common.c?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/overo/common.c?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-05-10T13:58:44Z</updated>
<entry>
<title>overo: Fix regression introduced in a6b541b</title>
<updated>2015-05-10T13:58:44Z</updated>
<author>
<name>Arun Bharadwaj</name>
<email>arun@gumstix.com</email>
</author>
<published>2015-04-28T23:55:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2a3c25d24240d5e3ee660f0875e755a457b5117e'/>
<id>urn:sha1:2a3c25d24240d5e3ee660f0875e755a457b5117e</id>
<content type='text'>
U-Boot has been broken on Overo boards since commit
a6b541b09022acb6f7c2754100ae26bd44eed1d9.

This is because the gd pointer is not set early enough anymore,
such that the i2c_set_bus_num in get_board_revision can safely
execute. This results in a console hang at SPL and the boot does
not proceed.

This piece of code is anyway necessary only for really old Overo
boards with revision numbers &lt;= 2410 and not required for the newer
boards. For these older boards, u-boot v2014.10 still works fine.

Signed-off-by: Arun Bharadwaj &lt;arun@gumstix.com&gt;
</content>
</entry>
<entry>
<title>overo: Split overo.c into spl.c, common.c and overo.c</title>
<updated>2015-05-10T13:54:54Z</updated>
<author>
<name>Arun Bharadwaj</name>
<email>arun@gumstix.com</email>
</author>
<published>2015-04-28T23:55:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fe5d488fbef192188bcddb8774154bd5527e468b'/>
<id>urn:sha1:fe5d488fbef192188bcddb8774154bd5527e468b</id>
<content type='text'>
This separates the SPL-specific code from the u-boot-specific code for
the Overo board following the discussion at
http://lists.denx.de/pipermail/u-boot/2015-April/211622.html

The code is split up into spl.c, overo.c and common.c (which
has the code common to both)

Signed-off-by: Arun Bharadwaj &lt;arun@gumstix.com&gt;
</content>
</entry>
</feed>
