<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/Makefile, branch v2014.07-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/Makefile?h=v2014.07-rc3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/Makefile?h=v2014.07-rc3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2014-06-10T15:55:44Z</updated>
<entry>
<title>Prepare v2014.07-rc3</title>
<updated>2014-06-10T15:55:44Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-06-10T15:55:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76b21026ceb5a6a83fc53b0ecdf425f240318022'/>
<id>urn:sha1:76b21026ceb5a6a83fc53b0ecdf425f240318022</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>nand_spl: remove nand_spl infrastructure</title>
<updated>2014-06-05T21:01:59Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2014-06-04T01:26:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=66948c25bb7d90d561c1b8be3d69696ef649358f'/>
<id>urn:sha1:66948c25bb7d90d561c1b8be3d69696ef649358f</id>
<content type='text'>
Remove the common infrastructure of nand_spl and
clean-up the code inside ifdef(CONFIG_NAND_U_BOOT)..endif.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>kbuild: add missing PERL definition</title>
<updated>2014-06-05T18:38:38Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2014-05-12T02:45:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f77d7096634368e655f23cc4ce9fd2f01e238a9b'/>
<id>urn:sha1:f77d7096634368e655f23cc4ce9fd2f01e238a9b</id>
<content type='text'>
"checkstack" target uses $(PERL) so PERL must be defined.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>kbuild: remove unused RANLIB</title>
<updated>2014-06-05T18:38:38Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2014-05-12T02:45:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=06e878cb3d2ef13d1529a2e4c63afe3920f18732'/>
<id>urn:sha1:06e878cb3d2ef13d1529a2e4c63afe3920f18732</id>
<content type='text'>
RANLIB was added by commit e221174 (more than a decade ago)
but it has been never referenced at all.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-arm</title>
<updated>2014-05-30T15:34:39Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-05-30T15:34:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=90b51c33f362926e17d4c07dcef1ce822abaa89f'/>
<id>urn:sha1:90b51c33f362926e17d4c07dcef1ce822abaa89f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare v2014.07-rc2</title>
<updated>2014-05-27T14:22:07Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-05-27T14:22:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0116f40bbc269c57566d69e0db8cb9da2e194d33'/>
<id>urn:sha1:0116f40bbc269c57566d69e0db8cb9da2e194d33</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>sunxi: non-FEL SPL boot support for sun7i</title>
<updated>2014-05-25T14:31:03Z</updated>
<author>
<name>Ian Campbell</name>
<email>ijc@hellion.org.uk</email>
</author>
<published>2014-05-05T10:52:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=50827a5991bb345319bd0ce76f5e2402fac0c391'/>
<id>urn:sha1:50827a5991bb345319bd0ce76f5e2402fac0c391</id>
<content type='text'>
Add support for booting from an MMC card.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Signed-off-by: Henrik Nordström &lt;henrik@henriknordstrom.net&gt;
Signed-off-by: Ian Campbell &lt;ijc@hellion.org.uk&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Tom Cubie &lt;Mr.hipboi@gmail.com&gt;
Reviewed-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-arm</title>
<updated>2014-05-24T10:34:08Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-05-24T10:34:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9665fa8f9e1488209d5e01d0792c243e0a220c5a'/>
<id>urn:sha1:9665fa8f9e1488209d5e01d0792c243e0a220c5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples: select libgcc for non-default architecture</title>
<updated>2014-05-23T20:51:26Z</updated>
<author>
<name>Alexey Brodkin</name>
<email>Alexey.Brodkin@synopsys.com</email>
</author>
<published>2014-05-16T08:54:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e75e73dd5f280b91f5bfc0a76a0fd09b6eba1c66'/>
<id>urn:sha1:e75e73dd5f280b91f5bfc0a76a0fd09b6eba1c66</id>
<content type='text'>
In case of multilib-enabled toolchains if default architecture differ from
the one examples are being built for linker will fail to link example object
files with libgcc of another (non-compatible) architecture.

Interesting enough for years in main Makefile we used CFLAGS/c_flags for this
but not for examples.

So fixing it now.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

Cc: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Cc: Tom Rini &lt;trini@ti.com&gt;
Cc: Wolfgang Denx &lt;wd@denx.de&gt;
Acked-by: WOlfgang Denk &lt;wd@denx.de&gt;
Acked-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'</title>
<updated>2014-05-23T20:50:23Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2014-05-23T20:50:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c534d2fdcf7aa80230a0f1ed54d5e3164ba595eb'/>
<id>urn:sha1:c534d2fdcf7aa80230a0f1ed54d5e3164ba595eb</id>
<content type='text'>
</content>
</entry>
</feed>
