summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | rcw: Update to latest from NXP 6.6.36-2.1.0Flora Hu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | update revision to 64abe70 Signed-off-by: Flora Hu <flora.hu@nxp.com>
| * | secure-obj: Update to latest from NXP 6.6.36-2.1.0Flora Hu2024-11-053-8/+11
| | | | | | | | | | | | | | | | | | | | | - secure-obj: update license; update revision to 4706a65; make it compatible with OPTEE 3.17+ - secure-obj-module: update license; update revision to 4706a65 Signed-off-by: Flora Hu <flora.hu@nxp.com>
| * | mc-utils: Update to latest from NXP 6.6.36-2.1.0Flora Hu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | Update revision to 5ccc268 Signed-off-by: Flora Hu <flora.hu@nxp.com>
| * | libpkcs11: Update to latest from NXPFlora Hu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | update license to GPL-2.0-only Signed-off-by: Flora Hu <flora.hu@nxp.com>
* | | Merge pull request #2020 from nxp-upstream/update-qoriq-componentsOtavio Salvador2024-11-067-68/+10
|\ \ \ | | | | | | | | Update qoriq components base on lf-6.6.36-2.1.0
| * | | uefi: Upgrade to lf-6.6.36-2.1.0 releaseZelan Zou2024-11-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | | spc: Upgrade to lf-6.6.36-2.1.0 releaseZelan Zou2024-11-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | | restool: Upgrade to lf-6.6.36-2.1.0 releaseZelan Zou2024-11-061-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | | gpp-aioptool_git.bb: Update license to BSD-3-ClauseZelan Zou2024-11-061-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | | fmc: Upgrade to lf-6.6.36-2.1.0 releaseZelan Zou2024-11-062-60/+1
| | | | | | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | | management-complex: Bump version 10.37.0 -> 10.39.0Zelan Zou2024-11-061-2/+3
|/ / / | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* | | Merge pull request #2003 from hiagofranco/upgrade-new-bspOtavio Salvador2024-11-044-5/+17
|\ \ \ | | | | | | | | Upgrade mcore-demos, jailhouse-imx and imx-mkimage to LF6.6.36_2.1.0
| * | | recipes-fsl: mcore-demos: Upgrade BSP to LF6.6.36_2.1.0Hiago De Franco2024-10-272-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | Add new recipe for imx-m7-demos and update README. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | recipes-extended: jailhouse-imx: Upgrade BSP to LF6.6.36_2.1.0Hiago De Franco2024-10-271-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | recipes-bsp: imx-mkimage: Upgrade BSP to LF6.6.36_2.1.0Hiago De Franco2024-10-271-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | | Merge pull request #2012 from kwavnet/drop-chromium-incOtavio Salvador2024-11-042-96/+0
|\ \ \ \ | |_|/ / |/| | | chromium-imx.inc: drop unreferenced file
| * | | chromium-imx.inc: drop unreferenced fileKonrad Weihmann2024-11-042-96/+0
|/ / / | | | | | | | | | | | | | | | | | | | | | and the corresponding patch as well Closes #2011 Signed-off-by: Konrad Weihmann <konrad.weihmann@avnet.eu>
* | | Merge pull request #2009 from esben/imx-boot-fixOtavio Salvador2024-10-291-1/+3
|\ \ \ | | | | | | | | imx-boot: Fix 8M non multi-config build problem
| * | | imx-boot: Fix 8M non multi-config build problemEsben Haabendal2024-10-291-1/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix made in commit 2db7047ba40e ("imx-boot: Fix 8M multi-config build problems") broke builds not using U-Boot multi-config, as the link created ends up being a simple recursive link when UBOOT_DTB_NAME_EXTRA is the same as UBOOT_DTB_NAME. It fails with something like this: ``` | ./../scripts/dtb_check.sh imx8mq-evk.dtb evk.dtb imx8mq-var-dart-dt8mcustomboard.dtb | Can't find u-boot DTB file, please copy from u-boot ``` caused by a symlink like this: ``` lrwxrwxrwx 1 esben 1000001 35 Oct 29 21:32 imx8mq-var-dart-dt8mcustomboard.dtb -> imx8mq-var-dart-dt8mcustomboard.dtb ``` Fixes: 2db7047ba40e ("imx-boot: Fix 8M multi-config build problems") Signed-off-by: Esben Haabendal <esben@geanix.com>
* | | Merge pull request #2006 from nxp-upstream/fixup-imx-gpu-vivOtavio Salvador2024-10-281-4/+0
|\ \ \ | | | | | | | | fixup! Upgrade NXP BSP to LF6.6.36_2.1.0
| * | | fixup! Upgrade NXP BSP to LF6.6.36_2.1.0Valentin Jec2024-10-281-4/+0
|/ / / | | | | | | | | | | | | | | | Partially revert 01ce79a2 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* | | Merge pull request #2002 from hiagofranco/update_recipes-multimediaOtavio Salvador2024-10-2811-62/+29
|\ \ \ | | | | | | | | Upgrade recipes multimedia and imx-lib to BSP LF6.6.36_2.1.0
| * | | recipes-bsp: imx-lib: Upgrade to BSP LF6.6.36_2.1.0Hiago De Franco2024-10-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | recipes-multimedia: imx-vpuwrap: Upgrade to BSP LF6.6.36_2.1.0Hiago De Franco2024-10-271-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | recipes-multimedia: imx-alsa-plugins: Upgrade to BSP LF6.6.36_2.1.0Hiago De Franco2024-10-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | recipes-multimedia: imx-parser: Upgrade to BSP LF6.6.36_2.1.0Hiago De Franco2024-10-271-4/+7
| | | | | | | | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | recipes-multimedia: imx-opencel-converter: Upgrade to BSP LF6.6.36_2.1.0Hiago De Franco2024-10-271-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
| * | | recipes-multimedia: gstreamer: Upgrade BSP to LF6.6.36_2.1.0Hiago De Franco2024-10-276-48/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade the following recipes to the new NXP BSP LF6.6.36_2.1.0: - gstreamer1.0 - gstreamer1.0-plugins-bad - gstreamer1.0-plugins-base - gstreamer1.0-plugins-good - imx-gst1.0-plugin In addition, remove patch for imx-gst1.0-plugin since it is not needed anymore (see [1]). [1] https://github.com/nxp-imx/imx-gst1.0-plugin/commit/74a6afa6cceb69fe4b8cf09690392093cc7c5b37 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | Merge pull request #2001 from nxp-upstream/lf_6_6_36_210Otavio Salvador2024-10-2819-60/+131
|\ \ \ | |/ / |/| | Upgrade NXP Graphics BSP to LF6.6.36_2.1.0
| * | Upgrade NXP BSP to LF6.6.36_2.1.0Valentin Jec2024-10-251-1/+4
| | | | | | | | | | | | | | | | | | weston_12.0.4.imx: Bump to revision c3c1f9f Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | Upgrade NXP BSP to LF6.6.36_2.1.0Valentin Jec2024-10-256-20/+70
| | | | | | | | | | | | | | | | | | imx-gpu*: Upgrade 6.4.11.p2.6 -> 6.4.11.p2.8 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | Upgrade NXP BSP to LF6.6.36_2.1.0Valentin Jec2024-10-254-58/+12
| | | | | | | | | | | | | | | | | | imx-g2d: Upgrade 2.1.14 -> 2.2.0 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
| * | Upgrade BSP to LF6.6.36_2.1.0Valentin Jec2024-10-259-19/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spir: Update downgrade spir: 1.3.261.1.imx -> 1.3.275.0.imx vulkan: Update downgrade vulkan: 1.3.261.1.imx -> 1.3.275.0.imx vulkan-loader_1.3.261.1.imx.bbappend: Upgrade vulkan-loader: 1.3.261.1.imx -> 1.3.275.0.imx Add patch for wsi layer imx-base.inc: Update `PREFFERED_VERSION` for vulkan and spir Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* | | Merge pull request #1996 from tq-steina/masterOtavio Salvador2024-10-251-0/+2
|\ \ \ | | | | | | | | imx-system-manager: use `MACHINE_ARCH` as `PACKAGE_ARCH`
| * | | imx-system-manager: use `MACHINE_ARCH` as `PACKAGE_ARCH`Alexander Stein2024-10-231-0/+2
| |/ / | | | | | | | | | | | | | | | | | | The recipe build changes depending on the `SYSTEM_MANAGER_CONFIG` value, which is machine-specific. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
* | | Merge pull request #1998 from MaxKrummenacher/masterOtavio Salvador2024-10-259-2/+152
|\ \ \ | |/ / |/| | Add GPU support for i.MX95
| * | imx-base: add mali gpu support for i.mx 95Max Krummenacher2024-10-241-0/+10
| | | | | | | | | | | | | | | | | | | | | Add the relevant configuration for an i.MX 95 SoC so that the mali-imx recipe is selected for userspace GPU support (EGL, GLES...). Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | glmark2: : add overrides for i.mx 95Max Krummenacher2024-10-241-0/+1
| | | | | | | | | | | | | | | | | | Add the relevant configuration for an i.MX 95 SoC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | qtwayland: add overrides for i.mx 95Max Krummenacher2024-10-242-0/+2
| | | | | | | | | | | | | | | | | | Add the relevant configuration for an i.MX 95 SoC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | qtbase: add overrides for i.mx 95Max Krummenacher2024-10-242-0/+5
| | | | | | | | | | | | | | | | | | Add the relevant configuration for an i.MX 95 SoC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | mali-imx: import recipe from meta-imxMax Krummenacher2024-10-242-0/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | mali-imx at 6.6.36-2.1.0 NXP BSP release. Provides precompiled binaries for the GPU used e.g. on a i.MX 95 SoC plus the related helpers, headers. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | imx95-19x19-verdin: use correct board nameMax Krummenacher2024-10-241-2/+2
|/ / | | | | | | | | | | | | Use the correct name matching the name used for ordering and documentation. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | Merge pull request #1994 from Freescale/fixupOtavio Salvador2024-10-221-1/+2
|\ \ | | | | | | linx-fslc-imx: Update the kernel recipe
| * | linx-fslc-imx: Update the kernel recipeDaiane Angolini2024-10-221-1/+2
|/ / | | | | | | | | | | | | It includes the following commit: a10c64e35a24 tty: vt: conmakehash: cope with abs_srctree no longer in env Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | Merge pull request #1989 from MaxKrummenacher/masterOtavio Salvador2024-10-217-0/+203
|\ \ | | | | | | Add first i.MX 95 based machine
| * | imx95-19x19-verdin: add machine conf from meta-imxMax Krummenacher2024-10-222-0/+128
| | | | | | | | | | | | | | | | | | Based on 6.6.36-2.1.0 NXP BSP release. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | imx-base: Add i.MX 95 configurationMax Krummenacher2024-10-221-0/+8
| | | | | | | | | | | | | | | | | | Based on 6.6.36-2.1.0 NXP BSP release. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | imx-system-manager: import recipe from meta-imxMax Krummenacher2024-10-222-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imx-system-manager at 6.6.36-2.1.0 NXP BSP release. This provides among others the DDR configuration which may require machine dependent configurations. Thus additionally add a virtual provider. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | optee-os: add i.mx95 configurationMax Krummenacher2024-10-221-0/+1
| | | | | | | | | | | | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * | use-imx-security-controller-firmware: Add i.MX 95 configurationMax Krummenacher2024-10-221-0/+1
| | | | | | | | | | | | | | | | | | Add the SECO FW file name for i.MX 95. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>