<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/board/beaglebone, branch 2016.11.2</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.11.2</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.11.2'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-10-15T15:39:46+00:00</updated>
<entry>
<title>configs/beaglebone_qt5: new defconfig</title>
<updated>2016-10-15T15:39:46+00:00</updated>
<author>
<name>Lothar Felten</name>
<email>lothar.felten@gmail.com</email>
</author>
<published>2016-09-22T22:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d53b26698648b2e590b4347b6515936c4c126880'/>
<id>urn:sha1:d53b26698648b2e590b4347b6515936c4c126880</id>
<content type='text'>
Add a target configuration for the beaglebone that supports the SGX530
graphics acceleration and builds the qt5 demos with the eglfs backend.
The imagination technologies demos and fbv are also included. The Linux
kernel is based on the omap2plus defconfig, a config fragment adds the
required settings for SGX accelerator support.

Signed-off-by: Lothar Felten &lt;lothar.felten@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/beaglebone: update kernel/uboot, add AM335x EVM support</title>
<updated>2016-10-15T15:39:46+00:00</updated>
<author>
<name>Lothar Felten</name>
<email>lothar.felten@gmail.com</email>
</author>
<published>2016-09-22T22:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=87d265f13fd0dbab82055c22fb54aa7c7051d9da'/>
<id>urn:sha1:87d265f13fd0dbab82055c22fb54aa7c7051d9da</id>
<content type='text'>
This patch updates the target config for the beaglebone based on the
AM335x CPU. It also supports the beagleboneblack, the TI evm and evmsk.
Device tree blobs for am335x-evm, am335x-evmsk, am335x-bone,
am335x-boneblack will be built and a sd card image is created with a
post-image script.  The kernel and driver versions match the
ti-processor-sdk 02.00.00.00.  Patches allow the use of old AM335x evm
revisions (1 bit sd card) and JTAG debugging.

Kernel JTAG patch: By default the kernel will disable the JTAG clock,
access via the JTAG port will not work after the kernel booted. The
AM335x-evm has a JTAG header fitted, this patch keeps the JTAG clock
alive.

Signed-off-by: Lothar Felten &lt;lothar.felten@gmail.com&gt;
[Thomas: remove 1-bit MMC patch, it's causing a significant performance
regression for users of BeagleBone, which are 99.99% of the users of
this defconfig.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>board/beaglebone: add details on how to use the resulting sdcard.img</title>
<updated>2016-08-22T14:47:26+00:00</updated>
<author>
<name>guillaume william brs</name>
<email>guillaume.bressaix@gmail.com</email>
</author>
<published>2016-08-21T15:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1adaf87c1c4e0531694a3a6f690d0644f729bf8d'/>
<id>urn:sha1:1adaf87c1c4e0531694a3a6f690d0644f729bf8d</id>
<content type='text'>
Signed-off-by: Guillaume W. Bres &lt;guillaume.bressaix@gmail.com&gt;
[Thomas: rework commit log.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/beaglebone: Add missing genimage.cfg file</title>
<updated>2016-06-07T19:31:08+00:00</updated>
<author>
<name>Ezequiel Garcia</name>
<email>ezequiel@vanguardiasur.com.ar</email>
</author>
<published>2016-06-07T13:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=828c4ab06c89c2e1e615ebf0b49d0fd286f8b49c'/>
<id>urn:sha1:828c4ab06c89c2e1e615ebf0b49d0fd286f8b49c</id>
<content type='text'>
Commit 7d0b7d3c27a6 ("configs/beaglebone: Use genimage
to produce the SD card image") introduce genimage usage,
but forgot to add the genimage config file. Fix it.

Signed-off-by: Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/beaglebone: Use genimage to produce the SD card image</title>
<updated>2016-06-06T20:38:19+00:00</updated>
<author>
<name>Ezequiel Garcia</name>
<email>ezequiel@vanguardiasur.com.ar</email>
</author>
<published>2016-06-04T21:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7d0b7d3c27a6795667e1aeb18e9978e1a44361e5'/>
<id>urn:sha1:7d0b7d3c27a6795667e1aeb18e9978e1a44361e5</id>
<content type='text'>
Signed-off-by: Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;
[Thomas: added host dosfstools to the defconfig, needed to build a SD
card image with genimage when a FAT partition is listed in the
genimage configuration.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>board/beaglebone/readme.txt: Minor grammar fixes.</title>
<updated>2015-04-18T13:44:38+00:00</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2015-04-18T13:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d0185fcc6dd13d74f44c76ee163824beb025b39b'/>
<id>urn:sha1:d0185fcc6dd13d74f44c76ee163824beb025b39b</id>
<content type='text'>
Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>board/beaglebone: fix kernel load command in u-boot environment file</title>
<updated>2015-02-02T08:29:04+00:00</updated>
<author>
<name>Vanya Sergeev</name>
<email>vsergeev@gmail.com</email>
</author>
<published>2015-02-02T07:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8d2eaa5b3d80cbc3a9b751f519236b655e97ea33'/>
<id>urn:sha1:8d2eaa5b3d80cbc3a9b751f519236b655e97ea33</id>
<content type='text'>
the loaduimage command was renamed to loadimage when the default kernel
image changed from uImage to zImage in u-boot commit e3cf9692053a, which
made it into the v2013.10 u-boot release that the beaglebone_defconfig
currently builds.

Signed-off-by: Vanya Sergeev &lt;vsergeev@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>beaglebone: better support for starting and creating images</title>
<updated>2014-10-12T16:27:49+00:00</updated>
<author>
<name>Marcin Jabrzyk</name>
<email>marcin.jabrzyk@gmail.com</email>
</author>
<published>2014-03-14T12:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=620d4bc3af81104c5ccadfb360ae537f76fbd75a'/>
<id>urn:sha1:620d4bc3af81104c5ccadfb360ae537f76fbd75a</id>
<content type='text'>
- Added short readme file with description of first steps how to start.
- Added uEnv.txt so the board can start from SDCard
- Added post-image.sh script to copy included uEnv.txt to output/images

[Peter: strip trailing spaces]
Signed-off-by: Marcin Jabrzyk &lt;marcin.jabrzyk@gmail.com&gt;
Tested-by: Stephan Hoffmann &lt;sho@relinux.de&gt;
Tested-by: Marcin Jabrzyk &lt;marcin.jabrzyk@gmail.com&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>Improve support of OpenGL for BeagleBone Black</title>
<updated>2014-06-08T14:32:20+00:00</updated>
<author>
<name>Hadrien Boutteville</name>
<email>hadrien.boutteville@gmail.com</email>
</author>
<published>2014-06-01T15:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0686dcf7a99746f236e6ebb5a9db7841f86bf5ad'/>
<id>urn:sha1:0686dcf7a99746f236e6ebb5a9db7841f86bf5ad</id>
<content type='text'>
Make ti-gfx working on BeagleBone Black by adding an ugly necessary
patch to the kernel wich fix:
pvrsrvkm: Unknown symbol v7_dma_map_area
pvrsrvkm: Unknown symbol v7_dma_flush_range

Add drivers to the default kernel config used in beaglebone_defconfig
to enable the framebuffer.

Signed-off-by: Hadrien Boutteville &lt;hadrien.boutteville@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>beaglebone: update to TI 3.12 kernel</title>
<updated>2014-02-10T18:40:27+00:00</updated>
<author>
<name>Anders Darander</name>
<email>anders@chargestorm.se</email>
</author>
<published>2014-02-10T08:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1ca56e4e159cd5dd44cd3aba997396d49f22ecda'/>
<id>urn:sha1:1ca56e4e159cd5dd44cd3aba997396d49f22ecda</id>
<content type='text'>
Git repo version is taken from meta-ti.
It's a 3.12.10 kernel with TI's own patches on top.

The defconfig has been kept rather close to our old defconfig.
The kernel has been boot-tested using an NFS-root.

Apart from the kernel change, the linux headers has also been
updated from 3.8.12 to 3.12.10.

[Peter: drop UEVENT_HELPER_PATH setting]
Signed-off-by: Anders Darander &lt;anders@chargestorm.se&gt;
Reviewed-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
