All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: Valentin Raevsky <valentin@compulab.co.il>,
	meta-freescale@yoctoproject.org, otavio@ossystems.com.br
Subject: Re: [meta-fsl-arm-extra][PATCH 3/4] cm-fx6: update the cm-fx6 machine configuration
Date: Thu, 1 Oct 2015 11:36:22 +0300	[thread overview]
Message-ID: <560CF086.5050904@compulab.co.il> (raw)
In-Reply-To: <1443626027-26921-3-git-send-email-valentin@compulab.co.il>

Hi Valentin,

On 09/30/15 18:13, Valentin Raevsky wrote:
> Update the cm-fx6 machine configuration:
> 
> 1) Fix the device tree blob list.
> 2) Fix u_boot and kernel virtual providers' names with
> respect to the SoC family. This change solves a multiple
> provider issue that the image build procedure runs into.
> 3) Add the firmware-compulab to the buid.
> 
> Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
> ---
>  conf/machine/cm-fx6.conf | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/conf/machine/cm-fx6.conf b/conf/machine/cm-fx6.conf
> index 8166b5a..5d8f3dc 100644
> --- a/conf/machine/cm-fx6.conf
> +++ b/conf/machine/cm-fx6.conf
> @@ -9,13 +9,15 @@ require conf/machine/include/tune-cortexa9.inc
>  
>  SOC_FAMILY = "mx6:mx6dl:mx6q"
>  
> -PREFERRED_PROVIDER_u-boot = "u-boot-compulab"
> -PREFERRED_PROVIDER_virtual/kernel = "linux-compulab"
> +PREFERRED_PROVIDER_u-boot_mx6 = "u-boot-compulab"
> +PREFERRED_PROVIDER_virtual/kernel_mx6 = "linux-compulab"
>  
>  UBOOT_MACHINE ?= "cm_fx6_defconfig"
>  
> -KERNEL_DEVICETREE = "imx6dl-cm-fx6.dtb  imx6dl-sbc-fx6.dtb  imx6dl-sbc-fx6m.dtb  imx6q-cm-fx6.dtb  imx6q-sbc-fx6.dtb  imx6q-sbc-fx6m.dtb"
> +KERNEL_DEVICETREE = "imx6dl-sbc-fx6.dtb  imx6dl-sbc-fx6m.dtb  imx6q-sbc-fx6.dtb  imx6q-sbc-fx6m.dtb"

Please do not remove those targets as they are useful for customer specific
base board bring up.

>  
>  MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth serial usbhost wifi"
>  
> +MACHINE_FIRMWARE_append_mx6 += "firmware-compulab"
> +
>  SERIAL_CONSOLE = "115200 ttymxc3"
> 

-- 
Regards,
Igor.


  reply	other threads:[~2015-10-01  8:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-30 15:13 [meta-fsl-arm-extra][PATCH 1/4] u-boot-compulab: update the build recipe Valentin Raevsky
2015-09-30 15:13 ` [meta-fsl-arm-extra][PATCH 2/4] firmware-compulab: add firmware configuration for cm-fx6 machines Valentin Raevsky
2015-09-30 15:29   ` Otavio Salvador
2015-09-30 15:13 ` [meta-fsl-arm-extra][PATCH 3/4] cm-fx6: update the cm-fx6 machine configuration Valentin Raevsky
2015-10-01  8:36   ` Igor Grinberg [this message]
2015-09-30 15:13 ` [meta-fsl-arm-extra][PATCH 4/4] linux-compulab: update cm-fx6 3.14.28 kernel configuration Valentin Raevsky
2015-10-01  9:32   ` Igor Grinberg
2015-09-30 15:27 ` [meta-fsl-arm-extra][PATCH 1/4] u-boot-compulab: update the build recipe Otavio Salvador

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=560CF086.5050904@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    --cc=valentin@compulab.co.il \
    /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.