<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/boot/u-boot, branch 2011.02</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.02</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.02'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-02-23T15:46:07Z</updated>
<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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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>
<entry>
<title>u-boot: update default helper tools to 2010.12</title>
<updated>2010-12-27T22:29:54Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2010-12-27T21:36:49Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1b4e24e80d8587b28b91e648d066525aa95075fc'/>
<id>urn:sha1:1b4e24e80d8587b28b91e648d066525aa95075fc</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add support for version 2010.12</title>
<updated>2010-12-25T22:21:43Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-24T17:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=969de4de7eb1ead64cafc1a85d4308164cf955b4'/>
<id>urn:sha1:969de4de7eb1ead64cafc1a85d4308164cf955b4</id>
<content type='text'>
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: add CROSS_COMPILE/ARCH when building host tools</title>
<updated>2010-12-16T14:06:45Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-05T20:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cddfe67dd29c97f1964768159233bd76131f18af'/>
<id>urn:sha1:cddfe67dd29c97f1964768159233bd76131f18af</id>
<content type='text'>
Even when building the host tools, for some reason U-Boot tries to
execute the cross-compiler, so tell it which cross-compiler to use in
order to avoid failure such as:

/usr/bin/make -j12 -C /home/test/outputs/test-253-mini2440_defconfig/build/u-boot-custom tools
make[1]: arm-linux-gcc: Command not found
make[1]: Entering directory `/home/test/outputs/test-253-mini2440_defconfig/build/u-boot-custom'
for dir in tools examples api_examples ; do /usr/bin/make -C $dir _depend ; done
Generating include/autoconf.mk
/bin/sh: line 3: arm-linux-gcc: command not found

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: add U-Boot 2010.09</title>
<updated>2010-12-16T13:52:08Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-05T20:52:53Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=eb95b01fffcba0a5c06be046965022dcbed0774f'/>
<id>urn:sha1:eb95b01fffcba0a5c06be046965022dcbed0774f</id>
<content type='text'>
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>barebox/u-boot/linux: don't error out on missing config when make source</title>
<updated>2010-09-28T12:43:25Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-28T12:43:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3e5e39a8a25a4a085afe08bdcf46933c8d569ed7'/>
<id>urn:sha1:3e5e39a8a25a4a085afe08bdcf46933c8d569ed7</id>
<content type='text'>
As it breaks 'make allyesconfig; make source', used for the source mirror.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: pass ARCH/CROSS_COMPILE when running make &lt;board&gt;_config</title>
<updated>2010-09-27T10:37:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-09-27T10:37:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a0b6710b88e7423a8f76a4b35a4a34fc55f3dead'/>
<id>urn:sha1:a0b6710b88e7423a8f76a4b35a4a34fc55f3dead</id>
<content type='text'>
Gets rid of a bunch of (ignored) errors about missing cross compiler.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: fix custom patch handling</title>
<updated>2010-07-29T20:18:56Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-29T13:38:27Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=af0a3d1cde4a65ee2487c5e042dc40fd346c5340'/>
<id>urn:sha1:af0a3d1cde4a65ee2487c5e042dc40fd346c5340</id>
<content type='text'>
When U-Boot is enabled and no custom patch directory has been set,
then the current test:

  ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),"")

works. However, when U-Boot is not enabled, but still gets compiled
because mkimage is needed to build the kernel,
BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is completely empty. It does not
even have quotes. So the test in fact needs to be:

 ifneq ($(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),)

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
