summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1435 from YoeDistro/yoe/mutOtavio Salvador2023-02-201-1/+1
|\ \ | |/ |/| boot-format: Use https protocol with github
| * boot-format: Use https protocol with githubKhem Raj2023-02-201-1/+1
|/ | | | | | | | | https is the preferred protocol especially with github Fixes WARNING: boot-format-git-r6 do_fetch: URL: git://github.com/nxp-qoriq-yocto-sdk/boot-format;nobranch=1 uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #1432 from thochstein/imx93Otavio Salvador2023-02-173-10/+14
|\ | | | | Update opencv and wayland-protocols for i.MX 9
| * wayland-protocols: Add i.MX 9 series compatibility for NXP BSPTom Hochstein2023-02-171-1/+1
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * wayland-protocols: Simplify compatibility logicTom Hochstein2023-02-171-1/+1
| | | | | | | | | | | | | | | | | | The recipe is for all i.MX 6-8 SOCs using NXP BSP, but it confusingly uses an indirect override imxfbdev|imxgpu. The override used does happen to cover all 6-8, but it is simpler to just use i.MX series overrides. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * opencv: Add support for i.MX 9Tom Hochstein2023-02-171-8/+11
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-base.inc: Use OpenCV fork for i.MX 93, NXP BSPTom Hochstein2023-02-171-1/+2
|/ | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1430 from thochstein/imx93Otavio Salvador2023-02-175-32/+61
|\ | | | | Updates for i.MX 8ULP and i.MX 93
| * imx93-*.conf: Fix KERNEL_DEVICETREETom Hochstein2023-02-162-30/+30
| | | | | | | | | | | | | | | | Fix the KERNEL_DEVICETREE assignments for i.MX 93: - Limit extended device trees to NXP BSP as is customary - Remove duplicated text `-qsb` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-pxp-g2d: Add PXP implementation of G2DTom Hochstein2023-02-162-0/+29
| | | | | | | | | | | | Used by i.MX 93. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx8ulp-lpddr4-evk: Limit extended device treesTom Hochstein2023-02-161-1/+1
| | | | | | | | | | | | Limit extended device trees to NXP BSP as is customary Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-base.inc: Add 8ULP machine feature overrides for NXP BSPTom Hochstein2023-02-161-1/+1
|/ | | | | | The SOC has DRM, GPU, and Vulkan support. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1414 from angolini/upstream-8ULP-93Otavio Salvador2023-02-1412-18/+2324
|\ | | | | Initial support for i.MX 93 machines
| * imx-boot: Add i.MX 93 configurationDaiane Angolini2023-02-141-5/+37
| | | | | | | | | | | | It is based on 5.15.71_2.2.0 NXP BSP release. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * u-boot-imx: Add mx9-nxp-bsp as compatibleDaiane Angolini2023-02-141-1/+1
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * firmware-imx-8: Add support for mx9-nxp-bspDaiane Angolini2023-02-141-3/+19
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * linux-imx: Add defconfig for mx93-nxp-bspDaiane Angolini2023-02-141-0/+1069
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * linux-fslc-imx: Add defconfig for mx9-nxp-bspDaiane Angolini2023-02-141-0/+1071
| | | | | | | | | | | | It is based on the defconfig for mx8-nxp-bsp as they share the same. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx-atf: Make it compatible with mx9-generic-bspDaiane Angolini2023-02-141-1/+1
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * firmware-sentinel: Make it compatible for mx9-nxp-bspDaiane Angolini2023-02-141-1/+1
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * use-imx-security-controller-firmware: Add i.MX 93 configurationDaiane Angolini2023-02-141-0/+1
| | | | | | | | | | | | | | | | It add SECO_FIRMWARE_NAME for mx93-nxp-bsp. It is based on 5.15.71_2.2.0 NXP BSP release. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx-base: Add i.MX 93 configurationDaiane Angolini2023-02-141-7/+21
| | | | | | | | | | | | It is based on 5.15.71_2.2.0 NXP BSP release. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx93-9x9-lpddr4-qsb: Add i.MX 93 QSB machineDaiane Angolini2023-02-141-0/+30
| | | | | | | | | | | | It is based on 5.15.71_2.2.0 NXP BSP release. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx93-11x11-lpddr4x-evk: Add i.MX 93 EVK machineDaiane Angolini2023-02-141-0/+36
| | | | | | | | | | | | It is based on 5.15.71_2.2.0 NXP BSP release. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx93-evk: Add the common file for the i.MX 93 machinesDaiane Angolini2023-02-141-0/+37
|/ | | | | | It is based on 5.15.71_2.2.0 NXP BSP release. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* Merge pull request #1423 from msalvinik/msalvinik-patch-1Otavio Salvador2023-02-131-1/+1
|\ | | | | qt4-imx-support.inc: fix append syntax
| * qt4-imx-support.inc: fix append syntaxMauro Salvini2023-02-131-1/+1
| | | | | | | | | | Change the "+=" in "=", we are using the :append Signed-off-by: Mauro Salvini <m.salvini@koansoftware.com>
* | Merge pull request #1418 from mdrodrigo/topic/fix-imx-bootOtavio Salvador2023-02-132-6/+6
|\ \ | |/ |/| u-boot-imx: Change the imx bsp override to generic bsp
| * imx-boot: Fix the bsp overrideRodrigo M. Duarte2023-02-131-1/+1
| | | | | | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
| * u-boot-imx: Change the imx bsp override to generic bspRodrigo M. Duarte2023-02-131-5/+5
|/ | | | | | | | With the imx bsp override the u-boot-imx does not compile imx-boot-tools. This causes an error in imx-boot because it does not find imx-boot-tools. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* Merge pull request #1421 from angolini/linux-bump-lpuartOtavio Salvador2023-02-091-1/+1
|\ | | | | linux-fslc-imx: Bump kernel to fix lpuart
| * linux-fslc-imx: Bump to 0eb450Daiane Angolini2023-02-091-1/+1
| | | | | | | | | | | | | | | | Relevant changes: - 0eb4504bd3b8 Merge pull request #624 from MrCry0/5.15-2.2.x-imx-fix-lpuart - 645fce6a3bbd serial: fsl_lpuart: fix driver stuck Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* | Merge pull request #1419 from thochstein/githubOtavio Salvador2023-02-0815-20/+22
|\ \ | | | | | | Upgrade libdrm and imx-test, move recipes from codeaurora to github
| * | layer: Use github for QorIQ sourceTom Hochstein2023-02-0811-11/+11
| | | | | | | | | | | | | | | | | | The NXP repos are moving to github. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | layer: Use github for i.MX sourceTom Hochstein2023-02-082-2/+2
| | | | | | | | | | | | | | | | | | The NXP repos are moving to github. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | imx-test: Update to 5.15.71_2.2.0Tom Hochstein2023-02-081-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes support for 8ULP. Changes: ``` 6824398 LF6658: imx-jpeg: Add back support for contiguous NV12 85cf6ee LF-6654: imx-jpeg: Add crop support for encoder db62b23 LF-6654 imx-jpeg: Use selection API in unit test app 0569bed MLK-26028 Remove deprecated mxc_als_test b7257a3 LF-7058: mxc_v4l2_vpu_test: enhance h264 parse to support interlaced streams 4bb37e2 MLK-25799-13: mxc_v4l2_vpu_test: encoder setup capture first 8788be3 LF-6912: mxc_v4l2_vpu_test: dump backtrace when segmentation fault be5b55d LF-6740: mx8_v4l2_cap_drm.c: add camera support for iMX93 platform 8fc40e3 LF-6590-3: mxc_v4l2_vpu_test: fix a mistake in calculating plane alignment bdbfcee LF-6590-2: mxc_v4l2_vpu_test: don't write empty buffer to ofile 835d0bd MGS-6738: Remove SoC limitation from gpu and gpuinfo tool 0f2bfd2 LF-6590: mxc_v4l2_vpu_test: calculate alignment according to plane 2b53a64 LF-6588: mxc_v4l2_vpu_test: unify the encoder and decoder unittest f3840d8 LF-6364 epdc_v2: add two functions for the power consumption measurement f4f321c PM:unit_test: suspend_quick_auto.sh - Added a custom number of cycles for suspend/resume function 41f8fd1 LF-6065-2: mxc_v4l2_vpu_test: mxc_v4l2_vpu_dec.out handle pollerr aaf6a36 LF-6065-1: mxc_v4l2_vpu_test: fix code style according kernel style a57c5dc LF-5444: mxc-jpeg: Add parameter for quality factor 4ce851e MLK-25799-12: mxc_v4l2_vpu_test: G/S_PARM only for encoder's output queue 75a0c53 MLK-25799-11: mxc_v4l2_vpu_test: add git sha and commit date ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * | libdrm: Update to 5.15.71_2.2.0Tom Hochstein2023-02-081-2/+2
| |/ | | | | | | | | | | | | | | Includes: 063bd699 MGS-6873 tests/util: add imx-dcnano driver c6cf6625 MA-20797 Update imx_drm header to enable fence support in DRM blitter API Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | Merge pull request #1416 from chrisdimich/masterOtavio Salvador2023-02-0823-2628/+0
|\ \ | |/ |/| chromium-ozone-wayland: remove bbappend and patches
| * chromium-ozone-wayland: remove bbappend and patchesChris Dimich2023-02-0823-2628/+0
|/ | | | | | | Removing because they are based on older version of chromium (101.0.4951.54) and do not apply on latest/HEAD. Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
* Merge pull request #1398 from angolini/upstream-8ULPOtavio Salvador2023-02-077-0/+163
|\ | | | | Add i.MX 8ULP Machines
| * imx-boot: Add support for i.MX 8ULP machinesDaiane Angolini2023-02-071-0/+28
| | | | | | | | | | | | It comes from 5.15.52-2.2.0 BSP. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * use-imx-security-controller-firmware: Configure for imx8ulpDaiane Angolini2023-02-071-0/+1
| | | | | | | | | | | | Add SECO_FIRMWARE_NAME for i.MX 8ULP. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx-base: Add support for i.MX 8ULP SOCDaiane Angolini2023-02-071-0/+9
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx8ulp-lpddr4-evk: Add i.MX 8ULP EVK machineDaiane Angolini2023-02-072-0/+71
| | | | | | | | | | | | | | | | The new machine is currently supported only by linux-imx and u-boot-imx. The recipes are from 5.15.52-2.2.0 NXP BSP. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * firmware-sentinel(0.8): Add recipe from 5.15.52-2.2.0 BSPDaiane Angolini2023-02-071-0/+23
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * firmware-upower(1.1.0): Add recipe from 5.15.52-2.2.0 BSPDaiane Angolini2023-02-071-0/+31
|/ | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* Merge pull request #1407 from walter-schweizer/masterOtavio Salvador2023-02-052-1/+60
|\ | | | | On Ubuntu 22.04(LTS) cst fails to link with libcrypto.
| * imx-cst: fix build issue for Ubuntu 22.04(LTS)Walter Schweizer2023-02-042-1/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | On Ubuntu 22.04(LTS) cst fails to link with libcrypto. NXP uses weaken to solve a conflict in linking. The linker in Ubuntu seems to ignore weak symbols does not link libcrypto at all. The patch fixes the conflict in the code itself. It restricts the scope of err_msg to the module. Signed-off-by: Walter Schweizer <walter.schweizer@siemens.com>
* | Merge pull request #1411 from MrCry0/master-linux-fslc-ltsOtavio Salvador2023-02-041-1/+1
|\ \ | | | | | | linux-fslc-lts: fix linux version
| * | linux-fslc-lts: fix linux versionOleksandr Suvorov2023-02-041-1/+1
|/ / | | | | | | | | | | | | Missed bumping LINUX_VERSION. Fix it. Fixes: 9f2c6a40 ("linux-fslc-lts: update to v5.15.91") Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>