[meta-freescale] [PATCH 4/6] linux-imx: Upgrade to 4.1.15-2.1.0 release supporting i.MX 6SLL EVK

2017-06-02 Thread Alexandra Safta
Add support for i.MX 6SLL EVK and supporting device trees The 4.1.15-2.10 updates are provided in the 4.1.15-2.0.0 release branch Signed-off-by: Alexandra Safta --- recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig | 5 +++--

[meta-freescale] [PATCH 0/6] Add support for i.MX SLL board

2017-06-02 Thread Alexandra Safta
- Upgrade to 4.1.15-2.1.0 GA release introduction the i.MX SLL - Update the kernel to 4.1.15.2.1.0 release with support for imx6sllevk - Update the u-boot to support imx6sllevk - Introduce imx6sllevk machine configuration - Update the image class to support imx6sllevk

[meta-freescale] [PATCH 2/6] imx-base.inc: Update for mx6sllevk board support

2017-06-02 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/include/imx-base.inc | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b876b50..2fefbda 100644 ---

[meta-freescale] [PATCH 5/6] imx6sllevk: Create i.MX 6 SLL EVK machine

2017-06-02 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/imx6sllevk.conf | 32 1 file changed, 32 insertions(+) create mode 100644 conf/machine/imx6sllevk.conf diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf new

[meta-freescale] [PATCH 1/6] image_types_fsl.bbclass: Add support for 6sllevk board

2017-06-02 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- classes/image_types_fsl.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index 075b18c..7e84419 100644 --- a/classes/image_types_fsl.bbclass +++

[meta-freescale] [PATCH 6/6] imx6sllevk: Add dtb with support for Murata Type ZP module

2017-06-02 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/imx6sllevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf index f99078d..3a70365 100644 --- a/conf/machine/imx6sllevk.conf +++

[meta-freescale] [PATCH 3/6] u-boot-imx: Upgrade to 4.1.15-2.1.0 supporting i.MX 6SLL EVK

2017-06-02 Thread Alexandra Safta
Add support for the i.MX 6SLL EVK and supporting boot configurations Signed-off-by: Alexandra Safta --- recipes-bsp/u-boot/u-boot-imx_2016.03.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-imx_2016.03.bb