summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #1991 from MaxKrummenacher/master-6.36Otavio Salvador2024-10-212-5/+5
|\| | | | | | | | linux-imx: Update to NXP BSP LF6.6.36_2.1.0
| * | linux-imx: Update to NXP BSP LF6.6.36_2.1.0Max Krummenacher2024-10-222-5/+5
|/ / | | | | | | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | Merge pull request #1986 from Livius90/masterOtavio Salvador2024-10-216-20/+26
|\ \ | | | | | | Upgrade firmware-imx* to LF6.6.36_2.1.0 BSP
| * | firmware-ele-imx: Rename firmware-sentinel to firmware-ele-imxBenjamin Szőke2024-10-211-0/+3
| | |
| * | firmware-ele-imx: Fix code formattingBenjamin Szőke2024-10-211-2/+2
| | |
| * | EULA: Update to v57Benjamin Szőke2024-10-212-2/+10
| | |
| * | firmware-imx: Upgrade to LF6.6.36_2.1.0Benjamin Szőke2024-10-214-19/+14
| | |
* | | Merge pull request #1987 from Livius90/master-update-linux-fslcOtavio Salvador2024-10-211-2/+2
|\ \ \ | |/ / |/| | linux-fslc: 6.11.3 -> 6.11.4
| * | linux-fslc: 6.11.3 -> 6.11.4Benjamin Szőke2024-10-211-2/+2
|/ /
* | Merge pull request #1983 from nxp-upstream/optee-osOtavio Salvador2024-10-211-1/+4
|\ \ | | | | | | optee-os: work-around buildpaths QA error of staticdev
| * | optee-os: work-around buildpaths QA error of staticdevJun Zhu2024-10-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the QA Error: ERROR: optee-os-4.2.0.imx-r0 do_package_qa: QA Issue: File /usr/include/optee/export-user_ta_arm64/lib/libutils.a in package optee-os-staticdev contains reference to TMPDIR [buildpaths] ERROR: optee-os-4.2.0.imx-r0 do_package_qa: QA Issue: File /usr/include/optee/export-user_ta_arm64/lib/libdl.a in package optee-os-staticdev contains reference to TMPDIR [buildpaths] ERROR: optee-os-4.2.0.imx-r0 do_package_qa: QA Issue: File /usr/include/optee/export-user_ta_arm64/lib/libmbedtls.a in package optee-os-staticdev contains reference to TMPDIR [buildpaths] ERROR: optee-os-4.2.0.imx-r0 do_package_qa: QA Issue: File /usr/include/optee/export-user_ta_arm64/lib/libutee.a in package optee-os-staticdev contains reference to TMPDIR [buildpaths] ERROR: optee-os-4.2.0.imx-r0 do_package_qa: Fatal QA errors were found, failing task. ERROR: Logfile of failure stored in: /../build-imx93-11x11-lpddr4x-evk/tmp/work/imx93_11x11_lpddr4x_evk-poky-linux/optee-os/4.2.0.imx/temp/log.do_package_qa.2422162 ERROR: Task (/../meta-freescale/recipes-security/optee-imx/optee-os_4.2.0.imx.bb:do_package_qa) failed with exit code '1' Signed-off-by: Jun Zhu <junzhu@nxp.com>
* | | Merge pull request #1981 from hiagofranco/update_opteeOtavio Salvador2024-10-213-5/+5
|\ \ \ | | | | | | | | recipes-security: optee-imx: optee-*: Upgrade BSP to LF6.6.36_2.1.0
| * | | recipes-security: optee-imx: optee-*: Upgrade BSP to LF6.6.36_2.1.0Hiago De Franco2024-10-193-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade optee-client, optee-os and optee-test to new NXP BSP LF6.6.36_2.1.0. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | | Merge pull request #1982 from hiagofranco/update-imx-atfOtavio Salvador2024-10-211-1/+1
|\ \ \ \ | |/ / / |/| | | recipes-bsp: imx-atf: Upgrade to new NXP BSP LF6.6.36_2.1.0
| * | | recipes-bsp: imx-atf: Upgrade to new NXP BSP LF6.6.36_2.1.0Hiago De Franco2024-10-201-1/+1
|/ / / | | | | | | | | | Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* | | Merge pull request #1978 from sapiippo/masterOtavio Salvador2024-10-191-2/+2
|\ \ \ | | | | | | | | imx93-11x11: Fix KERNEL_DEVICETREE
| * | | imx93-11x11: Fix KERNEL_DEVICETREESamuli Piippo2024-10-191-2/+2
|/ / / | | | | | | | | | | | | | | | Use updated kernel device tree for imx93-11x11 board. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Merge pull request #1976 from MaxKrummenacher/masterOtavio Salvador2024-10-171-0/+2
|\ \ \ | | | | | | | | kernel-module-isp-vvcam: prevent build warning
| * | | kernel-module-isp-vvcam: prevent build warningMax Krummenacher2024-10-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way the kernel-module-isp-vvcam Makefiles are written, each kernel module gets its own Module.symvers created in its own sub directory. The only kernel module actually having a symbol exported is vvcam-dwe. Thus point MODULES_MODULE_SYMVERS_LOCATION to that location. Prevents: | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: Module.symvers not found in .../kernel-module-isp-vvcam/4.2.2.24.1/git/vvcam/v4l2/ | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: Please consider setting MODULES_MODULE_SYMVERS_LOCATION to a | WARNING: kernel-module-isp-vvcam-4.2.2.24.1-r0 do_install: directory below B to get correct inter-module dependencies Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | | | Merge pull request #1975 from MaxKrummenacher/mesa-etnaviv-envOtavio Salvador2024-10-171-0/+2
|\ \ \ \ | |/ / / |/| | | mesa-etnaviv-env: prevent warning
| * | | mesa-etnaviv-env: prevent warningMax Krummenacher2024-10-171-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent the following warning by setting S to an existing directory. (no real problem was seen but the warning) | WARNING: mesa-etnaviv-env-0.1-r0 do_unpack: mesa-etnaviv-env: | the directory ${WORKDIR}/${BP} (.../mesa-etnaviv-env/0.1/mesa-etnaviv-env-0.1) | pointed to by the S variable doesn't exist - please set S within | the recipe to point to where source has been unpacked to Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* | | Merge pull request #1973 from Livius90/masterOtavio Salvador2024-10-161-2/+2
|\ \ \ | | | | | | | | linux-fslc: 6.11.0 -> 6.11.3
| * | | linux-fslc: 6.11.0 -> 6.11.3Benjamin Szőke2024-10-171-2/+2
|/ / /
* | | Merge pull request #1971 from Freescale/bump-linux-6.6.54-2.1.0Otavio Salvador2024-10-151-14/+9
|\ \ \ | |/ / |/| | linux-fslc-imx: Use 6.6-2.1.0.x from NXP BSP LF6.6.36_2.1.0
| * | linux-fslc-imx: Use 6.6-2.1.0.x from NXP BSP LF6.6.36_2.1.0bump-linux-6.6.54-2.1.0Daiane Angolini2024-10-151-14/+9
| | | | | | | | | | | | | | | | | | It also updates the stable kernel version up to 6.6.54. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | | Merge pull request #1968 from YoeDistro/yoe/mutOtavio Salvador2024-10-111-1/+3
|\ \ \ | |/ / |/| | imx-atf: Redefine LD using HOST_PREFIX
| * | imx-atf: Redefine LD using HOST_PREFIXKhem Raj2024-10-111-1/+3
|/ / | | | | | | | | | | | | Distro's which use ld-is-lld end up with LD=<HOST_PREFIX>ld.lld and remove_options_tail() does not handle such cases Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Merge pull request #1967 from lms-ts/masterOtavio Salvador2024-10-091-2/+2
|\ \ | | | | | | opencv: Adapt recipe to changes in unpack directories introduced with…
| * | opencv: Adapt recipe to changes in unpack directories introduced with styheadTimo Schuster2024-10-091-2/+2
|/ / | | | | | | Signed-off-by: Timo Schuster <timo.schuster@leica-microsystems.com>
* | Merge pull request #1964 from nxp-upstream/pipewire-addback-gstreamerOtavio Salvador2024-10-081-1/+4
|\ \ | | | | | | pipewire: Exclude gstreamer from PACKAGECONFIG list for i.MX 6, 7, 8 and 93
| * | pipewire: Exclude gstreamer from PACKAGECONFIG list for i.MX 6, 7, 8 and 93Jun Zhu2024-10-081-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | libcamera gst video source has the limition to co-work with pipewire gst video source. NXP i.MX 95 HW will well support libcamera gst video source, and the related pipewire gst video source should be enabled. Signed-off-by: Jun Zhu <junzhu@nxp.com>
* | | Merge pull request #1962 from nxp-upstream/bootpartOtavio Salvador2024-10-051-2/+2
|\ \ \ | | | | | | | | imx-imx-boot-bootpart.wks.in: Increase /boot partition 64 MiB -> 256 MiB
| * | | imx-imx-boot-bootpart.wks.in: Increase /boot partition 64 MiB -> 256 MiBTom Hochstein2024-10-021-2/+2
| |/ / | | | | | | | | | | | | | | | | | | For i.MX 9 a typical kernel is 35 MB. With gcov, that increases to 75 MB or more. Bump the /boot partition size accordingly. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | | Merge pull request #1963 from YoeDistro/yoe/mutOtavio Salvador2024-10-051-1/+1
|\ \ \ | |/ / |/| | layer.conf: Update to walnascar (5.2) layer/release series
| * | layer.conf: Update to walnascar (5.2) layer/release seriesKhem Raj2024-10-041-1/+1
|/ / | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Merge pull request #1958 from rafluan/topic/bump-uboot-imx-masterOtavio Salvador2024-09-301-2/+2
|\ \ | | | | | | u-boot-imx: Update to lf-6.6.36-2.1.0
| * | u-boot-imx: Update to lf-6.6.36-2.1.0Luan Rafael Carneiro2024-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the u-boot-imx to the tag lf-6.6.36-2.1.0, that is used in the NXP BSP LF6.6.36_2.1.0. This commit adds the following changes: - de16f4f1722 configs: ls1088ardb: enable CONFIG_PHY_AQUANTIA - 291d018424c MA-22821 Adjust the fastboot offset used for avb verification - aefc41754b1 Pull request #135: MA-22768 Android: Enable NEON instruction acceleration as default on i.MX 95 - dfabeeba1bf LFU-785 arm: dts: fsl-ls1088a: Enable USB nodes - f1b36b56740 MA-22768 Android: Enable NEON instruction acceleration as default on i.MX 95 - 127c4143ced MA-22751-2 Android: Enable kaslr function on all android platforms - bbaa7cd97bc MA-22751-1 Enable kaslr function on all android platforms - 5c751212a6a Pull request #130: Feature/MA-22726 add rng driver for ele - 796b36cef2b LF-13165 imx91_evk/qsb: Align default mmcroot env with mmcdev - 02888f5a7aa MA-22726-4 imx95: android: seed the rng from bootloader - 01ca33808b4 MA-22726-3 android: enable ELE based RNG - aa49f8c2d44 MA-22726-2: ele: add rng driver - d5ac6715ff9 MA-22726-1 rework config CONFIG_DEK_BLOB_BUFFER - 6670dde79fe Pull request #128: Accelerate AVB process by NEON instruction - ed06f95670b MA-22734 Accelerate AVB process by NEON instruction - 54369cd719f LFU-782 imx95: add clk_ignore_unused for xen boot - 2b02a886a36 LF-12602-2 arm: dts: imx95-verdin: Change default splash screen to adv7535 - 161f39fc7f3 LF-12602-1 imx95_verdin: Changes default kernel DTB file - c50050b80a7 LFU-781 ddr: imx9: Disable dynamic refresh rate when do mr operation - 7a7445a2113 LFU-780 imx9: wait ssar when power on power domain - 8ffdc89512f LFU-779-3 imx91_qsb: Add 1600MTS DDR timing files - ed0abd9a1b5 LFU-779-2 imx91_evk: Add 1600MTS DDR timing files - 14e6baf09c9 LFU-779-1 imx91: Support new variant part iMX9121 - 579c5aba0c5 MA-22702 imx95: android: enable mcu image flash - 7606a94787d LFU-777 imx8ulp_evk: Update the DDR timing from latest RPA tool - 8807207c83f LFU-778 imx9: scmi: print SM version - 48cae0937d6 MA-22691 Android: Adjust the SPL size for imx93 - f9dfd8a0b2e LFU-776 misc: imx_ele: Fix fuse read issue on OEM closed LC - 9d634dfc0f2 LFU-775 imx93_evk/qsb: Update DDR timing files with latest RPA - d4f81e6783b LFU-755-2 verdin-imx95: Workaround dead battery on USB typec - 9163beb516d LFU-755-1 imx95_evk: Workaround dead battery on USB typec - 28b40ba0525 Pull request #123: Verdin splash screen enable - f042d04a6b8 MA-22683 Android: Align defconfig with BSP for imx95_15x15_evk - ebb78124638 MA-22680 Android: Enable splash screen on i.MX95 verdin - a9efed38dca LFU-774 imx95: Fix ELE FW revision print bug - 2cd18693dc6 LFU-772 imx9: scmi: disable some clocks before booting linux - 6dfdc164edf LFU-768: mtd: rawnand: fsl_ifc: dynamic update register by nand info - eca8f851ae9 LFU-770-2 imx91_qsb: Add defconfig for M.2 flexspi NOR boot - fc232e192b8 LFU-770-1 arm: dts: imx91_qsb: Add DTS for M.2 flexspi NOR support - e3483987537 LFU-769 imx91_evk/qsb: Update DDR timing files from DDR tool - 92708586a64 LF-12889: laysercape: fixup: update esdhc node name to mmc - 8dffea7abad LFU-766-2 imx95_evk: Enable flexspi NOR support on 15x15 EVK - 642dbba7480 LFU-766-1 arm: dts: imx95-15x15-evk: add M.2 flexspi NOR support - 0f70d2f755a LFU-765-2 arm: dts: imx91: Fix incorrect MEDIA AXI clock rate - 43feb688fe6 LFU-765-1 imx91: clock: Fix incorrect bus clock rate - a7c8915150f LF-12901 thermal: imx91_tmu: Fix fuse map address for temperature sensor trim - b8478e99f8e LFU-764 imx95: evk/verdin: enable cpuidle - e409ae328e0 LFU-669-2 imx93: Call the ELE voltage APIs when set OD voltage - e813a6998a9 LFU-669-1 misc: ele_api: Add Voltage change start and finish APIs - ab09a34411a LFU-763-4 imx95_evk: Add defconfig for LVDS splash screen on 15x15 EVK - 6fdb6753233 LFU-763-3 arm: dts: Add DTS for BOE LVDS panel - 8a0487a9e01 LFU-763-2 video: imx95-ldb: Update LDB driver for single channel - 600129e81df LFU-763-1 video: simple_panel: Add BOE LVDS panel - aab772b45f7 LFU-759-4 verdin_imx95: Enable splash screen for MIPI-DSI - b028fc838e9 LFU-759-3 arm: dts: imx95: Add dts for Verdin board MIPI DSI - 90f5fca16f7 LFU-759-2 video: video_link: Move ahead duplicated link check - 47f1e9cb8da LFU-759-1 video: lontium-lt8912b: Add driver for lt8912b - ea69aa79fdb LFU-762-2 imx91_qsb: Update board codes to enable splash screen - e28478b3238 LFU-762-1 arm: dts: imx91_qsb: add DTS for tianma parallel LCD panel - 3a27b0c3ac1 LFU-761-2 imx8ulp: Align serial No to UID[0] and UID[1] with big endian - be59f7acab0 LFU-761-1 imx9: Print UID in big endian format for EL2GO - 36c93488d60 MA-22653 imx95: restore the verdin elemu1 node - c31ba1f4ce8 LFU-760 configs: imx95: enlarge dom0 mem - 2a3c1cf36a0 LFU-756 misc: ele_mu: clear RR when initialize MU - bcc07c08ee2 LFU-758: spi: nxp_fspi: Add extra delay after flexspi DLL locked - 9d4171ff039 LFU-757 imx93: Fix DDR QB training data generation build failure - 491e26cbbc8 MA-22635 Fix i.mx91/i.mx93 build error - c6e7cbb0551 MA-22628 Android: Enable encrypted boot for imx95 - e8429da2961 MA-22459 Remove the dek_blob dest buffer from stack for imx95 - 4b99a1ea7d8 LFU-754-3 misc: fuse: Remove FUSE_BANKS macro - 3ba29ac19a1 LFU-754-2 misc: fuse: Add shadow fuse read and write - 7821b84f323 LFU-754-1 misc: ele_api: Add read/write shadow fuse APIs - 1434b0ec2d8 MA-22546 imx95: fix rpmb not reliable issue - d9f174f315b MA-22461 Android: Follow BSP update the imx93 defconfig - 9811741f98e MA-22560 Fix spl can't switch to another slot when verification failed Signed-off-by: Luan Rafael Carneiro <luan.r@variscite.com>
* | | Merge pull request #1959 from nxp-upstream/pipewier-with-libcameraOtavio Salvador2024-09-301-1/+0
|\ \ \ | |/ / |/| | pipewire: Add libcamera back to PACKAGECONFIG for i.MX 95
| * | pipewire: Add libcamera back to PACKAGECONFIG for i.MX 95Jun Zhu2024-09-291-1/+0
|/ / | | | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com>
* | Merge pull request #1954 from Livius90/masterOtavio Salvador2024-09-282-3/+44
|\ \ | | | | | | [master] linux-fslc: 6.6.50 -> 6.11.0
| * | linux-fslc-lts: restore LTS v6.1Benjamin Szőke2024-09-281-0/+41
| | |
| * | linux-fslc-lts: update to v6.6.50Benjamin Szőke2024-09-271-8/+4
| | |
| * | linux-fslc: 6.6.50 -> 6.11.0Benjamin Szőke2024-09-271-3/+7
|/ /
* | Merge pull request #1949 from Freescale/bump-kernelOtavio Salvador2024-09-231-8/+16
|\ \ | |/ |/| linux-fslc-imx: Update 6.6-2.0.x-imx up to v6.6.51
| * linux-fslc-imx: Update 6.6-2.0.x-imx up to v6.6.51bump-kernelDaiane Angolini2024-09-201-8/+16
| | | | | | | | | | | | Update the recipe (with comments) to stable tag up to v6.6.51. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | Merge pull request #1950 from hiagofranco/update_vvcamOtavio Salvador2024-09-201-2/+2
|\ \ | |/ |/| kernel-module-isp-vvcam: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
| * kernel-module-isp-vvcam: Update 6.6.3-1.0.0 to 6.6.23-2.0.0Hiago De Franco2024-09-201-2/+2
|/ | | | | | Update to the new NXP BSP 6.6.23-2.0.0. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
* Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_masterOtavio Salvador2024-09-181-4/+4
|\ | | | | Follow 6.6-2.0.x-imx instead of 6.6-1.0.x-imx
| * Follow 6.6-2.0.x-imx instead of 6.6-1.0.x-imxMichael Glembotzki2024-09-181-4/+4
|/ | | | Signed-off-by: Michael Glembotzki <Michael.Glembotzki@iris-sensing.com>
* Merge pull request #1791 from nxp-upstream/uuuOtavio Salvador2024-09-1712-39/+39
|\ | | | | Restore default bootloader to untagged version