aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-10-06imx8mmevk.conf/imx-base.inc: Add i.MX 8MM EVK supportYuqing Zhu
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-06cairo: prevent mutually exclusive packageconfigsMax Krummenacher
cairo does not allow to configure both for opengl and glesv2. With commit f8270871c in openembedde-core and distro features 'x11 opengl' enabled the opengl packageconfig gets added. Remove a potentially existing opengl from packageconfig. | checking for glesv2... yes | configure: error: use either --enable-gl=yes or --enable-glesv2=yes. Not both at the same time. ... | ERROR: Function failed: do_configure Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-06Revert "dtc-145: Limit BSP specific recipes on relevant SOCs"Max Krummenacher
This creates a regression. dtc-145-native is needed. The native.bbclass sets MACHINEOVERRIDES to "" which then makes buiding a recipe which DEPENDS on dtc-145-native fail. This reverts commit 16c528880f20c68731e645775d31c7445c95a8db for recipes-kernel/dtc/dtc-145_git.bb. compare with output of 'bitbake -e dtc-145-native | # set /build/krm/oe-core_master/build/../layers/openembedded-core/meta/classes/native.bbclass:113 | # "" | # pre-expansion value: | # "" | MACHINEOVERRIDES="" Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-04gstreamer1.0-plugins-base: fix build issueGary Bisson
Just like imx-vpu-hantro, this package now depends on LINUX_VERSION_CODE which should be retrieved from kernel build folder directly instead of relying on the toolchain kernel headers. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-04imx-vpu-hantro: fix build issueGary Bisson
The source code uses LINUX_VERSION_CODE at many places which constraints the package to be built with a toolchain whose headers match the kernel. This is a far from ideal solution, especially if one wants to use a prebuilt toolchain (with unknown kernel header version). So change the CFLAGS to consider the kernel build folder so that the Linux version test actually matches the kernel built. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-04u-boot-fslc: Avoid restricting parsing for 'imx'Otavio Salvador
The u-boot-fslc does not amend other machines and then cannot be seen as something that poison other BSP. Adding the restriction to the common file makes all native tools incompatible. Fixes: ,---- | [imx23evk] ERROR: Nothing PROVIDES 'u-boot-mxsboot-native' | [imx23evk] u-boot-fslc-mxsboot-native PROVIDES u-boot-mxsboot-native | but was skipped: incompatible with machine imx23evk (not in | COMPATIBLE_MACHINE) `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01imx-gst1.0-plugin: Upgrade version from 4.4.0 to 4.4.2Yuqing Zhu
Update EULA to V26 Enable vpu encoder 8MM Enalbed date_time in 8MM 1. Refine date time overlay code 2. Use SW compositor in 8MM Enalbe grecorder in imx8mm 1. Update video source and sink to autovideo source/sink 2. Added VP8 encoding format 3. Change audio recoder to mp1 layer2 to use opensource encoder 4. Remove videodetect with compiling macro 5. Update grecorder command option Add support for disable audio in recording Fix ion.h header inclusion to be standard Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01gstreamer1.0-plugins-bad: Update to L4.9.123-2.3.0_8mm_ga releaseYuqing Zhu
Changes for waylandsink: Implement alpha blending for surface Support HDR10 video playback Set to play video fullscreen as default Set waylandsink as default video sink for imx8 Add property to set window resolution Add internal dmabuf pool to support SW decode Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01gstreamer1.0-plugins-good: Update to L4.9.123-2.3.0_8mm_ga releaseYuqing Zhu
v4l2videodec: Add more video format support: RMVB/VP6/AVS/Sorenson SPARK/DivX Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01gstreamer1.0-plugins-base: Update to L4.9.123-2.3.0_8mm_ga releaseYuqing Zhu
Add i.MX8MM feature list accoridng to soc_id Add marcos for i.MX8MM chip code in gstimxcommon Respect to downstream format priority in glupload Fix ion.h header inclusion to be standard Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01gstreamer1.0: Update to L4.9.123-2.3.0_8mm_gaYuqing Zhu
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01imx-codec: Upgrade version from 4.4.0 to 4.4.2Yuqing Zhu
Update EULA to V26 Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01imx-parser: Upgrade version from 4.4.0 to 4.4.2Yuqing Zhu
Update EULA to V26 Bugfix: Fix last PES not processed by ts parser Make H264 parser reset correctly when seeking Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01imx-vpuwrap: Upgrade version form 4.4.0 to 4.4.2Yuqing Zhu
Add support for i.MX8MMEVK Update EULA to V26 Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01imx-vpu-hantro: Upgrade version from 1.7.0 to 1.8.0Yuqing Zhu
Add support for i.MX8MMEVK Update EULA to V26 Update ion header inclusion patch Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01u-boot-imx: Update to L4.9.123-2.3.0_8mm_ga releaseYuqing Zhu
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01linux-imx-mfgtool: Upgrade to v4.9.123 for L4.9.123-2.3.0_8mm_gaYuqing Zhu
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01linux-imx: Upgrade to v4.9.123 for L4.9.123-2.3.0_8mm_gaYuqing Zhu
Update to L4.9.123-2.3.0_8mm_ga release, with support for i.MX 8MM. Update the defconfig from arch/arm64/configs. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01qoriq-base : remove PREFERRED_PROVIDER_openssl10Chunrong Guo
*openssl-qoriq remove openssl10 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01optee-client-qoriq: update to ab3c79cChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01optee-test-qoriq: update to 83c87d9Chunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01optee-os-qoriq : update to 5f6c95cChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01linux-qoriq/4.9: update to e8b01fbChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01linux-qoriq/4.14: update to f2f35bbChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01cryptodev-qoriq: update to 479e6e7Chunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01secure-obj:update to bbcbe6cChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01libpkcs11: update to e9f570cChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01openssl-qoriq: update to 1.1.0Chunrong Guo
*update to lsdk 1809 tag include the following changes: c2300d1 - eng_cryptodev: add support for TLS algorithms offload b2758a2 - Prepare for 1.1.0g release 6190960 - Update CHANGES and NEWS for new release 4443cf7 - bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal. b701fa8 - Fix small but important regression ab91952 - Address a timing side channel whereby it is possible to determine some 7184480 - Address a timing side channel whereby it is possible to determine some bb0c588 - Travis: Add a docs checking job df45d1a - docs: assign section 7 where appropriate 847685c - doc/crypto/OPENSSL_secure_malloc: add missing names 4401e28 - docs: fixup OpenSSL version style 41d74a5 - Adapt util/find-doc-nits back to 1.1.0 7fb4278 - Fix EVP_PKEY_ASN1_METHOD manual 0d9fece - afalg: Fix kernel version check a0c2626 - afalg: Use eventfd2 syscall instead of eventfd 605fa68 - EVP_PKEY_asn1_add0(): Check that this method isn't already registered 6088fb7 - Document EVP_PKEY_ASN1_METHOD and associated functions 5a3d24a - Only reset the ctx when a cipher is given 257a03c - Add missing paren. *update to 1.1.1 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01hyperrelay: add ldflags to INSANE_SKIPChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01dpdk: update to 0c0332aChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01restool: update to 9815bb6Chunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01management-complex : upgrade 10.8.0->10.10.0Chunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01gpp-aioptool:remove libio.hChunrong Guo
*update for glibc libio.h removal in 2.28+ Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01aiopsl: update to ec0e50bChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01fmlib: update to 82d89adChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01fmc: udpate to 09a497fChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01ppfe-firmware: udpate to 58aa0caChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01uboot: update to 1e96fd8Chunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01rcw: udpate to 04ec3bbChunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01mc-utils: update to 30c6310Chunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-01ppa: update to 90e13c9Chunrong 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 <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-28layer.conf: Add thud to LAYERSERIES_COMPATKhem Raj
2.6 is called thud and is upcoming Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-28mxldr: Fix QA errors seen on x86 buildsKhem Raj
* Respect OE flags inside makefiles * Its not a autotooled recipe but a simple makefile based one Fixes NOTE: i586-yoe-linux-musl-objdump -p TOPDIR/build/tmp/work/i586-yoe-linux-musl/mxsldr/0.0.0+gitAUTOINC+c40d804725-r0/packages-split/mxsldr/usr/bin/mxsldr ERROR: QA Issue: No GNU_HASH in the elf binary: 'TOPDIR/build/tmp/work/i586-yoe-linux-musl/mxsldr/0.0.0+gitAUTOINC+c40d804725-r0/packages-split/mxsldr/usr/bin/mxsldr' [ldflags] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-28recipes: Limit BSP specific recipes on relevant SOCsKhem Raj
This helps in using meta-freescale with other BSP layers in same projects, which is common usecase Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Cc: Zhenhua Luo <zhenhua.luo@nxp.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-28recipes: Mark compatible machines as restricted by dependenciesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-26image_types_fsl.bbclass: Use IMAGE_LINK_NAME for mxs binariesOtavio Salvador
The binary is generated as part of the image build so it should use the same naming schema to provide consistency. This also fixes the wks templates which use it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-26u-boot-fslc-mxsboot: Add bison-native to build dependsOtavio Salvador
Fixes: | bison -oscripts/kconfig/zconf.tab.c -t -l scripts/kconfig/zconf.y | /bin/sh: bison: command not found | make[1]: *** [scripts/Makefile.lib:228: scripts/kconfig/zconf.tab.c] | Error 127 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-22linux-fslc/defconfig: sync with linux-fslc imx_v6_v7_defconfigAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-22linux-fslc: upgrade 4.17 -> latest 4.18Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-22libsdl2: avoid basehash changesAndré Draszik
When adding meta-freescale, the sstate basehash of libsdl2 changes because EXTRA_OECONF_IMX is appended to EXTRA_OECONF unconditionally, causing EXTRA_OECONF to now depend on EXTRA_OECONF_IMX, invalidating the sstate. This is particularly annoying for the native flavour of this recipe, because qemu-native depends on libsdl2-native, causing a massive rebuild of a lot of packages for no good reason, preventing efficient sstate re-use across different machines. Just drop EXTRA_OECONF_IMX and append to EXTRA_OECONF using variable overrides directly. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>