Re: [meta-freescale] [Question] Morty and TI wireless drivers

2017-03-14 Thread Amin Bandali
Thanks for the pointer Otavio! On Tue, Mar 14, 2017 at 8:39 AM, Otavio Salvador wrote: > On Mon, Mar 13, 2017 at 11:35 PM, Amin Bandali wrote: >> Awesome, thanks! >> >> Could you please kindly share your custom board's kernel config and

Re: [meta-freescale] [Question] Morty and TI wireless drivers

2017-03-14 Thread Amin Bandali
Hi Fabio, Thanks a lot for your input. I'll check that commit out. On Tue, Mar 14, 2017 at 8:57 AM, Fabio Estevam wrote: > Hi Amin, > > On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali wrote: >> Hi there, >> >> I've noticed that the wifi module drivers

[meta-freescale] [PATCH 08/17] ls1012afrdm-32b: add machine file

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1012afrdm-32b.conf | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 conf/machine/ls1012afrdm-32b.conf diff --git a/conf/machine/ls1012afrdm-32b.conf

[meta-freescale] [PATCH 12/17] ls1043ardb-32b: build ppa

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1043ardb-32b.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf index 7ce97b8..5703718 100644 ---

[meta-freescale] [PATCH 17/17] udev-rules-qoriq: add rules for ls1046a

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- recipes-core/udev/udev-rules-qoriq.bb | 4 recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules | 1 + 2 files changed, 5 insertions(+) create mode 100644

[meta-freescale] [PATCH 06/17] ls1012ardb-32b: add machine file

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1012ardb-32b.conf | 28 1 file changed, 28 insertions(+) create mode 100644 conf/machine/ls1012ardb-32b.conf diff --git a/conf/machine/ls1012ardb-32b.conf

[meta-freescale] [PATCH 07/17] ls1012afrdm: add machine file

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1012afrdm.conf | 20 1 file changed, 20 insertions(+) create mode 100644 conf/machine/ls1012afrdm.conf diff --git a/conf/machine/ls1012afrdm.conf b/conf/machine/ls1012afrdm.conf

[meta-freescale] [PATCH 13/17] ls1046ardb-32b: update u-boot configs

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1046ardb-32b.conf | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf index 0ea132a..e262d1f 100644 ---

[meta-freescale] [PATCH 15/17] ls1046ardb-32b: build ppa

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1046ardb-32b.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf index 66cf278..ff8e1bf 100644 ---

[meta-freescale] [PATCH 10/17] ls1043ardb-32b: update u-boot configs

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1043ardb-32b.conf | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf index 7551413..ae21343 100644 ---

[meta-freescale] [PATCH 02/17] ls1021atwr: switch to new UBOOT_CONFIG format

2017-03-14 Thread Chunrong Guo
From: Ting Liu Append the binary name if the final binary is not u-boot.bin. Signed-off-by: Ting Liu --- conf/machine/ls1021atwr.conf | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/machine/ls1021atwr.conf

[meta-freescale] [PATCH 05/17] ls1012ardb: add machine file

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1012ardb.conf | 21 + 1 file changed, 21 insertions(+) create mode 100644 conf/machine/ls1012ardb.conf diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf

[meta-freescale] [PATCH 01/17] ls2080ardb: add MACHINEOVERRES fsl-lsch3/ls2080a

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls2080ardb.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf index 30dfe20..e6e4a5a 100644 --- a/conf/machine/ls2080ardb.conf +++

[meta-freescale] [PATCH 04/17] openssl: use linux-aarch64 target for aarch64

2017-03-14 Thread Chunrong Guo
From: Mircea Pop Update is required in order to exploit the ARM-CE primitives available on ARMv8 platfom. Performance goes from 6 Gbps to 60Gbps for 8K frame length Signed-off-by: Mircea Pop --- recipes-connectivity/openssl/openssl-qoriq.inc | 2 +- 1

[meta-freescale] [PATCH 03/17] init-ifupdown: use consistent interfaces for qoriq

2017-03-14 Thread Chunrong Guo
From: Ting Liu Let all qoriq boards share the same interfaces file, no difference between qoriq-ppc and qoriq-arm. Signed-off-by: Ting Liu --- recipes-core/init-ifupdown/init-ifupdown/qoriq-ppc/interfaces | 6 --

[meta-freescale] [PATCH 11/17] ls1043ardb-32b: KERNEL_DEFCONFIG use multi_v7_defconfig

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1043ardb-32b.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf index ae21343..7ce97b8 100644 ---

[meta-freescale] [PATCH 16/17] udev-rules-qoriq: no rule to install for ls1012a/ls2080a

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- recipes-core/udev/udev-rules-qoriq.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb index fb42d69..22ae4b3

[meta-freescale] [PATCH 14/17] ls1046ardb-32b: KERNEL_DEFCONFIG use multi_v7_defconfig

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1046ardb-32b.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf index e262d1f..66cf278 100644 ---

[meta-freescale] [PATCH 09/17] ls1046ardb: build emmc u-boot

2017-03-14 Thread Chunrong Guo
From: Ting Liu Signed-off-by: Ting Liu --- conf/machine/ls1046ardb.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index 553950c..43e2646 100644 ---

Re: [meta-freescale] [Question] Morty and TI wireless drivers

2017-03-14 Thread Otavio Salvador
On Mon, Mar 13, 2017 at 11:35 PM, Amin Bandali wrote: > Awesome, thanks! > > Could you please kindly share your custom board's kernel config and > device tree files? IIRC the Variscite modules makes use of it; base on them. -- Otavio Salvador

Re: [meta-freescale] [Question] Morty and TI wireless drivers

2017-03-14 Thread Fabio Estevam
Hi Amin, On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali wrote: > Hi there, > > I've noticed that the wifi module drivers for TI wl183x seem to be present > in > kernel 4.1.15, in morty. Are they complete and usable, or would I need to > manually apply TI's patches myself?