<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/boot/uboot, branch master</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-07-14T23:56:45Z</updated>
<entry>
<title>u-boot: workaround for setlocalversion issue</title>
<updated>2013-07-14T23:56:45Z</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2013-07-14T23:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6b2a0e0c9b297396a9c0841905fa31275a38a0e3'/>
<id>urn:sha1:6b2a0e0c9b297396a9c0841905fa31275a38a0e3</id>
<content type='text'>
The u-boot build process attempts to determine the version number using git
commands, which assumes that the build is taking place in a git checkout with
the .git directory intact. The buildroot build process does a git checkout, but
then exports a .tar.gz as a cache and does the build from that tarball (with no
.git file).

In some instances, being unable to determine the current version causes the
build process to generate a non-functional bootloader.

This patch implements a work-around for this problem by allowing the user to
configure a 'localverion' override which gets written to the ./localversion
file in the u-boot build directory, which is later used by the
./tools/setlocalversion script.
</content>
</entry>
<entry>
<title>uboot: Add ELF target</title>
<updated>2013-06-15T21:24:09Z</updated>
<author>
<name>Spenser Gilliland</name>
<email>Spenser309@gmail.com</email>
</author>
<published>2013-05-15T23:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4d27205ab1c140f9d81fa200f36d118a3dbdad33'/>
<id>urn:sha1:4d27205ab1c140f9d81fa200f36d118a3dbdad33</id>
<content type='text'>
adds ELF image option to uboot

Signed-off-by: Spenser Gilliland &lt;spenser@gillilanding.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Normalize separator size to 80</title>
<updated>2013-06-07T08:54:54Z</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2013-06-06T21:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=086f333f39cdbc0762917272e4c9bb87344fb51a'/>
<id>urn:sha1:086f333f39cdbc0762917272e4c9bb87344fb51a</id>
<content type='text'>
Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Convert headers to lower case when relevant</title>
<updated>2013-06-07T08:54:12Z</updated>
<author>
<name>Jerzy Grzegorek</name>
<email>jerzy.grzegorek@trzebnica.net</email>
</author>
<published>2013-06-06T21:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f9e76bb253435d527126cb17ef572ea805b9e8ed'/>
<id>urn:sha1:f9e76bb253435d527126cb17ef572ea805b9e8ed</id>
<content type='text'>
Signed-off-by: Jerzy Grzegorek &lt;jerzy.grzegorek@trzebnica.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix package headers to comply with coding style</title>
<updated>2013-06-06T15:26:35Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@free-electrons.com</email>
</author>
<published>2013-06-05T23:53:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=702704014dafc2beae60bcd88abeae72f0ac4d87'/>
<id>urn:sha1:702704014dafc2beae60bcd88abeae72f0ac4d87</id>
<content type='text'>
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uboot: add custom version option</title>
<updated>2013-05-07T07:26:04Z</updated>
<author>
<name>Fabio Porcedda</name>
<email>fabio.porcedda@gmail.com</email>
</author>
<published>2013-05-06T21:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0a93b81487ee4a3af0d5b5c0fc3eeb70d8a3c244'/>
<id>urn:sha1:0a93b81487ee4a3af0d5b5c0fc3eeb70d8a3c244</id>
<content type='text'>
Add custom version option as used in the linux kernel and barebox.
This way we can easily specify newer and older version.
Remove the list of the older versions because is obsoleted
by the new custom version option that is more flexible.

Signed-off-by: Fabio Porcedda &lt;fabio.porcedda@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>u-boot: add 2013.04, deprecate 2011.12 / 2012.04, drop 2011.06 / 2011.09</title>
<updated>2013-04-24T07:14:53Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-04-24T07:14:53Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3510d8b4af396106e315e21440bc63c2cdf534b1'/>
<id>urn:sha1:3510d8b4af396106e315e21440bc63c2cdf534b1</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uboot: simplify patch wildcard for BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR</title>
<updated>2013-04-11T05:47:54Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-04-10T22:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=964f36fe06a9fdd7be4b5b942176454a6cc052e4'/>
<id>urn:sha1:964f36fe06a9fdd7be4b5b942176454a6cc052e4</id>
<content type='text'>
To match the logic we have for BR2_LINUX_KERNEL_PATCH. The user has
already specified a custom patch directory, so we don't need to be
so specific about the what file names we accept, and it becomes quite
cumbersome when a custom git version is used.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uboot: integrate mkenvimage</title>
<updated>2013-03-24T19:49:15Z</updated>
<author>
<name>Arnaud Rébillout</name>
<email>rebillout@syscom.ch</email>
</author>
<published>2012-12-20T02:47:18Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7b252919409e7bb63f6035fbe3b7167f4abbfed1'/>
<id>urn:sha1:7b252919409e7bb63f6035fbe3b7167f4abbfed1</id>
<content type='text'>
This commit provides configuration options to automatically generate a
binary environment image for U-Boot.
Two options are available (and mandatory):
 * the location of a text file describing U-Boot environment.
 * the size of the environment.

[Peter: fix Config.in indentation + typo]
Signed-off-by: Arnaud Rébillout &lt;rebillout@syscom.ch&gt;
Acked-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: bump 2013.01.x version</title>
<updated>2013-02-03T14:29:14Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-02-03T14:29:14Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ea6f3bd9f25d7a0c3e39a166036a7f8b74935a72'/>
<id>urn:sha1:ea6f3bd9f25d7a0c3e39a166036a7f8b74935a72</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
