All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Krummenacher <max.oss.09@gmail.com>
To: Stefan Agner <stefan.agner@toradex.com>, meta-freescale@yoctoproject.org
Cc: marcel.ziswiler@toradex.com, otavio.salvador@ossystems.com.br,
	Max Krummenacher <max.krummenacher@toradex.com>
Subject: Re: [3rdparty][PATCH v2 04/16] u-boot-toradex: update to 2016.11
Date: Sat, 16 Sep 2017 15:02:42 +0200	[thread overview]
Message-ID: <1505566962.24817.14.camel@gmail.com> (raw)
In-Reply-To: <dad021d1-f5fa-bc2d-a60a-f4b13b242d29@toradex.com>

Hoi Stefan

Am Freitag, den 15.09.2017, 14:29 -0700 schrieb Stefan Agner:
> 
> On 14.09.2017 12:30, Max Krummenacher wrote:
> > 
> > For the i.MX6 based modules move to boot with SPL to setup the DDR RAM.
> > 
> > Add specific Toradex machine names to allow for 'use-mainline-bsp'
> > builds. (In which case the e.g. mx6 override is dropped)
> 
> I don't quite get that. Isn't use-mainline-bsp a separate machine override? What does it have to
> do with apalis-imx6* machine names?
> 
> I assume that a mainline build would use mainline U-Boot instead of the downstream U-Boot?
> 

We are not talking about a 'mainline build' here. We are talking about 'use-mainline-bsp' being in
the machine overrides.

The way I understand 'use-mainline-bsp' is, that if one adds it to machine overrides, e.g. in
local.conf, then a mainlineish kernel is built AND the use of binary only user space drivers,
(e.g. for the GPU) is dropped and replaced with what is available in open source including changing
whatever configuration files are involved.

Thus 'use-mainline-bsp' which coordinates the needed changes throughout the BSP.

On the other hand, replacing the vendor U-Boot with a mainline U-Boot is as simple as
overriding PREFERRED_PROVIDER_virtual/bootloader with whatever recipe which provides a mainlineish
U-Boot.

Of course one could force this switch with 'use-mainline-bsp'. However currently there is no machine
recipe in meta-freescale and meta-freescale-3rdparty which does that. And as a good citizen I did
not deviate from this custom for the Toradex machines.

Max



  reply	other threads:[~2017-09-16 13:02 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-14 19:30 [3rdparty][PATCH v2 00/16] update the toradex bsp files to 2.7.3 release Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 01/16] linux-toradex: update kernel version 4.4 for colibri-vf Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 02/16] linux-toradex: update kernel to 4.1 for apalis-/colibri-imx6, colibri-imx7 Max Krummenacher
2017-09-15 21:15   ` Stefan Agner
2017-09-16 13:07     ` Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 03/16] linux-toradex: Stop using linux-dtb.inc Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 04/16] u-boot-toradex: update to 2016.11 Max Krummenacher
2017-09-15 21:29   ` Stefan Agner
2017-09-16 13:02     ` Max Krummenacher [this message]
2017-09-21 20:40       ` Otavio Salvador
2017-09-14 19:30 ` [3rdparty][PATCH v2 05/16] apalis-imx6.conf: build a spl based u-boot Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 06/16] apalis-imx6.conf: do not deploy the kernel in the rootfs Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 07/16] apalis-imx6.conf: add device trees for ixora and use-mainline-bsp Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 08/16] apalis-imx6.conf: drop image_fstype sdcard Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 09/16] colibri-imx6.conf: build a spl u-boot Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 10/16] colibri-imx6.conf: do not deploy the kernel in the rootfs Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 11/16] colibri-imx6.conf: add device trees for aster and use-mainline-bsp Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 12/16] colibri-imx6.conf: drop image_fstype sdcard Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 13/16] colibri-imx7.conf: add device tree for the aster carrier board Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 14/16] colibri-imx7.conf: drop image_fstype sdcard Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 15/16] colibri-vf.conf: add a device tree for the aster carrier board Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 16/16] colibri-vf.conf: drop image_fstype sdcard Max Krummenacher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1505566962.24817.14.camel@gmail.com \
    --to=max.oss.09@gmail.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=max.krummenacher@toradex.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio.salvador@ossystems.com.br \
    --cc=stefan.agner@toradex.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.