summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "optee-os,optee-test: Use gcc compiler"backport-1365-to-kirkstoneOleksandr Suvorov2023-01-082-4/+0
| | | | | | | | | After updating op-tee to 3.19, it is able to be built with clang toolchain. This reverts commit 86680b12d44ffe2831244a2f7f7dcaaa1a1440c5. (cherry picked from commit c92b517f6a2cbe3c65a7c83333922f0958c58834)
* optee: Upgrade 3.17.0.imx to 3.19.0.imxOleksandr Suvorov2023-01-085-88/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NXP BSP lf-5.15.71_2.2.0 uses op-tee 3.19.0.imx. Upgrade optee-os, optee-client, and optee-test accordingly. Add missed support for imx93evk platform. Relevant changes for optee-os: - 00919403f LF-7525 drivers: dcp: do not modify DCP node status in the DTB - 842961521 core: mm: fix error flushing unused pgt's - 96d9b4c19 libutils: util.h: fix the ROUNDUP_OVERFLOW() macro - 2885fd08e LFOPTEE-203 drivers: ele: align HUK output buffer - 7e41f6603 drivers: imx_ele: add HUK support for imx93 - ab1525d14 core: imx: remove SC_IPC_BASE_SECURE definition - 382a7ae57 LFOPTEE-181 drivers: imx_ele: re-work imx_ele_session_get_device_info() - b27da7b0d LFOPTEE-181 drivers: imx_ele: remove RNG support for 8ulp A0 - 4a9f3e387 LFOPTEE-181 drivers: imx_ele: add MU infos for imx93 - 8c4caec41 LFOPTEE-181 core: imx: enable MU and ELE drivers for imx93 - f5bc45d6d LFOPTEE-181 core: imx: add MU_BASE and MU_SIZE for imx93 - b19786dfb LFOPTEE-181 drivers: imx_mu: add support for imx93 - 4c598c905 core: imx_ele: remove addition of word for CRC - 9f9fb3899 LFU-368: core: imx93: enable trusted_keys as early TA - 23889478f LFU-368: core: imx: enabled dynamic share memory for i.MX93 Relevant changes in optee-client: - 644022f teeacl: fix include path - 140bf46 libckteec: Add EDDSA attribute serialization - 1fc38c6 libteeacl: Add function to resolve name to gid_t - 1560582 libteeacl: function to encode a group login UUID - e58b158 libteeacl: Add new ACL helper library - 5364e61 tee-supplicant: read rpmb dev info from sysfs - a46239c tee-supplicant: android: make RPMB_EMU a conditional assignment - 30abe6c cmake: Use separate generator expression for lib targets - f2755fe cmake: Don't set teec include_directory from libseteec - 1dcb80a Use CMake project command to set version - 492410d tee-supplicant: -d: return after TEE device is opened - d59ed2d cmake: fix log level don't take effect - e7cba71 tee-supplicant: fs: use errno instead of returning TEEC_ERROR_GENERIC - f7ed8e3 tee-supplicant: support multiple TA load paths - a5c30b1 Makefile: Makefile: only preserve links when installing output files - dc58de2 tee-supplicant: close shm fd before freeing memory - f2a7c94 tee-supplicant/src/tee_supplicant.c: fix build without plugins Relevant changes in optee-test: - 5c1dbb5 LFOPTEE-129 Make MP test use embedded crypto instead of openssl - 661a7b3 LFOPTEE-131 Fix ta_keygen compilation warnings - 6fcbcb1 LFOPTEE-123 Reset the handle when freed - 980dbbb LFOPTEE-123 Handle benchmark logging for key generation measures - ebf619a LFOPTEE-95 Add performance measure of key generation - 28ba903 LFOPTEE-93 Check MP is functional - d7f6c03 LFOPTEE-84 xtest: Add test of MP feature - d928ce2 LFOPTEE-84 ta: Add test of MP - b060fc4 MMIOT-789 xtest: crypto_perf: fix resource leak in read_random - f9d2ab0 TEE-641 regression_nxp: add AES CTR in place tests - dd158a7 LFOPTEE-65 xtest: add DIGPROG tests - e1492fa LFOPTEE-65 xtest: add OCOTP tests - c520c98 YOCIMX-5658 regression_nxp: replace malloc() calls with calloc() calls - 09dbac1 LFOPTEE-55: crypto-perf: RSA: Fix for RSA Encryption/Decryption error - 63dcd10 LFOPTEE-55: crypto-perf: add domain parameters for dsa - c88fb78 LFOPTEE-55: crypto-perf: DH: Remove non-essential attributes passed during key generation - b7b285a LFOPTEE-55: crypto-perf: ta: ECDSA, ECDH: Remove non-essential attributes passed during key generation - 8350e03 LFOPTEE-55: crypto-perf: xtest: ECDH: RoundUp key size - 7a9c375 LFOPTEE-39 regression_nxp: Add test of DEK blob generation - 61e5ede MMIOT-723 regression_nxp: crypto: Fixing memory corruption in nxp_crypto_003 - 7d9ff08 LFOPTEE-17: xtest: regression_nxp: add test case for I2C driver testing - 6ae8e95 xtest: enable PKCS11 tests - 35173ba regression_nxp: enable CFG_REGRESSION_NXP flag - cfb6e7b LFOPTEE-16: fix warning where uint32_t is expected - a740498 LFOPTEE-16: fix trace compilation warnings - 0fa4d73 LFOPTEE-13 crypto-perf: fix command line algorithm search - 6a28f3c LFOPTEE-13 crypto-perf: fix compilation warnings - e78f18d TEE-127 CAAM Crypto Performance - 5ec9bce TEE-606 xtest: define a 'regression_nxp' test suite in xtest - e562b26 TEE-606 xtest: add CFG_REGRESSION_NXP flag - d9d73a8 TEE-367 crypto: cipher memory leakage verification - f3e776b TEE-548 regression_nxp: Cipher operation with a big buffer - 5312feb TEE-577 regression_nxp: AES CTR streaming byte per byte - 6df2c3f TEE-418 regression_nxp: add cipher streaming byte incremental - ab9863c Add ED25519 test cases - eb3d01f xtest: Add FF-A memory test - 252faa9 xtest: SPMC Add basic test - 13cce36 xtest: remove ADBG_REQUIRE* macros - d9d269e xtest: fix compilation issue - 2055d75 xtest: fix compilation issue - c7f733c xtest: fix compilation issue - d09b43b host: supp_plugin: fix cross compilation - da5282a sdp: Add dmabuf support - 366179c regression 4007_x25519: do not fail if X25519 is not supported - 00b3f2c Add x25519 test cases Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io> (cherry picked from commit 667a28c32f118ca64cbc88eaea9dcc2fa2a4cd1c)
* Merge pull request #1364 from Freescale/backport-1361-to-kirkstoneOtavio Salvador2023-01-062-0/+4
|\ | | | | [Backport kirkstone] optee-os: Use gcc compiler
| * optee-os,optee-test: Use gcc compilerKhem Raj2023-01-062-0/+4
|/ | | | | | | | | It does not compile with clang, all work to get it compiling with clang has gone into 3.18+ ( see meta-arm ) until imx version revs up to 3.18 lets use gcc always to build it Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 86680b12d44ffe2831244a2f7f7dcaaa1a1440c5)
* Merge pull request #1359 from Freescale/backport-1358-to-kirkstoneOtavio Salvador2023-01-051-0/+3
|\ | | | | [Backport kirkstone] gstreamer1.0-plugins-bad: Force gcc compiler always
| * gstreamer1.0-plugins-bad: Force gcc compiler alwaysKhem Raj2023-01-051-0/+3
|/ | | | | | | | | This ensures that clang based distributions can compile this recipe, since it uses nested functions ( bad bad ) which is not supported by clang Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5ccd9398494408005d521325bda2fa5c9a2b17c7)
* Merge pull request #1349 from Freescale/backport-1348-to-kirkstoneOtavio Salvador2022-12-291-1/+1
|\ | | | | [Backport kirkstone] libimxvpuapi2: Upgrade to version 2.2.2
| * libimxvpuapi2: Upgrade to version 2.2.2Carlos Rafael Giani2022-12-291-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | * imx6-coda: Skip incomplete frames instead of just reporting them * imx6-coda: Only flush bit buffer when framebuffers were registered This prevents misleading error-level log lines from occurring * imx6-coda: Prefer semi planar modes over fully planar ones * imx8m-hantro: Reset decoder write_offset to fill_level when moving read_offset * Add imx_vpu_api_is_color_format_tiled() function * update waf to 2.0.24 * Add closed_gop_interval field to ImxVpuApiEncOpenParams This allows for enforcing regularly occurring IDR boundaries when encoding to h.264 * imx8m-hantro: Fix supported decoder color formats and include tiled formats * Fix and improve h.264 max level estimation for encoding * imx6-coda: Use 2-row alignment in encoder * imx6-coda: Fix JPEG encoding quantization parameter handling in encoder Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> (cherry picked from commit b30dde7a1a0b8a42b401c01a0f239a972bc00639)
* Merge pull request #1347 from Freescale/backport-1346-to-kirkstoneOtavio Salvador2022-12-2820-26/+122
|\ | | | | [Backport kirkstone] Add NXP WiFi/BT support
| * firmware-nxp-wifi: Drop linux-firmware-bcm4359-pcie aliasbackport-1346-to-kirkstoneTom Hochstein2022-12-272-2/+1
| | | | | | | | | | | | | | | | This package doesn't aim to be a replacement for linux-firmware but rather to offer different firmware files. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit d32455699c9cdd3520886f1f86485e80b85e756b)
| * conf/machine: Add NXP WiFi/BT support to NXP boardsTom Hochstein2022-12-2718-18/+18
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 42c17f72373103b74733781e7ba01bad8c560a00)
| * imx-base.inc: Tie NXP WiFi/BT to machine featuresTom Hochstein2022-12-271-2/+18
| | | | | | | | | | | | | | Tie the firmware and drivers for NXP WiFi/BT by machine features. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 2c188229155c84830bbfaba5c038184c7d137c3d)
| * firmware-nxp-wifi: Add NXP WiFi/BT supportTom Hochstein2022-12-271-5/+86
|/ | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit ab1d99401be40f7d0b56b1fafdd8f42e4ad68465)
* Merge pull request #1339 from Freescale/backport-1338-to-kirkstoneOtavio Salvador2022-12-203-8/+9
|\ | | | | [Backport kirkstone] Update uefi and fm-ucode to new revision; Fix the weston-init issue
| * weston-init: Correct override of INI_UNCOMMENT_ASSIGNMENTSJun Zhu2022-12-201-4/+5
| | | | | | | | | | | | | | | | current implement only includes INI_UNCOMMENT_USE_G2D to INI_UNCOMMENT_ASSIGNMENTS on the platforms with VIV G2D hardware. Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 164e32093692d72a56c348f3e91a3a7b48152189)
| * fm-ucode: Update to commit 83e8467Jun Zhu2022-12-201-3/+3
| | | | | | | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit e4bc201234b1ea2c1d6206f93c2520f2f65bf425)
| * uefi: Update to commit d887e52Jun Zhu2022-12-201-1/+1
|/ | | | | | | | | | | | | | New Changes: d887e52 update uefi binaries for lf-5.15.71-2.2.0 (2022 Q4 release) 1d52091 update uefi binaries for lf-5.15.52-2.1.0 (2022 Q3 release) 6792163 update uefi binaries for lf-5.15.32-2.0.0 (2022 Q2 release) 54b23d5 Fix for BSA-UEFI test 402 a92e8b4 lf-5.15.5-1.0.0-rc1: update uefi binaries 58f2b57 lx2: acpi: add node for the Inphi retimer c8f702f update binaries for lf-5.10.72-2.2.0 Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 2beecb6908d22edba1661fdebe8d9439ecac0ff2)
* Merge pull request #1336 from Freescale/backport-1335-to-kirkstoneOtavio Salvador2022-12-163-3/+4
|\ | | | | [Backport kirkstone] Update rcw/tsntool/qoriq-cst to the latest version
| * qoriq-cst: Update to commit af56e6cbackport-1335-to-kirkstoneJun Zhu2022-12-161-1/+1
| | | | | | | | | | | | | | | | New commits: af56e6c LS2088/LS1088: DDR Memory Address Change Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 44a2fde7c13b161229a14d6ac66b32fcc6600eb1)
| * tsntool: update to commit a0769e2Jun Zhu2022-12-161-1/+1
| | | | | | | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 7fc3f179a3dec9148d7112787f98c98548a81047)
| * rcw: Update to commit a4db868Jun Zhu2022-12-161-1/+2
|/ | | | | | | - Include the Errata A-050426 Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 82206cb7d31e3f637f40fc24fbf04cf81b1956be)
* Merge pull request #1334 from Freescale/backport-1333-to-kirkstoneOtavio Salvador2022-12-163-2/+43
|\ | | | | [Backport kirkstone] Upgrade MC/mc-util and restool
| * restool: Update to commit 65c9a10Jun Zhu2022-12-161-1/+1
| | | | | | | | | | | | | | | | New commit: 65c9a10 dprc: fix export of DPNI_OPT_SHARED_FS option in generated DPL Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit a33bd36190f7bb729f3d17274b9f677e1d1473e4)
| * mc-utils: Update to commit bc14133Jun Zhu2022-12-161-1/+1
| | | | | | | | | | | | | | | | New commit: bc14133 Add APIs for MC 10.35.0 Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 21974e4af8ff40381b479bfcd2ee68277d75bac9)
| * management-complex: Add recipe for v10.35.0Jun Zhu2022-12-161-0/+41
|/ | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit fa2d57d67407f94614f24eea008c4a69ec73bc1c)
* Merge pull request #1331 from Freescale/backport-1330-to-kirkstoneOtavio Salvador2022-12-1528-31/+31
|\ | | | | [Backport kirkstone] Switch NXP QorIQ repositories to github.com
| * Switch NXP QorIQ repositories to github.combackport-1330-to-kirkstoneJun Zhu2022-12-1528-31/+31
|/ | | | | | | | | Fetch QorIQ's source code from github.com/nxp-qoriq, as original source.codeaurora.org/external/qoriq will stop to access from April 2023. Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6)
* Merge pull request #1328 from Freescale/backport-1325-to-kirkstoneOtavio Salvador2022-12-142-4/+2
|\ | | | | [Backport kirkstone] u-boot-fslc: Bump revision to cbd7eb17ac1
| * imx-base.inc: Use generic-bsp to define the WKS_FILE for mx8 devicesOtavio Salvador2022-12-141-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | The bootloader support is generic however the override in use was nxp-bsp and causing the wrong wks file being used in the mainline BSP case. This commit changes the override and also remove the mx8m specific setting as it is redundant. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 1323b81259d2cf7c1d943658320a5f7128830aac)
| * u-boot-fslc: Bump revision to cbd7eb17ac1Otavio Salvador2022-12-141-1/+1
|/ | | | | | | | | | | | | Apply following changes: cbd7eb17ac1 imx8mn-venice-u-boot: Fix broken boot f463aeddbbf imx8mn-ddr4-evk-u-boot: Fix broken boot d1920093874 imx6qdl-sabresd: Pass mmc alias 047ac33f481 wandboard: Pass mmc aliases Fixes: #1324, #1267 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 37efa65108d367fd28cb0aa6ae789670e7358ae7)
* Merge pull request #1327 from Freescale/backport-1326-to-kirkstoneOtavio Salvador2022-12-141-2/+2
|\ | | | | [Backport kirkstone] imx-base.inc: Install NXP89xx Wi-Fi and BLE kernel driver
| * imx-base.inc: Install NXP89xx Wi-Fi and BLE kernel driverbackport-1326-to-kirkstoneJun Zhu2022-12-141-2/+2
|/ | | | | | | Add NXP89xx's kernel-module to MACHINE_EXTRA_RRECOMMENDS instead of MACHINE_FIRMWARE. Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 029d698fe9523f88423241fcc6828f1ddc405045)
* Merge pull request #1323 from Freescale/backport-1322-to-kirkstoneOtavio Salvador2022-12-081-28/+9
|\ | | | | [Backport kirkstone] jailhouse: update to lf-5.15.52_2.1.0
| * jailhouse: update to lf-5.15.52_2.1.0Ricardo Salveti2022-12-081-28/+9
|/ | | | | | | | | | | | | | | | | | | | | Update jailhouse to the NXP lf-5.15.52_2.1.0 release, and clean up the packaging logic to align with the latest release. Packaging changes: - Drop build instructions for tools as that is now built as part of the main Makefile - Drop JH_CONFIG and related tools variables as they are not required - Change do_compile and do_install to prepend to allow the logic from setuptools3 to be executed (and package pyjailhouse properly) - Drop kernel from PACKAGE_BEFORE_PN, as it wasn't really used in the end, and doesn't work correctly with usrmerge. Prefer removing libdir that gets appended by setuptools3 for module split to work correctly with and without usrmerge. - Update FILES for pyjailhouse to include all the python related files produced by the build Signed-off-by: Ricardo Salveti <ricardo@foundries.io> (cherry picked from commit 0bd7408bc48a330adb6731119e8d57bf4911b1fe)
* Merge pull request #1321 from Freescale/backport-1320-to-kirkstoneOtavio Salvador2022-12-061-3/+4
|\ | | | | [Backport kirkstone] jailhouse: update to lf-5.15.32_2.0.0 branch
| * jailhouse: update to lf-5.15.32_2.0.0 branchJose Quaresma2022-12-061-3/+4
|/ | | | | | | | Also fix installation path of the modules and firmware when usrmerge is enabled. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> (cherry picked from commit 872b75833722b6ef33ab80fb50cf7ca613b375f5)
* Merge pull request #1317 from Freescale/backport-1316-to-kirkstoneOtavio Salvador2022-11-281-11/+5
|\ | | | | [Backport kirkstone] Fix MACHINE_SOCARCH_FILTER for OpenCL
| * imx-base.inc: Add virtual/opencl-icd to MACHINE_SOCARCH_FILTERTom Hochstein2022-11-281-1/+2
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 3cdcac1bc39d63b2bfa1a7d31534061ad9993801)
| * imx-base.inc: Fix MACHINE_SOCARCH_FILTER for OpenCLTom Hochstein2022-11-281-10/+3
|/ | | | | | | | imx-gpu-viv is used for i.MX GPU so set MACHINE_SOCARCH_FILTER accordingly. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 0d341461a540824146d7a2d8186538a3fc6cb976)
* Merge pull request #1315 from Freescale/backport-1314-to-kirkstoneOtavio Salvador2022-11-285-14/+14
|\ | | | | [Backport kirkstone] Upgrade Rest to lf5.15.52_2.1.0
| * kernel-module-imx-gpu-viv: fix version in recipe file namebackport-1314-to-kirkstoneMax Krummenacher2022-11-281-0/+0
| | | | | | | | | | | | | | | | | | Commit 40afcf9e ("kernel-module-imx-gpu-viv: upgrade from 6.4.3.p4.2 to 6.4.3.p4.4") did update the kernel module but kept PV in the recipe name at the old version. Rename the file to be consistent. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 3eed5daa3fbde8c71b8bf59432416a21d5f3448c)
| * imx-seco-libs: upgrade from lf-5.15.5_1.0.0 to lf-5.15.52-2.1.0Max Krummenacher2022-11-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the version used in lf5.15.52_2.1.0. License was updated to NXP EULA v35 May 2022. The branch naming is a bit erratic but the commit history is linear, b255047 is a descendant of 06a9062. Commit history: b255047 (tag: lf-5.15.52-2.1.0, origin/imx_5.4.70_2.3.9) update EULA to v35 bbae88a AHAB-756: support secure ram for HSM mac one go with MMCAU c24e99b SCR.txt: Update Release Location aff59d9 LF-6126: Add support for AES ECB dcf0824 LF-6124: Reword to highlight difference between B0 Vs other devices b97dde8 Add support for FIPS self-test command (only supported on DXL B0) 6c41488 AHAB-716: update doc 1976d2e AHAB-716: cosmetic 1a7ca0e Static code analysis fixes. 4e96c37 V2XA-776: hsm manage key - update v2x test with OTP Root KEK flag c047645 AHAB-716: update doc da01a3b AHAB-716: Add the support of HMAC and TLS & Update the list of unsupported curves e4faff7 AHAB-716: Add the OTP Root KEK flag to the manage Key on DXL B0 152d02d AHAB-716: license update 675061e Add python script to derive OEM KEK for SECO and V2X 2a7d604 Add short doc to describe how to run she_test 6a340ad Zero initialize parameter structures in hsm_test main to avoid crash 45910c1 AHAB-683: Add AES CCM examples for new IV handling cde1670 AHAB-715: Updates from static code analysis 2bd67a5 Update supported key list for QXP C0 sig verif, correct hashing reference 1018333 AHAB-683: Modify comment for clarity 3592d0f AHAB-683: Update requirements for CCM IV to match FIPS Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 43deb1c0ec0dfbc32126cc3134704b48b30111be)
| * imx-seco: upgrade from 3.8.6 to 5.8.7.1Max Krummenacher2022-11-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Update to the version used in lf5.15.52_2.1.0. License was updated to NXP EULA v35 May 2022. Note that the binary blobs are only updated for i.MX 8DXL SoC. Binary blobs for all other SoC have the same md5sum as in the 3.8.6 version. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 2ebc966fca24cbecdb90bb8a09ee34910f800f22)
| * imx-sc-firmware: upgrade from 1.13.0 to 1.14.0Max Krummenacher2022-11-281-4/+4
| | | | | | | | | | | | | | | | | | Update to the version used in lf5.15.52_2.1.0. License was updated to NXP EULA v39 August 2022. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit a009c0da2f2a22e99d3a81df6ac43d02cd748f8e)
| * firmware-sof-imx: upgrade from 1.9.0-1 to 2.2.0Max Krummenacher2022-11-281-2/+2
|/ | | | | | | Update to the version used in lf5.15.52_2.1.0. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 17d3879b85d65c83b2b4241fedbfdd88f80aadcd)
* imx-boot: Create missing build directoriesKhem Raj2022-11-281-0/+6
| | | | | | | | | | | | | | | | These are needed by do_uboot_assemble_fitimage code after https://git.openembedded.org/openembedded-core/commit/?id=5e12dc911d0c541f43aa6d0c046fb87e8b7c1f7e since this code now expects these directories to exist even if we are not using it Fixes run.do_uboot_assemble_fitimage.2153024: line 1 64: cd: /mnt/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux-musl/imx-boot/1.0-r0/git/imx8qm_var_som_defconfig: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 94374963a83b6d99c696f211aae1a41346ca983a)
* Merge pull request #1313 from Freescale/backport-1311-to-kirkstoneOtavio Salvador2022-11-261-3/+13
|\ | | | | [Backport kirkstone] imx-boot-container: add extra firmware copy from deploydir
| * imx-boot-container: add copy of soc-specific firmwareGary Bisson2022-11-261-3/+13
|/ | | | | | | | | | - Currently only the DDR firmware files are copied - i.MX 8MQ SoC also requires either HDMI or DP firmware - Refactor the copy from deploydir to the U-Boot build folder to be generic to all firmware files Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> (cherry picked from commit bfd95d9c437b5d5b2b9069721ed224e7b8837074)
* Merge pull request #1312 from Freescale/backport-1310-to-kirkstoneOtavio Salvador2022-11-2523-112/+187
|\ | | | | [Backport kirkstone] Upgrade Multimedia Packages to lf5.15.52_2.1.0
| * opencv: imx: update the i.mx fork to 4.6.0Max Krummenacher2022-11-253-40/+54
| | | | | | | | | | | | | | | | | | | | - Pull in the 4.6.0 meta-openembedded copy plus https://lore.kernel.org/all/20221121180529.3358952-1-max.oss.09@gmail.com/ - OpenCV_DNN_examples.patch taken from meta-imx - Adapt the PREFERRED_VERSION Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 5554647fa199375fb8e1aef657d5ff74ac115022)