<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/board, branch 2017.05</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.05</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.05'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-05-07T11:56:00+00:00</updated>
<entry>
<title>board/stmicroelectronics/stm32f469-disco: remove OpenOCD patches</title>
<updated>2017-05-07T11:56:00+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-05-07T11:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c383e8fc8be95deb16032fecd1de00792e2cddb0'/>
<id>urn:sha1:c383e8fc8be95deb16032fecd1de00792e2cddb0</id>
<content type='text'>
Since the bump of OpenOCD from 0.9.0 to 0.10.0 in commit
3b6c74d708252a32fe172be944951396d419ba88, stm32f469_disco_defconfig
fails to build:

 - 0001-add-config.patch was merged in upstream OpenOCD (commit
   26045588f462476cee356d15a24944d6c26befb4).

 - 0002-flash-nor.patch was merged in upstream OpenOCD (commit
   3e219648c80a27f0519003f3b088cbb846e255d8)

Therefore, this commit removes the two patches that are no longer
necessary.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/builds/15762279

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs: add raspberrypi3 64bits defconfig</title>
<updated>2017-05-04T07:25:20+00:00</updated>
<author>
<name>Gaël PORTAY</name>
<email>gael.portay@savoirfairelinux.com</email>
</author>
<published>2017-04-18T15:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9bbea36e3e6f27475dd8589f087522745aa39aa5'/>
<id>urn:sha1:9bbea36e3e6f27475dd8589f087522745aa39aa5</id>
<content type='text'>
This configuration builds a 64bit image for RaspberryPi 3.

The size of the ext4 filesystem has to be extended to fit the large amount
(~60MB) of kernel modules enabled in the defconfig.

[Peter: drop gcc version selection / glibc, explain ext4 size requirement]
Signed-off-by: Gaël PORTAY &lt;gael.portay@savoirfairelinux.com&gt;
Tested-by: Ricardo Martincoski &lt;ricardo.martincoski@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>board: add stm32f429-disc1 config</title>
<updated>2017-05-01T18:54:39+00:00</updated>
<author>
<name>Samuel Martin</name>
<email>s.martin49@gmail.com</email>
</author>
<published>2017-05-01T10:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0de48480ecfa9023137ceef7ede83f517343b2a5'/>
<id>urn:sha1:0de48480ecfa9023137ceef7ede83f517343b2a5</id>
<content type='text'>
This change renders the stm32f429discovery a bit more generic and reuse most
of its settings for the stm32f429-disc1 board.

Cc: Waldemar Brodkorb &lt;wbx@openadk.org&gt;
Cc: Davide Viti &lt;zinosat@tiscali.it&gt;
Signed-off-by: Samuel Martin &lt;s.martin49@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>Add defconfig for MIPS Creator ci40</title>
<updated>2017-04-27T20:58:54+00:00</updated>
<author>
<name>Abhimanyu Vishwakarma</name>
<email>Abhimanyu.V@gmail.com</email>
</author>
<published>2017-04-24T05:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=051e9851f499fb2982591531e210c91563232c63'/>
<id>urn:sha1:051e9851f499fb2982591531e210c91563232c63</id>
<content type='text'>
Signed-off-by: Abhimanyu Vishwakarma &lt;Abhimanyu.V@gmail.com&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Tested-by: Rahul Bedarkar &lt;rahulbedarkar89@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>board/synopsys: remove patch for linux vdk defconfig</title>
<updated>2017-04-18T15:41:56+00:00</updated>
<author>
<name>Zakharov Vlad</name>
<email>Vladislav.Zakharov@synopsys.com</email>
</author>
<published>2017-04-18T15:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=51d0c6977b2fbd14ac10d62ad6e6174b42bc219a'/>
<id>urn:sha1:51d0c6977b2fbd14ac10d62ad6e6174b42bc219a</id>
<content type='text'>
The patch for linux vdk defconfig introduced ARC_SMP_HALT_ON_RESET
config symbol. In fact that is not required as this symbol is enabled by
default if ARC_UBOOT_SUPPORT config symbol is set (and it is set in
vdk configs).

Also this commit fixes build failure, pointed us by Arnout:
https://gitlab.com/buildroot.org/buildroot/builds/14419270

Signed-off-by: Vlad Zakharov &lt;vzakhar@synopsys.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/telit_evk_pro3: bump linux kernel to 3.9.11</title>
<updated>2017-04-13T20:06:18+00:00</updated>
<author>
<name>Fabio Porcedda</name>
<email>fabio.porcedda@gmail.com</email>
</author>
<published>2017-04-13T15:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=710a47d3227f00461b63a2add08b2171f7b34369'/>
<id>urn:sha1:710a47d3227f00461b63a2add08b2171f7b34369</id>
<content type='text'>
Also use "BR2_TARGET_LINUX_CONFIG_FRAGMENT_FILES" instead of
"BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE".

Signed-off-by: Fabio Porcedda &lt;fabio.porcedda@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/telit_evk_pro3: add support for gcc 5</title>
<updated>2017-04-13T20:06:08+00:00</updated>
<author>
<name>Fabio Porcedda</name>
<email>fabio.porcedda@gmail.com</email>
</author>
<published>2017-04-13T15:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=417fcc0edbe539c871478d89cb81726be8748b9e'/>
<id>urn:sha1:417fcc0edbe539c871478d89cb81726be8748b9e</id>
<content type='text'>
Use two official kernel patches to add support for gcc 5:

commit 71458cfc782eafe4b27656e078d379a34e472adf
kernel: add support for gcc 5

commit aeea3592a13bf12861943e44fc48f1f270941f8d
ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h

Signed-off-by: Fabio Porcedda &lt;fabio.porcedda@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/snps_archs38_axs103: add u-boot patches to support slave core kick-start</title>
<updated>2017-04-12T19:19:18+00:00</updated>
<author>
<name>Zakharov Vlad</name>
<email>Vladislav.Zakharov@synopsys.com</email>
</author>
<published>2017-04-11T14:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2803f36ea7f7c4711d36b84dfb4dcc78b6b3f924'/>
<id>urn:sha1:2803f36ea7f7c4711d36b84dfb4dcc78b6b3f924</id>
<content type='text'>
With this patch we add a couple of of-the-tree patches for u-boot.

We have an update in hardware that changed the kick-start slave cores
procedure. So these patches introduce fixes to work with new axs103
version correctly.

They have been already accepted in upstream u-boot so we need to get rid
of them as soon as these updates will get available in buildroot.

Signed-off-by: Vlad Zakharov &lt;vzakhar@synopsys.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>beaglebone: add DT for BeagleBone Green</title>
<updated>2017-04-05T20:25:40+00:00</updated>
<author>
<name>Matthias Fritzsche</name>
<email>txt.file@txtfile.eu</email>
</author>
<published>2017-04-05T20:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4b2440b7dcc68369548c0f2be6984fe645fc6bb0'/>
<id>urn:sha1:4b2440b7dcc68369548c0f2be6984fe645fc6bb0</id>
<content type='text'>
Signed-off-by: Matthias Fritzsche &lt;txt.file@txtfile.eu&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>board/csky: fixup gdb instructions in readme.txt</title>
<updated>2017-03-23T17:25:06+00:00</updated>
<author>
<name>Guo Ren</name>
<email>ren_guo@c-sky.com</email>
</author>
<published>2017-03-23T10:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=54242226f034c1245d379df5f98cefcc13553437'/>
<id>urn:sha1:54242226f034c1245d379df5f98cefcc13553437</id>
<content type='text'>
The gdbinit file assumes the .dtb file is in the current directory, so
let's start gdb from output/images.

Signed-off-by: Guo Ren &lt;ren_guo@c-sky.com&gt;
[Thomas: improved commit description.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
