Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants
Date: Thu, 10 Jul 2014 19:28:18 +0200	[thread overview]
Message-ID: <20140710172818.GE28300@free.fr> (raw)
In-Reply-To: <1405012684-30163-1-git-send-email-eric.nelson@boundarydevices.com>

Eric, Hadrien, All,

On 2014-07-10 10:18 -0700, Eric Nelson spake thusly:
> The Boundary Devices Nitrogen6X comes in a number of variants
> with different processors, and the kernel and userspace is
> compatible with the SABRE Lite (BD-SL-i.MX6), Nitrogen6_Lite,
> and Nitrogen6_Max boards.
> 
> This patch adds support for these boards through the
> corresponding .dtb files.
> 
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hadrien, I think you have a few of the affected boards. Care to add this
patch to the imx series and report on it, please?

Regards,
Yann E. MORIN.

> ---
>  configs/nitrogen6x_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
> index da2a7e8..04db23a 100644
> --- a/configs/nitrogen6x_defconfig
> +++ b/configs/nitrogen6x_defconfig
> @@ -26,4 +26,4 @@ BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x"
>  BR2_LINUX_KERNEL_INSTALL_TARGET=y
>  BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-nitrogen6x"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-nit6xlite imx6dl-nitrogen6_max imx6dl-nitrogen6x imx6q-nitrogen6_max imx6q-nitrogen6x imx6q-sabrelite"
> -- 
> 1.9.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-07-10 17:28 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30 21:52 [Buildroot] [PATCH 0/14 v3] freescale: update userspace packages (branch yem/fsl-imx) Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 01/14] freescale-imx: bump to version 3.10.17-1.0.0 Yann E. MORIN
2014-07-11  6:14   ` Arnout Vandecappelle
2014-07-11 16:36     ` Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 02/14] freescale-imx: update imx-lib package Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 03/14] freescale-imx: change platform choice to be common Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 04/14] package/gpu-viv-bin-mx6q: only available for i.MX6Q Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 05/14] freescale-imx: add imx-vpu package Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 06/14] libfslvpuwrap: bump to version 1.0.46 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 07/14] libfslcodec: bump to version 3.0.11 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 08/14] libfslparser: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 09/14] gst-fsl-plugins: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 10/14] package/gst-fsl-plugins: add default platform Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 11/14] imx6sabresd: bump kernel version to 3.10.17 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 12/14] imx6sololiteevk: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 13/14] nitrogen6x: " Yann E. MORIN
2014-07-10 17:18   ` [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants Eric Nelson
2014-07-10 17:28     ` Yann E. MORIN [this message]
2014-07-10 18:22       ` Gary Bisson
2014-07-10 18:35         ` [Buildroot] Boundary U-Boot files (was [PATCH] nitrogen6x: include .dtb files...) Eric Nelson
2014-07-11  6:10           ` Arnout Vandecappelle
2014-07-15 21:16     ` [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants Thomas Petazzoni
2014-07-15 21:29       ` Eric Nelson
2014-06-30 21:52 ` [Buildroot] [PATCH 14/14] defconfig/wandboard: update kernel + bootlaoder Yann E. MORIN
2014-06-30 22:34   ` Yann E. MORIN
2014-07-07 15:22   ` Hadrien Boutteville
2014-07-07 16:35     ` Yann E. MORIN
2014-07-01 21:36 ` [Buildroot] [PATCH 0/14 v3] freescale: update userspace packages (branch yem/fsl-imx) Thomas Petazzoni
2014-07-07 15:07 ` Hadrien Boutteville
2014-07-07 17:11   ` Gary Bisson
2014-07-08  6:46     ` Gary Bisson
2014-07-08 14:23       ` Hadrien Boutteville
2014-07-08 16:31         ` Gary Bisson
2014-07-15 21:16 ` Thomas Petazzoni

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=20140710172818.GE28300@free.fr \
    --to=yann.morin.1998@free.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox