[meta-freescale] [zeus][PATCH 7/8] linux-qoriq-rt/4.14: add recipes

2019-11-07 Thread C.r. Guo
/recipes-kernel/linux/linux-qoriq-rt/0001-Makfefile-add-cflags.patch @@ -0,0 +1,26 @@ +From e2283cc7582ba82f346b05fdb38f0057e54de7fa Mon Sep 17 00:00:00 2001 +From: Chunrong Guo +Date: Tue, 12 Mar 2019 03:52:03 +0100 +Subject: [PATCH] Makfefile: add cflags + +Signed-off-by: C.r. Guo +--- + Makefile

[meta-freescale] [zeus][PATCH 8/8] vpp-core: install startup.conf

2019-11-07 Thread C.r. Guo
From: Chunrong Guo * fix missing startup.conf Signed-off-by: Chunrong Guo --- recipes-extended/vpp-core/vpp-core.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-extended/vpp-core/vpp-core.bb b/recipes-extended/vpp-core/vpp-core.bb index b2b721a5..53437d1a 100644 ---

[meta-freescale] [zeus][PATCH 6/8] lx2160ardb: add qds dtb

2019-11-07 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/lx2160ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf index 80d1e8ea..6bdb2510 100644 --- a/conf/machine/lx2160ardb.conf +++

[meta-freescale] [zeus][PATCH 4/8] ls1046ardb: add qds dtb

2019-11-07 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1046ardb.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index baf24c01..7efb91f1 100644 --- a/conf/machine/ls1046ardb.conf +++

[meta-freescale] [zeus][PATCH 5/8] ls2088ardb: add qds dtb

2019-11-07 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls2088ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index de9f279f..f920d601 100644 --- a/conf/machine/ls2088ardb.conf +++

[meta-freescale] [zeus][PATCH 3/8] ls1043ardb: add qds dtb

2019-11-07 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1043ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf index 64891b28..ee961cc3 100644 --- a/conf/machine/ls1043ardb.conf +++

[meta-freescale] [zeus][PATCH 2/8] ls1028ardb : add qds dtb

2019-11-07 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1028ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1028ardb.conf b/conf/machine/ls1028ardb.conf index cde6bccf..288f9457 100644 --- a/conf/machine/ls1028ardb.conf +++

[meta-freescale] [zeus][PATCH 1/8] ls1012ardb: add qds dtb

2019-11-07 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1012ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf index 6dbb1bda..6efd6b3d 100644 --- a/conf/machine/ls1012ardb.conf +++

Re: [meta-freescale] [PATCH 01/14] uefi: remove fsl-eula-unpack class

2019-08-16 Thread C.r. Guo
pings -Original Message- From: C.r. Guo Sent: 2019年8月12日 11:33 To: meta-freescale@yoctoproject.org Cc: C.r. Guo Subject: [PATCH 01/14] uefi: remove fsl-eula-unpack class From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/uefi/uefi_git.bb | 4 ++-- 1 file changed, 2

[meta-freescale] [PATCH] ceetm: fix the building warning

2019-08-13 Thread C.r. Guo
17 00:00:00 2001 +From: Chunrong Guo +Date: Wed, 14 Aug 2019 04:05:14 +0200 +Subject: [PATCH] Makefile: update CFLAGS + +*fix the below error: +|error: json_print.h: No such file or directory + +Upstream-Status: Inappropriate [embedded specific] + +Signed-off-by: C.r. Guo +--- + Makefile | 2 +- + 1

[meta-freescale] [PATCH 14/14] openssl-qoriq: update recipes

2019-08-11 Thread C.r. Guo
From: Chunrong Guo *fix missing dependency on hostperl-runtime-native *drop Python dependency in ptest Signed-off-by: Chunrong Guo --- recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

[meta-freescale] [PATCH 13/14] secure-obj: update recipes

2019-08-11 Thread C.r. Guo
From: Chunrong Guo *drop Python dependency in RDEPENDS *mp_verify and *_app will be install Signed-off-by: Chunrong Guo --- recipes-extended/secure-obj/secure-obj.inc| 2 +- recipes-extended/secure-obj/secure-obj_git.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git

[meta-freescale] [PATCH 12/14] optee-os-qoriq: Fix alignment of data for mempool_alloc_pool()

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- ...-alignment-of-data-for-mempool_alloc_pool.patch | 148 + recipes-security/optee/optee-os-qoriq_git.bb | 1 + 2 files changed, 149 insertions(+) create mode 100644

[meta-freescale] [PATCH 11/14] ls2080ardb: remove dpl-examples

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls2080ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf index d58a86a..859a41b 100644 --- a/conf/machine/ls2080ardb.conf +++

[meta-freescale] [PATCH 10/14] dpl-examples: remove recipes

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 35 -- 1 file changed, 35 deletions(-) delete mode 100644 recipes-dpaa2/dpl-examples/dpl-examples_git.bb diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb

[meta-freescale] [PATCH 09/14] hyperrelay: remove recipes

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-extended/hyperrelay/hyperrelay_git.bb | 36 --- 1 file changed, 36 deletions(-) delete mode 100644 recipes-extended/hyperrelay/hyperrelay_git.bb diff --git a/recipes-extended/hyperrelay/hyperrelay_git.bb

[meta-freescale] [PATCH 08/14] inphi: remove fsl-eula-unpack class

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/inphi/inphi_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/inphi/inphi_git.bb b/recipes-bsp/inphi/inphi_git.bb index c0c8a77..3f3c5f2 100644 --- a/recipes-bsp/inphi/inphi_git.bb +++

[meta-freescale] [PATCH 07/14] ls2-phy: remove fsl-eula-unpack class

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/ls2-phy/ls2-phy_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb index d0e8ca5..a1c412b 100644 ---

[meta-freescale] [PATCH 06/14] qe-ucode: remove fsl-eula-unpack class

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/qe-ucode/qe-ucode_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 58dffa3..cecd590 100644 ---

[meta-freescale] [PATCH 05/14] ppfe-firmware: remove fsl-eula-unpack class

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb index b94d88c..6705fe0

[meta-freescale] [PATCH 04/14] fm-ucode: remove fsl-eula-unpack class

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa/fm-ucode/fm-ucode_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index 1db1acd..39e4f9d 100644 ---

[meta-freescale] [PATCH 03/14] mc: remove fsl-eula-unpack class

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa2/management-complex/management-complex_10.16.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-dpaa2/management-complex/management-complex_10.16.2.bb

[meta-freescale] [PATCH 02/14] ddr-phy: remove fsl-eula-unpack class

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/ddr-phy/ddr-phy_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb index 98a9b02..b7adf43 100644 ---

[meta-freescale] [PATCH 01/14] uefi: remove fsl-eula-unpack class

2019-08-11 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/uefi/uefi_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index 55344c1..9be05de 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++

[meta-freescale] [PATCH 22/24] qemu-qoriq: update to 79df057

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *include the following changes: 79df057 - vfio/fsl-mc: Check command version on dprc and dpmcp cmdif 475d962 - vfio/fsl-mc: Add support for DPRC command version-2 271b7fa - vfio/fsl-mc: Add interface for device region range 23f6ed8 - vfio/fsl-mc: Setup address space for QBman

[meta-freescale] [PATCH 24/24] ddr-phy: fix typo

2019-07-05 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/ddr-phy/ddr-phy_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb index 1496b51..98a9b02 100644 ---

[meta-freescale] [PATCH 23/24] ovs-dpdk: Upgrade 2.10 -> 2.11

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *Update to lsdk 1906 tag include the following changes: abc80ef - netdev-dpdk: have env based configurable number of packet buffers 2410fad - rhel: Use PIDFile on forking systemd service files a631ef7 - dpif-netdev: fix meter at high packet rate. 6b14ed0 - dpif-netdev: Fix

[meta-freescale] [PATCH 21/24] ls1046afrwy: add machine config

2019-07-05 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1046afrwy.conf | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 conf/machine/ls1046afrwy.conf diff --git a/conf/machine/ls1046afrwy.conf b/conf/machine/ls1046afrwy.conf new file

[meta-freescale] [PATCH 20/24] ls1046ardb: rename UEFI_NORBOOT -> UEFI_QSPIBOOT

2019-07-05 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls1046ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index b3000f0..b4d9662 100644 --- a/conf/machine/ls1046ardb.conf +++

[meta-freescale] [PATCH 19/24] optee-os-qoriq: add OPTEEMACHINE for ls1088ardb-pb and ls1046afrwy

2019-07-05 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-security/optee/optee-os-qoriq_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb index 5d21c00..7ac00f0 100644 ---

[meta-freescale] [PATCH 18/24] secure-obj: update to cd3c353

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: cd3c353 - updated the year in file copyright headers. 4d5cc8d - app/device_record: Stores the client's device record in a file. 322a6d6 - APP,TA,LIB: Creating 2 separate objects for public and private key for KeyPair

[meta-freescale] [PATCH 17/24] libpkcs11: update to a243fb2

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: a243fb2 - corrected the start year ac5d4db - Updated the year in file header. d642bdd - Changes for making SK_GenerateKeyPair API compatible Signed-off-by: Chunrong Guo --- recipes-extended/libpkcs11/libpkcs11_git.bb |

[meta-freescale] [PATCH 16/24] crconf: add recipes

2019-07-05 Thread C.r. Guo
From: Chunrong Guo include the following changes: 7b5819e - Restructure copy_name() to follow best practice 8bd9964 - Set algorithm mask only when type is provided 81bd24f - Don't overwrite compiler env. if alredy set 0248373 - Update dependencies - Linux kernel and iproute2 headers 547b464 -

[meta-freescale] [PATCH 15/24] dce: update to 1b9e9ac

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: 1b9e9ac - .gitmodules: use codeaurora url e451edf - perf-test: Reject large input files 3bdbdf3 - perf-test: Error out in stateless decomp mismatch 64fc3b1 - dce-internals: Efficient FQ full scheme d1add39 - Merge pull

[meta-freescale] [PATCH 14/24] cst: update to e04690b

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: e04690b - scripts/platform: LS1028A: Removes signing of PPA image Signed-off-by: Chunrong Guo --- recipes-devtools/cst/cst_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-freescale] [PATCH 12/24] spc: update to be7dd8e

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: be7dd8e - Increment SPC Tool version 2dafd3a - Refactoring following support for multiple protocols 727329a - Multiple protocols support Signed-off-by: Chunrong Guo --- recipes-dpaa2/spc/spc_git.bb | 2 +- 1 file

[meta-freescale] [PATCH 13/24] dpdk: Upgrade from version 17.11 to 18.11

2019-07-05 Thread C.r. Guo
" +FILES_${PN}-examples += " \ + ${INSTALL_PATH}/examples/* \ + " diff --git a/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch b/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch new file mode 100644 index 000..20a05c4 --- /dev/null +++ b/

[meta-freescale] [PATCH 10/24] linux-qoriq/4.14: update to e3aede3

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: e3aede3 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() 307f55b - tcp: add tcp_min_snd_mss sysctl c3f6a40 - tcp: tcp_fragment() should apply sane memory limits 7d63a76 - tcp: limit payload size of sacked skbs bc6fb71

[meta-freescale] [PATCH 11/24] fmc: install all config files

2019-07-05 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb

[meta-freescale] [PATCH 08/24] qe-ucode: update recipes

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *install *.bin to boot *set COMPATIBLE_MACHINE to qoriq Signed-off-by: Chunrong Guo --- recipes-bsp/qe-ucode/qe-ucode_git.bb | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb

[meta-freescale] [PATCH 09/24] linux-qoriq/4.19: update to 1a4cab2

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: 1a4cab2 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() b20446e - tcp: add tcp_min_snd_mss sysctl 96340e0 - tcp: tcp_fragment() should apply sane memory limits 6aa0603 - tcp: limit payload size of sacked skbs 58cd089

[meta-freescale] [PATCH 07/24] ddy-phy: update depends atf commit id

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update atf to 1906 tag Signed-off-by: Chunrong Guo --- recipes-bsp/ddr-phy/ddr-phy_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb index 766ba79..1496b51 100644 ---

[meta-freescale] [PATCH 06/24] mc: update to f72b978

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: f72b978 - Add the prebuilt binaries of mc 10.16.2 release a7d982e - Update the license file *Upgrade version to 10.16.2 Signed-off-by: Chunrong Guo --- .../management-complex_10.14.3.bb | 40

[meta-freescale] [PATCH 04/24] atf: update to 17f94e4

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: 17f94e4 - plat/nxp/fsl_sec: Remove infinite loop from DEBUG Build 2d18325 - plat/nxp: Change MMU mapping of QSPI, NOR flash to MEMORY from DEVICE 5b8b9a3 - plat/nxp: Add lx2160aqds support 332c6ee - Merge branch 'LSDK' of

[meta-freescale] [PATCH 05/24] mc-utils: update to 18c7760

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: 18c7760 - Add DPSECI object in default DPL for LX2160 platform 598afb9 - Add DPL files for LS1088/LS2088 with DPSECI objects included 8da7d1d - api: add MC 10.16.0 APIs 19a70bb - api: add MC 10.15.0 APIs Signed-off-by:

[meta-freescale] [PATCH 02/24] u-boot: update to c873063

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: c873063 - common: qixis: make the qixis compatible with new soc 4fe7bca - armv8: ls1028a: Add environment variables to facilitate the boot d7baae8 - dm: i2c: lx2160: Revert lx2160 i2c dm support patch set 3c75182 - armv8:

[meta-freescale] [PATCH 03/24] uefi: update to 1296390

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: 1296390 - update to commit 7918c743857 ee84dcf - update binaries for LSDK 19.06 e4f1a6f - update binaries for LSDK 19.06 Signed-off-by: Chunrong Guo --- recipes-bsp/uefi/uefi_git.bb | 2 +- 1 file changed, 1

[meta-freescale] [PATCH 01/24] rcw: update to 93358b4

2019-07-05 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1906 tag include the following changes: 93358b4 - rcw.py: Update comments for loadwochecksum command de68a41 - ls2088aqds: Corrected MEM2_PLL_RAT for DP-DDR frequency ac05bc4 - ls1046afrwy: fix a compiling error issue a25dde7 - Add init rcw support for ls1028a

Re: [meta-freescale] [EXT] Why not support aarch64 BE any more.

2019-05-18 Thread C.r. Guo
Hello lei, We can not support aarch64BE now . So I removed BE machine config . You can add machine config to meta-freescale if you need be machine config. Thanks Chunrong -Original Message- From: Lei, Maohui [mailto:leimao...@cn.fujitsu.com] Sent: 2019年5月17日 10:10 To: C.r. Guo Cc

Re: [meta-freescale] [EXT] Recipe for building atf with yocto?

2019-04-17 Thread C.r. Guo
Hello john, There are some atf recipes in master and warrior branch of meta-freescale (/recipes-bsp/atf)。 Thanks Chunrong From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of john matt Sent: 2019年4月17日 10:45 To: meta-freescale Mailing

Re: [meta-freescale] [PATCH 01/24] atf: update to 7e34aeb

2019-04-08 Thread C.r. Guo
PING! -Original Message- From: C.r. Guo Sent: 2019年4月1日 17:12 To: meta-freescale@yoctoproject.org Cc: C.r. Guo Subject: [PATCH 01/24] atf: update to 7e34aeb From: Chunrong Guo *update to lsdk 1903 tag include the following changes 7e34aeb - Fix 2088 sleep hang dc16e35 - SDEI: Ensure

[meta-freescale] [PATCH 19/24] optee-client-qoriq:update to 0842873

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes: 0842873 - flags: add -D_FILE_OFFSET_BITS=64 to support large files 28eea17 - libteec: Makefile: Generate .so files the same way as CMake 656e427 - tee_supplicant: gprof: fix compile error c48bc3b - tee-supplicant: cmake:

[meta-freescale] [PATCH 11/24] dce: update to 0455555

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *Update to lsdk 1903 tag include the following changes: 045 - .gitmodules: use codeaurora url d1add39 - Merge pull request #32 in DPAA2/dce from ~NXA07713/dce:jira/QSDK-5623-update-dce-license-files to master b3c27ed - LICENSE: Remove GPL License 68a6dab - Merge pull

[meta-freescale] [PATCH 10/24] aiopsl: update to 87d83d8

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes 87d83d8 - AIOPSL-1233 26212e6 - Fix for AIOPSL-1232 Signed-off-by: Chunrong Guo --- recipes-dpaa2/aiopsl/aiopsl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-freescale] [PATCH 21/24] optee-test-qoriq:update to 6690584

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes: 6690584 - cmake: locate files WRT to project home directory f6f68a2 - regression 6000: fix uninitialized local variables 0cf4cfe - regression 4100: fix uninitialized local variable 481c660 - regression 4000: fix

[meta-freescale] [PATCH 13/24] restool: update to 8b1dd40

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *Update to lsdk 1903 tag include the following changes: 8b1dd40 - dprc: fix compile error (only witn gcc 8.x) 8eb494d - dprc: enable DPDMUX_METHOD_CUSTOM in dpdmux generate dpl dc120ff - add support for num cgs in restool for mc 10.14 Signed-off-by: Chunrong Guo ---

[meta-freescale] [PATCH 18/24] linux-qoriq/4.9: remove recipes

2019-04-01 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-kernel/linux/linux-qoriq_4.9.bb | 71 - 1 file changed, 71 deletions(-) delete mode 100644 recipes-kernel/linux/linux-qoriq_4.9.bb diff --git a/recipes-kernel/linux/linux-qoriq_4.9.bb

[meta-freescale] [PATCH 16/24] linux-qoriq/4.19 : add recipes

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *Update to lsdk 1903 tag include the following changes: c0c2141 - vfio/fsl-mc: Reset container on last reference release 628aca9 - Revert "net: phy: aquantia: add pause frame support" 99f8355 - Update the year of NXP copyright 66ca144 - powerpc/dts/fsl: add crypto node alias

[meta-freescale] [PATCH 01/24] atf: update to 7e34aeb

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes 7e34aeb - Fix 2088 sleep hang dc16e35 - SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled 5eb3190 - Fast path SMCCC_ARCH_WORKAROUND_1 calls from AArch32 cd1e8ce - Add support for dynamic mitigation

[meta-freescale] [PATCH 04/24] u-boot: update to 80b2d2b

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes 80b2d2b - include: configs: lx2160a: update copyright info 7d323d4 - board: fsl: ls2080rdb: update copyright info ff35e0c - board: fsl: ls2080aqds: update copyright info 77020d0 - board: fsl: ls1088ardb: update copyright

[meta-freescale] [PATCH 14/24] dpdk: update to c0fe1b9

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *Update to lsdk 1903 tag include the following changes: c0fe1b9 - PVT: LSDK Legal fix e4236e8 - PVT: examples/qdma_demo: fix mem to mem restart issue ef25767 - Merge pull request #903 in GITAM/dpdk from DPDK-1630-lsdk-19.03 to 17.11-qoriq-dev 9f0b86c - PVT: update NXP README

[meta-freescale] [PATCH 12/24] mc: Upgrade version to 10.14.3

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *Update to lsdk 1903 tag include the following changes: bd64d18 - Add the prebuilt binaries of mc 10.14.3 release Signed-off-by: Chunrong Guo --- .../management-complex_10.12.0.bb | 40 -- .../management-complex_10.14.3.bb

[meta-freescale] [PATCH 02/24] mc-utils: update to eeb8972

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes eeb8972 - api: add symlink for MC 10.14.1, 10.14.2, 10.14.3 2f51b5a - config: lx2160a: Backplane config example for lx2 97fac94 - api: add MC 10.14.0 APIs Signed-off-by: Chunrong Guo ---

[meta-freescale] [PATCH 20/24] optee-os-qoriq:update to b7a1527

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes: b7a1527 - Merge pull request #15 in DASH/optee_os from ~NXA18717/optee_os:master to master 6fac599 - plat-ls: Corrected GIC configuration for GIVv3 SoCs b3f7be2 - plat-ls: Corrected GIC configuration for ls1043ardb.

[meta-freescale] [PATCH 06/24] openssl-qoriq: update to 472c9c3

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes 472c9c3 - crypto/engine/eng_cryptodev.c: fix bignum<->crp conversion Signed-off-by: Chunrong Guo --- recipes-connectivity/openssl/openssl-qoriq_1.1.0g.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-freescale] [PATCH 07/24] cst: update to 2737b8b

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following change 2737b8b - LX2160A:SD Boot: Adds input files to sign firmware images. 6be878a - Ls1028A: Add uni_pbi command in script to sign rcw image. 7aace25 - LS1028A: Add input files to sign the firmware images. 6d83dd8 - Removes "All

[meta-freescale] [PATCH 05/24] uefi: update to de8834d

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes de8834d - binaries: update to LSDK-1903-TC1 Signed-off-by: Chunrong Guo --- recipes-bsp/uefi/uefi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/uefi/uefi_git.bb

[meta-freescale] [PATCH 23/24] vpp-core: add "-DCLIB_LOG2_CACHE_LINE_BYTES=6" to CFLAGS

2019-04-01 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-extended/vpp-core/vpp-core.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/vpp-core/vpp-core.bb b/recipes-extended/vpp-core/vpp-core.bb index 2bfbba8..8274534 100644 ---

[meta-freescale] [PATCH 24/24] qemu-qoriq: add glib-2.0 zlib pixman dtc to DEPENDS

2019-04-01 Thread C.r. Guo
From: Chunrong Guo fix the below error: | DEBUG: Executing shell function do_configure | | ERROR: DTC (libfdt) version >= 1.4.2 not present. Your options: | ERROR: glib-2.22 gthread-2.0 Zlib is required to compile QEMU Signed-off-by: Chunrong Guo --- recipes-devtools/qemu/qemu-qoriq_git.bb |

[meta-freescale] [PATCH 09/24] fmlib: update to 69a7047

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes 69a7047 - fmlib handles conversion in FR Runtime API Signed-off-by: Chunrong Guo --- recipes-dpaa/fmlib/fmlib_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-dpaa/fmlib/fmlib_git.bb

[meta-freescale] [PATCH 08/24] eth-config: update to 6164664

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes 6164664 - eth_config: Add support for LS1046AFRWY Signed-off-by: Chunrong Guo --- recipes-dpaa/eth-config/eth-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-freescale] [PATCH 17/24] linux-qoriq/4.14:update to 7e52442

2019-04-01 Thread C.r. Guo
6 @@ +From e2283cc7582ba82f346b05fdb38f0057e54de7fa Mon Sep 17 00:00:00 2001 +From: Chunrong Guo +Date: Tue, 12 Mar 2019 03:52:03 +0100 +Subject: [PATCH] Makfefile: add cflags + +Signed-off-by: C.r. Guo +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +ind

[meta-freescale] [PATCH 22/24] ddy-phy :update recipes

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *dpends atf source *build fiptool tools *make fip_ddr_all.bin by fiptool *install *bin Signed-off-by: Chunrong Guo --- recipes-bsp/ddr-phy/ddr-phy_git.bb | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git

[meta-freescale] [PATCH 03/24] rcw: update to f137787

2019-04-01 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1903 tag include the following changes f137787 - ls2088a: Removed the manually calculated PBI_LENGTH bac41de - ls1088a: Removed the manually calculated PBI_LENGTH 4d4177d - t4240: Add workaround for PCIe erratum A-008098 a90d032 - t2080: Add workaround for PCIe

Re: [meta-freescale] [PATCH] atf: Reorganize

2019-03-19 Thread C.r. Guo
Hello Otavlo, I have done . https://github.com/Freescale/meta-freescale/pull/64 Thanks Chunrong -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent: 2019年3月18日 18:52 To: C.r. Guo Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale

[meta-freescale] [v2][PATCH] atf: Reorganize

2019-03-18 Thread C.r. Guo
From: Chunrong Guo *Add FUSE DISTRO_FEATURES *Add chassistype and ddrphyopt *Install srk.pri and srk.pub Signed-off-by: Chunrong Guo --- recipes-bsp/atf/atf_git.bb | 93 +- 1 file changed, 68 insertions(+), 25 deletions(-) diff --git

[meta-freescale] [PATCH] qemu-qoriq: add glib-2.0 zlib pixman dtc to DEPENDS

2019-03-12 Thread C.r. Guo
From: Chunrong Guo fix the below error: | DEBUG: Executing shell function do_configure | | ERROR: DTC (libfdt) version >= 1.4.2 not present. Your options: | ERROR: glib-2.22 gthread-2.0 Zlib is required to compile QEMU Signed-off-by: Chunrong Guo --- recipes-devtools/qemu/qemu-qoriq_git.bb |

[meta-freescale] [PATCH] atf: Reorganize

2019-03-12 Thread C.r. Guo
From: Chunrong Guo *Add FUSE DISTRO_FEATURES *Add chassistype and ddrphyopt *Install srk.pri and srk.pub Signed-off-by: Chunrong Guo --- recipes-bsp/atf/atf_git.bb | 90 +- 1 file changed, 66 insertions(+), 24 deletions(-) diff --git

[meta-freescale] [PATCH] atf: Reorganize

2019-03-11 Thread C.r. Guo
From: Chunrong Guo *Add FUSE DISTRO_FEATURES *Add chassistype and ddrphyopt *Install srk.pri and srk.pub Signed-off-by: Chunrong Guo --- recipes-bsp/atf/atf_git.bb | 90 +- 1 file changed, 66 insertions(+), 24 deletions(-) diff --git

[meta-freescale] [PATCH] vpp-core: add "-DCLIB_LOG2_CACHE_LINE_BYTES=6" to CFLAGS

2019-02-19 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-extended/vpp-core/vpp-core.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extended/vpp-core/vpp-core.bb b/recipes-extended/vpp-core/vpp-core.bb index 2bfbba8..62fa5a3 100644 --- a/recipes-extended/vpp-core/vpp-core.bb

Re: [meta-freescale] glibc configure fails with e5500 / t1040 on master...

2019-02-19 Thread C.r. Guo
Hello all, I have submitted patches base glibc2.29 . Thanks Chunrong -Original Message- From: Lautenschlager (US), David C [mailto:david.c.lautenschla...@boeing.com] Sent: 2019年2月19日 7:32 To: Bob Cochran ; C.r. Guo ; meta-freescale@yoctoproject.org Subject: RE: [meta-freescale] glibc

[meta-freescale] [PATCH] secure-obj:Remove redundant test command

2019-01-23 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-extended/secure-obj/secure-obj_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index d85d729..6af18ff 100644 ---

[meta-freescale] [PATCH] add colon to MACHINEOVERRIDES in ppc machine config

2019-01-22 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/p1020rdb.conf | 2 +- conf/machine/p2041rdb.conf | 2 +- conf/machine/p3041ds.conf | 2 +- conf/machine/p4080ds.conf | 2 +- conf/machine/p5040ds.conf | 2 +- conf/machine/t1024rdb.conf | 2 +- conf/machine/t2080rdb.conf | 2 +-

[meta-freescale] [PATCH 1/2] ovs-dpdk: remove static key word

2019-01-21 Thread C.r. Guo
From: Chunrong Guo fix the below error: |lib/dhparams.c:2:12: error: static declaration of 'get_dh1024' follows non-static declaration | static DH *get_dh1024(void) Signed-off-by: Chunrong Guo --- .../0001-automake-remove-static-key-word.patch | 27 ++

[meta-freescale] [PATCH 2/2] Remove .bin sufix from RCW in machine config

2019-01-21 Thread C.r. Guo
From: Chunrong Guo * support _sben suffix RCW Signed-off-by: Chunrong Guo --- conf/machine/ls1012afrwy.conf | 2 +- conf/machine/ls1012ardb.conf| 3 ++- conf/machine/ls1043ardb.conf| 6 +++--- conf/machine/ls1046ardb.conf| 4 ++-- conf/machine/ls1088ardb-pb.conf | 4 ++--

[meta-freescale] [PATCH 2/2] ceetm: install json_print.h

2019-01-21 Thread C.r. Guo
From: Chunrong Guo *fix the below error: |fatal error: json_print.h: No such file or directory Signed-off-by: Chunrong Guo --- recipes-kernel/ceetm/ceetm_git.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index

[meta-freescale] [PATCH 1/2] atf: add recipes

2019-01-20 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1812 tag include the following changes 4971f39 - nxp: Invalidates the output buffer memory to get random bytes a58ecfe - plat/nxp: Correct calculation of GIC Offset for LS1023 ba92b6a - nxp: Shift the soc_mem_access function before loading Fuse file 67faea4 -

Re: [meta-freescale] glibc configure fails with e5500 / t1040 on master...

2019-01-18 Thread C.r. Guo
Please see https://patchwork.openembedded.org/patch/157986/ Thanks Chunrong -Original Message- From: Lautenschlager (US), David C [mailto:david.c.lautenschla...@boeing.com] Sent: 2019年1月18日 4:38 To: C.r. Guo ; Bob Cochran ; meta-freescale@yoctoproject.org Subject: RE: [meta-freescale

Re: [meta-freescale] Building Yocto for the T4240RDB

2019-01-15 Thread C.r. Guo
Hello all, You can find patches in https://source.codeaurora.org/external/qoriq/qoriq-components/meta-qoriq-demos/tree/recipes-core/glibc/glibc/0001-glibc-support-e5500-and-e6500.patch?h=thud I will submit patches to poky layer Thanks Chunrong From: meta-freescale-boun...@yoctoproject.org

Re: [meta-freescale] glibc configure fails with e5500 / t1040 on master...

2019-01-15 Thread C.r. Guo
Hello all, You find patches about glibc support e5500 and e6500. https://source.codeaurora.org/external/qoriq/qoriq-components/meta-qoriq-demos/tree/recipes-core/glibc/glibc/0001-glibc-support-e5500-and-e6500.patch?h=thud I will submitted patches to poky . Thanks Chunrong -Original

Re: [meta-freescale] [PATCH 01/41] fmc: update to c7576ab

2019-01-13 Thread C.r. Guo
Hello Daiane, Please merge v2 patch and ignore some patches has [rocko] on subject. Thanks Chunrong -Original Message- From: angol...@gmail.com [mailto:angol...@gmail.com] On Behalf Of Daiane Angolini Sent: 2019年1月11日 22:43 To: C.r. Guo ; Otavio Salvador Cc: meta-freescale

[meta-freescale] [PATCH] udev: add rule for t1024

2019-01-13 Thread C.r. Guo
From: Chunrong Guo *remove rule for t1023 Signed-off-by: Chunrong Guo --- recipes-core/udev/udev-rules-qoriq.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/udev/udev-rules-qoriq.bb b/recipes-core/udev/udev-rules-qoriq.bb index 152cec5..deeedab 100644 ---

Re: [meta-freescale] [PATCH 01/41] fmc: update to c7576ab

2019-01-13 Thread C.r. Guo
Please ignore some patches has [rocko] on subject Thanks Chunrong -Original Message- From: angol...@gmail.com [mailto:angol...@gmail.com] On Behalf Of Daiane Angolini Sent: 2019年1月11日 22:43 To: C.r. Guo ; Otavio Salvador Cc: meta-freescale@yoctoproject.org Subject: Re: [meta

[meta-freescale] [PATCH v2 08/41] u-boot-qoriq: Upgrade version to 2018.09

2019-01-10 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1812 tag include the following changes c08de7c - SecureBoot_LX2160A: Correct the kernel header offset. 619d0d3 - ls2080ardb: check enablement of QSPI using DCFG_RCWSR15 0dfcc1f - ls1088a: Update the device tree for IFC/QSPI 8875034 - net/phy: Cortina CS4223

[meta-freescale] [rocko][PATCH v2 08/41] u-boot-qoriq: Upgrade version to 2018.09

2019-01-10 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1812 tag include the following changes c08de7c - SecureBoot_LX2160A: Correct the kernel header offset. 619d0d3 - ls2080ardb: check enablement of QSPI using DCFG_RCWSR15 0dfcc1f - ls1088a: Update the device tree for IFC/QSPI 8875034 - net/phy: Cortina CS4223

[meta-freescale] [PATCH v2 32/41] dpdk: set COMPATIBLE_MACHINE as qoriq

2019-01-10 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-extended/dpdk/dpdk_17.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk_17.11.bb b/recipes-extended/dpdk/dpdk_17.11.bb index 58558b4..f9fe91e 100644 ---

[meta-freescale] [PATCH v2 13/41] spc: add recipes

2019-01-10 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1812 tag include the following changes 1a41424 - License updates 6aa1509 - Fixed Jump/Gosub instruction code f814f3e - Updated the LX2 Parser revision d7e3f30 - Set the blob version to 1.0 bd1b667 - Refactoring the makefile and net headers. 12b6a71 - Updates on

[meta-freescale] [PATCH v2 10/41] dce: update to 49389aa

2019-01-10 Thread C.r. Guo
From: Chunrong Guo *Update to lsdk 1812 tag include the following changes: 49389aa - .gitmodules: use codeaurora url 0c4eea9 - Makefile and gitmodules update 492eecd - dpdcei: Affine thread for FQDAN setup b2a48e8 - dce: Support LX2160 SOCs 62af9fe - dce: Userspace dce support for DPAA2 devices

[meta-freescale] [PATCH v2 18/41] optee-os-qoriq: update to e93f053

2019-01-10 Thread C.r. Guo
From: Chunrong Guo *update to lsdk 1812 tag include the following changes e93f053 - Merge pull request #12 in DASH/optee_os from ~NXA18717/optee_os:optee_3.2.0 to optee_3.2.0 40670fe - plat-ls:add LX2160ARDB platform flavors c4ca171 - Updating MAINTAINERS for NXP LS-RDB Platforms *support

[meta-freescale] [rocko][PATCH v2 07/41] uefi: update to 5b259f7

2019-01-10 Thread C.r. Guo
From: Chunrong Guo *Update to lsdk 1812 tag include the following changes: 5b259f7 - uefi-binaries: update for LSDK 1812-TC6 f87588d - uefi-binaries: update for LSDK 1812-TC5 5ae5001 - LSDK1812-TC4: binaries update 0c81f1f - uefi binaries: update 7bf60e6 - uefi binaries: update ea9630f - update

  1   2   3   >