summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Auto-update LICENSE file with current recipe licensesHEADmastergithub-actions[bot]25 hours1-1/+2
|
* Merge pull request #2468 from nxp-upstream/smw-enclave-upgradeOtavio Salvador25 hours6-20/+166
|\ | | | | Update imx-secure-enclave to 6.18.2-1.0.0
| * mbedtls: Backport recipe to provide dependency with imx-secure-enclaveZelan Zou32 hours2-0/+95
| | | | | | | | | | | | recipe from: meta-openembedded/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * imx-secure-enclave: Update to lf-6.18.2-1.0.0Zelan Zou32 hours4-20/+71
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]25 hours1-1/+2
| |
* | Merge pull request #2469 from nxp-upstream/whinlatter-6.18.2Otavio Salvador25 hours11-45/+83
|\ \ | |/ |/| linux-imx: Upgrade to lf-6.18.2-1.0.0
| * linux-imx: Upgrade to lf-6.18.2-1.0.0Zelan Zou25 hours11-45/+83
|/ | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* Merge pull request #2466 from nxp-upstream/whinlatter-6.18.2Otavio Salvador2 days4-8/+12
|\ | | | | BSP update to 6.18.2-1.0.0
| * imx-test: Update to lf-6.18.2-1.0.0Zelan Zou2 days1-4/+6
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * imx-lib: Update to lf-6.18.2-1.0.0Zelan Zou2 days1-2/+4
| | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * imx-uuc: Update to lf-6.18.2-1.0.0Zelan Zou2 days1-1/+1
| | | | | | | | | | | | Update imx943 CRRM support Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * imx-kobs: Update to lf-6.18.2-1.0.0Zelan Zou2 days1-1/+1
|/ | | | | | Update SBOM files Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* Merge pull request #2465 from nxp-upstream/openclOtavio Salvador5 days3-7/+10
|\ | | | | imx-gpu-viv,mali-imx: Use virtual-opencl-icd, fix virtual-vulkan-icd
| * imx-base.inc: Fix Mesa Vulkan ICD provider nameTom Hochstein5 days1-1/+1
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
| * imx-gpu-viv,mali-imx: Align with virtual-opencl-icdTom Hochstein5 days3-6/+9
|/ | | | | | | Normalize the Vivante and Mali recipes to the standard OpenCL ICD runtime provider construct. Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
* Merge pull request #2464 from nxp-upstream/mesaOtavio Salvador8 days1-43/+0
|\ | | | | mesa: Drop un-used NXP BSP overrides
| * mesa: Drop un-used NXP BSP overridesTom Hochstein8 days1-43/+0
|/ | | | | | | The imx-gpu-viv recipe was once reliant on mesa, but today there appears to be no such dependency, so drop the overrides. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #2463 from nxp-upstream/sdcardOtavio Salvador12 days22-40/+40
|\ | | | | conf/machine: Drop non-existent image type sdcard
| * conf/machine: Drop non-existent image type sdcardTom Hochstein12 days22-40/+40
|/ | | | | | | | | The machine configuration files specify an image type `sdcard` via `UBOOT_CONFIG`. This type is not listed in `IMAGE_TYPES`, and the specification appears to have no effect on the build. It appears to be historical only and of no use, so drop it. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #2461 from nxp-upstream/fix-imx943Otavio Salvador2026-03-032-5/+5
|\ | | | | imx-oei: Update OEI DDR config variable name
| * imx-oei: Update OEI DDR config variable nameJun Zhu2026-03-032-5/+5
|/ | | | | | | | Use the underscore separated words - OEI_DDRCONFIG -> OEI_DDR_CONFIG - OEI_DDRCONFIG_ECC -> OEI_DDR_CONFIG_ECC Signed-off-by: Jun Zhu <junzhu@nxp.com>
* Merge pull request #2462 from ernestvh/no-empty-ddrconfigOtavio Salvador2026-03-031-1/+9
|\ | | | | imx-oei: only pass a non-empty DDR_CONFIG to EXTRA_OEMAKE
| * imx-oei: only pass a non-empty DDR_CONFIG to EXTRA_OEMAKEErnest Van Hoecke2026-03-031-1/+9
|/ | | | | | | | | | | | | | | | Commit 6ff67d5c ("imx-oei.inc: Use PACKAGECONFIG support of ecc and tcm") started always passing DDR_CONFIG to EXTRA_OEMAKE. Its value depends on PACKAGECONFIG, either passing in OEI_DDRCONFIG_ECC or OEI_DDRCONFIG. However, OEI_DDRCONFIG and/or OEI_DDRCONFIG_ECC are not necessarily present. When they are not, an empty DDR_CONFIG is passed to make, which prevents imx-oei from using its default value for this. Make the passing of DDR_CONFIG conditional on the existence of OEI_DDRCONFIG(_ECC) again. Fixes: 6ff67d5c ("imx-oei.inc: Use PACKAGECONFIG support of ecc and tcm") Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
* Merge pull request #2450 from noreng-br/topic/update-imx-libOtavio Salvador2026-03-022-58/+3
|\ | | | | imx-lib: Update metadata to match configurations with meta-imx
| * imx-lib: Update metadata to match configurations with meta-imxVagner Nörnberg2026-02-202-58/+3
| | | | | | | | | | | | meta-imx version: walnascar-6.12.49_2.2.0 Signed-off-by: Vagner Nörnberg <vagner.nornberg@ossystems.com.br>
* | Merge pull request #2451 from noreng-br/topic/update-imx-testOtavio Salvador2026-03-021-2/+2
|\ \ | | | | | | imx-test: Update metadata to match configurations of meta-imx
| * | imx-test: Update metadata to match configurations of meta-imxVagner Nörnberg2026-02-201-2/+2
| |/ | | | | | | | | | | meta-imx version: walnascar-6.12.49_2.2.0 Signed-off-by: Vagner Nörnberg <vagner.nornberg@ossystems.com.br>
* | Merge pull request #2456 from nxp-upstream/upstream-imx95Otavio Salvador2026-03-022-10/+20
|\ \ | | | | | | Upstream imx95evk.inc of 6.12.49-2.2.0 release
| * | imx-oei.inc: Use PACKAGECONFIG support of ecc and tcmJun Zhu2026-03-021-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | Use packageconfig to set different OEI build options: - tcm: enable tcm in OEI_CONFIGS, and set build optin oei=tcm; - ecc: when build option oei=ddr, use DDR ECC enabled timing configure file. Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * | include/imx95-evk.inc: Add rpmsg in IMXBOOT_VARIANTS and sd-ecc in UBOOT_CONFIGJun Zhu2026-03-021-8/+12
| | | | | | | | | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com>
* | | Merge pull request #2455 from ↵Otavio Salvador2026-03-028-7/+9
|\ \ \ | |/ / |/| | | | | | | | nxp-upstream/Update-kernel-DTs-base-on-6.12.49-2.2.0 Update kernel dts base on 6.12.49 2.2.0
| * | imx8qxp: Add audio DTsZelan Zou2026-02-271-0/+1
| | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | imx8qm: Add hdmi RX DTsZelan Zou2026-02-271-1/+2
| | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | imx93: Add 8 mic DTsZelan Zou2026-02-272-0/+2
| | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | imx8mm: Drop low power voice DT as kernel upgrade to 6.12.49Zelan Zou2026-02-271-1/+0
| | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | imx8mp: Drop low power voice DTZelan Zou2026-02-271-1/+0
| | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
| * | linux-imx: Update LOCALVERSION to 6.12.49Zelan Zou2026-02-272-4/+4
| | | | | | | | | | | | Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* | | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2026-02-281-2/+2
| | |
* | | Merge pull request #2449 from noreng-br/topic/kernel-modules-updateOtavio Salvador2026-02-284-29/+34
|\ \ \ | |/ / |/| | kernel-modules upgrade
| * | kernel-module-nxp-wlan: Update revisions in recipe metadataVagner Nörnberg2026-02-201-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | meta-imx version: walnascar-6.12.49_2.2.0 (#2423) Signed-off-by: Vagner Nörnberg <vagner.nornberg@ossystems.com.br>
| * | kernel-module-isp-vvcam: Update metadata in the recipe to match imx configVagner Nörnberg2026-02-202-23/+23
| | | | | | | | | | | | | | | | | | meta-imx version: walnascar-6.12.49_2.2.0 (# 2423)
| * | kernel-module-imx-gpu-viv: Update metadata in the recipe to match imxVagner Nörnberg2026-02-201-3/+4
| |/ | | | | | | | | | | | | | | meta-imx version: walnascar-6.12.49_2.2.0 (# 2423) Signed-off-by: Vagner Nörnberg <vagner.nornberg@ossystems.com.br>
* | Merge pull request #2454 from sapiippo/masterOtavio Salvador2026-02-252-2/+0
|\ \ | | | | | | imx93: Drop low power voice DT
| * | imx93: Drop low power voice DTSamuli Piippo2026-02-252-2/+0
|/ / | | | | | | | | | | linux-imx upgrade to 6.12.49 dropped these DTs. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2026-02-201-12/+0
| |
* | Merge pull request #2453 from nxp-upstream/ffmpegOtavio Salvador2026-02-203-286/+0
|\ \ | |/ |/| ffmpeg: Drop 4.4.1 downgrade
| * ffmpeg: Drop 4.4.1 downgradeTom Hochstein2026-02-203-286/+0
|/ | | | | | The dependency on 4.4.1 is gone for some time now. Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
* Merge pull request #2452 from nxp-upstream/wifiOtavio Salvador2026-02-201-1/+0
|\ | | | | imx-base.inc: Drop bcm4359 firmware
| * imx-base.inc: Drop bcm4359 firmwareTom Hochstein2026-02-191-1/+0
| | | | | | | | | | | | | | The firmware is dropped from firmware-nxp-wifi and not available in linux-firmware. Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
* | Auto-update LICENSE file with current recipe licensesgithub-actions[bot]2026-02-191-1/+1
| |