All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daiane Angolini <daiane.list@gmail.com>
To: Valentin Raevsky <valentin@compulab.co.il>
Cc: "meta-freescale@yoctoproject.org"
	<meta-freescale@yoctoproject.org>,
	Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: [PATCH 3/3] cm-fx6:machine: add cm-x6 machine configuration
Date: Thu, 9 Apr 2015 08:45:08 -0300	[thread overview]
Message-ID: <CA+jg_OXgELd==7OwOwvzbn+FWQ4XSe0Z3rbkXYb5P-LvnHd=NA@mail.gmail.com> (raw)
In-Reply-To: <1428563107-28112-3-git-send-email-valentin@compulab.co.il>

On Thu, Apr 9, 2015 at 4:05 AM, Valentin Raevsky
<valentin@compulab.co.il> wrote:
> Add cm-fx6 machine configuration: u-boot and kernel.

Please, add more information on the machine description, maybe a URL
pointing to some place where I could see a board picture, and hardware
description.

I prefer if you could change the commit subject and use something like:

"cm-fx6: Add cm-x6 machine configuration"

You can use as an example this commit:
https://github.com/Freescale/meta-fsl-arm-extra/commit/5fadb641dffe91ec9dedafcb1e27add3e45255dc


>
> Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
> ---
>  conf/machine/cm-fx6.conf |   26 ++++++++++++++++++++++++++
>  1 file changed, 26 insertions(+)
>  create mode 100644 conf/machine/cm-fx6.conf
>
> diff --git a/conf/machine/cm-fx6.conf b/conf/machine/cm-fx6.conf
> new file mode 100644
> index 0000000..2e0afdf
> --- /dev/null
> +++ b/conf/machine/cm-fx6.conf
> @@ -0,0 +1,26 @@
> +#@TYPE: Machine
> +#@NAME: CompuLab CM-FX6
> +#@SOC: i.MX6 Q/DL
> +#@DESCRIPTION: Machine configuration for CompuLab CM-FX6 machines
> +#@MAINTAINER: Valentin Raevsky <valentin@compulab.co.il>
> +
> +# require conf/machine/include/imx-base.inc

Can you, please double check this line?

I would follow the BSP layer standard, however I would accept not
using imx-base.inc with a good argument.

If you really don't like to include imx-base.inc, please remove the
commented line.

> +require conf/machine/include/tune-cortexa9.inc
> +
> +SOC_FAMILY = "mx6:mx6dl:mx6q"
> +
> +PREFERRED_PROVIDER_u-boot = "u-boot-cm-fx6"
> +PREFERRED_PROVIDER_virtual/kernel = "linux-cm-fx6"
> +
> +# Use SPI NOR U-Boot by default
> +# IMAGE_BOOTLOADER ?= ""

Please, clean up the commented source code.

> +
> +UBOOT_MACHINE ?= "cm_fx6_defconfig"
> +
> +KERNEL_IMAGETYPE = "zImage"
> +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"
> +
> +MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth serial usbhost wifi"
> +# MACHINE_FIRMWARE_append_mx6 = " linux-firmware-mrvl"

Please, clean up the commented source code.

Daiane

> +
> +SERIAL_CONSOLE = "115200 ttymxc3"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


  reply	other threads:[~2015-04-09 11:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09  7:05 [PATCH 1/3] cm-fx6:u-boot: add u-boot configuration for cm-fx6 machines Valentin Raevsky
2015-04-09  7:05 ` [PATCH 2/3] cm-fx6:kernel: add cm-fx6 kernel configuration files Valentin Raevsky
2015-04-09 11:58   ` Daiane Angolini
2015-04-09 13:12     ` Otavio Salvador
2015-04-09  7:05 ` [PATCH 3/3] cm-fx6:machine: add cm-x6 machine configuration Valentin Raevsky
2015-04-09 11:45   ` Daiane Angolini [this message]
2015-04-09 13:40     ` Otavio Salvador
2015-04-09 12:01 ` [PATCH 1/3] cm-fx6:u-boot: add u-boot configuration for cm-fx6 machines Daiane Angolini
2015-04-09 12:07   ` Fabio Estevam
2015-04-09 12:37     ` Daiane Angolini
2015-04-09 12:49       ` 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='CA+jg_OXgELd==7OwOwvzbn+FWQ4XSe0Z3rbkXYb5P-LvnHd=NA@mail.gmail.com' \
    --to=daiane.list@gmail.com \
    --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.