[meta-freescale] [meta-fsl-arm-extra][fido][PATCH 4/6] nitrogen6sx: add machine configuration

Otavio Salvador otavio.salvador at ossystems.com.br
Fri Oct 2 05:59:33 PDT 2015


On Thu, Oct 1, 2015 at 9:22 PM, Ian Coolidge <ian at boundarydevices.com> wrote:
> Adds support for Boundary Device's Nitrogen6 SoloX board.
> More information at:
>
> http://boundarydevices.com/product/nit6_solox-imx6/
> Signed-off-by: Ian Coolidge <ian at boundarydevices.com>

I would use the commit log to provide some information about the board
features but this is up to you.

> ---
>  conf/machine/nitrogen6sx.conf | 33 +++++++++++++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
>  create mode 100644 conf/machine/nitrogen6sx.conf
>
> diff --git a/conf/machine/nitrogen6sx.conf b/conf/machine/nitrogen6sx.conf
> new file mode 100644
> index 0000000..e5d261f
> --- /dev/null
> +++ b/conf/machine/nitrogen6sx.conf
> @@ -0,0 +1,33 @@
> +#@TYPE: Machine
> +#@NAME: Boundary Devices Nitrogen6SX
> +#@SOC: i.MX6SoloX
> +#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6SX
> +#@MAINTAINER: Ian Coolidge <ian at boundarydevices.com>
> +
> +include conf/machine/include/imx-base.inc
> +include conf/machine/include/tune-cortexa9.inc
> +
> +SOC_FAMILY = "mx6:mx6sx"
> +
> +KERNEL_DEVICETREE = "imx6sx-nitrogen6sx.dtb"
> +KERNEL_IMAGETYPE = "zImage"
> +
> +PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
> +PREFERRED_VERSION_linux-boundary ?= "3.14.28"

No need of version enforcement here.


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list