<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/conf/machine/raspberrypi2.conf, branch ag_kernel_up</title>
<subtitle>Mirror of http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi</subtitle>
<id>https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=ag_kernel_up</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=ag_kernel_up'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2017-04-21T16:00:02+00:00</updated>
<entry>
<title>raspberrypi2.conf: Make SERIAL_CONSOLE overwritable</title>
<updated>2017-04-21T16:00:02+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2017-04-20T17:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b05e5e32a4b1997e3c736609d83562da31ab4fa1'/>
<id>urn:sha1:b05e5e32a4b1997e3c736609d83562da31ab4fa1</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi*.conf: Minor tweaks</title>
<updated>2017-01-20T19:15:12+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2017-01-20T17:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=9d4b68dc77804de75d7b6a3aea07d6231306f7f2'/>
<id>urn:sha1:9d4b68dc77804de75d7b6a3aea07d6231306f7f2</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>raspberrypi2.conf: set the default value of VC4_CMA_SIZE to support vc4graphics</title>
<updated>2016-09-21T15:51:17+00:00</updated>
<author>
<name>Herve Jourdain</name>
<email>herve.jourdain@neuf.fr</email>
</author>
<published>2016-07-21T12:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=824b78c4f06634e2a02c4526e13ecacbdfe929da'/>
<id>urn:sha1:824b78c4f06634e2a02c4526e13ecacbdfe929da</id>
<content type='text'>
Signed-off-by: Herve Jourdain &lt;herve.jourdain@neuf.fr&gt;
</content>
</entry>
<entry>
<title>u-boot: Use mainline u-boot recipe from oe-core</title>
<updated>2016-07-08T11:17:41+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2016-06-18T11:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d49bd07c5b54defc7cec5829d287a2bd82ae9afe'/>
<id>urn:sha1:d49bd07c5b54defc7cec5829d287a2bd82ae9afe</id>
<content type='text'>
The repository used by u-boot-rpi has not been updated since 2012. In the
meantime, mailine u-boot has gained Raspberry Pi support. All we need to do is
set UBOOT_MACHINE to an appropriate value in the machine config files.

Currently configs are only provided for raspberrypi and raspberrypi2. The master
branch of u-boot now also appears to have a config file for raspberrypi3 so
support for this can be added in the future when u-boot is upgraded in oe-core.

The mainline u-boot recipe creates the file "u-boot.bin" instead of
"u-boot.img".

Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
</content>
</entry>
<entry>
<title>raspberrypi*.conf: Serial console definition split</title>
<updated>2016-04-21T19:16:56+00:00</updated>
<author>
<name>Trevor Woerner</name>
<email>twoerner@gmail.com</email>
</author>
<published>2016-04-13T17:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e2603e56d68e7b54b86c7fe6843f3b886b1be8d0'/>
<id>urn:sha1:e2603e56d68e7b54b86c7fe6843f3b886b1be8d0</id>
<content type='text'>
The latest raspberrypi3 puts its console on ttyS0 instead of ttyAMA0 (like all
the preceding boards). Therefore pull this definition out of the common
include file and add it separately for each MACHINE.

Signed-off-by: Trevor Woerner &lt;twoerner@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Fix build for armv7</title>
<updated>2015-02-28T23:59:48+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2015-02-11T20:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=1949a0d5ba134036a590a41fd414f3bdd7ecee9e'/>
<id>urn:sha1:1949a0d5ba134036a590a41fd414f3bdd7ecee9e</id>
<content type='text'>
[Bug #49]

Change-Id: I340b4134ae4227f315c1c3df1345b04ebd4b874b
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>Add support for Raspberry PI 2</title>
<updated>2015-02-08T12:46:42+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2015-02-07T22:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=54c5451a04a2b6601ca729038780d4e4eb69437e'/>
<id>urn:sha1:54c5451a04a2b6601ca729038780d4e4eb69437e</id>
<content type='text'>
Add machine configuration file.
Change the kernel image name on SD card.
Use the defconfig for this machine (bcm2709_defconfig).

Change-Id: I6549d5f49b1ed32ef4d44aca6f7af4234618c1a8
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
</feed>
