<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/davinci/common/misc.c, 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/common/misc.c?h=v2010.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/davinci/common/misc.c?h=v2010.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-01-04T14:48:16Z</updated>
<entry>
<title>Davinci: Table driven pinmux configuration</title>
<updated>2010-01-04T14:48:16Z</updated>
<author>
<name>Nick Thompson</name>
<email>nick.thompson@gefanuc.com</email>
</author>
<published>2009-12-12T17:10:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=90110e0eab5ac6ab714109ce1fd8873c858dd552'/>
<id>urn:sha1:90110e0eab5ac6ab714109ce1fd8873c858dd552</id>
<content type='text'>
Davinci: Table driven pinmux configuration

Add code to allow pinmux_config tables to be grouped and configured
as a single resource. This removes multiple calls to the pinmux
configuration code from board_init and allows pinmuxes to be
individually configured and added by data manipulation only.

All related #ifdefs can the be removed from board_init code and
since the compiler optimises away statics, #ifdefs can be reduced in
the data definitions as well.

Signed-off-by: Nick Thompson &lt;nick.thompson@gefanuc.com&gt;
</content>
</entry>
<entry>
<title>TI Davinci: add a pin multiplexer configuration API</title>
<updated>2009-11-27T22:26:14Z</updated>
<author>
<name>Nick Thompson</name>
<email>nick.thompson@gefanuc.com</email>
</author>
<published>2009-11-12T16:03:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ca8480d444bdcc1670e42a613c5a5e4e8366d2d9'/>
<id>urn:sha1:ca8480d444bdcc1670e42a613c5a5e4e8366d2d9</id>
<content type='text'>
Creates a method allowing pin settings to be logically grouped into data
structure arrays and provides an API to configure the pinmux settings to
enable the relevant pin functions.

Signed-off-by: Nick Thompson &lt;nick.thompson@gefanuc.com&gt;
</content>
</entry>
<entry>
<title>davinci: display correct clock info</title>
<updated>2009-06-12T18:39:49Z</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2009-05-15T21:47:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc'/>
<id>urn:sha1:7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc</id>
<content type='text'>
Move the clock-rate dumping code into the cpu/.../davinci area
where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
updating the format and showing the DSP clock (where relevant).

Switch boards to use the cpuinfo() hook for this stuff.

Remove a few now-obsolete PLL #defines.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
</content>
</entry>
<entry>
<title>DaVinci Ethernet cleanup</title>
<updated>2009-06-12T18:39:47Z</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2009-04-13T05:49:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=641e0925e4bf7adf8e2e04e3ad81b840fd71cadd'/>
<id>urn:sha1:641e0925e4bf7adf8e2e04e3ad81b840fd71cadd</id>
<content type='text'>
Chips without the EMAC controller won't need the utilities
it uses to read an Ethernet address from EEPROM; so don't
include them needlessly.

Use is_valid_ether() to validate the address from EEPROM.
All-zero addresses aren't the only invalid addresses.
A fully erased EEPROM returns all-ones, also invalid...

Switch those Ethernet utilities to use "%pM" for printing
MAC addresses; and not say ROM when they mean EEPROM.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Acked-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>rename CFG_ macros to CONFIG_SYS</title>
<updated>2008-10-18T19:54:03Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-10-16T13:01:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d0f6bcf337c5261c08fabe12982178c2c489d76'/>
<id>urn:sha1:6d0f6bcf337c5261c08fabe12982178c2c489d76</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>ARM DaVinci: Move common functions to board/davinci/common</title>
<updated>2008-08-30T21:18:54Z</updated>
<author>
<name>Hugo Villeneuve</name>
<email>hugo.villeneuve@lyrtech.com</email>
</author>
<published>2008-07-11T19:10:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=264bbdd11d01f14f5ea4629556ae63b00b13402d'/>
<id>urn:sha1:264bbdd11d01f14f5ea4629556ae63b00b13402d</id>
<content type='text'>
ARM DaVinci: Move common functions to board/davinci/common.

Signed-off-by: Hugo Villeneuve &lt;hugo.villeneuve@lyrtech.com&gt;
</content>
</entry>
</feed>
