<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/recipes-bsp/rpi-u-boot-scr, branch thud</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=thud</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=thud'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2018-06-27T12:38:23+00:00</updated>
<entry>
<title>meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky</title>
<updated>2018-06-27T12:38:23+00:00</updated>
<author>
<name>Hugo Hromic</name>
<email>hhromic@gmail.com</email>
</author>
<published>2018-06-19T13:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=efa81bff3ee6eeaeee50801989c5feade8c0f974'/>
<id>urn:sha1:efa81bff3ee6eeaeee50801989c5feade8c0f974</id>
<content type='text'>
Keep consistency with current practices.

Signed-off-by: Hugo Hromic &lt;hhromic@gmail.com&gt;
</content>
</entry>
<entry>
<title>Drop unnecessary dependencies and tasks</title>
<updated>2018-04-23T13:08:04+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2018-04-16T20:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=9b2cbacb074786530c3c7eab70260c8f6de302bf'/>
<id>urn:sha1:9b2cbacb074786530c3c7eab70260c8f6de302bf</id>
<content type='text'>
We have a few recipes which only deploy files that go into the boot partition
and do not create packages to be installed into the rootfs. These recipes don't
need to run the usual packaging tasks so we can drop them to speed up the build
a little.

We also have a bunch of recipes that don't need the usual toolchain as they just
copy files or invoke native commands like `mkimage`. So to speed up the build a
little more we can set INHIBIT_DEFAULT_DEPS to avoid an unnecessary dependency
on the toolchain.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>Support using u-boot with Image format for raspberrypi3-64</title>
<updated>2017-09-24T19:39:35+00:00</updated>
<author>
<name>Paul Barker</name>
<email>pbarker@toganlabs.com</email>
</author>
<published>2017-09-08T10:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e9bb7f0c6d3f77312970034ca0a63b3df0e3ba8e'/>
<id>urn:sha1:e9bb7f0c6d3f77312970034ca0a63b3df0e3ba8e</id>
<content type='text'>
For raspberrypi3-64 we need to use the Image or Image.gz format with u-boot
instead of the legacy uImage format. We also need to issue the 'booti' command
to boot the kernel instead of 'bootm'.

Signed-off-by: Paul Barker &lt;pbarker@toganlabs.com&gt;
</content>
</entry>
<entry>
<title>recipe: anchor regexps in COMPATIBLE_MACHINE</title>
<updated>2017-07-27T08:56:34+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2017-07-26T10:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=56d0bdb5fe818858a152a793a363bbe86d46d430'/>
<id>urn:sha1:56d0bdb5fe818858a152a793a363bbe86d46d430</id>
<content type='text'>
* bitbake is using re.match, so raspberrypi actually matches with anything
  ^raspberrypi.* which currently works, but it will also match with hypothetical
  raspberrypi-is-no-more-this-is-banana-now MACHINE which isn't intended by
  this COMPATIBLE_MACHINE.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot: Simplify boot script</title>
<updated>2016-12-06T18:16:11+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2016-11-30T21:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=064aa0a3884d4ef2cd7e9fdfebec19167b52b2e7'/>
<id>urn:sha1:064aa0a3884d4ef2cd7e9fdfebec19167b52b2e7</id>
<content type='text'>
A patch is backported to check if the firmware loaded a device tree blob
into memory and set the fdt_addr variable if it is found. The U-Boot
script will then read the command line arguments generated by the
firmware from the device tree and boot the kernel with the command
line arguments and the loaded device tree.

This allows things like MAC address, board revision and serial number
to be correctly configured and options in config.txt to be used.

An additional patch is backported and further changes are made to support
this.

Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
</content>
</entry>
<entry>
<title>rpi-u-boot-scr: Add recipe to create u-boot boot script</title>
<updated>2016-10-31T14:58:48+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2016-10-22T19:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=56047ad7dbbfc26f37a54a5afe7bc222924e4cc2'/>
<id>urn:sha1:56047ad7dbbfc26f37a54a5afe7bc222924e4cc2</id>
<content type='text'>
Upstream u-boot searches the boot partition for a script named 'boot.scr'. If
this file exists it is executed as a sequence of u-boot commands in order to
boot the system. This script must be compiled using the mkimage command to
ensure that it is understood by u-boot.

Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
</content>
</entry>
</feed>
