<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/boot/u-boot, branch 2010.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-09-28T12:43:25Z</updated>
<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.hiegel.fr/cgit/buildroot.git/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.hiegel.fr/cgit/buildroot.git/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.hiegel.fr/cgit/buildroot.git/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>
<entry>
<title>u-boot: fix custom patch dir handling</title>
<updated>2010-07-26T20:45:48Z</updated>
<author>
<name>Ossy</name>
<email>ossy1980@gmx.net</email>
</author>
<published>2010-07-26T20:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=98d5a8bcd0e51cc4060d73bc238cf25ae8457869'/>
<id>urn:sha1:98d5a8bcd0e51cc4060d73bc238cf25ae8457869</id>
<content type='text'>
Signed-off-by: Ossy &lt;ossy1980@gmx.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add Marvell u-boot.kwb support</title>
<updated>2010-07-26T14:14:41Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-26T14:14:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3cd5174ed796400a9566c0ea52f3551cba52bfe0'/>
<id>urn:sha1:3cd5174ed796400a9566c0ea52f3551cba52bfe0</id>
<content type='text'>
Marvell boards like the sheevaplug needs a special .kwb image format,
so add an option for it similar to how we handle zImage/uImage/..
for the kernel.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: fix version detection and get rid of unneeded double CFLAGS/LDFLAGS</title>
<updated>2010-07-14T19:08:26Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-14T19:08:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1acd72a1ab7b1f9cac453d29ec55a6676a16f15b'/>
<id>urn:sha1:1acd72a1ab7b1f9cac453d29ec55a6676a16f15b</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add 2010.06 release</title>
<updated>2010-07-05T14:54:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-05T14:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b9997ca731a42eaa4c04dd6c2bf8632b72dac038'/>
<id>urn:sha1:b9997ca731a42eaa4c04dd6c2bf8632b72dac038</id>
<content type='text'>
A few minor modifications of u-boot.mk is needed to support 2010.06:

- U-Boot now uses ARCH=powerpc like the kernel (instead of ARCH=ppc)
- Library files have moved, so adjust the target mkimage/fw_printenv rules
  (still compatible with older versions)

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix u-boot 2010.03 build for AVR32 targets</title>
<updated>2010-06-23T21:00:42Z</updated>
<author>
<name>Thiago A. Correa</name>
<email>thiago.correa@gmail.com</email>
</author>
<published>2010-06-23T03:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b1f184a0d8a2471a25d729282456f7aee0f9e858'/>
<id>urn:sha1:b1f184a0d8a2471a25d729282456f7aee0f9e858</id>
<content type='text'>
Signed-off-by: Thiago A. Correa &lt;thiago.correa@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: use BR2_TARGET_UBOOT_VERSION instead of BR2_UBOOT_VERSION</title>
<updated>2010-06-12T11:25:46Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-06-12T11:24:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=db86f18ed7ce0659f3eda3b2101c5862f07ac18b'/>
<id>urn:sha1:db86f18ed7ce0659f3eda3b2101c5862f07ac18b</id>
<content type='text'>
In order to be coherent with all other BR2_TARGET_UBOOT_* options.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>u-boot: beautify option prompts</title>
<updated>2010-06-12T11:25:46Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-06-12T10:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8f07a596113f5ae1aea9cefcfa27aeab6b9348e8'/>
<id>urn:sha1:8f07a596113f5ae1aea9cefcfa27aeab6b9348e8</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
