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
>> device tree files?
>
> IIRC the Variscite modules makes use of it; base on them.
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.brhttp://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


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 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? If it helps, my target board is a
>> wandboard.
>
> We tested wl183x drivers with mainline kernel and they work well on
> mx6sx udoo. Take a look at this commit:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi?id=850a983f16eced30e2a825b6d11be256cf647d11
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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 
b/conf/machine/ls1012afrdm-32b.conf
new file mode 100644
index 000..e720ba3
--- /dev/null
+++ b/conf/machine/ls1012afrdm-32b.conf
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@NAME: NXP LS1012AFRDM board
+#@SOC: LSCH2
+#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012ARDB
+#  with ARM Cortext-A53 core
+#@MAINTAINER: Zongchun Yu 
+
+MACHINEOVERRIDES =. "fsl-lsch2:fsl-lsch2-32b:ls1012a:"
+
+require conf/machine/include/qoriq-arm.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+DEFAULTTUNE = "armv7ahf-neon"
+
+UBOOT_CONFIG ??= "qspi"
+UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin"
+
+KERNEL_IMAGETYPE = "zImage"
+KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frdm.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
+
+EXTRA_IMAGEDEPENDS += "ppa ls2-rcw"
+USE_VT = "0"
+
+require conf/multilib.conf
+MULTILIBS ?= "multilib:lib64"
+DEFAULTTUNE_virtclass-multilib-lib64 ?= "aarch64"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
--- a/conf/machine/ls1043ardb-32b.conf
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -25,7 +25,7 @@ KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
 
-EXTRA_IMAGEDEPENDS += "rcw fm-ucode qe-ucode"
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa qe-ucode"
 USE_VT = "0"
 
 require conf/multilib.conf
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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 
recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules

diff --git a/recipes-core/udev/udev-rules-qoriq.bb 
b/recipes-core/udev/udev-rules-qoriq.bb
index 22ae4b3..f4a9cd8 100644
--- a/recipes-core/udev/udev-rules-qoriq.bb
+++ b/recipes-core/udev/udev-rules-qoriq.bb
@@ -6,6 +6,7 @@ SRC_URI = "\
 file://71-fsl-dpaa-persistent-networking.rules \
 file://72-fsl-dpaa-persistent-networking.rules \
 file://73-fsl-dpaa-persistent-networking.rules \
+file://74-ls1046a-xfi2-networking.rules \
 "
 S = "${WORKDIR}"
 
@@ -15,6 +16,9 @@ RULE_e6500-64b = "72-fsl-dpaa-persistent-networking.rules"
 RULE_t1024 = "72-fsl-dpaa-persistent-networking.rules"
 RULE_t1023 = "72-fsl-dpaa-persistent-networking.rules"
 RULE_ls1043a = "73-fsl-dpaa-persistent-networking.rules"
+RULE_ls1046a = "73-fsl-dpaa-persistent-networking.rules \
+74-ls1046a-xfi2-networking.rules \
+"
 RULE_ls1012a = ""
 RULE_ls2080a = ""
 
diff --git 
a/recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules 
b/recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules
new file mode 100644
index 000..42931d4
--- /dev/null
+++ b/recipes-core/udev/udev-rules-qoriq/74-ls1046a-xfi2-networking.rules
@@ -0,0 +1 @@
+SUBSYSTEM=="net", DRIVERS=="fsl_dpa*", ATTR{device_addr}=="1af2000", 
NAME="fm1-mac10"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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 b/conf/machine/ls1012ardb-32b.conf
new file mode 100644
index 000..63e7e46
--- /dev/null
+++ b/conf/machine/ls1012ardb-32b.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: NXP LS1012ARDB board
+#@SOC: LSCH2
+#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012ARDB
+#  with ARM Cortext-A53 core
+#@MAINTAINER: Zongchun Yu 
+
+MACHINEOVERRIDES =. "fsl-lsch2:fsl-lsch2-32b:ls1012a:"
+
+require conf/machine/include/qoriq-arm.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+DEFAULTTUNE = "armv7ahf-neon"
+
+UBOOT_CONFIG ??= "qspi-secure-boot qspi"
+UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi-secure-boot] = 
"ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+
+KERNEL_IMAGETYPE = "zImage"
+KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
+
+EXTRA_IMAGEDEPENDS += "ppa ls2-rcw"
+USE_VT = "0"
+
+require conf/multilib.conf
+MULTILIBS ?= "multilib:lib64"
+DEFAULTTUNE_virtclass-multilib-lib64 ?= "aarch64"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
new file mode 100644
index 000..f7d98a1
--- /dev/null
+++ b/conf/machine/ls1012afrdm.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: NXP LS1012AFRDM board
+#@SOC: LSCH2
+#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012ARDB
+#  with ARM Cortext-A53 core
+#@MAINTAINER: Zongchun Yu 
+
+MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
+
+require conf/machine/include/qoriq-arm64.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+UBOOT_CONFIG ??= "qspi"
+UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin"
+
+KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frdm.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
+
+EXTRA_IMAGEDEPENDS += "ppa ls2-rcw"
+USE_VT = "0"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
--- a/conf/machine/ls1046ardb-32b.conf
+++ b/conf/machine/ls1046ardb-32b.conf
@@ -11,10 +11,11 @@ require conf/machine/include/arm/arch-arm64.inc
 
 DEFAULTTUNE = "armv7ahf-neon"
 
-UBOOT_CONFIG ??= "emmc sdcard qspi"
-UBOOT_CONFIG[emmc] = 
"ls1046ardb_aarch32_emmc_defconfig,,u-boot-with-spl-pbl.bin"
-UBOOT_CONFIG[sdcard] = 
"ls1046ardb_aarch32_sdcard_defconfig,,u-boot-with-spl-pbl.bin"
-UBOOT_CONFIG[qspi] = "ls1046ardb_aarch32_qspi_config,,u-boot-dtb.bin"
+UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi"
+UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi-secure-boot] = 
"ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
 
 KERNEL_DEVICETREE ?= "\
 freescale/fsl-ls1046a-rdb.dtb \
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
--- a/conf/machine/ls1046ardb-32b.conf
+++ b/conf/machine/ls1046ardb-32b.conf
@@ -26,7 +26,7 @@ KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
 
-EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa"
 USE_VT = "0"
 
 require conf/multilib.conf
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
--- a/conf/machine/ls1043ardb-32b.conf
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -12,10 +12,10 @@ require conf/machine/include/arm/arch-arm64.inc
 DEFAULTTUNE = "armv7ahf-neon"
 
 UBOOT_CONFIG ??= "nand sdcard nor"
-UBOOT_CONFIG[nor] = "ls1043ardb_aarch32_config,,u-boot-dtb.bin"
-UBOOT_CONFIG[nand] = "ls1043ardb_aarch32_nand_config,,u-boot-with-spl-pbl.bin"
-UBOOT_CONFIG[sdcard] = 
"ls1043ardb_aarch32_sdcard_config,,u-boot-with-spl-pbl.bin"
-UBOOT_CONFIG[secure-boot] = 
"ls1043ardb_aarch32_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
+UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
 
 QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
 
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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 b/conf/machine/ls1021atwr.conf
index ce33bb6..457703e 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -13,11 +13,11 @@ require conf/machine/include/tune-cortexa7.inc
 DEFAULTTUNE = "cortexa7hf-neon"
 
 UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
-UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
-UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config"
-UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_config"
-UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
-UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config"
+UBOOT_CONFIG[nor] = "ls1021atwr_nor_config,,u-boot-dtb.bin"
+UBOOT_CONFIG[sdcard-ifc] = 
"ls1021atwr_sdcard_ifc_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[sdcard-qspi] = 
"ls1021atwr_sdcard_qspi_config,,u-boot-with-spl-pbl.bin"
+UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_config,,u-boot-dtb.bin"
 UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
 
 QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
new file mode 100644
index 000..9298a86
--- /dev/null
+++ b/conf/machine/ls1012ardb.conf
@@ -0,0 +1,21 @@
+#@TYPE: Machine
+#@NAME: NXP LS1012ARDB board
+#@SOC: LSCH2
+#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012ARDB
+#  with ARM Cortext-A53 core
+#@MAINTAINER: Zongchun Yu 
+
+MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
+
+require conf/machine/include/qoriq-arm64.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+UBOOT_CONFIG ??= "qspi-secure-boot qspi"
+UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi-secure-boot] = 
"ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+
+KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
+
+EXTRA_IMAGEDEPENDS += "ppa ls2-rcw"
+USE_VT = "0"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
+++ b/conf/machine/ls2080ardb.conf
@@ -5,6 +5,8 @@
 #  with ARM Cortext-A57 core
 #@MAINTAINER: Zongchun Yu 
 
+MACHINEOVERRIDES =. "fsl-lsch3:ls2080a:"
+
 require conf/machine/include/qoriq-arm64.inc
 require conf/machine/include/arm/arch-arm64.inc
 
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-connectivity/openssl/openssl-qoriq.inc 
b/recipes-connectivity/openssl/openssl-qoriq.inc
index dfafaaf..e3b0e0f 100644
--- a/recipes-connectivity/openssl/openssl-qoriq.inc
+++ b/recipes-connectivity/openssl/openssl-qoriq.inc
@@ -95,7 +95,7 @@ do_configure () {
target=linux-elf-armeb
;;
linux-aarch64*)
-   target=linux-generic64
+   target=linux-aarch64
;;
linux-sh3)
target=debian-sh3
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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 --
 recipes-core/init-ifupdown/init-ifupdown/qoriq/interfaces | 6 ++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 
recipes-core/init-ifupdown/init-ifupdown/qoriq-ppc/interfaces
 create mode 100644 recipes-core/init-ifupdown/init-ifupdown/qoriq/interfaces

diff --git a/recipes-core/init-ifupdown/init-ifupdown/qoriq-ppc/interfaces 
b/recipes-core/init-ifupdown/init-ifupdown/qoriq-ppc/interfaces
deleted file mode 100644
index 3737c8b..000
--- a/recipes-core/init-ifupdown/init-ifupdown/qoriq-ppc/interfaces
+++ /dev/null
@@ -1,6 +0,0 @@
-# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
- 
-# The loopback interface
-auto lo
-iface lo inet loopback
-
diff --git a/recipes-core/init-ifupdown/init-ifupdown/qoriq/interfaces 
b/recipes-core/init-ifupdown/init-ifupdown/qoriq/interfaces
new file mode 100644
index 000..3737c8b
--- /dev/null
+++ b/recipes-core/init-ifupdown/init-ifupdown/qoriq/interfaces
@@ -0,0 +1,6 @@
+# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
+ 
+# The loopback interface
+auto lo
+iface lo inet loopback
+
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
--- a/conf/machine/ls1043ardb-32b.conf
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -20,7 +20,7 @@ UBOOT_CONFIG[secure-boot] = 
"ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
 QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
 
 KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb.dtb 
freescale/fsl-ls1043a-rdb-usdpaa.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls_aarch32_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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 100644
--- a/recipes-core/udev/udev-rules-qoriq.bb
+++ b/recipes-core/udev/udev-rules-qoriq.bb
@@ -15,7 +15,8 @@ RULE_e6500-64b = "72-fsl-dpaa-persistent-networking.rules"
 RULE_t1024 = "72-fsl-dpaa-persistent-networking.rules"
 RULE_t1023 = "72-fsl-dpaa-persistent-networking.rules"
 RULE_ls1043a = "73-fsl-dpaa-persistent-networking.rules"
-RULE_ls2080ardb = ""
+RULE_ls1012a = ""
+RULE_ls2080a = ""
 
 do_install () {
 install -d ${D}${sysconfdir}/udev/rules.d/
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
--- a/conf/machine/ls1046ardb-32b.conf
+++ b/conf/machine/ls1046ardb-32b.conf
@@ -21,7 +21,7 @@ KERNEL_DEVICETREE ?= "\
 freescale/fsl-ls1046a-rdb.dtb \
 freescale/fsl-ls1046a-rdb-usdpaa.dtb \
 "
-KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls_aarch32_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig"
 
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[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
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -9,7 +9,8 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
 require conf/machine/include/qoriq-arm64.inc
 require conf/machine/include/arm/arch-arm64.inc
 
-UBOOT_CONFIG ??= "sdcard qspi-secure-boot qspi"
+UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi"
+UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
 UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
 UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
 UBOOT_CONFIG[qspi-secure-boot] = 
"ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
-- 
2.7.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


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 O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


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? If it helps, my target board is a
> wandboard.

We tested wl183x drivers with mainline kernel and they work well on
mx6sx udoo. Take a look at this commit:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi?id=850a983f16eced30e2a825b6d11be256cf647d11
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale