<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/evb64260, branch v2011.12</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/evb64260?h=v2011.12</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/evb64260?h=v2011.12'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2011-11-23T20:22:32Z</updated>
<entry>
<title>i2c: Codingstyle cleanup for i2c evb64260 board driver</title>
<updated>2011-11-23T20:22:32Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2011-11-17T06:57:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d5ff54fde6a22c36e4b7e0a039971b279bf21c6'/>
<id>urn:sha1:7d5ff54fde6a22c36e4b7e0a039971b279bf21c6</id>
<content type='text'>
There are some magic constants in this drivers, which I cannot
fixup ... Eran, can you help here?

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Eran Man &lt;eran@nbase.co.il&gt;
</content>
</entry>
<entry>
<title>board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warnings</title>
<updated>2011-11-16T20:04:32Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:29:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=504f7080c33f2b39ac9528b00421f3da9096309b'/>
<id>urn:sha1:504f7080c33f2b39ac9528b00421f3da9096309b</id>
<content type='text'>
Fix:
zuma_pbb_mbox.c: In function 'zuma_mbox_dump':
zuma_pbb_mbox.c:115:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
zuma_pbb_mbox.c:117:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/zuma_pbb_mbox.c: CodingStyle cleanup</title>
<updated>2011-11-16T20:04:20Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:29:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=827320724c014adec7cc2db422ae9f049f46a891'/>
<id>urn:sha1:827320724c014adec7cc2db422ae9f049f46a891</id>
<content type='text'>
Make (mostly) checkpatch-clean

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/sdram_init.c: Fix GCC 4.6 build warnings</title>
<updated>2011-11-16T20:04:12Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b191c701628d3aa4677cfec5de82d0d03fa8ac09'/>
<id>urn:sha1:b191c701628d3aa4677cfec5de82d0d03fa8ac09</id>
<content type='text'>
Fix:
sdram_init.c: In function 'setup_sdram_common':
sdram_init.c:333:49: warning: variable 'ecc' set but not used
[-Wunused-but-set-variable]
sdram_init.c: In function 'setup_sdram':
sdram_init.c:410:13: warning: variable 'check' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/eth.c: Fix GCC 4.6 build warning</title>
<updated>2011-11-16T20:04:00Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b524b1c75d68f0dc39681d46982ac6fb1305d512'/>
<id>urn:sha1:b524b1c75d68f0dc39681d46982ac6fb1305d512</id>
<content type='text'>
Fix:
eth.c: In function 'gt6426x_handle_SMI':
eth.c:130:15: warning: variable 'psr' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/evb64260.c: Fix GC 4.6 build warning</title>
<updated>2011-11-16T20:03:45Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=54a087464d4624dd2fd183b4e44f7b7e90f1acd8'/>
<id>urn:sha1:54a087464d4624dd2fd183b4e44f7b7e90f1acd8</id>
<content type='text'>
Fix:
evb64260.c: In function 'debug_led':
evb64260.c:363:6: warning: variable 'dummy' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/i2c.c: Fix GCC 4.6 build warnings</title>
<updated>2011-11-16T20:03:30Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d3a1b1bc1dd90093477d138c054b352e1839b289'/>
<id>urn:sha1:d3a1b1bc1dd90093477d138c054b352e1839b289</id>
<content type='text'>
Fix:
i2c.c: In function 'i2c_init':
i2c.c:23:15: warning: variable 'actualFreq' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Eran Man &lt;eran@nbase.co.il&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>board/evb64260/i2c.c: Coding Style cleanup</title>
<updated>2011-11-16T20:03:13Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2011-11-09T09:28:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fecf63e41e73ad5fc1d941d7eefc7338f7c34edd'/>
<id>urn:sha1:fecf63e41e73ad5fc1d941d7eefc7338f7c34edd</id>
<content type='text'>
Make checkpatch-clean

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Eran Man &lt;eran@nbase.co.il&gt;
</content>
</entry>
<entry>
<title>net: drop !NET_MULTI code</title>
<updated>2011-10-05T20:22:16Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-10-02T10:01:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e2a53458a7ab375233048e922c4adf494866a78f'/>
<id>urn:sha1:e2a53458a7ab375233048e922c4adf494866a78f</id>
<content type='text'>
This is long over due.  All but two net drivers have been converted, but
those have now been dropped.

The only thing left to do is actually delete all references to NET_MULTI
and code that is compiled when that is not defined.  So here we scrub the
core code.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>cleanup: Fix typos and misspellings in various files.</title>
<updated>2011-07-28T19:27:36Z</updated>
<author>
<name>Mike Williams</name>
<email>mike@mikebwilliams.com</email>
</author>
<published>2011-07-22T04:01:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1626308797ac4184e73e56d275a1b8da11a62d5b'/>
<id>urn:sha1:1626308797ac4184e73e56d275a1b8da11a62d5b</id>
<content type='text'>
Recieve/Receive
recieve/receive
Interupt/Interrupt
interupt/interrupt
Addres/Address
addres/address

Signed-off-by: Mike Williams &lt;mike@mikebwilliams.com&gt;
</content>
</entry>
</feed>
