<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/davinci/schmoogie, branch v2009.03</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/davinci/schmoogie?h=v2009.03</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/davinci/schmoogie?h=v2009.03'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-02-22T12:42:25Z</updated>
<entry>
<title>ARM DaVinci: Add common peripherals and modules enable functions.</title>
<updated>2009-02-22T12:42:25Z</updated>
<author>
<name>Hugo Villeneuve</name>
<email>hugo.villeneuve@lyrtech.com</email>
</author>
<published>2008-11-21T19:35:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0cd18fa982f9a8c1a90ce971379a7d6408976d48'/>
<id>urn:sha1:0cd18fa982f9a8c1a90ce971379a7d6408976d48</id>
<content type='text'>
Taken all the duplicated code for enabling common modules and apply
software workarounds from the board specific code into common
functions. Also added comments explaining the workarounds
(from TI errata documents) and replaced some numerical bit numbers
with more meaningful defines.

Signed-off-by: Hugo Villeneuve &lt;hugo.villeneuve@lyrtech.com&gt;
</content>
</entry>
<entry>
<title>Align end of bss by 4 bytes</title>
<updated>2008-11-18T22:13:16Z</updated>
<author>
<name>Selvamuthukumar</name>
<email>selva.muthukumar@e-coninfotech.com</email>
</author>
<published>2008-10-16T17:24:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9b827cf1720acda2473afa516956eab6f7cca9a1'/>
<id>urn:sha1:9b827cf1720acda2473afa516956eab6f7cca9a1</id>
<content type='text'>
Most of the bss initialization loop increments 4 bytes
at a time. And the loop end is checked for an 'equal'
condition. Make the bss end address aligned by 4, so
that the loop will end as expected.

Signed-off-by: Selvamuthukumar &lt;selva.muthukumar@e-coninfotech.com&gt;
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&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: Standardize names of directories/files</title>
<updated>2008-08-30T21:18:55Z</updated>
<author>
<name>Hugo Villeneuve</name>
<email>hugo.villeneuve@lyrtech.com</email>
</author>
<published>2008-08-27T19:35:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=89d51d022a63be1a851eda983c8cbce1a044f65f'/>
<id>urn:sha1:89d51d022a63be1a851eda983c8cbce1a044f65f</id>
<content type='text'>
ARM DaVinci: Standardize names of directories/files.

Signed-off-by: Hugo Villeneuve &lt;hugo.villeneuve@lyrtech.com&gt;
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>
<entry>
<title>ARM DaVinci: Remove extern phy_t declaration by moving code to proper place</title>
<updated>2008-07-14T21:40:55Z</updated>
<author>
<name>Hugo Villeneuve</name>
<email>hugo.villeneuve@lyrtech.com</email>
</author>
<published>2008-07-11T19:10:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=85e5808e8ea9f77da5219f23394112f0b424fa5e'/>
<id>urn:sha1:85e5808e8ea9f77da5219f23394112f0b424fa5e</id>
<content type='text'>
ARM DaVinci: Remove extern phy_t declaration by moving
code to proper place.

Signed-off-by: Hugo Villeneuve &lt;hugo.villeneuve@lyrtech.com&gt;
</content>
</entry>
<entry>
<title>ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()</title>
<updated>2008-07-14T21:40:55Z</updated>
<author>
<name>Hugo Villeneuve</name>
<email>hugo.villeneuve@lyrtech.com</email>
</author>
<published>2008-07-11T19:10:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a9e7ba2ac14018c5dd1e78a7dd735571569c971'/>
<id>urn:sha1:3a9e7ba2ac14018c5dd1e78a7dd735571569c971</id>
<content type='text'>
ARM DaVinci: Remove duplicate definitions of MACH_TYPE
and prototype of i2c_init().

Signed-off-by: Hugo Villeneuve &lt;hugo.villeneuve@lyrtech.com&gt;
</content>
</entry>
<entry>
<title>Cleanup: remove redundant deleting on *~ files</title>
<updated>2008-07-02T21:53:23Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-07-02T21:53:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=322ef5e28d2dc62571afc699b00add22a8e006e4'/>
<id>urn:sha1:322ef5e28d2dc62571afc699b00add22a8e006e4</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Cleanup out-or-tree building for some boards (.depend)</title>
<updated>2008-07-02T21:49:18Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-07-02T21:49:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c8a3b109f07f02342d097b30908965f7261d9f15'/>
<id>urn:sha1:c8a3b109f07f02342d097b30908965f7261d9f15</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Big white-space cleanup.</title>
<updated>2008-05-20T22:14:08Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-05-20T14:00:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53677ef18e25c97ac613349087c5cb33ae5a2741'/>
<id>urn:sha1:53677ef18e25c97ac613349087c5cb33ae5a2741</id>
<content type='text'>
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
</feed>
