<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/target, branch 2012.05_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2012.05_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2012.05_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2012-05-09T20:16:58+00:00</updated>
<entry>
<title>target/arch: x86/prescott doesn't define BR2_ARCH, fix it</title>
<updated>2012-05-09T20:16:58+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2012-05-09T06:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=67202463b0720d679402c292cefba263da5d6df7'/>
<id>urn:sha1:67202463b0720d679402c292cefba263da5d6df7</id>
<content type='text'>
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>blackfin: adjust available ABIs</title>
<updated>2012-05-08T22:27:40+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2012-05-07T23:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=43e77cf53ff96cc18eeaa1e3599a815172380080'/>
<id>urn:sha1:43e77cf53ff96cc18eeaa1e3599a815172380080</id>
<content type='text'>
The FLAT (Separate Data) and FLAT Shared ABIs are rarely used, and the
FLAT Shared ABI requires the user to manually assign an unique ID to
each shared library, which we will never support in
Buildroot. Therefore, restrict ourselves to FLAT and FDPIC.

In addition to this, ensure that when FLAT is selected, only static
libraries are produced, because this is what FLAT supports. It will
fix problems such as
http://autobuild.buildroot.org/results/2d756d75162e8737e99df8189bde93ed1a09feef/build-end.log.

Moreover, we make FDPIC the default ABI, since if someone is using
Buildroot, it's most likely to generate a fairly elaborate embedded
Linux system, on which shared libraries are probably useful.

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>buildroot: fix BR2_GCC_TARGET_ABI for MIPS n64</title>
<updated>2012-05-03T19:00:27+00:00</updated>
<author>
<name>Kevin Cernekee</name>
<email>cernekee@gmail.com</email>
</author>
<published>2011-05-17T21:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2b66816c71a68b579a0138ef6418cb8a99a4e62d'/>
<id>urn:sha1:2b66816c71a68b579a0138ef6418cb8a99a4e62d</id>
<content type='text'>
gcc 4.3/4.4/4.5 accept the following arguments for --with-abi=

"" | 32 | o64 | n32 | 64 | eabi)

So, the "n64" argument coming from buildroot should be changed to "64"
so that gcc's ./configure step does not error out.

Signed-off-by: Kevin Cernekee &lt;cernekee@gmail.com&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>busybox 1.20.x: add if-post-up.d and if-pre-down.d to device table</title>
<updated>2012-04-29T17:14:14+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2012-04-29T03:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=40c20cd40e74c97c8995dbf2ca0d6570b46d9261'/>
<id>urn:sha1:40c20cd40e74c97c8995dbf2ca0d6570b46d9261</id>
<content type='text'>
Busybox 1.20.0 add functionality to execute scripts from if-post-up.d
and if-pre-down.d, so add the missing directories to the device table to
get them created and avoid unnecessary warnings if not.

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>target/: mark Xtensa architecture support as deprecated</title>
<updated>2012-04-25T08:45:30+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-04-25T08:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=555c2585bf28c3ef71f6d2dcdd983d17a19892af'/>
<id>urn:sha1:555c2585bf28c3ef71f6d2dcdd983d17a19892af</id>
<content type='text'>
Hasn't been updated since it was added in 2009, and requires quite
some special handling in BR.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: add 4.7.x series</title>
<updated>2012-04-15T09:13:27+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2012-04-13T12:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b4a8ae3e8cc9f5a7b0b4b6f7004c51e661dcc456'/>
<id>urn:sha1:b4a8ae3e8cc9f5a7b0b4b6f7004c51e661dcc456</id>
<content type='text'>
Add gcc 4.7.0 to the toolchain options.

[Peter: drop 0001-toolchain-gcc-add-4.7.x-series.txt]
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>Config.in.arch: add help and less cryptic names to architecture menu</title>
<updated>2012-03-20T13:29:31+00:00</updated>
<author>
<name>Alvaro G. M</name>
<email>alvaro.gamez@hazent.com</email>
</author>
<published>2012-03-19T21:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=579e74b150803a51b36831b9d67ab505104a65bb'/>
<id>urn:sha1:579e74b150803a51b36831b9d67ab505104a65bb</id>
<content type='text'>
[Peter: fixup s/big-endian/big endian/ as pointed out by Thomas]
Signed-off-by: Alvaro G. M &lt;alvaro.gamez@hazent.com&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Config.in.arch: Fix microblaze-be double quote issue</title>
<updated>2012-03-18T22:16:49+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-03-18T22:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9bf3dc764f76d85de3c2fcb25c5a247289334bfe'/>
<id>urn:sha1:9bf3dc764f76d85de3c2fcb25c5a247289334bfe</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Microblaze: added architecture support for both big endian and low endian</title>
<updated>2012-03-18T21:51:19+00:00</updated>
<author>
<name>Alvaro G. M</name>
<email>alvaro.gamez@hazent.com</email>
</author>
<published>2012-03-16T13:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a6f2a787ab0272a2e4869541b3662fe328e86215'/>
<id>urn:sha1:a6f2a787ab0272a2e4869541b3662fe328e86215</id>
<content type='text'>
Signed-off-by: Alvaro G. M &lt;alvaro.gamez@hazent.com&gt;
Tested-by: Stephan Hoffmann &lt;sho@relinux.de&gt;
Tested Microblaze LE on a clean install
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sh: Add additional ttySCs</title>
<updated>2012-03-11T21:00:51+00:00</updated>
<author>
<name>Phil Edworthy</name>
<email>phil.edworthy@renesas.com</email>
</author>
<published>2012-03-09T09:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=790fcac794c5144b1d5ca20a4560f46a7a7f2f9f'/>
<id>urn:sha1:790fcac794c5144b1d5ca20a4560f46a7a7f2f9f</id>
<content type='text'>
There are a couple of Renesas SH devices with 8 serial ports used.

Signed-off-by: Phil Edworthy &lt;phil.edworthy@renesas.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
