<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/keymile, branch v2009.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/keymile?h=v2009.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/keymile?h=v2009.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-12-07T00:33:56Z</updated>
<entry>
<title>mgsuvd add the board-specific part of the HDLC driver</title>
<updated>2008-12-07T00:33:56Z</updated>
<author>
<name>Gary Jennejohn</name>
<email>garyj@denx.de</email>
</author>
<published>2008-11-09T11:50:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c60259899aa00f59db0d936b8807f9a26411c0f'/>
<id>urn:sha1:4c60259899aa00f59db0d936b8807f9a26411c0f</id>
<content type='text'>
Signed-off-by: Gary Jennejohn &lt;garyj@denx.de&gt;
</content>
</entry>
<entry>
<title>mgcoge add the board-specific part of the HDLC driver</title>
<updated>2008-12-07T00:33:54Z</updated>
<author>
<name>Gary Jennejohn</name>
<email>garyj@denx.de</email>
</author>
<published>2008-11-09T11:45:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=534a4359666af48bd69a3743d8a8c2bdb1d3ec70'/>
<id>urn:sha1:534a4359666af48bd69a3743d8a8c2bdb1d3ec70</id>
<content type='text'>
Signed-off-by: Gary Jennejohn &lt;garyj@denx.de&gt;
</content>
</entry>
<entry>
<title>keymile add the common parts of the HDLC driver</title>
<updated>2008-12-07T00:33:52Z</updated>
<author>
<name>Gary Jennejohn</name>
<email>garyj@denx.de</email>
</author>
<published>2008-11-09T11:36:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=135f5534538bb8ea4f38a7030da12187d22ef7e0'/>
<id>urn:sha1:135f5534538bb8ea4f38a7030da12187d22ef7e0</id>
<content type='text'>
This implements the ICN protocol used across the backplane and is
needed by all the keymile boards.

Signed-off-by: Gary Jennejohn &lt;garyj@denx.de&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>Coding Style cleanup, update CHANGELOG</title>
<updated>2008-11-02T15:14:22Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-11-02T15:14:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5'/>
<id>urn:sha1:3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>mgcoge, mgsuvd: extract more common code</title>
<updated>2008-10-18T19:54:04Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2008-10-17T14:11:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6250f0f6297c5ba9aecdea6290799a95c5d4b1da'/>
<id>urn:sha1:6250f0f6297c5ba9aecdea6290799a95c5d4b1da</id>
<content type='text'>
in ft_blob_update () for both boards was an unneccessary
repetition of code, which this patch moves in a common
function for this boards.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>mgcoge, mgsuvd: use in_*/out_* accesors</title>
<updated>2008-10-18T19:54:04Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2008-10-17T10:15:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9e299192ca9850cf725456388042a5aa5a6f3ec7'/>
<id>urn:sha1:9e299192ca9850cf725456388042a5aa5a6f3ec7</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>mgsuvd: fix compiler warning when using soft_i2c driver</title>
<updated>2008-10-18T19:54:04Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2008-10-17T11:52:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a21ca95f8b9dca22714952b348e4905ac157b5cd'/>
<id>urn:sha1:a21ca95f8b9dca22714952b348e4905ac157b5cd</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>mgsuvd: fix coding style</title>
<updated>2008-10-18T19:54:04Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2008-10-17T10:15:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cac9cf7875c2a01d63422820ed4732a9bdf5ab7b'/>
<id>urn:sha1:cac9cf7875c2a01d63422820ed4732a9bdf5ab7b</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>mgcoge: Second Flash on CS5 not on CS1</title>
<updated>2008-10-18T19:54:04Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2008-10-17T10:13:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5f4c3137f4f051787707c548133823f1656eb508'/>
<id>urn:sha1:5f4c3137f4f051787707c548133823f1656eb508</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
</feed>
