<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/boot/u-boot, branch master</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=master</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-07-11T21:39:52Z</updated>
<entry>
<title>u-boot: rename to uboot</title>
<updated>2011-07-11T21:39:52Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-07-11T20:46:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a4ca959321da218ebb2e5078831e5ec1f4d8da34'/>
<id>urn:sha1:a4ca959321da218ebb2e5078831e5ec1f4d8da34</id>
<content type='text'>
This will allow to match the currently Config.in option
BR2_TARGET_UBOOT, in order to make it easy to integrate U-Boot into
the package infrastructure.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uboot-mkimage: new package</title>
<updated>2011-07-10T19:30:03Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-07-05T19:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5e0d46138fbba1197f4f9cef4b96c7b87f42a5a1'/>
<id>urn:sha1:5e0d46138fbba1197f4f9cef4b96c7b87f42a5a1</id>
<content type='text'>
The mkimage for the host is now built by a package, so that
boot/u-boot/u-boot.mk is no longer responsible for doing this. It
makes things a lot easier to handle, as linux/linux.mk now simply
depends on host-uboot-mkimage.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: convert to GENTARGETS</title>
<updated>2011-07-10T19:28:34Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-07-05T19:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e82604ccdd38aa3ee2884d4f143d8be7106fdbd9'/>
<id>urn:sha1:e82604ccdd38aa3ee2884d4f143d8be7106fdbd9</id>
<content type='text'>
The feature of building mkimage for the target is removed, it wasn't
building with current U-Boot, and doesn't make a lot of sense (mkimage
is needed only to prepare a kernel image, or an U-Boot script).

The feature of building mkimage for the host is moved to a proper
package. It duplicates a few things (U-Boot URL, etc.) but it makes
things a lot cleaner than having it handled by boot/u-boot/u-boot.mk.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot 2011.03: fix mkimage build failure when u-boot isn't configured</title>
<updated>2011-04-26T19:30:15Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-04-26T19:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4732f7aa822b70f4e5c4ba34f725a5968fb1e9a2'/>
<id>urn:sha1:4732f7aa822b70f4e5c4ba34f725a5968fb1e9a2</id>
<content type='text'>
When mkimage is built without the rest of u-boot (for kernel uImage
support), u-boot doesn't get configured for a specific board, so config.h
isn't created and the build breaks.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add 2011.03 release</title>
<updated>2011-04-24T21:37:43Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2011-04-08T14:46:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=31fb724fd2c271fcaf204abcdc26e4afe82618ac'/>
<id>urn:sha1:31fb724fd2c271fcaf204abcdc26e4afe82618ac</id>
<content type='text'>
Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: fix target build of fw_printenv</title>
<updated>2011-04-24T21:32:46Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-04-24T21:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cdd4a7a06184ec1a322ac43f633b5f15f991de54'/>
<id>urn:sha1:cdd4a7a06184ec1a322ac43f633b5f15f991de54</id>
<content type='text'>
Closes #3571

The current approach for building fw_printenv for the target fails on
some configurations, so use the upstream make target (which works)
instead.

At the same time get rid of the unneeded stripping.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: remove extra CFLAGS / LDFLAGS handling</title>
<updated>2011-04-24T21:26:00Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-04-24T21:26:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f3de6d578bc3f522ed066bd829cddafb6e31f22c'/>
<id>urn:sha1:f3de6d578bc3f522ed066bd829cddafb6e31f22c</id>
<content type='text'>
TARGET_CONFIGURE_FLAGS already contain CFLAGS/LDFLAGS, so no point in
setting them explicitly.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: drop old 2009.xx versions</title>
<updated>2011-02-23T15:46:07Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-02-23T15:46:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a157909eefe1215d9173aa2b76b4bfd7ba1612f9'/>
<id>urn:sha1:a157909eefe1215d9173aa2b76b4bfd7ba1612f9</id>
<content type='text'>
We use 'make tools' to build a mkimage for the host if needed by the
kernel (uImage) without having u-boot configured, but that only works
since the 2010.03 release:

http://git.denx.de/?p=u-boot.git;a=commit;h=c7c0d542a1990

So drop the old 2009.xx versions rather than having the build break
for people.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>initial support for Blackfin processors</title>
<updated>2011-02-07T13:29:19Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-02-07T05:49:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=871db074b133908cb59480da37626199a00704fd'/>
<id>urn:sha1:871db074b133908cb59480da37626199a00704fd</id>
<content type='text'>
[Peter: don't allow MMU on bfin]
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Enable ccache for u-boot compile</title>
<updated>2011-02-01T19:51:55Z</updated>
<author>
<name>Martin Hicks</name>
<email>mort@bork.org</email>
</author>
<published>2011-02-01T17:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e3fb2ce122055fd34df7e1712700e5d72bdb40e4'/>
<id>urn:sha1:e3fb2ce122055fd34df7e1712700e5d72bdb40e4</id>
<content type='text'>
Just needed to pass in ccache as a prefix to the CROSS_TARGET variable.

Signed-off-by: Martin Hicks &lt;mort@bork.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
