<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/davinci, branch v2010.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/davinci?h=v2010.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/davinci?h=v2010.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-07-15T20:08:38Z</updated>
<entry>
<title>da850 evm: Fix definition of 'pinmux' macro</title>
<updated>2010-07-15T20:08:38Z</updated>
<author>
<name>Prakash PM</name>
<email>[prakash.pm@ti.com]</email>
</author>
<published>2010-07-15T20:08:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=37adbf9b1207333d586db3d3b5f8b99cba66ad3f'/>
<id>urn:sha1:37adbf9b1207333d586db3d3b5f8b99cba66ad3f</id>
<content type='text'>
Usage of parenthesis in pinmux macro definition changes the
definition of the macro and raises the precedence of '&amp;'
operator inadvertently over '[]'.

Signed-off-by: Prakash PM &lt;prakash.pm@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>da830 evm: Fix checkpatch error on 'pinmux' macro</title>
<updated>2010-07-15T20:08:35Z</updated>
<author>
<name>Prakash PM</name>
<email>[prakash.pm@ti.com]</email>
</author>
<published>2010-07-15T20:08:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b9f34ce94fa436b19a990729ffbbc145f8301f56'/>
<id>urn:sha1:b9f34ce94fa436b19a990729ffbbc145f8301f56</id>
<content type='text'>
Existing code returns checkpatch error on pinmux macro definition for
not enclosing the definition in parenthesis. The error can be observed in
the patch generated from commit id bdc9c6c7f77a9a63349ecb9f54b20ad34033a2ae.
So macro implementation is modified to fix the error.

Signed-off-by: Prakash PM &lt;prakash.pm@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>TI: DaVinci: Add board specific code for da850 EVM</title>
<updated>2010-06-10T16:04:42Z</updated>
<author>
<name>Sudhakar Rajashekhara</name>
<email>sudhakar.raj@ti.com</email>
</author>
<published>2010-06-10T09:48:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=89b765c7f6ddfde07ba673dd4adbeb5da391a81b'/>
<id>urn:sha1:89b765c7f6ddfde07ba673dd4adbeb5da391a81b</id>
<content type='text'>
Provides initial support for TI OMAP-L138/DA850 SoC devices on
a Logic PD EVM board.

Provides:
Initial boot and configuration.
Support for i2c.
UART support (console).

Signed-off-by: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Acked-by: Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;
Reviewed-by: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>TI: DaVinci: Prepare for da850 support</title>
<updated>2010-06-10T16:04:37Z</updated>
<author>
<name>Sudhakar Rajashekhara</name>
<email>sudhakar.raj@ti.com</email>
</author>
<published>2010-06-08T05:31:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=158557001afe167dcb848bb14ba0f2f20aeb25a1'/>
<id>urn:sha1:158557001afe167dcb848bb14ba0f2f20aeb25a1</id>
<content type='text'>
DA850/OMAP-L138 is a new SoC from Texas Instruments
(http://focus.ti.com/docs/prod/folders/print/omap-l138.html).
This SoC is similar to DA830/OMAP-L137 in many aspects. Hence
rename the da830 specific files and folders to da8xx to
accommodate DA850/OMAP-L138.

Signed-off-by: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Acked-by: Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;
Reviewed-by: Wolfgang Denk &lt;wd@denx.de&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>da830: Move common code out of da830evm.c file</title>
<updated>2010-06-10T16:04:32Z</updated>
<author>
<name>Sudhakar Rajashekhara</name>
<email>sudhakar.raj@ti.com</email>
</author>
<published>2010-06-07T07:09:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d79956029ec379e7137948ba3a7debbea61325f'/>
<id>urn:sha1:9d79956029ec379e7137948ba3a7debbea61325f</id>
<content type='text'>
TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137
in many aspects. So instead of repeating the same code in
multiple files, move the common code to a different file
and call those functions from the respective da830/da850
files.

Signed-off-by: Sudhakar Rajashekhara &lt;sudhakar.raj@ti.com&gt;
Acked-by: Nick Thompson &lt;nick.thompson@ge.com&gt;
Acked-by: Ben Gardiner &lt;bengardiner@nanometrics.ca&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>arm: Move cpu/$CPU to arch/arm/cpu/$CPU</title>
<updated>2010-04-13T07:13:24Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-04-13T03:28:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84ad688473bec2875e171b71040eb9e033c6c206'/>
<id>urn:sha1:84ad688473bec2875e171b71040eb9e033c6c206</id>
<content type='text'>
Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>TI: Davinci: NAND Driver Cleanup</title>
<updated>2010-03-23T19:29:09Z</updated>
<author>
<name>Cyril Chemparathy</name>
<email>cyril@ti.com</email>
</author>
<published>2010-03-17T14:03:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cc41a59a74ca9095d518d6d69655c6735dd00809'/>
<id>urn:sha1:cc41a59a74ca9095d518d6d69655c6735dd00809</id>
<content type='text'>
Modified to use IO accessor routines consistently.  Eliminated volatile usage
to keep checkpatch.pl happy.

Signed-off-by: Cyril Chemparathy &lt;cyril@ti.com&gt;
</content>
</entry>
<entry>
<title>da830evm: Add support for TI EMAC</title>
<updated>2010-03-07T18:36:35Z</updated>
<author>
<name>Nick Thompson</name>
<email>nick.thompson@ge.com</email>
</author>
<published>2010-02-18T01:37:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=37cffdad06af5a4538dd090794f213292135adbc'/>
<id>urn:sha1:37cffdad06af5a4538dd090794f213292135adbc</id>
<content type='text'>
Adds support for ethernet networking on the da830evm platform.

This platform uses an SoC EMAC interface and a 3 port ethernet
switch as a PHY with an RMII interface. The PHY also has a i2c
interface for configuring the switch functions.

Signed-off-by: Nick Thompson &lt;nick.thompson@ge.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>DA830 EVM: Enable NAND support on Spectrum Digital EVM</title>
<updated>2010-02-12T18:31:54Z</updated>
<author>
<name>Nick Thompson</name>
<email>nick.thompson@ge.com</email>
</author>
<published>2010-02-08T16:36:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a4e43921d2599453ea87c623099e5f347c9e54a'/>
<id>urn:sha1:3a4e43921d2599453ea87c623099e5f347c9e54a</id>
<content type='text'>
The EVM UI extender card has a NAND device. This change will enable
saveenv to work with NAND and Linux to be booted using:

	mtdparts default
	nboot kernel
	bootm

Signed-off-by: Nick Thompson &lt;nick.thompson@ge.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>da830evm: Use table driven pin mux configuration</title>
<updated>2010-02-12T18:31:53Z</updated>
<author>
<name>Nick Thompson</name>
<email>nick.thompson@ge.com</email>
</author>
<published>2010-01-27T16:11:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=63a47dfd07536e399665ca7504bac512bf21491e'/>
<id>urn:sha1:63a47dfd07536e399665ca7504bac512bf21491e</id>
<content type='text'>
Tidyup the pin muxer configuration using the Davinci table driven
pinmux configuration function and data tables.

Signed-off-by: Nick Thompson &lt;nick.thompson@ge.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
</feed>
