<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/board/beaglebone, branch 2016.05</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.05</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.05'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2015-04-18T13:44:38+00:00</updated>
<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>
<entry>
<title>beaglebone: enable NFS root support</title>
<updated>2013-05-14T20:51:18+00:00</updated>
<author>
<name>Anders Darander</name>
<email>anders@chargestorm.se</email>
</author>
<published>2013-05-14T10:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=594f07e85221fcf7bf7228804e9c7499a69fd5f0'/>
<id>urn:sha1:594f07e85221fcf7bf7228804e9c7499a69fd5f0</id>
<content type='text'>
Signed-off-by: Anders Darander &lt;anders@chargestorm.se&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>beaglebone: update to linux 3.8</title>
<updated>2013-05-14T20:17:39+00:00</updated>
<author>
<name>Anders Darander</name>
<email>anders@chargestorm.se</email>
</author>
<published>2013-05-14T10:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0012b7dcdb7f5cb5e6f22f08fcc6124979c1c9ea'/>
<id>urn:sha1:0012b7dcdb7f5cb5e6f22f08fcc6124979c1c9ea</id>
<content type='text'>
As the beaglebone support is mainlined, there's no support for the old
board setup files, and the only supported run-time configuration is through
the device tree.

We're also setting the kernel headers to follow the 3.8 series.

Signed-off-by: Anders Darander &lt;anders@chargestorm.se&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>beaglebone_defconfig: use mainline u-boot</title>
<updated>2012-10-18T21:20:26+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2012-10-18T21:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=177444c2e0ba4da70f00d7cd20194a6606b5d637'/>
<id>urn:sha1:177444c2e0ba4da70f00d7cd20194a6606b5d637</id>
<content type='text'>
Board is now supported in mainline.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>BeagleBone: new board</title>
<updated>2012-05-07T19:43:16+00:00</updated>
<author>
<name>Frank Hunleth</name>
<email>fhunleth@troodon-software.com</email>
</author>
<published>2012-05-07T05:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2ab997142bf97d0050ee9151a6f08135909270d5'/>
<id>urn:sha1:2ab997142bf97d0050ee9151a6f08135909270d5</id>
<content type='text'>
This configuration provides a basic setup for using Buildroot
to create all of the images needed for a BeagleBone.

Signed-off-by: Frank Hunleth &lt;fhunleth@troodon-software.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
