<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v2014.07-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v2014.07-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2014.07-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2014-06-19T15:19:06Z</updated>
<entry>
<title>Remove nios-32 arch remnants</title>
<updated>2014-06-19T15:19:06Z</updated>
<author>
<name>Vasili Galka</name>
<email>vvv444@gmail.com</email>
</author>
<published>2014-06-15T15:42:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5c45f550601d5fc8358adfb5feec9e51bc46ee4a'/>
<id>urn:sha1:5c45f550601d5fc8358adfb5feec9e51bc46ee4a</id>
<content type='text'>
nios-32 arch was removed back in 2010 (1117cbf). Code depending on
its headers (nios.h, nios-io.h) can't possibly compile since then.
As it wasn't fixed till now it is safe to remove.

Signed-off-by: Vasili Galka &lt;vvv444@gmail.com&gt;
</content>
</entry>
<entry>
<title>includes: move openssl headers to include/u-boot</title>
<updated>2014-06-19T15:19:04Z</updated>
<author>
<name>Jeroen Hofstee</name>
<email>jeroen@myspectrum.nl</email>
</author>
<published>2014-06-12T20:27:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2b9912e6a7df7b1f60beb7942bd0e6fa5f9d0167'/>
<id>urn:sha1:2b9912e6a7df7b1f60beb7942bd0e6fa5f9d0167</id>
<content type='text'>
commit 18b06652cd "tools: include u-boot version of sha256.h"
unconditionally forced the sha256.h from u-boot to be used
for tools instead of the host version. This is fragile though
as it will also include the host version. Therefore move it
to include/u-boot to join u-boot/md5.h etc which were renamed
for the same reason.

cc: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Jeroen Hofstee &lt;jeroen@myspectrum.nl&gt;
</content>
</entry>
<entry>
<title>freescale: m5253demo: fix unused-but-set-variable warnings</title>
<updated>2014-06-19T15:18:43Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2014-04-15T04:26:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e6af3859896436b643ddbae58979b89d5b2815ca'/>
<id>urn:sha1:e6af3859896436b643ddbae58979b89d5b2815ca</id>
<content type='text'>
Fix the following warning messages:

In function 'flash_erase': 180:21:
warning: variable 'last' set but not used [-Wunused-but-set-variable]
In function 'write_buff':  322:10:
warning: variable 'port_width' set but not used [-Wunused-but-set-variable]

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Cc: TsiChung Liew &lt;Tsi-Chung.Liew@freescale.com&gt;
</content>
</entry>
<entry>
<title>Fix bug in io64 target (introduced by commit aba27ac)</title>
<updated>2014-06-19T15:18:37Z</updated>
<author>
<name>Vasili Galka</name>
<email>vvv444@gmail.com</email>
</author>
<published>2014-06-16T14:40:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2e436467828969b6c9569c21bbe400b2b5b7a27c'/>
<id>urn:sha1:2e436467828969b6c9569c21bbe400b2b5b7a27c</id>
<content type='text'>
From comparison of current logic and the logic that was prior to commit
aba27ac, we see that first parameter of FPGA_GET_REG() shall be the
FPGA index and not channel number. The re-factoring in commit aba27ac
accidentally changed that.

Cc: Stefan Roese &lt;sr@denx.de&gt;
Acked-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;
Signed-off-by: Vasili Galka &lt;vvv444@gmail.com&gt;
</content>
</entry>
<entry>
<title>board:keymile: remove unnecessary double braces</title>
<updated>2014-06-11T20:27:06Z</updated>
<author>
<name>Jeroen Hofstee</name>
<email>jeroen@myspectrum.nl</email>
</author>
<published>2014-06-10T22:34:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2716077cda521ae37c21a69baf83ad5c12ca89bb'/>
<id>urn:sha1:2716077cda521ae37c21a69baf83ad5c12ca89bb</id>
<content type='text'>
Clang interpretes an if condition like  "if ((a = b) == NULL)
as it tries to assign a value in a statement. Hence if you do
"if ((something)) it warns you that you might be confused.
Hence drop the double braces for plane if statements.

cc: Holger Brunck &lt;holger.brunck@keymile.com&gt;
Signed-off-by: Jeroen Hofstee &lt;jeroen@myspectrum.nl&gt;
</content>
</entry>
<entry>
<title>imximage_hynix.cfg: fix unterminated comment</title>
<updated>2014-06-11T20:27:06Z</updated>
<author>
<name>Jeroen Hofstee</name>
<email>jeroen@myspectrum.nl</email>
</author>
<published>2014-06-10T21:16:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c84f9e0d42c499647b3cfbb6358d601b61a6b4cd'/>
<id>urn:sha1:c84f9e0d42c499647b3cfbb6358d601b61a6b4cd</id>
<content type='text'>
cc: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Signed-off-by: Jeroen Hofstee &lt;jeroen@myspectrum.nl&gt;
</content>
</entry>
<entry>
<title>cosmetic: board: pm9263 rewrite old style stuct init</title>
<updated>2014-06-11T20:27:06Z</updated>
<author>
<name>Jeroen Hofstee</name>
<email>jeroen@myspectrum.nl</email>
</author>
<published>2014-06-10T21:12:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1b34e880e0ca2500ec30c8cce21df637f946af9c'/>
<id>urn:sha1:1b34e880e0ca2500ec30c8cce21df637f946af9c</id>
<content type='text'>
this prevent some warnings when compiling with clang

cc: Stelian Pop &lt;stelian@popies.net&gt;
Signed-off-by: Jeroen Hofstee &lt;jeroen@myspectrum.nl&gt;
</content>
</entry>
<entry>
<title>cosmetic: Whitespace fix</title>
<updated>2014-06-11T20:27:05Z</updated>
<author>
<name>Vasili Galka</name>
<email>vvv444@gmail.com</email>
</author>
<published>2014-06-10T13:06:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b9ca09399c6b5105d2bd1860f183d7a95e05f5c'/>
<id>urn:sha1:4b9ca09399c6b5105d2bd1860f183d7a95e05f5c</id>
<content type='text'>
Signed-off-by: Vasili Galka &lt;vvv444@gmail.com&gt;
</content>
</entry>
<entry>
<title>cosmetic: atmel: replace old style struct init</title>
<updated>2014-06-11T20:27:05Z</updated>
<author>
<name>Jeroen Hofstee</name>
<email>jeroen@myspectrum.nl</email>
</author>
<published>2014-06-09T22:16:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c346e466e0ea31016f8bd0a38b225f75b2a20a55'/>
<id>urn:sha1:c346e466e0ea31016f8bd0a38b225f75b2a20a55</id>
<content type='text'>
This prevents some warnings when building with clang.
cc:: andreas.devel@googlemail.com
Signed-off-by: Jeroen Hofstee &lt;jeroen@myspectrum.nl&gt;
</content>
</entry>
<entry>
<title>m68k: Fix warnings with gcc 4.6</title>
<updated>2014-06-11T20:27:05Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-06-08T04:07:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ddc94378db9fe0c9076512768b3576e0fdc580dd'/>
<id>urn:sha1:ddc94378db9fe0c9076512768b3576e0fdc580dd</id>
<content type='text'>
Most of the warnings seem to be related to using 'int' for size_t. Change
this and fix up the remaining warnings and problems. For bootm, the warning
was masked by others, and there is an actual bug in the code.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
