All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 2/4] freescale-imx: add new device iMX8mq
Date: Thu, 1 Mar 2018 11:35:05 +0100	[thread overview]
Message-ID: <CAAMH-yu18qUQPcng=utqCMp8s5+XEDjsYS8vXtWF0yiQ80CDVw@mail.gmail.com> (raw)
In-Reply-To: <1519807066-21466-3-git-send-email-karl.erik.larsson@gmail.com>

Hi Erik,

On Wed, Feb 28, 2018 at 9:37 AM, Erik Larsson
<karl.erik.larsson@gmail.com> wrote:
> Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
> Signed-off-by: Christopher Dahlberg <crille.dahlberg@gmail.com>
> ---
>  package/freescale-imx/Config.in | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in
> index b5e5ab2..fe993f3 100644
> --- a/package/freescale-imx/Config.in
> +++ b/package/freescale-imx/Config.in
> @@ -1,6 +1,6 @@
>  menuconfig BR2_PACKAGE_FREESCALE_IMX
>         bool "Freescale i.MX libraries"
> -       depends on BR2_arm
> +       depends on BR2_arm || BR2_aarch64
>         help
>           Those packages provide hardware acceleration for GPU or VPU,
>           hardware optimization or some hardware tools for Freescale
> @@ -40,6 +40,8 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6UL
>  config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX7
>         bool "imx7d/imx7ulp"
>
> +config BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
> +       bool "imx8m"
>  endchoice
>
>  config BR2_PACKAGE_FREESCALE_IMX_PLATFORM
> @@ -54,6 +56,7 @@ config BR2_PACKAGE_FREESCALE_IMX_PLATFORM
>         default "IMX6S" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6S
>         default "IMX6UL" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6UL
>         default "IMX7" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX7
> +       default "IMX8" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M
>
>  config BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
>         bool
> --
> 2.7.4

The patch looks good but I'd change the title.

It should be "i.MX8M" (missing '.' and capital M). Also I'd drop the
'q' since this will apply to all 8M variants.

I'd prefer: "freescale-imx: add config option for i.MX8M"

Not sure it needs to respin the patch, might be changed when applied.

Regards,
Gary

  reply	other threads:[~2018-03-01 10:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-28  8:37 [Buildroot] [PATCH v3 0/4] Initial support for NXP iMX8 (imx8mq-evk) Erik Larsson
2018-02-28  8:37 ` [Buildroot] [PATCH v3 1/4] imx-mkimage: new package Erik Larsson
2018-02-28  8:37 ` [Buildroot] [PATCH v3 2/4] freescale-imx: add new device iMX8mq Erik Larsson
2018-03-01 10:35   ` Gary Bisson [this message]
2018-02-28  8:37 ` [Buildroot] [PATCH v3 3/4] firmware-imx: add support for iMX8M firmware Erik Larsson
2018-02-28  8:37 ` [Buildroot] [PATCH v3 4/4] configs/freescale_imx8mqevk: new defconfig Erik Larsson
2018-03-01 10:42   ` Gary Bisson
2018-03-01 11:08     ` Erik Larsson
2018-03-01 14:18       ` Gary Bisson

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='CAAMH-yu18qUQPcng=utqCMp8s5+XEDjsYS8vXtWF0yiQ80CDVw@mail.gmail.com' \
    --to=gary.bisson@boundarydevices.com \
    --cc=buildroot@busybox.net \
    /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.