<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/isee, 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/isee?h=v2012.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/isee?h=v2012.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-09-01T12:58:14Z</updated>
<entry>
<title>OMAP3: fix DRAM size for IGEP-based boards.</title>
<updated>2012-09-01T12:58:14Z</updated>
<author>
<name>Enric Balletbò i Serra</name>
<email>eballetbo@gmail.com</email>
</author>
<published>2012-08-05T00:55:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4833b0939ad1abba1c327be9d3a627509c916c39'/>
<id>urn:sha1:4833b0939ad1abba1c327be9d3a627509c916c39</id>
<content type='text'>
The total RAM size of the IGEP-based boards is 512MiB not 1GiB, the
LPDDR memory consist on two dies of 256MiB.

Signed-off-by: Enric Balletbo i Serra &lt;eballetbo@gmail.com&gt;
Tested-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</content>
</entry>
<entry>
<title>OMAP3: igep00x0: add SPL support for IGEP-based boards</title>
<updated>2012-09-01T12:58:11Z</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>javier@dowhile0.org</email>
</author>
<published>2012-07-28T01:19:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d271a6114177ca9c80cc9676773f49a050e13381'/>
<id>urn:sha1:d271a6114177ca9c80cc9676773f49a050e13381</id>
<content type='text'>
This patch adds SPL support for IGEP-based boards.
Tested on an IGEPv2 Rev.C board with Micron NAND Flash memory.

Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</content>
</entry>
<entry>
<title>OMAP3: igep00x0: Add config option to choose flash storage memory</title>
<updated>2012-09-01T12:58:11Z</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>javier@dowhile0.org</email>
</author>
<published>2012-07-28T01:19:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ca511cfb2a7ce9d431811efab11165b6b088f0e0'/>
<id>urn:sha1:ca511cfb2a7ce9d431811efab11165b6b088f0e0</id>
<content type='text'>
IGEP-based boards can have two different flash memories, a OneNAND or a
NAND device. Add a configuration option for to choose which memory to use.

Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
Acked-by: Enric Balletbo i Serra &lt;eballetbo@gmail.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.</title>
<updated>2012-05-15T06:31:23Z</updated>
<author>
<name>Enric Balletbò i Serra</name>
<email>eballetbo@gmail.com</email>
</author>
<published>2012-03-05T11:32:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dc7a9e64bfdd0504e1a985b6a6121ed1b5a015d7'/>
<id>urn:sha1:dc7a9e64bfdd0504e1a985b6a6121ed1b5a015d7</id>
<content type='text'>
This is rework on config files of IGEP-based boards with the aim to remove
duplicated code to be more maintainable. Basically this patch creates a
common configuration file for both boards and only sets the specific option
in the board config file.

On board files the hardcored mach type was replaced in favour of using the
CONFIG_MACH_TYPE option.

More than 200 duplicated lines have been deleted.

Signed-off-by: Enric Balletbo i Serra &lt;eballetbo@gmail.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>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>OMAP3: Overo: Update GPMC timing for ethernet chip</title>
<updated>2011-09-30T20:00:53Z</updated>
<author>
<name>Philip Balister</name>
<email>philip@opensdr.com</email>
</author>
<published>2011-09-14T17:32:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5213d24d7b73c6f8ea9e44e3d912936668ea846f'/>
<id>urn:sha1:5213d24d7b73c6f8ea9e44e3d912936668ea846f</id>
<content type='text'>
The existing timing does not quite meet the minimum requirements
in the LAN9221 datasheet. The timing in this patch solves problems
noticed on some parts. The patch also combines the CS configuration
for the overo and igep0020 boards per request.

Signed-off-by: Philip Balister &lt;philip@opensdr.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>Move DECLARE_GLOBAL_DATA_PTR to file scope</title>
<updated>2010-12-21T10:33:36Z</updated>
<author>
<name>John Rigby</name>
<email>john.rigby@linaro.org</email>
</author>
<published>2010-12-21T01:27:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2956532625cf8414ad3efb37598ba34db08d67ec'/>
<id>urn:sha1:2956532625cf8414ad3efb37598ba34db08d67ec</id>
<content type='text'>
It can be optimised out by the compiler otherwise resulting
in obscure errors like a board not booting.

This has been documented in README since 2006 when these were
first fixed up for GCC 4.x.

Signed-off-by: John Rigby &lt;john.rigby@linaro.org&gt;

Fix some additional places.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Acked-By: Albert ARIBAUD &lt;albert.aribaud@free.fr&gt;
</content>
</entry>
<entry>
<title>Coding style (white space) cleanup.</title>
<updated>2010-12-17T09:14:09Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2010-12-17T09:14:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d177e444a6b1db07fbee0a6e84948796eb467ed7'/>
<id>urn:sha1:d177e444a6b1db07fbee0a6e84948796eb467ed7</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
</feed>
