[meta-freescale] Gstreamer customisation for meta-fsl-bsp-release

2018-09-29 Thread Tarun Tej K
Hi,

I have a Yocto setup using
https://source.codeaurora.org/external/imx/imx-manifest/tree/imx-4.9.88-2.0.0_ga.xml?h=imx-linux-rocko

On top of this, using a custom layer, I used gstreamer 1.14.2 recipes
downloaded from
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia/gstreamer

So I have successfully built gstreamer1.14.2 for imx6ul using these
recipes.
But I have observed that upon running 4 or more simultaneous pipelines the
RAM usage grows very rapidly and within 30 minutes OOM_killer gets invoked
and kills one of the pipelines.

When I removed the custom layer and reverted the gstreamer to 1.12.2 (whose
source is taken from freescale custom gstreamer repo instead of original
gstreamer repo) I do not see any excess Memory usage or OOM issues even
after running for 24 hours.

Since the gstreamer recipes present in meta-fsl-bsp-release are pointing to
different source instead of the original gstreamer sources repo, what are
the major changes done in the gstreamer for iMX which is preventing the
Memory issue or Out Of Memory situations?

Note:
I do not think this issue is related to version difference as this issue is
not seen on Ubuntu x86 which is running 1.14.x


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


[meta-freescale] [PATCH 11/23] restool: update to 9815bb6

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
9815bb6 - update flib_ops to use the v10 MC API
dbcc644 - dprc: generate-dpl: use MC APIs that support big-endian seamlessly

Signed-off-by: Chunrong Guo 
---
 recipes-dpaa2/restool/restool_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa2/restool/restool_git.bb 
b/recipes-dpaa2/restool/restool_git.bb
index 8521a27..093582c 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "bash dtc"
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 
\
 file://0001-restool-fix-build-error-with-gcc7.patch"
 
-SRCREV = "2815572ab25029a8fb47f0dc6a0b56ae5ff76713"
+SRCREV = "9815bb661d70c9d66aa71dba62602718b61c7013"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 21/23] optee-test-qoriq: update to 83c87d9

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
83c87d9 - Merge pull request #1 in DASH/optee_test from 
~NXA19713/optee_test:master to optee_test_3.2
7e0a184 - xest: OpenSSL may be provided by the system
a0e425a - xtest: Makefile: fix OpenSSL dependency on GP test suite support
c6ea40a - regression: 4003: add AES CBC test
83b094d - ta: os_test_lib: add aosp support
f331e75 - regression: 4003: use bigger plain text in AES CTR test
2b8a04c - regression: 4003: add AES CTR test
dcac51e - regression: add case 1019
76dd317 - regression_1000.c: remove useless code
9edf89e - Remove host/lib/armv{7,8}/libcrypto.a
2e5f8a7 - xtest: use imported OpenSSL
0f5cb62 - Add host/openssl/lib/{arm,aarch64}/libcrypto.a
ccba180 - Import OpenSSL 1.2.0o header files into host/openssl/include
d104be0 - Move host/LICENSE to host/xtest/LICENSE
3f045a3 - regression: 4006: add test case for 4096-bit RSA
ae3e546 - regression: 4006: add test case for 3072-bit RSA
6eb6339 - crypto: add test case for seeding RNG pool
b4b147a - xtest: Makefile: link against OpenSSL if MBed TLS is enabled in TA
0422d8d - regression: add case 8103
eff3a2b - ta/crypt: add TA_CRYPT_CMD_MBED_SIGN_CERT
1e9c50c - Initialize openssl if linked with it
6ef0bea - regression: add case 8102
af71fe5 - cert: add some test certificates
3075e8a - Add scripts/file_to_c.py
f16ae00 - ta/crypt: add TA_CRYPT_CMD_MBED_CHECK_CERT
5875d49 - regression: add case 8101
02b4113 - ta/crypt: add TA_CRYPT_CMD_MBED_SELF_TESTS

Signed-off-by: Chunrong Guo 
---
 recipes-security/optee/optee-test-qoriq_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/optee/optee-test-qoriq_git.bb 
b/recipes-security/optee/optee-test-qoriq_git.bb
index b01339b..51f0014 100644
--- a/recipes-security/optee/optee-test-qoriq_git.bb
+++ b/recipes-security/optee/optee-test-qoriq_git.bb
@@ -13,7 +13,7 @@ SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/optee_tes
 "
 S = "${WORKDIR}/git"
 
-SRCREV = "a54952babb83d801148867bd639a24ff6cd36f00"
+SRCREV = "83c87d9b368c33545688c7aad27432ff9a22868f"
 
 OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}"
 TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"
-- 
2.7.4

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


[meta-freescale] [PATCH 01/23] ppa: update to 90e13c9

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
90e13c9 - driver/sfp: changes otpmk random bytes dest. addr. from OCRAM to DDR.
fa7f773 - Updating ls1028 platform makefiles with TEXTBASE
195e776 - driver/sfp: Adding support to enable POVDD using GPIO.
72d58b4 - Adding SIP svc function id 0xC200FF17 for EL2_2_AARCH32 function
43a807b - Replacing function get_core_pos() with get_this_core_num()
8bcd81c - Removing error return from psci_system_reset
b03ca8d - Fixing handling of DAIF when secure watchdog enabled.
09dc202 - Adding support for LX2160 secure watchdog timer

Signed-off-by: Chunrong Guo 
---
 recipes-bsp/ppa/ppa.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/ppa/ppa.inc b/recipes-bsp/ppa/ppa.inc
index f05a1ba..2faa2c7 100644
--- a/recipes-bsp/ppa/ppa.inc
+++ b/recipes-bsp/ppa/ppa.inc
@@ -8,7 +8,7 @@ inherit deploy
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/ppa-generic;nobranch=1
 \
 "
-SRCREV = "dcbe27bb5d1f769ca2c061a3d4241aa2d13dc19e"
+SRCREV = "90e13c9e148972f75f5f2e7f7a904dabf1586049"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 12/23] dpdk: update to 0c0332a

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
0c0332a - PVT: test: add NXP Copyright to test cryptodev
af17971 - Revert "PVT: bus/dpaa: avoid be to le conversion for status"
9e95cc5 - PVT:nxp/ipsec: add multiple ipsec proto testing script
7ceb022 - PVT:raw/dpaa2_qdma: add prefetch buffer support
4049033 - PVT:raw/dpaa2_qdma: add rbp mode support
275e3b9 - PVT:raw/dpaa2_qdma: fix the vq bulk dq mode
d8a75da - Merge pull request #771 in GITAM/dpdk from DPDK-816-dpaa2-eventtest 
to 17.11-qoriq-dev
aad507e - PVT:test/event: add dpaa2 unit test case
7750d0e - PVT:event/dpaa2: align evq with queue id for link and unlink
b039d3f - test/cryptodev: improve pdcp test presentation
2f33770 - crypto/dpaa2_sec: enable bi-endian changes in protocols
fa4a9a0 - PVT:event/dpaa2: fix max event port value
ae95b8f - PVT:event/dpaa2: fix missing mbuf assignment in atomic processing
01b71fe - PVT:event/dpaa2: implement dynanic portal support for enqueue
528d6f3 - mempool/dpaa2: change the print type for no buffers
97733ab - PVT:event/dpaa2: fix timeout handling
79877dd - net/dpaa2: add per queue stats get and reset support
dbb2592 - Merge pull request #746 in GITAM/dpdk from DPDK-729-pdcp to 
17.11-qoriq-dev
afa3c21 - PVT: nxp: update copyright of performance scripts
b942c8b - event/dpaa: check for linked queue before decrementing
209bb9d - PVT: dpaa: logging improvements
3f0ae55 - PVT: net/dpaa: improve err handling for fmcless mode
3c57c29 - PVT: event/dpaa2: affining portal at runtime during I/O
339f46d - PVT:event/dpaa2: realign code with dpaa1
fc00d20 - PVT:event/dpaa2: rename evq info to dpaa2 eventq
58ac377 - PVT:bus/qbman: memset the portal memory to zero
f31431b - PVT: test: add pdcp tests for DPAA1 SEC
caed7a2 - crypto/dpaa_sec: add pdcp proto offload support
378536f - crypto/dpaa_sec: ipsec offload add null algo support
5367a25 - test/crypto: add test vectors for pdcp lookaside offload
15c2b90 - crypto/dpaa2_sec: add pdcp offload support
092cfb0 - security: add pdcp protocol support
ae65359 - PVT:add security unit test compile time flag
e22fee5 - test/crypto: add test vector for ipsec lookaside offload
33f4c26 - PVT:test/crypto: fix the devid testcases
d81dae3 - crypto/dpaa2_sec: multi algo support for ipsec session
0a7ebc3 - crypto/dpaa2_sec: add out of place crypto support

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 2010e0c..1cfecda 100644
--- a/recipes-extended/dpdk/dpdk_17.11.bb
+++ b/recipes-extended/dpdk/dpdk_17.11.bb
@@ -13,7 +13,7 @@ SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobr
 file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
 file://0001-fix-gcc-8-build-error.patch \
 "
-SRCREV = "9448fe7ff3cf1367dbc92b05a9ae386b21ff7ad2"
+SRCREV = "0c0332ae0016ca6742961f1f4ac6e2f4fdbe215a"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 13/23] hyperrelay: add ldflags to INSANE_SKIP

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

Signed-off-by: Chunrong Guo 
---
 recipes-extended/hyperrelay/hyperrelay_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/hyperrelay/hyperrelay_git.bb 
b/recipes-extended/hyperrelay/hyperrelay_git.bb
index affc941..a818873 100644
--- a/recipes-extended/hyperrelay/hyperrelay_git.bb
+++ b/recipes-extended/hyperrelay/hyperrelay_git.bb
@@ -31,4 +31,4 @@ do_install() {
 
 COMPATIBLE_MACHINE = "(qoriq-ppc)"
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"
-
+INSANE_SKIP_${PN} = "ldflags"
-- 
2.7.4

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


[meta-freescale] [PATCH 02/23] mc-utils: update to 30c6310

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
30c6310 - api: add MC 10.11.0 APIs
e085f36 - USXGMII mac with autoneg must have type phy
fc6a900 - lx2160: DPL file for Serdes1=15
fefdb7e - api: add MC 10.10.0 APIs
b155e19 - api: add MC 10.9.3 APIs
494342e - api: add MC 10.9.2 APIs
462cf1a - Merge pull request #12 in DPAA2/mc-utils from lx2_bringup to master
a3cda64 - USXGMII dpc for LX2
f30bee4 - Changes for Serdes1 protocol 8 and 13
9f7f113 - Rename dpl-eth.7.dts to dpl-eth.7.8.dts because both serdes protocols 
(7 and 8) can be supported using this file
e6b77e2 - Modify log_level to LOG_LEVEL_WARN to be consistent with the file 
name.
dc400f9 - Remove innacurate comment from file dpl-eth.0x19.dts
d68abd9 - Add configuration files for serdes protocol 13 (100G).
eb77501 - Create separate folders for RDB and QDS files.
4121666 - config: lx2160a: configure MC to treat dpmac.17 and .18 as 
MAC_LINK_TYPE_PHY
b5b4dd2 - api: add MC 10.9.1 APIs
c942e0c - api: add MC 10.9.0 APIs
777c002 - config: lx2160a: added copyright and license
4937734 - config: lx2160a: add DPL for Serdes1 protocol 0x7
d03f567 - lx2160a: Add DPNI for DPMAC.2
c7705fe - lx2160a: Increase number of 2-WQ channels
7439147 - lx2160a: All all te DPMACs for Serdes protocol 1 = 19

Signed-off-by: Chunrong Guo 
---
 recipes-bsp/mc-utils/mc-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb 
b/recipes-bsp/mc-utils/mc-utils_git.bb
index 7cb0ebb..f34d441 100644
--- a/recipes-bsp/mc-utils/mc-utils_git.bb
+++ b/recipes-bsp/mc-utils/mc-utils_git.bb
@@ -10,7 +10,7 @@ DEPENDS += "dtc-native"
 inherit deploy
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/mc-utils;nobranch=1"
-SRCREV = "de3c46f16732f5e050851277b91e82d63818ca58"
+SRCREV = "30c63101b15def4620f509641b97641c25fe19fe"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 10/23] management-complex : upgrade 10.8.0->10.10.0

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
a71009e - Add the prebuilt binaries of mc 10.10.0 release
840aa8e - Initial commit to add README

Signed-off-by: Chunrong Guo 
---
 .../management-complex_10.10.0.bb  | 39 ++
 .../management-complex_10.8.0.bb   | 39 --
 2 files changed, 39 insertions(+), 39 deletions(-)
 create mode 100644 
recipes-dpaa2/management-complex/management-complex_10.10.0.bb
 delete mode 100644 
recipes-dpaa2/management-complex/management-complex_10.8.0.bb

diff --git a/recipes-dpaa2/management-complex/management-complex_10.10.0.bb 
b/recipes-dpaa2/management-complex/management-complex_10.10.0.bb
new file mode 100644
index 000..c9f4c5b
--- /dev/null
+++ b/recipes-dpaa2/management-complex/management-complex_10.10.0.bb
@@ -0,0 +1,39 @@
+SUMMARY = "DPAA2 Management Complex Firmware"
+LICENSE = "NXP-Binary-EULA"
+LIC_FILES_CHKSUM = 
"file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f"
+
+inherit deploy
+
+INHIBIT_DEFAULT_DEPS = "1"
+
+SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1"
+SRCREV = "a71009e13b1e7dac9cffc708f62037e67985bbfc"
+
+S = "${WORKDIR}/git"
+
+REGLEX_ls2088a = "ls2088a"
+REGLEX_ls1088a = "ls1088a"
+
+do_install () {
+install -d ${D}/boot
+install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
+}
+
+do_deploy () {
+install -d ${DEPLOYDIR}/mc_app
+install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
+# make a symlink to the latest binary
+for mc_binary in `ls ${DEPLOYDIR}/mc_app |sort`;do
+ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
+done
+}
+addtask deploy before do_build after do_install
+
+PACKAGES += "${PN}-image"
+FILES_${PN}-image += "/boot"
+
+INHIBIT_PACKAGE_STRIP = "1"
+
+COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
diff --git a/recipes-dpaa2/management-complex/management-complex_10.8.0.bb 
b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb
deleted file mode 100644
index bd2e129..000
--- a/recipes-dpaa2/management-complex/management-complex_10.8.0.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-SUMMARY = "DPAA2 Management Complex Firmware"
-LICENSE = "NXP-Binary-EULA"
-LIC_FILES_CHKSUM = 
"file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f"
-
-inherit deploy
-
-INHIBIT_DEFAULT_DEPS = "1"
-
-SRC_URI = "git://github.com/NXP/qoriq-mc-binary.git;nobranch=1"
-SRCREV = "9c1d73016b47f8654d48f0ccff776e5e4588d822"
-
-S = "${WORKDIR}/git"
-
-REGLEX_ls2088a = "ls2088a"
-REGLEX_ls1088a = "ls1088a"
-
-do_install () {
-install -d ${D}/boot
-install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
-}
-
-do_deploy () {
-install -d ${DEPLOYDIR}/mc_app
-install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
-# make a symlink to the latest binary
-for mc_binary in `ls ${DEPLOYDIR}/mc_app |sort`;do
-ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
-done
-}
-addtask deploy before do_build after do_install
-
-PACKAGES += "${PN}-image"
-FILES_${PN}-image += "/boot"
-
-INHIBIT_PACKAGE_STRIP = "1"
-
-COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-- 
2.7.4

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


[meta-freescale] [PATCH 18/23] linux-qoriq/4.14: update to f2f35bb

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
f2f35bb - Merge branch 'linux-4.14-nxp' into linux-4.14 on Sep 18, 2018
5f3c405 - staging: fsl-mc/dpio: Change bpid type to u16
cb00303 - staging: fsl-mc/dpio: Use __leXX types where needed
c00a439 - staging: fsl-mc/dpio: Endianness fixes
e34a66e - staging: fsl_ppfe/eth: handle ls1012a errata_a010897
11b53ec - staging: fsl_ppfe/eth: disable CRC removal
c536549 - staging: fsl_ppfe/eth: remove jumbo frame enable from gemac init
896cf25 - staging: fsl_ppfe/eth: define pfe ndo_change_mtu function
b906f48 - staging: fsl_ppfe/eth: use mask for rx max frame len
9fae52a - staging: fsl_ppfe/eth: reorganize pfe_netdev_ops
f7af8ce - crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
910cc87 - sdk_dpaa: ls1043a errata: move comment
45e56f4 - sdk_dpaa: ls1043a errata: align skb_shinfo
e45c6c8 - Merge branch 'linux-4.14-nxp' into linux-4.14 on Sep 13, 2018
78347d6 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
1f2dbbb - crypto: caam/jr - fix descriptor DMA unmapping
246d8da - usb: dwc3: core: Fix broken system suspend/resume on AM437x
82a53c6 - sdk_dpaa: store the skb backpointer in the skb headroom
46cbab6 - dts: fsl-ls1021a, fsl-ls1043a, fsl-ls1046a: add multi block node 
support
c89ab26 - dmaengine: fsl-qdma: Add new interfance to improve the qdma driver
950d6fc - dmaengine: fsl-qdma: set Scatter/Gather table with 64B aligned to fix 
Errata A-008370.
f3b697e - dmaengine: fsl-qdma: remove remaining code for SG mode
e1b2576 - Documentation: DT: dma: Add Freescale qDMA engine device tree
6f3ef33 - dmaengine: fsl-qdma: add multi block for each core qDMA engine driver 
support.
0ceab86 - powerpc/mpc85xx: fix issues in clock node
98a443d - encrypted_keys: Adds support for secure key-type as master key.
2cc545a0 - security/keys/secure_key: Adds the secure key support based on CAAM.
e497055 - tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via Kconfig
547912c - fmd: use "fsl,fman-ptp-timer" compatible for ptp probe
debad8f - Merge branch 'linux-4.14-nxp' into linux-4.14 on Sep 4, 2018
7e1c0308 - staging: fsl-dpaa2/eth: Delay netdev_register() call
4590ee7 - crypto: tcrypt - reschedule during speed tests
c5d21b3 - arm64: dts: updates for Unified Backplane driver

Signed-off-by: Chunrong Guo 
---
 recipes-kernel/linux/linux-qoriq_4.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-qoriq_4.14.bb 
b/recipes-kernel/linux/linux-qoriq_4.14.bb
index bceacf3..13a4463 100644
--- a/recipes-kernel/linux/linux-qoriq_4.14.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.14.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
 file://0001-fix-gcc8-build-error.patch \
 "
-SRCREV = "b09b730fcb1cbcbaa71ff8a84eafd1c2454f7e55"
+SRCREV = "f2f35bbfc16b384f447a30dd0b240637331fd132"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 08/23] aiopsl: update to ec0e50b

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
ec0e50b - pfc demo: added AIOP/WRIOP support for PFC on Rx side
f4e7829 - pfc demo: initial version
7b8b314 - Revert "qos_demo: Test for BPSCN and CSCN taks creation"
3a6a65a - Revert "qos_demo : Final version of CSCN/BPSCN tests"
ec91d01 - FDMA : Remove traffic classes XON/XOFF flow control
8959b9b - dpni: Add support for MAC flags
dcbac27 - qos_demo : Final version of CSCN/BPSCN tests
981bd1d - FDMA : Fix BDI bit reading from ADC
2925863 - FDMA: add support for flow control XON/XOFF commands
2a67ad6 - qos_demo: Test for BPSCN and CSCN taks creation
955be3b - aiopsl : Support for CSCN/BPSCN task creation

Signed-off-by: Chunrong Guo 
---
 recipes-dpaa2/aiopsl/aiopsl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb 
b/recipes-dpaa2/aiopsl/aiopsl_git.bb
index e21247a..9ba1281 100644
--- a/recipes-dpaa2/aiopsl/aiopsl_git.bb
+++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb
@@ -8,7 +8,7 @@ BASEDEPENDS = ""
 S = "${WORKDIR}/git"
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/aiopsl;nobranch=1"
-SRCREV = "e34ec5991511d424209f76d5701ef2cd8abb9479"
+SRCREV = "ec0e50b9bfe794b78bf0d91789f2a77dc4e8ceb4"
 
 do_configure[noexec] = "1"
 do_compile[noexec] = "1"
-- 
2.7.4

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


[meta-freescale] [PATCH 04/23] uboot: update to 1e96fd8

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
1e96fd8 - ls2080ardb: remove dhcp function from u-boot env as boot source
5c03a79 - ls1088a: remove dhcp function from u-boot env as boot source
6f5dc2c - ls1012a: remove debug info from u-boot log.
fa2d088 - ls1088ardb_pb: Secure boot: Change bootscript and header name
13bedc9 - driver: net: fsl-mc: Memset MC reserve ram memory before usage
165c98a - Revert "driver: net: fsl-mc: Memset MC reserve red memory before 
usage"
e0a7cda - Revert "armv8: fsl-layerscape: add missing register blocks base 
address defines"
cb9edfa - Revert "armv8: ls1046a: advertise QMan v3 in configuration"
19528d0 - Revert "misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms"
e3b589b - Revert "armv8: fsl-layerscape: add missing debug stream ID"
342682e - Revert "armv8: ls1046a: initial icid setup support"
0a725a4 - Revert "armv8: ls1046a: add icid setup for qman portals"
2f59bf6 - Revert "armv8: ls1046a: setup fman ports ICIDs and device tree"
5c872b4 - Revert "armv8: ls1046a: setup SEC ICIDs and fix up device tree"
9f304d2 - Revert "armv8: ls1043a: advertise QMan v3 in configuration"
4648116 - Revert "armv8: ls1043a: add icid setup support"
6624809 - Revert "armv8: icid: fix 'set_icids' call"
52b9297 - ls1088ardb_pb: Add SD boot support.
ad074ad - driver: net: fsl-mc: Memset MC reserve red memory before usage
5c50f5a - armv8: layerscape: fix compilation warning 'unused ns_dev'
a654fcc - ls1012afrwy: Add ls1012afrwy revC board support.
69a7e63 - armv7: ls102xa: Disable QE before enter deep sleep
db1990f - arm: layerscape: Remove CONFIG_U_QE define in ls1012atwr.h
e1f8fe0 - qe: kconfig: U QE kconfig
6584582 - ls1088ardb_pb: remove sd u-boot support.
960ae1e - armv8: icid: fix 'set_icids' call
7402171 - ls1088ardb_pb: Add support for ls1088ardb_pb board.
dd5ae4b - armv8: ls1043a: add icid setup support
e9b0593 - armv8: ls1043a: advertise QMan v3 in configuration
4c762cf - armv8: ls1046a: setup SEC ICIDs and fix up device tree
1719ffd - armv8: ls1046a: setup fman ports ICIDs and device tree
82327f1 - armv8: ls1046a: add icid setup for qman portals
dbcacdc - armv8: ls1046a: initial icid setup support
1b86306 - armv8: fsl-layerscape: add missing debug stream ID
6b1519e - misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms
64e4333 - armv8: ls1046a: advertise QMan v3 in configuration
c986803 - armv8: fsl-layerscape: add missing register blocks base address 
defines

Signed-off-by: Chunrong Guo 
---
 recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb 
b/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb
index 437ea85..48646c0 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2018.03.bb
@@ -20,7 +20,7 @@ DEPENDS_append_qoriq-ppc = " boot-format-native"
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;nobranch=1 \
 "
-SRCREV = "11abda97baeb57109b20c99a1edad6f8205bedbc"
+SRCREV = "1e96fd8f464dfe23eb692a11018c20d70546783b"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 05/23] ppfe-firmware: udpate to 58aa0ca

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
58aa0ca - DNCPE-372 Update binary files with no CRC FWD

Signed-off-by: Chunrong Guo 
---
 recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb 
b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
index 6fa0ad9..fe59d4a 100644
--- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
+++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
@@ -8,7 +8,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 inherit deploy
 
 SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1"
-SRCREV = "50c825b9300c5e36548fb5dcbef538b650fc1913"
+SRCREV = "58aa0cac630528ed91fe5639700d6b571c0c07b5"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 20/23] optee-os-qoriq : update to 5f6c95c

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
5f6c95c - Merge pull request #10 in DASH/optee_os from 
~NXA27423/optee_os:optee_3.2.0 to optee_3.2.0
e910662 - Enable CFG_ARM_GICV3 for LS1088 and LS2088
e7e9143 - Merge pull request #9 in DASH/optee_os from 
~NXA27423/optee_os:optee_3.2.0 to optee_3.2.0
07ccba5 - plat-ls:add LS2088ARDB platform flavors
77f2a27 - plat-ls:add LS1088ARDB platform flavors
cc05229 - plat-ls:add LS1012AFRWY platform flavors
dc113b4 - Updating MAINTAINERS for LS1046A-RDB, LS1043A-RDB, LS1021
8b26860 - Prepare Generic layout for all platforms
03c103c - Remove platform specific function
9ff2f59 - Merge pull request #7 in DASH/optee_os from 
~NXA19713/optee_os_3.2.0_nxp:optee_3.2.0 to optee_3.2.0
31475ae - Update revision for release tag 3.2.0-rc1
b935a53 - benchmark: change the way of timestamp buffer allocation.
8a97aa3 - scripts/symbolize.py: ignore undefined symbols
b15b130 - core: support for global shared buffers
96d297b - core: tee: update objectSize/keySize for ECDSA/ECDH Objects
2101091 - ci: shippable: build stm32mp1
df0c43b - plat-stm32mp1: reformat OP-TEE images to stm32 format
65c3867 - core: stm32_uart driver
5316c4c - plat-stm32mp1: add initial support
e585698 - Remove get_rng_array()
b7ca2f3 - libmpa: remove mpa_set_random_generator()
1933fd8 - core: add new RNG implementation
ab45c2d - core: split tee_pager_init()
37770ed - core: don't divide by sizeof(*mem) for ddr nsec memory
7074438 - ci: shippable: Add sunxi-bpi_zero
ce5bbb3 - MAINTAINERS: Add MAINTAINERS entry for AllWinner H2+
30c43ed - plat-sunxi: Add plat-sunxi
677bbd2 - core: add mdelay() function
5fde43b - core: drivers: serial8250_uart: Add DT support
7b74779 - Add new platform for the TI K3 class of SoCs
853b8de - core: crypto: arm64 ce: update AES CBC routines
203dcfc - ci: travis: cleanup for Ubuntu Trusty container-based environment
db13fc5 - ci: travis: set buildroot ccache directory to ~/.ccache
cf847ed - libutee: Fix the keepalive condition on last session close

Signed-off-by: Chunrong Guo 
---
 recipes-security/optee/optee-os-qoriq_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/optee/optee-os-qoriq_git.bb 
b/recipes-security/optee/optee-os-qoriq_git.bb
index 1845d13..e8c5620 100644
--- a/recipes-security/optee/optee-os-qoriq_git.bb
+++ b/recipes-security/optee/optee-os-qoriq_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "python-pycrypto-native"
 
 inherit deploy pythonnative
 
-SRCREV = "fe3b3da0ff1c108c848a7baafcb2788c506991ac"
+SRCREV = "5f6c95c085bb0dd750a7f5c464e5ebe6de0a99bd"
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1
 \
file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
   "
-- 
2.7.4

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


[meta-freescale] [PATCH 09/23] gpp-aioptool:remove libio.h

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update for glibc libio.h removal in 2.28+

Signed-off-by: Chunrong Guo 
---
 .../gpp-aioptool/0001-remove-libio.h.patch | 27 ++
 recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 
recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch

diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch 
b/recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch
new file mode 100644
index 000..92b75f7
--- /dev/null
+++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool/0001-remove-libio.h.patch
@@ -0,0 +1,27 @@
+From bb5ab9463db2f79c11c60808fdccd5d57d31fdac Mon Sep 17 00:00:00 2001
+From: Chunrong Guo 
+Date: Fri, 7 Sep 2018 14:54:30 +0800
+Subject: [PATCH] remove libio.h
+
+update for glibc libio.h removal in 2.28+
+
+Signed-off-by: BJ DevOps Team 
+---
+ flib/mc/fsl_mc_sys.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/flib/mc/fsl_mc_sys.h b/flib/mc/fsl_mc_sys.h
+index b01db32..7ba8800 100644
+--- a/flib/mc/fsl_mc_sys.h
 b/flib/mc/fsl_mc_sys.h
+@@ -52,7 +52,6 @@ struct fsl_mc_io {
+ #else /* __linux_driver__ */
+ 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.7.4
+
diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb 
b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
index decc143..a9c3180 100644
--- a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
+++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
@@ -7,6 +7,7 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987"
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/gpp-aioptool;nobranch=1
 \
+file://0001-remove-libio.h.patch \
 "
 SRCREV = "6ead470dde043f3ca67f1ba19b313dd64ec199e1"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 16/23] secure-obj:update to bbcbe6c

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
bbcbe6c - BUG: Fix for PLATSEC-666
e944456 - BUG: Fix for PLATSEC-628
41a0eaa - Making secure object components ompatible to OpenSSL 1.1.0 and 1.0.2
f72cf1a - Fix for PLATSEC-581
6e7a21d - SOBJ_APP: Resolving Coverity issue
6f2e2be - REVIEW_REWORK: Taking care of review comments for EC work
8ef1bed - SOBJ_ENGINE: Adding support for ECDSA signing/verification
660f686 - SOBJ_APP: Adding support for creating fake EC .pem file
7d57c1c - SOBJ_LIB_TA: Adding ECDSA Signing Support
d90cbbe - SOBJ_APP: Adding support for importing/generation of EC Keys
55cfccb - SOBJ_TA: Adding support for ECC 256 and 384
752fd17 - SOBJ_LIB: Adding necessary Macros for EC Keys support

*update COMPATIBLE_MACHINE for qoriq-arm64

*fix do_compile failed when DEBUG_BUILD

Signed-off-by: Chunrong Guo 
---
 recipes-extended/secure-obj/secure-obj.inc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/secure-obj/secure-obj.inc 
b/recipes-extended/secure-obj/secure-obj.inc
index 3fc5b89..99271d1 100644
--- a/recipes-extended/secure-obj/secure-obj.inc
+++ b/recipes-extended/secure-obj/secure-obj.inc
@@ -12,7 +12,7 @@ LDFLAGS += "${TOOLCHAIN_OPTIONS}"
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1
 \
 "
-SRCREV = "24d31333bd50f212ac692db83a4a2d88d0dadb52"
+SRCREV = "bbcbe6cd137440b8b23e1fa71077fd3c8973e5da"
 
 WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
 export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/"
@@ -24,4 +24,5 @@ ALLOW_EMPTY_${PN} = "1"
 INHIBIT_PACKAGE_STRIP = "1"
 PARALLEL_MAKE = ""
 INSANE_SKIP_${PN} = "ldflags"
-COMPATIBLE_MACHINE = 
"(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a|ls1012a)"
+COMPATIBLE_MACHINE = "(qoriq-arm64)"
+DEBUG_BUILD = "1"
-- 
2.7.4

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


[meta-freescale] [PATCH 07/23] fmlib: update to 82d89ad

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
82d89ad - Makefile: enable PPC support

*set TARGET_ARCH_FMLIB to PPC support

*set FMLIB_TARGET to PPC support

Signed-off-by: Chunrong Guo 
---
 recipes-dpaa/fmlib/fmlib_git.bb | 14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index 1f31f63..9be6ef4 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -6,14 +6,24 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac"
 PR = "r1"
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/fmlib;nobranch=1"
-SRCREV = "22126510006f366981c078a340e012a1e0415429"
+SRCREV = "82d89adae917397324c5d74108305f6c9bae8d00"
 
 S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \
 CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}"
 
-FMLIB_TARGET = "libfm-arm"
+TARGET_ARCH_FMLIB = "${DEFAULTTUNE}"
+TARGET_ARCH_FMLIB_qoriq-arm = "arm"
+TARGET_ARCH_FMLIB_qoriq-rm64 = "arm"
+TARGET_ARCH_FMLIB_e5500 = "ppc32e5500"
+TARGET_ARCH_FMLIB_e6500 = "ppc32e6500"
+TARGET_ARCH_FMLIB_e500mc = "ppce500mc"
+TARGET_ARCH_FMLIB_e500v2 = "ppce500v2"
+
+FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}"
+FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3l"
+
 do_compile () {
 oe_runmake ${FMLIB_TARGET}.a
 }
-- 
2.7.4

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


[meta-freescale] [PATCH 15/23] libpkcs11: update to e9f570c

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
e9f570c - APPS: Making apps compatible to OpenSSL 1.1.0 and 1.0.2
c381e09 - REVIEW_REWORK: Taking care of comments for ECC support
9b04928 - LIB: Adding ECC 256/384 support

Signed-off-by: Chunrong Guo 
---
 recipes-extended/libpkcs11/libpkcs11_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb 
b/recipes-extended/libpkcs11/libpkcs11_git.bb
index e0c7515..e6161c6 100644
--- a/recipes-extended/libpkcs11/libpkcs11_git.bb
+++ b/recipes-extended/libpkcs11/libpkcs11_git.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625"
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1"
-SRCREV = "8e942d3878372639e79aa74c4f991f9525fe6eec"
+SRCREV = "e9f570c4464598afea65a227b7e2f37fe6b032fc"
 
 DEPENDS = "openssl secure-obj"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 17/23] cryptodev-qoriq: update to 479e6e7

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
479e6e7 - Merge branch 'master' of 
https://github.com/cryptodev-linux/cryptodev-linux
f60aa08 - ioctl.c: Fix build with linux 4.17

Signed-off-by: Chunrong Guo 
---
 recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc 
b/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
index 90067cf..0d7249f 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
@@ -15,7 +15,7 @@ python() {
 FILESEXTRAPATHS_prepend := "${THISDIR}/yocto_patches:"
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;nobranch=1"
-SRCREV = "c8b2900c19c40aeecc9295ada5ba6a2d6b02e04f"
+SRCREV = "479e6e7f071e252c0c37ea38d38fdb4cd808f496"
 
 # NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc
 # if pkc-host does not need customized cryptodev patches anymore
-- 
2.7.4

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


[meta-freescale] [PATCH 23/23] qoriq-base : remove PREFERRED_PROVIDER_openssl10

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*openssl-qoriq remove openssl10

Signed-off-by: Chunrong Guo 
---
 conf/machine/include/qoriq-base.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/machine/include/qoriq-base.inc 
b/conf/machine/include/qoriq-base.inc
index 59953f4..b19332e 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -7,7 +7,6 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
 PREFERRED_VERSION_testfloat = "2a"
-PREFERRED_PROVIDER_openssl10 = "openssl-qoriq"
 PREFERRED_PROVIDER_ptpd = "ptpd-qoriq"
 
 SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz"
-- 
2.7.4

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


[meta-freescale] [PATCH 19/23] linux-qoriq/4.9: update to e8b01fb

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
e8b01fb - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 18, 2018
b4e1e65 - staging: fsl_ppfe/eth: handle ls1012a errata_a010897
08fbe85 - staging: fsl_ppfe/eth: disable CRC removal
b8cccb6 - staging: fsl_ppfe/eth: remove jumbo frame enable from gemac init
70d99b6 - staging: fsl_ppfe/eth: define pfe ndo_change_mtu function
2b5471a - staging: fsl_ppfe/eth: use mask for rx max frame len
6f5a39f - staging: fsl_ppfe/eth: reorganize pfe_netdev_ops
7fcc6a4 - sdk_dpaa: ls1043a errata: move comment
b24a3d7 - sdk_dpaa: ls1043a errata: align skb_shinfo
9eb7396 - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 17, 2018
5f51ee4 - mtd: fsl-quadspi: introduce variable to fix different invalid master 
Id for different platform
a868c814 - encrypted_keys: Adds support for secure key-type as master key.
9262d84 - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 13, 2018
b2a7693 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
1263e51 - crypto: caam/jr - fix descriptor DMA unmapping
2b246c3 - sdk_dpaa: store the skb backpointer in the skb headroom
f958c10 - powerpc/mpc85xx: fix issues in clock node
3840325 - Fix compiling error
b750b6e - security/keys/secure_key: Adds the secure key support based on CAAM.
233cfc7 - tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via Kconfig
bd42cc4 - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 5, 2018
82f6df6 - fmd: use "fsl,fman-ptp-timer" compatible for ptp probe
fe785fb - sdk_dpaa: fix jumboframe issue
de252a4 - Merge branch 'linux-4.9-nxp' into linux-4.9 on Sep 4, 2018
10e02ba - arm64: dts: updates for Unified Backplane driver
eb39c2c - arm64: dts: ls1046: add support for 10GBase-KR
dcd820f - arm64: dts: ls1088a: add backplane support
d0a2671 - arm64: dts: ls2088a: update backplane support with dpmac connections
4a2312c - staging: fsl-dpaa2/eth: Delay netdev_register() call
ba1a544 - crypto: tcrypt - reschedule during speed tests
6fee36b - Merge branch 'linux-4.9-nxp' into linux-4.9 on Aug 30, 2018
c15a4ca - Merge Linaro LSK linux-4.9.124 into linux-4.9
7ca5139 - Merge tag 'v4.9.124' into linux-linaro-lsk-v4.9

*refresh patches

Signed-off-by: Chunrong Guo 
---
 .../0001-Makefile-fix-gcc-8-build-error.patch  | 25 ++
 .../0001-fix-gcc-8-build-error-for-linux-4.9.patch | 25 --
 recipes-kernel/linux/linux-qoriq_4.9.bb|  4 ++--
 3 files changed, 27 insertions(+), 27 deletions(-)
 create mode 100644 
recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch
 delete mode 100644 
recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch

diff --git 
a/recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch 
b/recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch
new file mode 100644
index 000..b4c4aed
--- /dev/null
+++ b/recipes-kernel/linux/linux-qoriq/0001-Makefile-fix-gcc-8-build-error.patch
@@ -0,0 +1,25 @@
+From 5066b8f46b0f2348881923491b93825ac04d13d2 Mon Sep 17 00:00:00 2001
+From: Chunrong Guo 
+Date: Sat, 29 Sep 2018 14:12:34 +0800
+Subject: [PATCH] Makefile: fix gcc-8 build error
+
+Signed-off-by: BJ DevOps Team 
+---
+ Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile b/Makefile
+index 53d57ac..b7c5fd4 100644
+--- a/Makefile
 b/Makefile
+@@ -395,6 +395,7 @@ LINUXINCLUDE   += $(filter-out 
$(LINUXINCLUDE),$(USERINCLUDE))
+ KBUILD_AFLAGS   := -D__ASSEMBLY__
+ KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
+  -fno-strict-aliasing -fno-common \
++   -Wno-packed-not-aligned -Wno-tautological-compare \
+  -Werror-implicit-function-declaration \
+  -Wno-format-security \
+  -std=gnu89
+-- 
+1.8.3.1
+
diff --git 
a/recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch
 
b/recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch
deleted file mode 100644
index facf96d..000
--- 
a/recipes-kernel/linux/linux-qoriq/0001-fix-gcc-8-build-error-for-linux-4.9.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 7370e3004d56882652cb6d20b54c19b48b87f8a5 Mon Sep 17 00:00:00 2001
-From: Chunrong Guo 
-Date: Thu, 5 Jul 2018 15:43:19 +0800
-Subject: [PATCH] fix gcc-8 build error
-
-Signed-off-by: BJ DevOps Team 

- Makefile | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Makefile b/Makefile
-index 7d06dba..fb763a5 100644
 a/Makefile
-+++ b/Makefile
-@@ -395,6 +395,7 @@ LINUXINCLUDE   += $(filter-out 
$(LINUXINCLUDE),$(USERINCLUDE))
- KBUILD_AFLAGS   := -D__ASSEMBLY__
- KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-  -fno-strict-aliasing -fno-common \
-+   -Wno-packed-not-aligned -Wno-tautological-compare \
-  -Werror-implicit-function-declaration \
-  -Wno-format-security \
- 

[meta-freescale] [PATCH 03/23] rcw: udpate to 04ec3bb

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
04ec3bb - Arm64:ls2088a: Add the workaround of errata A-008851
927445c - Arm64:ls2088aqds:dts: Remove the PBI_LENTH property
6915c63 - ls1088ardb_pb: Add serdes protocol _0x1d_0x13.
b0ee8b7 - ls2088ardb_rev1.1: add RCW configuration file for enable dspi.
81d3f97 - ls2088ardb: add RCW configuration file for enable dspi.
9f85946 - fix DESTDIR value and 'make clean' command
ce2fdf7 - ls1043a: qspi_boot: Update u-boot address according to DASH memory 
mapping
1514c10 - Revert "ls1043a: Fix QSPI endian issue for QSPI boot on LS1043AQDS"

Signed-off-by: Chunrong Guo 
---
 recipes-bsp/rcw/rcw_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 8789961..a105985 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "change-file-endianess-native tcl-native"
 inherit deploy siteinfo fsl-eula-unpack
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;fsl-eula=true;nobranch=1"
-SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c"
+SRCREV = "04ec3bbc210fd0d7762c26c0e72182eca5e26deb"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

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


[meta-freescale] [PATCH 22/23] optee-client-qoriq: update to ab3c79c

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
ab3c79c - Merge pull request #1 in DASH/optee_client from 
~NXA19713/optee_client:master to optee_client_3.2
d56bb17 - Do not export CMakeLists.txt when running install
ffd0a1d - libteec: Fix incorrect SOVERSION number
09b8071 - tee-supplicant: cast sizeof(x) to socklen_t
b46a1e0 - tee-supplicant: fix gcc warning
c3ae0db - cmake: Initial CMake support
e23a20d - tee-supplicant: fix use of mem after it's freed
42c81ab - libteec/tee-supplicant: respect LDFLAGS set from distribution 
toolchain
afb7317 - libteec/Makefile: generate static library (libteec.a)

*refresh patches

Signed-off-by: Chunrong Guo 
---
 recipes-security/optee/optee-client-qoriq.bb   |  4 +-
 .../0001-Respect-LDFLAGS-set-from-OE-build.patch   | 67 --
 .../0001-flags-CFLAGS-add-Wno-cpp.patch| 28 +
 3 files changed, 30 insertions(+), 69 deletions(-)
 delete mode 100644 
recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch
 create mode 100644 
recipes-security/optee/optee-client-qoriq/0001-flags-CFLAGS-add-Wno-cpp.patch

diff --git a/recipes-security/optee/optee-client-qoriq.bb 
b/recipes-security/optee/optee-client-qoriq.bb
index a504270..6aaf714 100644
--- a/recipes-security/optee/optee-client-qoriq.bb
+++ b/recipes-security/optee/optee-client-qoriq.bb
@@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = 
"file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
 inherit pythonnative systemd
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1
 \
-   file://0001-Respect-LDFLAGS-set-from-OE-build.patch \
file://0001-GCC-8-format-truncation-error.patch \
+   file://0001-flags-CFLAGS-add-Wno-cpp.patch \
 "
 S = "${WORKDIR}/git"
 
-SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958"
+SRCREV = "ab3c79ccd3ea9323e236d30037977c0a19944dbd"
 
 EXTRA_OEMAKE = "ARCH=arm64"
 
diff --git 
a/recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch
 
b/recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch
deleted file mode 100644
index 8dd6c7a..000
--- 
a/recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From 73cb675c16bd63ee0e760a4067ffda4b050d19fa Mon Sep 17 00:00:00 2001
-From: Martin Jansa 
-Date: Thu, 15 Jun 2017 17:20:35 -0700
-Subject: [PATCH] Respect LDFLAGS set from OE build
-
-* Unify LFLAGS/LDFLAGS variable names (only tee-supplicant was using LDFLAGS).
-* Fixes:
-  ERROR: optee-client-2.4.0+gitAUTOINC+1df4046bd7-r0 do_package_qa: QA Issue: 
No GNU_HASH in the elf binary: 
'optee-client/2.4.0+gitAUTOINC+1df4046bd7-r0/packages-split/optee-client/usr/bin/tee-supplicant'
-  No GNU_HASH in the elf binary: 
'optee-client/2.4.0+gitAUTOINC+1df4046bd7-r0/packages-split/optee-client/usr/lib/libteec.so.1.0'
 [ldflags]
-  ERROR: optee-client-2.4.0+gitAUTOINC+1df4046bd7-r0 do_package_qa: QA run 
found fatal errors. Please consider fixing them.
-  ERROR: optee-client-2.4.0+gitAUTOINC+1df4046bd7-r0 do_package_qa: Function 
failed: do_package_qa
-  ERROR: Logfile of failure stored in: 
optee-client/2.4.0+gitAUTOINC+1df4046bd7-r0/temp/log.do_package_qa.31246
-
-Upstream-Status: Pending
-Signed-off-by: Martin Jansa 
-

- libteec/Makefile| 2 +-
- tee-supplicant/Makefile | 8 
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/libteec/Makefile b/libteec/Makefile
-index 568a2cd..a406237 100644
 a/libteec/Makefile
-+++ b/libteec/Makefile
-@@ -36,7 +36,7 @@ ifeq ($(CFG_TEE_BENCHMARK),y)
- TEEC_CFLAGS   += -DCFG_TEE_BENCHMARK
- endif
- 
--TEEC_LFLAGS:= -lpthread
-+TEEC_LFLAGS:= $(LDFLAGS) -lpthread
- TEEC_LIBRARY  := $(OUT_DIR)/$(LIB_MAJ_MIN)
- 
- libteec: $(TEEC_LIBRARY)
-diff --git a/tee-supplicant/Makefile b/tee-supplicant/Makefile
-index 737d39a..4b423fb 100644
 a/tee-supplicant/Makefile
-+++ b/tee-supplicant/Makefile
-@@ -55,21 +55,21 @@ ifeq ($(CFG_TA_TEST_PATH),y)
- TEES_CFLAGS   += -DCFG_TA_TEST_PATH=1
- endif
- TEES_FILE := $(OUT_DIR)/$(PACKAGE_NAME)
--TEES_LDFLAGS:= -L$(OUT_DIR)/../libteec -lteec
-+TEES_LFLAGS:= $(LDFLAGS) -L$(OUT_DIR)/../libteec -lteec
- 
- ifeq ($(CFG_TA_GPROF_SUPPORT),y)
- TEES_CFLAGS   += -DCFG_TA_GPROF_SUPPORT
- endif
- 
--TEES_LDFLAGS  += -lpthread
-+TEES_LFLAGS   += -lpthread
- # Needed to get clock_gettime() for for glibc versions before 2.17
--TEES_LDFLAGS  += -lrt
-+TEES_LFLAGS   += -lrt
- 
- tee-supplicant: $(TEES_FILE)
- 
- $(TEES_FILE): $(TEES_OBJS)
-   @echo "  LINK$@"
--  $(VPREFIX)$(CC) -o $@ $+ $(TEES_LDFLAGS)
-+  $(VPREFIX)$(CC) -o $@ $+ $(TEES_LFLAGS)
-   @echo ""
- 
- $(TEES_OBJ_DIR)/%.o: $(TEES_SRC_DIR)/%.c
--- 
-2.15.0.rc2
-
diff --git 
a/recipes-security/optee/optee-client-qoriq/0001-flags-CFLAGS-add-Wno-cpp.patch 
b/recipes-security/optee/optee-client-qoriq/0001-flags-CFLAGS-add-Wno-cpp.patch

[meta-freescale] [PATCH] qoriq-base : remove PREFERRED_PROVIDER_openssl10

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*openssl-qoriq remove openssl10

Signed-off-by: Chunrong Guo 
---
 conf/machine/include/qoriq-base.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/machine/include/qoriq-base.inc 
b/conf/machine/include/qoriq-base.inc
index 59953f4..b19332e 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -7,7 +7,6 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
 PREFERRED_VERSION_testfloat = "2a"
-PREFERRED_PROVIDER_openssl10 = "openssl-qoriq"
 PREFERRED_PROVIDER_ptpd = "ptpd-qoriq"
 
 SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz"
-- 
2.7.4

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


[meta-freescale] [PATCH 06/23] fmc: udpate to 09a497f

2018-09-29 Thread chunrong . guo
From: Chunrong Guo 

*update to lsdk 1809 tag
include the following changes:
09a497f - Makefile: enable PPC support
ba9ed3b - Remove fmc data file on cleanup command
a3e83b6 - Added fmc option to perform only cleanup of last fmc execution

* add EXTRA_OEMAKE_PLATFORM_qoriq-ppc to support ppc

Signed-off-by: Chunrong Guo 
---
 dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb 
b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
index d839b6f..1aed6f5 100644
--- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
@@ -7,7 +7,7 @@ PR = "r2"
 DEPENDS = "libxml2 fmlib tclap"
 
 SRC_URI = 
"git://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1"
-SRCREV = "8c9f127138dc803bf58bef75e9fc092dc60f9c53"
+SRCREV = "09a497fe92aa6cf784140b9084bccf497700"
 
 S = "${WORKDIR}/git"
 
@@ -22,6 +22,7 @@ EXTRA_OEMAKE_PLATFORM ?= ""
 EXTRA_OEMAKE_PLATFORM_ls1043a = "ls1043"
 EXTRA_OEMAKE_PLATFORM_ls1046a = "ls1046"
 EXTRA_OEMAKE_PLATFORM_ls1088a = "ls1088"
+EXTRA_OEMAKE_PLATFORM_qoriq-ppc = "p4080ds"
 
 do_compile () {
 oe_runmake MACHINE=${EXTRA_OEMAKE_PLATFORM} -C source
-- 
2.7.4

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