[meta-freescale] [meta-fsl-arm-extra][PATCH 1/3] tx6-com: add machine configs

Fabio Estevam festevam at gmail.com
Fri Oct 2 09:37:24 PDT 2015


On Fri, Oct 2, 2015 at 12:55 PM, Oliver Wendt <OW at karo-electronics.de> wrote:
> The TX6-family COM configs produce, based on their respective enumeration,
> images for the TX6-COM, which are based on the i.MX6 series soc..
>
> This patch and the related kernel and u-boot recipe are valid for the
> following TX6S (i.MX6S), TX6U (i.MX6U) and TX6Q (i.MX6Q):
>
>  MACHINE= |  TX6-COM  | Basic information
> ----------|-----------|---------------------------------------------------
> tx6s-8034 | TX6S-8034 | i.MX6S @ 800 MHz, 256 MiB, NVM: 128 MiB NAND
> tx6s-8035 | TX6S-8035 | i.MX6S @ 800 MHz, 512 MiB, NVM:   4 GiB eMMC
> ----------|-----------|---------------------------------------------------
> tx6u-80x0 | TX6U-8030 | i.MX6U @ 800 MHz, 512 MiB, NVM: 128 MiB NAND
> tx6u-8033 | TX6U-8033 | i.MX6U @ 800 MHz,   1 GiB, NVM:   4 GiB eMMC
> tx6u-81x0 | TX6U-8130 | i.MX6U @ 800 MHz,   1 GiB, NVM: 128 MiB NAND, LVDS
> ----------|-----------|---------------------------------------------------
> tx6q-10x0 | TX6Q-1030 | i.MX6U @   1 GHz,   1 GiB, NVM: 128 MiB NAND
> tx6q-11x0 | TX6Q-1110 | i.MX6U @   1 GHz,   1 GiB, NVM: 128 MiB NAND, LVDS
>
> Signed-off-by: Oliver Wendt <OW at karo-electronics.de>
> ---
>  conf/machine/include/tx6-karo-common.inc |   18 ++++++++++++++++++
>  conf/machine/tx6q-10x0.conf              |   13 +++++++++++++
>  conf/machine/tx6q-11x0.conf              |   13 +++++++++++++
>  conf/machine/tx6s-8034.conf              |   13 +++++++++++++
>  conf/machine/tx6s-8035.conf              |   13 +++++++++++++
>  conf/machine/tx6u-8033.conf              |   13 +++++++++++++
>  conf/machine/tx6u-80x0.conf              |   13 +++++++++++++
>  conf/machine/tx6u-81x0.conf              |   13 +++++++++++++

In future maybe you could consider using SPL U-boot that will allow
you to use a single binary for all the board variants.


>  8 files changed, 109 insertions(+)
>  create mode 100644 conf/machine/include/tx6-karo-common.inc
>  create mode 100644 conf/machine/tx6q-10x0.conf
>  create mode 100644 conf/machine/tx6q-11x0.conf
>  create mode 100644 conf/machine/tx6s-8034.conf
>  create mode 100644 conf/machine/tx6s-8035.conf
>  create mode 100644 conf/machine/tx6u-8033.conf
>  create mode 100644 conf/machine/tx6u-80x0.conf
>  create mode 100644 conf/machine/tx6u-81x0.conf
>
> diff --git a/conf/machine/include/tx6-karo-common.inc b/conf/machine/include/tx6-karo-common.inc
> new file mode 100644
> index 0000000..e6489c8
> --- /dev/null
> +++ b/conf/machine/include/tx6-karo-common.inc
> @@ -0,0 +1,18 @@
> +# Provides the Ka-Ro TX6 common settings
> +
> +require conf/machine/include/imx-base.inc
> +require conf/machine/include/tune-cortexa9.inc
> +
> +SERIAL_CONSOLE = "115200 ttymxc0"
> +
> +UBOOT_SUFFIX = "bin"
> +UBOOT_MAKE_TARGET = "u-boot.bin"
> +UBOOT_BINARY="u-boot.bin"

No u-boot.imx?


More information about the meta-freescale mailing list