<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/board/raspberrypi, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-06-30T20:07:01+00:00</updated>
<entry>
<title>board/raspberrypi: update firmware option to use 64-bit mode</title>
<updated>2018-06-30T20:07:01+00:00</updated>
<author>
<name>J. Tang</name>
<email>tang@jtang.org</email>
</author>
<published>2018-06-30T19:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=722c11ce7b25a1925498483ef58f59d0931b2ca7'/>
<id>urn:sha1:722c11ce7b25a1925498483ef58f59d0931b2ca7</id>
<content type='text'>
As per latest Raspberry Pi firmware documentation, the option
'arm_control' has been deprecated in favor of 'arm_64bit'.

Fixes https://bugs.busybox.net/show_bug.cgi?id=11111.

Signed-off-by: Jason Tang &lt;tang@jtang.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>configs/raspberrypi3_64_defconfig: add support for rpi3b+</title>
<updated>2018-05-20T10:32:08+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2018-05-06T20:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fbb45f6d7f937e503900a04ff920320c411d8f34'/>
<id>urn:sha1:fbb45f6d7f937e503900a04ff920320c411d8f34</id>
<content type='text'>
The kernel now includes the rpi3b+ device tree for aarch64

Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>board/raspberrypi: add support for rpi3 b+</title>
<updated>2018-04-06T19:49:18+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2018-03-24T14:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=012c400f9d5eef2fb04dcde931d08852cc19ffdc'/>
<id>urn:sha1:012c400f9d5eef2fb04dcde931d08852cc19ffdc</id>
<content type='text'>
Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>configs/raspberrypi0w_defconfig: new defconfig for Raspberry Pi Zero W</title>
<updated>2018-03-31T10:31:32+00:00</updated>
<author>
<name>Yves Deweerdt</name>
<email>yves.deweerdt.linux@gmail.com</email>
</author>
<published>2017-06-21T20:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=650818fb3a6fb7b9bd9fcefabbc187c1bbe95e0a'/>
<id>urn:sha1:650818fb3a6fb7b9bd9fcefabbc187c1bbe95e0a</id>
<content type='text'>
Up to now, Raspberry Pi Zero W (rpi0w) could be built with the normal
raspberrypi0_defconfig. However, then you don't have support for the
Bluetooth out-of-the-box, which makes using a W a bit pointless.

Therefore, create a separate defconfig for the W. It is a copy of
raspberrypi0_defconfig with the following changes:
 - Add DT overlays (from rpi-firmware) to support Bluetooth.
 - Pass --add-pi3-miniuart-bt-overlay to post-image.sh.

Since there is now a separate raspberrypi0w_defconfig, the W support
can be removed from raspberrypi0_defconfig.

Signed-off-by: Yves Deweerdt &lt;yves.deweerdt.linux@gmail.com&gt;
[Arnout:
 - Bump to same kernel version as raspberrypi0.
 - Remove redundant comment.
 - Remove redundant default BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS=y.
 - Improve commit log.
 - Refresh .gitlab-ci.yml.
]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
<entry>
<title>raspberrypi: post-image.sh fix gpu_mem option</title>
<updated>2017-10-21T19:37:10+00:00</updated>
<author>
<name>Gaël PORTAY</name>
<email>gael.portay@savoirfairelinux.com</email>
</author>
<published>2017-10-21T13:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d0b055239e10898b87ff8af02f8c4bd14426e3e7'/>
<id>urn:sha1:d0b055239e10898b87ff8af02f8c4bd14426e3e7</id>
<content type='text'>
The gpu_mem option is not using the proper option argument which causes sed to
fail.

	+ case "${arg}" in
	+ gpu_mem=ome/gportay/output-rpi3-qtwe/images
	+ sed -e '/^ome/gportay/output-rpi3-qtwe/images=/s,=.*,=ome/gportay/output-rpi3-qtwe/images,' -i /home/gportay/output-rpi3-qtwe/images/rpi-firmware/config.txt
	sed: -e expression #1, char 8: extra characters after command
	+ case "${arg}" in
	+ gpu_mem=ome/gportay/output-rpi3-qtwe/images
	+ sed -e '/^ome/gportay/output-rpi3-qtwe/images=/s,=.*,=ome/gportay/output-rpi3-qtwe/images,' -i /home/gportay/output-rpi3-qtwe/images/rpi-firmware/config.txt
	sed: -e expression #1, char 8: extra characters after command

The issue comes from the use of $1 instead of $arg to extract the gpu_mem
value. $1 is the $(BINARIES_DIR) which leads to a sed expression error.

Also, it adds the error flag to the shell script to prevent from such situation
and terminate the build in error.

Signed-off-by: Gaël PORTAY &lt;gael.portay@savoirfairelinux.com&gt;
Acked-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>raspberrypi: post-image.sh add new gpu_mem option</title>
<updated>2017-09-27T20:08:03+00:00</updated>
<author>
<name>Gaël PORTAY</name>
<email>gael.portay@savoirfairelinux.com</email>
</author>
<published>2017-09-23T23:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f9ccd2a186e6307fb40b90f96491c6f0b0ab8847'/>
<id>urn:sha1:f9ccd2a186e6307fb40b90f96491c6f0b0ab8847</id>
<content type='text'>
The amount of GPU memory can be set using the new option --gpu_mem_XXX
(where XXX is the total amount of memory available on the board).

Signed-off-by: Gaël PORTAY &lt;gael.portay@savoirfairelinux.com&gt;
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
<entry>
<title>board/raspberrypi/post-image.sh: add multi arg support</title>
<updated>2017-09-27T20:08:03+00:00</updated>
<author>
<name>Erik Stromdahl</name>
<email>erik.stromdahl@gmail.com</email>
</author>
<published>2017-07-15T12:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=39576d0f735108dbbd48a5aa517ed01c053abc4b'/>
<id>urn:sha1:39576d0f735108dbbd48a5aa517ed01c053abc4b</id>
<content type='text'>
Add possibility to supply multiple arguments to
post-image.sh

Signed-off-by: Erik Stromdahl &lt;erik.stromdahl@gmail.com&gt;
[Arnout: indent esac, suggested by Gaël PORTAY]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&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>configs/raspberrypi3_defconfig: add raspberry pi 3 compute module support</title>
<updated>2017-03-05T20:25:51+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2017-03-05T16:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a726c7dff8557bd3592c6e1eb1d6f3616ba90131'/>
<id>urn:sha1:a726c7dff8557bd3592c6e1eb1d6f3616ba90131</id>
<content type='text'>
Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/raspberrypi0_defconfig: add raspberry pi zero w support</title>
<updated>2017-03-05T20:25:51+00:00</updated>
<author>
<name>Martin Bark</name>
<email>martin@barkynet.com</email>
</author>
<published>2017-03-05T16:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ab07865f7e06b49121308d2dd74096ef047cccf8'/>
<id>urn:sha1:ab07865f7e06b49121308d2dd74096ef047cccf8</id>
<content type='text'>
Signed-off-by: Martin Bark &lt;martin@barkynet.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
