<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/configs, branch 2013.05_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2013.05_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2013.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-05-08T13:39:49Z</updated>
<entry>
<title>configs: add basic defconfig for openblocks a6</title>
<updated>2013-05-08T13:39:49Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-05-08T13:30:52Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8ebfb350a4cca7fc74b8efbbc262fd7d48d09cb4'/>
<id>urn:sha1:8ebfb350a4cca7fc74b8efbbc262fd7d48d09cb4</id>
<content type='text'>
For details, see http://openblocks.plathome.com/products/a6/

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>configs: update boards to u-boot custom version option</title>
<updated>2013-05-07T12:00:17Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-05-07T00:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f273ae0406f6f309f4e750e680c936afc443ea2f'/>
<id>urn:sha1:f273ae0406f6f309f4e750e680c936afc443ea2f</id>
<content type='text'>
Some board configs where left out of the u-boot custom version
migration, so do it otherwise they'll just pull the latest version which
might not work and brick the device.

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>configs: use new u-boot custom version option</title>
<updated>2013-05-07T07:30:27Z</updated>
<author>
<name>Fabio Porcedda</name>
<email>fabio.porcedda@gmail.com</email>
</author>
<published>2013-05-06T21:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5a6b7aa8d1f8765deb21ca01284029e33a7635cc'/>
<id>urn:sha1:5a6b7aa8d1f8765deb21ca01284029e33a7635cc</id>
<content type='text'>
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>board/freescale: switch to u-boot 2013.04</title>
<updated>2013-05-06T14:54:28Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-05-06T04:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9e5a5451c7785214568f35e679be0a43ec48f4df'/>
<id>urn:sha1:9e5a5451c7785214568f35e679be0a43ec48f4df</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>pandaboard: Fix defconfig build</title>
<updated>2013-05-06T10:26:14Z</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2013-05-06T00:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d451f3c0bb9efd97263b7f5e49c2fb5fe62f41dc'/>
<id>urn:sha1:d451f3c0bb9efd97263b7f5e49c2fb5fe62f41dc</id>
<content type='text'>
Commit 75b7dc68 ("linux: default to 3.9, remove 3.8") made 3.9 the
default kernel version.

The omap kernel switched to multiplatform kernel during the 3.9 kernel
development cycle. Obviously, the uImage generation doesn't work anymore
with multiplatform kernels, since you have to provide the kernel load
address, resulting in a build error.

Lock down the kernel version to 3.8 to keep the old behaviour until
someone submits a patch to switch to multiplatform kernel.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>configs/qemu: bump relevant configs to kernel version 3.9.x</title>
<updated>2013-04-29T20:21:26Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-04-29T08:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4b4d0f2f1b6528c0ffd347b3946c0916aec8667b'/>
<id>urn:sha1:4b4d0f2f1b6528c0ffd347b3946c0916aec8667b</id>
<content type='text'>
Problematic configurations not bumped:

powerpc-g3beige: Kernel oops on boot
sh4-r2d - Qemu doesn't emulate advanced features from the console UART
sparc-ss10 - Illegal instruction

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>Add defconfig for ATMEL at91sam9g45m10ek board</title>
<updated>2013-04-28T19:44:24Z</updated>
<author>
<name>Alexandre Belloni</name>
<email>alexandre.belloni@piout.net</email>
</author>
<published>2013-02-04T12:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ed205c3878ddce10f485be6bb39d89b87ebec867'/>
<id>urn:sha1:ed205c3878ddce10f485be6bb39d89b87ebec867</id>
<content type='text'>
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@piout.net&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>integrator926: Update the defconfig</title>
<updated>2013-04-25T20:55:48Z</updated>
<author>
<name>Maxime Ripard</name>
<email>maxime.ripard@free-electrons.com</email>
</author>
<published>2013-04-12T00:21:29Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=74bdc4b9ddf6d4d2ecdd238715dcbf14292b8829'/>
<id>urn:sha1:74bdc4b9ddf6d4d2ecdd238715dcbf14292b8829</id>
<content type='text'>
the integrator926 defconfig has not been updated for quite some time,
and is still asking for very old linux and u-boot releases. Now that
these versions aren't present in Buildroot anymore, they default to a
newer release, where, in the u-boot case, the defconfig name has
changed, leading to a build failure.

Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>beaglebone_defconfig: use u-boot 2013.04, add comments</title>
<updated>2013-04-24T07:19:19Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2013-04-24T07:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=53b2e94e2fbcf13ae4ff0d549a44bda3de6b0ab2'/>
<id>urn:sha1:53b2e94e2fbcf13ae4ff0d549a44bda3de6b0ab2</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>configs: add sample for freescale mpc8315erdb</title>
<updated>2013-04-21T21:51:24Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2013-04-19T09:13:08Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5260f30b2e702d9441f65f60e708b561935cc80f'/>
<id>urn:sha1:5260f30b2e702d9441f65f60e708b561935cc80f</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>
</feed>
