[meta-freescale] [PATCH v4] u-boot-fslc: Upgrade to 2017.07-based release

Daiane Angolini daiane.list at gmail.com
Tue Jul 11 12:38:55 PDT 2017


I'm still not happy with the final file.

I think the old board name must be accessible from the metadata (with
a grep for example)

On Tue, Jul 11, 2017 at 2:38 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> This release provides a huge improvement regarding the support for SPL
> to more boards.
>

> +++ b/conf/machine/imx6qdlsabreauto.conf
> @@ -0,0 +1,32 @@
> +#@TYPE: Machine
> +#@NAME: NXP i.MX6QP/Q/DL SABRE Automotive
> +#@SOC: i.MX6QP/Q/DL
> +#@DESCRIPTION: Machine configuration for NXP i.MX6QP/Q/DL SABRE Automotive

#@DESCRIPTION: Machine configuration for NXP i.MX6QP/Q/DL/SOLO SABRE Automotive

> +#@MAINTAINER: Daiane Angolini <daiane.angolini at nxp.com>

# This machine replaces the following machines:
#    * imx6qpsabreauto
#    * imx6qsabreauto
#    * imx6dlsabreauto
#    * imx6solosabreauto
# and is able to work for all the machines.


> +
> +MACHINEOVERRIDES =. "mx6:mx6q:mx6dl:"
> +
> +require conf/machine/include/imx-base.inc
> +require conf/machine/include/tune-cortexa9.inc
> +
> +KERNEL_DEVICETREE = " \
> +    imx6qp-sabreauto.dtb imx6qp-sabreauto-ecspi.dtb imx6qp-sabreauto-flexcan1.dtb \
> +    imx6qp-sabreauto-gpmi-weim.dtb \
> +    \
> +    imx6q-sabreauto.dtb imx6q-sabreauto-gpmi-weim.dtb imx6q-sabreauto-ecspi.dtb \
> +    imx6q-sabreauto-flexcan1.dtb imx6q-sabreauto-enetirq.dtb \
> +    \
> +    imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb \
> +    imx6dl-sabreauto-flexcan1.dtb imx6dl-sabreauto-enetirq.dtb \
> +"
> +
> +UBOOT_MACHINE ?= "mx6sabreauto_defconfig"
> +UBOOT_MAKE_TARGET = "all"
> +UBOOT_SUFFIX = "img"
> +SPL_BINARY = "SPL"
> +
> +SERIAL_CONSOLE = "115200 ttymxc3"
> +
> +MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k"
> +
> +MACHINE_FEATURES += " pci wifi bluetooth"

What do you think?

Daiane


More information about the meta-freescale mailing list