[meta-freescale] [meta-fsl-arm][PATCH 03/33] imx7dsabresd: Create i.MX 7Dual SABRE Smart Device machine

Daiane Angolini daiane.list at gmail.com
Mon Jul 13 09:23:49 PDT 2015


On Sat, Jul 11, 2015 at 11:46 AM, Lauren Post <lauren.post at freescale.com> wrote:
> Creatie i.MX 7Dual SABRE Smart Device with device tree support for

Create

> enet, epdc, gpmi-weim, hdmi-audio, m4, qspi and wm8960 configurations.
>
> Include U-Boot support for qspi and nand boot configurations.

I'm not sure I understand this comment.

Would you mean something like:

"Include U-Boot support for qspi and nand boot configuration in
addition to the usual sdcard"?


>
> Signed-off-by: Lauren Post <lauren.post at freescale.com>
> ---
>  conf/machine/imx7dsabresd.conf |   25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>  create mode 100644 conf/machine/imx7dsabresd.conf
>
> diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf
> new file mode 100644
> index 0000000..1a8f27b
> --- /dev/null
> +++ b/conf/machine/imx7dsabresd.conf
> @@ -0,0 +1,25 @@
> +#@TYPE: Machine
> +#@NAME: Freescale i.MX7D SABRE Smart Device
> +#@SOC: i.MX7D
> +#@DESCRIPTION: Machine configuration for Freescale i.MX7D SABRE Smart Device
> +#@MAINTAINER: Lauren Post <Lauren.Post at freescale.com>
> +
> +require conf/machine/include/imx-base.inc
> +require conf/machine/include/tune-cortexa7.inc
> +
> +MACHINE_FEATURES += " pci wifi bluetooth"
> +
> +SOC_FAMILY = "mx7:mx7d"
> +
> +KERNEL_DEVICETREE = "imx7d-sdb.dtb imx7d-sdb-enet.dtb imx7d-sdb-epdc.dtb \
> +                     imx7d-sdb-gpmi-weim.dtb imx7d-sdb-hdmi-audio.dtb imx7d-sdb-m4.dtb \
> +                     imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb"
> +
> +PREFERRED_PROVIDER_u-boot = "u-boot-imx"
> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
> +
> +UBOOT_CONFIG ??= "sd"
> +UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard"
> +UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config"
> +UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs"
> +UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config_config"

If I understand it right, linux-imx-mfgtool was not updated at this
point, and because of its line 8 (require linux-imx_${PV}.bb) if
mfgtools is a mx7 option, it may result in a build break.

I would add the mfgtool line after the mfgtool recipe is bumped.

Daiane


> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list