This is a set of patches to add the TX6 COM to the FSL Yocto layer. These patches includes changes/clarifications/corrections as asked for and/or given given in comments to the first try by:
Otavio Salvador <[email protected]> Oliver Wendt (3): Add initial support for TX6-series COM U-Boot. Add initial support for TX6-series COM Linux kernel. TX6: Add initial machine configs conf/machine/include/tx6-karo-common.inc | 20 ++ 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 + recipes-bsp/u-boot/u-boot-karo_git.bb | 19 ++ recipes-kernel/linux/linux-karo-3.16/defconfig | 397 ++++++++++++++++++++++++ recipes-kernel/linux/linux-karo_3.16.bb | 18 ++ 11 files changed, 545 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 create mode 100644 recipes-bsp/u-boot/u-boot-karo_git.bb create mode 100644 recipes-kernel/linux/linux-karo-3.16/defconfig create mode 100644 recipes-kernel/linux/linux-karo_3.16.bb -- 1.7.10.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
