<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/board/beaglebone, 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-04-02T15:23:36+00:00</updated>
<entry>
<title>configs: beaglebone: bump kernel and uboot version</title>
<updated>2018-04-02T15:23:36+00:00</updated>
<author>
<name>Lothar Felten</name>
<email>lothar.felten@gmail.com</email>
</author>
<published>2018-02-15T11:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=23df65e10eca34359945028ee10c2267de8d435d'/>
<id>urn:sha1:23df65e10eca34359945028ee10c2267de8d435d</id>
<content type='text'>
Switch to Linux kernel version 4.9.59 from the TI SDK 04.02.00.09
(TI SDK release date: 23.12.2017)
Updated uboot to version 2018.01
uEnv.txt corrected to boot from sd card on the ti-am335x-evm

Signed-off-by: Lothar Felten &lt;lothar.felten@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>board/beaglebone: skip bonegreen.dtb if not built</title>
<updated>2017-08-11T20:36:39+00:00</updated>
<author>
<name>Lothar Felten</name>
<email>lothar.felten@gmail.com</email>
</author>
<published>2017-08-11T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f121eeb645d131efc2128917bed391250296c57f'/>
<id>urn:sha1:f121eeb645d131efc2128917bed391250296c57f</id>
<content type='text'>
The beaglebone_qt5_defconfig uses an older kernel version which does not
provide a device tree for the beagle bone green.
post-image.sh now selects genimage_linux41.cfg if am335x-bonegreen.dtb is
not build and genimage.cfg otherwise.

Signed-off-by: Lothar Felten &lt;lothar.felten@gmail.com&gt;
[Thomas: minor tweaks.]
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>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>
</feed>
