<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/board/raspberrypi, branch 2016.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-02-01T20:26:45+00:00</updated>
<entry>
<title>configs/raspberrypi: add dtb for compute module</title>
<updated>2016-02-01T20:26:45+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2016-01-07T20:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1dbc3c30a26aab71ddc10867c81b25efd2dd1e23'/>
<id>urn:sha1:1dbc3c30a26aab71ddc10867c81b25efd2dd1e23</id>
<content type='text'>
[Peter: describe what 'CM' stands for, update comment]
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>configs/raspberrypi*: update them to use genimage</title>
<updated>2015-12-31T14:22:48+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-12-31T13:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8dd797a05498692b89841c570b97b9d10467399a'/>
<id>urn:sha1:8dd797a05498692b89841c570b97b9d10467399a</id>
<content type='text'>
Update the raspberrypi and raspberrypi2 configs to use genimage directly
to build the image.
Update the documentation to reflect this, and drop the volatile rootfs
option since it doesn't make much sense and it's not easily integrated
with the genimage configurations.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>boards/raspberrypi: update instructions</title>
<updated>2015-06-30T12:31:17+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2015-06-29T22:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=6f999784b8b6ccb564a5670b950b8bc6ea7c5730'/>
<id>urn:sha1:6f999784b8b6ccb564a5670b950b8bc6ea7c5730</id>
<content type='text'>
Now that we have a sanitised set of defconfig files, and we no longer
support non-DT setups, update and simplify the board readme file.

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Cc: Floris Bos &lt;bos@je-eigen-domein.nl&gt;
Cc: Pascal de Bruijn &lt;pmjdebruijn@pcode.nl&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/raspberrypi: update the DT-enabled config</title>
<updated>2015-06-30T12:30:23+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2015-06-29T22:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d8649ca8747f4faad6c36b71ef333d1e8d3212fb'/>
<id>urn:sha1:d8649ca8747f4faad6c36b71ef333d1e8d3212fb</id>
<content type='text'>
Update to the latest stable kernel version; build an in-tree DTB; use
a in-tree defconfig; enable C++ (to match what we have in the non-DT
variant); do not install DTB overlays (this minimalist config does not
make use of them).

Generate the DTBs for both the "original" variant (A and B) and the
"Plus" variant (A+ and B+).

Drop our custom linux defconfig file now we use an in-tree one.

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Cc: Floris Bos &lt;bos@je-eigen-domein.nl&gt;
Cc: Pascal de Bruijn &lt;pmjdebruijn@pcode.nl&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>board/raspberrypi: document RPi-2 defconfig</title>
<updated>2015-04-07T19:27:30+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2015-04-07T11:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c306225e5aac24f8a0f823fc8861f3b50f4c47ae'/>
<id>urn:sha1:c306225e5aac24f8a0f823fc8861f3b50f4c47ae</id>
<content type='text'>
Document the correct defconfig for ARMv7 based RPi-2.

Cc: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&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>board/raspberrypi: readme: add a missing word</title>
<updated>2015-04-07T19:27:16+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2015-04-07T11:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8921893f7bd4fc16673bc3d6b0a67e4c19ca6643'/>
<id>urn:sha1:8921893f7bd4fc16673bc3d6b0a67e4c19ca6643</id>
<content type='text'>
Cc: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&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>boards/raspberrypi: update readme with RPi-2 specifics</title>
<updated>2015-03-08T17:32:50+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2015-03-08T15:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=97aaf8b7a27afc87b2fa62197869c3790325147b'/>
<id>urn:sha1:97aaf8b7a27afc87b2fa62197869c3790325147b</id>
<content type='text'>
The RPi-2 has its own DTB, so document it in the list of generated
files.

Also, not all DTBs need to be present on the boot partition, so add a
comment that identifies which should be copied for each model.

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>boards/raspberrypi: update instructions for Raspberry Pi 2</title>
<updated>2015-02-26T21:43:37+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2015-02-24T22:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7a0c134e7cebac125ebacaf52d5105ffe45cfe25'/>
<id>urn:sha1:7a0c134e7cebac125ebacaf52d5105ffe45cfe25</id>
<content type='text'>
The instructions for the Raspberry Pi 2 (aka model B2) are the same as
the ones for the Raspberry Pi, so:
  - state so in the existing readme
  - create a symlink raspberrypi2 -&gt; raspberrypi

Also fix typo in spelling of "Raspberry Pi" (two words, not one).

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>boards/raspberrypi: fix rootfs.tar path in readme</title>
<updated>2015-01-25T14:04:35+00:00</updated>
<author>
<name>Vivien Didelot</name>
<email>vivien.didelot@savoirfairelinux.com</email>
</author>
<published>2015-01-23T21:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b8f45e7a090bedd292df868a1dd5ff9d16ffeb40'/>
<id>urn:sha1:b8f45e7a090bedd292df868a1dd5ff9d16ffeb40</id>
<content type='text'>
The rootfs.tar file is located under ./output/images/.

Signed-off-by: Vivien Didelot &lt;vivien.didelot@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>boards/raspberrypi: update readme with Device Tree instructions</title>
<updated>2015-01-10T14:46:49+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2015-01-10T13:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bb60ad9ba4e009d4a4bbac7b5abd9561ef17e9db'/>
<id>urn:sha1:bb60ad9ba4e009d4a4bbac7b5abd9561ef17e9db</id>
<content type='text'>
Signed-off-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>
</feed>
