Commit Graph

7803 Commits

Author SHA1 Message Date
Tom Hochstein
2d7b30c754 imx-mcore-demos: Fix 7ULP install
The demo extension is overridable so the new install behavior needs to
use the variable.

Fixes #2056.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2025-03-31 17:06:06 -03:00
github-actions[bot]
07d2c4ceda Auto-update LICENSE file with current recipe licenses 2025-03-31 17:06:06 -03:00
Zelan Zou
a4158653a5 mcore-demos: Upgrade to 6.6.52_2.2.0
imx95: 2.16.001 -> 24.12.00

Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-03-31 17:06:06 -03:00
Alexander Stein
1f707c600d optee-os: Remove upstreamed patches
Both patches have been upstreamed since 3.19.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
2025-03-31 17:06:06 -03:00
Jasper Orschulko
9a175e7423 u-boot: Add CVE_PRODUCT definition
Adding a correct CVE_PRODUCT definition helps to keep track of upstream
CVEs

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
2025-03-31 17:06:06 -03:00
Max Krummenacher
d96aff8e6a imx-vpuwrap: fix build error
Add missing include file. Otherwise with latest master we see:
| ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration]
|   953 |   gettimeofday (&pObj->tvEnd, NULL);

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2025-03-31 17:06:06 -03:00
github-actions[bot]
9b53d8ac1d Auto-update LICENSE file with current recipe licenses 2025-03-31 17:06:06 -03:00
Zelan Zou
e983edae3f imx-vpuwrap: Update to L6.6.52_2.2.0 release
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-03-31 17:06:06 -03:00
Zelan Zou
bc39db935f imx-parser: Update to L6.6.52_2.2.0 release
Bump version 4.9.1 -> 4.9.2

Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-03-31 17:06:06 -03:00
Zelan Zou
f59494ed31 imx-opencl-converter: Update to L6.6.52_2.2.0 release
Bump version 0.5.0 -> 0.6.0

Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-03-31 17:06:06 -03:00
Zelan Zou
cb1a65c768 imx-dsp: Update to L6.6.52_2.2.0 release
Bump version 2.1.8 -> 2.1.9
License update to EULA V58

Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-03-31 17:06:06 -03:00
Zelan Zou
20680052ff imx-alsa-plugins_git: Switch to L6.6.52-2.2.0 release branch
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-03-31 17:06:06 -03:00
Daiane Angolini
6cccf78d54 imx-atf: Bum to match 6.6.52-2.2.0
Relevant changes:
- 1b27ee3ed Pull request #96: MA-23026 Fix bug: failed boot on LS platforms due caam driver
- 02b06d177 MA-23026 Fix bug: failed boot on LS platforms due caam driver
- afd50b207 LF-13734 fix(imx95): add missing license header
- 0efc2fff8 Pull request #95: MA-23009 Fix i.MX 8Q boot failed when trusty disabled
- 0728e974a MA-23009 Fix i.MX 8Q boot failed when trusty disabled
- f590c74e5 Pull request #94: MA-23007 Fix bug, i.MX 8MN ATF failed to build
- e9823459d MA-23007 Fix i.MX 8MN build break
- a53124bcd Pull request #92: ATF RNG
- 5b66f7321 MA-21916 Enable caam driver for i.MX
- 55f8854fc MA-21915 Make the CAAM driver compatible with i.MX devices
- 1d6489907 MA-22997 Fix bug: 8q failed to print any logs in ATF
- dfda4210e Pull request #88: Lf v2.10 LF-13160
- 8b770b71f MA-22946-2 Guard the FF-A functions
- b02708418 MA-22946 Enlarge the trusty stack
- 66b6ed7e1 trusty: delete the fp registers save&restore at init stage
- fea70c8d6 spd: trusty: Add FFA_PARTITION_INFO_GET
- 96c52d0c2 spd: trusty: Add FFA_RX_RELEASE
- afff18cea spd: trusty: add secure partition and non secure client descriptors
- 77ba0234d spd: trusty: use FFA specific macros from ffa_svc
- c80318969 trusty: generic-arm64-smcall: Add echo smcalls
- 42164a24c LF-13673 fix(imx93): correct the ecc en bit define
- 0e31b369c LF-13160-3: plat: imx8ulp: scmi sensor update temp return val
- f6f942d2e LF-13160-2: drivers: scmi-msg: sensor: follow return temp val with spec data types
- 3399b1786 LF-13160-1: plat: imx8ulp: scmi sensor: fix invalid temp error
- 5e2ae7751 LF-13235 feat(imx95): support LM boot and shutdown
- 7f72130b5 LF-13233 feat(imx95): support setting M7 reset address
- 7c4a94d42 LF-13603 fix(imx9): reduce the pmic stby off delay on imx93/91
- efbc6f46a LF-13319 feat(imx95): Implement a semaphore for GIC quiescing between SM and ATF

Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
2025-03-31 17:06:06 -03:00
Markus Niebel
b598f3a7d2 tinycompress: update to the version used in LF6.6.52_2.2.0
Bump revision to 1.2.5 and remove old patches. This also switches to new
upstream location at github. The old location uses git-protocol which can
cause problems in corporate network environments.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
2025-03-31 17:06:06 -03:00
Max Krummenacher
e97baaae6f ixp-imx: update to 4.2.2.24.4
Make tuningext a packageconfig as it no longer builds with latest
master (walnascar):
isp-imx contains the 3rd party cpp-netlib package. Compiling that
package against boost 1.87 results in build errors.
boost 1.87 is provided with latest master (walnascar).
Compare also with meta-oe commit a46de2745b30 ("cpp-netlib:
Skip recipe, not buildable with boost >= 1.87")

Drop patch. Fix now present in package sources.

Add jsoncpp to DEPENDS as the package no longer compiles its own
version thereoff and dynamically links against the OE provided one.

Sync CMake options with upstream recipe.

The binary blobs provided now link against libtinyxml2.so.10.
Drop the fix.
The binary blobs provided still link against libjsoncpp.so.25, but OE
provides libjsoncpp.so.26. Fixup the binaries.

The package now provides a Makefile with a install task. Use that.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2025-03-31 17:06:06 -03:00
Max Krummenacher
7239d52bf5 packagegroup-fsl-isp: drop the basler-camera-dev package
This pulls in all other dev packages. It looks like the unversioned
shared object is not (no longer?) needed, i.e. the driver points to
the versioned object.

| readelf --dynamic opt/imx8-isp/bin/daA3840_30mc.drv
| ...
| 0x000000000000000e (SONAME)             Library soname: [libdaA3840_30mc.so.1]

(/usr/lib/libdaA3840_30mc.so is the only file in the -dev package.)

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2025-03-31 17:06:06 -03:00
Otavio Salvador
50242ec7eb
Merge pull request #2165 from Freescale/backport-2163-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] linux-fslc: 6.12.13 -> 6.12.20
2025-03-28 18:59:31 -03:00
Benjamin Szőke
7c07eddd98 linux-fslc: 6.12.13 -> 6.12.20
(cherry picked from commit a3e3faf181)
2025-03-28 21:54:17 +00:00
Otavio Salvador
0ff5598601
Merge pull request #2161 from Freescale/backport-2159-to-styhead
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
[Backport styhead] imx-base: mx8mq: fix SOC_ATF_BOOT_UART_BASE value
2025-03-28 13:26:46 -03:00
Ricardo Salveti
7c42954503 imx-base: mx8mq: fix SOC_ATF_BOOT_UART_BASE value
mx8mq uses 0x30860000 as the base address for boot uart base.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
(cherry picked from commit b6a666659c)
2025-03-28 11:58:30 +00:00
Otavio Salvador
9e5fd0a52e
Merge pull request #2156 from Freescale/backport-2154-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] imx-oei: provide virtual/imx-oei
2025-03-24 14:28:12 -03:00
Hiago De Franco
07dad4a976 imx-oei: provide virtual/imx-oei
Some hardware vendors provide a customized Optional Executable Image
(OEI) with changes specific to their boards (e.g. Toradex SMARC i.MX95).

Add a virtual provider to avoid conflicts between the OEI recipes from
other layers. This follows the pattern used for the related
imx-system-manager.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit 7cf349d287)
2025-03-24 17:26:38 +00:00
Otavio Salvador
a0bfbd0da8
Merge pull request #2144 from Freescale/backport-2142-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] linux-fslc-imx: Update with some bugfixes patches
2025-02-28 17:50:39 -03:00
Daiane Angolini
df51336775 linux-fslc-imx: Update with some bugfixes patches
Relevant changes:
- 5ff4cf4d61e11 Merge pull request #713 from angolini/fix_imx93
- e587f8fe42f16 firmware: se_fw: remove info_list from ro section
- a0609cb5220a7 Merge pull request #712 from angolini/push_one
- 0f638960dcffd media: Kconfig: fix double VIDEO_DEV
- 226bfffe04bcb Merge pull request #709 from fs-csenatore/6.6-2.2.x-imx
- 198242c057e00 drivers:clk:imx:clk-imx8mp-audiomix: remove duplicated CLK_GATE_PARENT definition
- 427223e3206dd Merge pull request #707 from iceaway/revert_u-serial_patch
- 4f5936d7391f8 Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"

Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
(cherry picked from commit d43e64fbe3)
2025-02-28 19:47:27 +00:00
Otavio Salvador
75413b5dfc
Merge pull request #2136 from Freescale/backport-2135-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] firmware-nxp-wifi: create symbolic links to firmware/mrvl folder
2025-02-18 15:21:23 -03:00
github-actions[bot]
6eb9f77550 Auto-update LICENSE file with current recipe licenses
(cherry picked from commit b54c7357bb)
2025-02-18 18:20:59 +00:00
Hiago De Franco
d9a025578d firmware-nxp-wifi: remove COMPATIBLE_MACHINE
The current COMPATIBLE_MACHINE is set to build every i.MX SoC with both
BSP variants. However the firmware-nxp-wifi deploys firmware related to
the NXP Wi-Fi Modules (e.g. Maya IW416), which can be used with other
SoCs as well, as example the Toradex Verdin-AM62 wich uses the TI SoC
and the NXP Wi-Fi Module.

With the current COMPATIBLE_MACHINE it is not possible to build this
recipe and deploy the NXP firmware with different SoCs, therefore remove
it.

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit 8e7ebc096b)
2025-02-18 18:20:59 +00:00
Hiago De Franco
a66a968732 firmware-nxp-wifi: create symbolic links to firmware/mrvl folder
The upstream kernel Wi-Fi driver expects the sdiouart8997_combo_v4 and
sdiouartiw416_combo_v0 binaries to be located under firmware/mrvl [1],
different from the out-of-tree driver, which places them under
firmware/nxp. Create symbolic links to deploy these binaries in the
correct location for the upstream driver.

Due to this change, bump the recipe version to 1.1.

[1] https://github.com/torvalds/linux/blob/master/drivers/net/wireless/marvell/mwifiex/sdio.h#L31

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit deebc27a3a)
2025-02-18 18:20:59 +00:00
Otavio Salvador
3a9ad40430
Merge pull request #2131 from Freescale/backport-2129-to-styhead
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
[Backport styhead] u-boot-imx: Bump to 6.6.52-2.2.0
2025-02-17 17:15:34 -03:00
Daiane Angolini
fc0fc061c5 u-boot-imx: Bump to 6.6.52-2.2.0
Relevant changes:
- 6c4545203d1 LF-13928 update key for capsule
- a6fbbc4830b LF-13892 imx8mp_evk: Fix kernel boot failure with DDR ECC enabled
- b2f3a82bb62 LFU-815 imx91: Update iMX9101 PN support to latest config
- dd06e11a237 LFU-813-3 imx95_15x15_evk: Turn on PCA9632 LED for LVDS backlight
- 3215ce8075b LFU-813-2 imx95_19x19_evk: Enable backlight for LVDS
- 063caa4957a LFU-813-1 gpio: adp5585: Reset alternate function pins to GPIO
- ca6436fb7e4 LFU-812 arm: dts: imx95: Assign PLL VCO as the parent of PLL
- 0688aa50da0 MA-23021 secretkeeper: return earlier if not initialized
- 0ee139a17eb MA-23003-2 android: populate the SecretKeeper identity
- e3b6dacd0ef MA-23003-1 trusty: add SecretKeeper client
- f63ddd9cb11 LFU-808-3 power: regulator: correct the LDO_SNVS name
- 5726a995b80 LFU-808-2 arm: dts: change LDO_SNVS voltage range
- 69d949bcd3e LFU-808-1 power: regulator: change LDO_SNVS voltage range
- b6d4dc9f627 LF-13712 video: nxp: imx_lcdifv3: Fix incorrect DISP_PARA register configuration
- 5f50707d7bb LFU-788 imx95_evk: Modify the size of memory visible to the kernel
- 86be8aa9268 LFU-807 imx: set enable_virt_at_load as false
- 94619f027ce LFU-805-7 verdin-imx95: Enable aqr-stby regulator
- 87f2e20bcb6 LFU-805-6 imx95_evk: Enable netc stby regulators
- 331d8ae9a43 LFU-805-5 arm: dts: imx95-19x19-verdin: Update enet1 and enet2 ports
- adf6ecb292f LFU-805-4 arm: dts: imx95-19x19-evk: Enable enet2 10Gbps port
- d04db3691af LFU-805-3 net: fsl_enetc: Add iMX95 enetc4 10Gbps port support
- 435f01c56e7 LFU-805-2 net: fsl_enetc_mdio: Add phy-supply property support
- b42dd7d9bf5 LFU-805-1 net: phy: aquantia: Increase timeout for out of reset
- 8461bbe8afa LFU-806 arm: dts: imx91: Update MEDIA_AXI clock to 333Mhz
- 18fbed49e2a LFU-804 mmc: fsl_esdhc_imx: Add workaround for errata ERR052357
- 4e4af7348e4 LFU-803-2 imx93_qsb: Switch to Tianma LCD panel
- fbc21190687 LFU-803-1 arm: dts: imx93_qsb: Add Tianma LCD panel DTS
- caa18774855 LFU-802 imx95: verdin: correct xen bootargs
- ba33b30784d LF-10293 imx8dxl_ddr3l_evk: Update default mtest range
- 713768fb3fb LFU-801 mtd: spi: mt35xu01g: Disable erase chip command
- 726021e921f LFU-796 imx91: Update iMX91 NIC clock to 250Mhz for low drive mode
- b3931582f67 LFU-800 ls1012afrdm: Fix wrong pointer cast used
- d601605d90a LFU-799 imx93_qsb: Fix build warning
- f296640286b LFU-790 imx8mp_evk: Modify the size of memory visible to the kernel
- ef5968f9050 MA-22915 Move ele buffer address to avoid Kernel image be overwrite
- 357a0faeb4f LFU-789 mtd: spi-nor: Fix chip erase timeout issue
- b9742cd668a LFU-793 imx95: Remove regions that AP does not have access from the memory map.
- e172c32c4c9 LFU-792 firmware: scmi: Fix SCMI_SENSOR_CONFIG_SET return parameter
- ae178324467 LFU-786-3: arm: dts: ls1088a-rdb: add bootph-all property
- 2b22a9f8595 LFU-786-2: board: freescale: ls1088a: check rtc chip and adjust the rtc node
- 69b7bfc391d LFU-786-1: configs: enable rtc pcf2131
- 161cb647c41 LFU-791 imx93_evk: enable XRST_STBY_EN function
- 33f5fc8ab17 LFU-784: imx8: fdt: fix fdt edma nodes check
- d1c05b18dd9 LFU-795 net: fec_mxc: correct fec clk

Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
(cherry picked from commit d8ce1e264c)
2025-02-17 20:09:46 +00:00
Otavio Salvador
46ef14feaf
Merge pull request #2126 from Freescale/backport-2124-to-styhead
[Backport styhead] imx-imx-boot-bootpart.wks.in: Set fixed size for /boot partition
2025-02-12 13:38:05 -03:00
Jonathan GUILLOT
0b595db905 imx-imx-boot-bootpart.wks.in: Set fixed size for /boot partition
Using --size in the imx-imx-boot-bootpart.wks.in to set size of /boot
partition does not result in a 256MiB partition as expected but in a
~332MiB one.  Indeed, --size ensures --extra-space (default 10MiB) is
added to actual data size and furthermore applies --overhead-factor
(default 1.3) to the wanted size. This is exactly the case here as 256
* 1.3 = 332.8.

Use --fixed-size instead to force the /boot partition to be exactly
256MiB just as it is indicated in the comments of this file.
Consequently, the `do_image_wic` task will also fail if data copied in
this partition are too large at creation.

Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr>
(cherry picked from commit 0ee7c736c7)
2025-02-12 16:37:34 +00:00
Otavio Salvador
6a51bf92bd
Merge pull request #2123 from Freescale/backport-2121-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] imx-secure-enclave: Bump to lf-6.6.52_2.2.0
2025-02-11 14:34:33 -03:00
Daiane Angolini
362806e268 imx-secure-enclave: Bump to lf-6.6.52_2.2.0
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
(cherry picked from commit 2847cd04c8)
2025-02-11 17:26:49 +00:00
Otavio Salvador
6efa698dac
Merge pull request #2120 from Freescale/backport-2116-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] linux-fslc: 6.12.6 -> 6.12.13
2025-02-10 19:29:51 -03:00
Benjamin Szőke
1556225f02 linux-fslc: Add changelog link
(cherry picked from commit 3c88728d5b)
2025-02-10 22:29:35 +00:00
Benjamin Szőke
57ed44962c linux-fslc: 6.12.6 -> 6.12.13
(cherry picked from commit 45b6540415)
2025-02-10 22:29:35 +00:00
Otavio Salvador
abff63d4d2
Merge pull request #2118 from Freescale/backport-2117-to-styhead
Some checks are pending
Update LICENSE file / update-license (push) Waiting to run
[Backport styhead] Upgrade `u-boot-fslc` to v2025.01
2025-02-10 10:52:38 -03:00
github-actions[bot]
2acf020072 Auto-update LICENSE file with current recipe licenses
(cherry picked from commit 0a863659a4)
2025-02-10 13:47:00 +00:00
Andrey Zhizhikin
ddae79d68f u-boot-fslc: upgrade to v2025.01
U-Boot fork has been updated to include tagged version v2025.01 from
upstream.

Following commits were ported from 2024.07+fslc to this version:
----
aa4bc52d08 ("imx: iMX6: Define disconnect_from_pc function")
a6f371cad5 ("MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot")
bd90432d6c ("pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition")
49f4fa81f9 ("mx6sabre_common: Dynamically change the video output")
9f3a98873d ("mx6sabresd: Enable video interfaces in bootargs")
----

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
(cherry picked from commit 26bccf046e)
2025-02-10 13:47:00 +00:00
Otavio Salvador
6baf55c8af
Merge pull request #2115 from Freescale/backport-2114-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] libimxvpuapi2: Upgrade to version 2.3.1
2025-02-07 18:47:47 -03:00
github-actions[bot]
f3e36252c8 Auto-update LICENSE file with current recipe licenses
(cherry picked from commit 710b0e5c7d)
2025-02-07 21:45:29 +00:00
Carlos Rafael Giani
7926ba9bb6 libimxvpuapi2: Upgrade to version 2.3.1
* vpu: Add more options, flags, and frameskipping support to encoder API
* vpu: Deprecate min_intra_refresh_mb_count and replace it with flag
  This is more practical, since the macroblock count if anyway usually set
  to resemble the GOP length, so this might as well be automatically
  calculated.
* vpu: encoder: Add GOP size checks
* vpu: encoder: Add imx_vpu_api_enc_get_encoded_frame_ext()
  This is a preparation for reworked intra refresh support. In intra
  refresh encoding, only the first frame is an I/IDR frame; all followup
  frames are P frames. The start of an intra refresh interval qualifies
  as a sync point. But since only P frames are present, callers callers
  can't rely on the frame type to detect sync points. To fix this, the
  imx_vpu_api_enc_get_encoded_frame_ext() is added to the API to be able
  to communicate to callers that a sync point was produced.
* imx8m-hantro: Rewrite encoder to directly use the Hantro H1 API
  This allows for more fine grained control of the H1 encoder.
  Most notably, intra refresh works properly, and skipped frames
  are correctly handled.
* imx8m-hantro: encoder: Add closed GOP interval support
* imx8m-hantro: encoder: Rework intra refresh
  Use codec specific features for intra refresh. For h.264, use the Hantro
  GDR (Gradual Decoder Refresh) feature, since it also takes care of
  filling SEI message and SPS/PPS NALUs appropriately. For VP8, implement
  a manual method. (Intra refresh is not officially supported in VP8
  though. See the note about VP8 intra refresh in the comment blocks in
  this commit.)
* imx6-coda: return IMX_VPU_API_ENC_RETURN_CODE_INVALID_CALL from
  imx_vpu_api_enc_get_skipped_frame_info()
  This keeps the imx6 backend consistent with the API. Previously, that
  backend's implementation of that function was not returning anything at
  all.
* imx8m-hantro: implement imx_vpu_api_enc_get_skipped_frame_info() stubs
  for all encoders
  Implement this function for all encoders to fix a linker error in
  gstreamer-imx.
  These encoders never return IMX_VPU_API_ENC_OUTPUT_CODE_FRAME_SKIPPED,
  so we always return IMX_VPU_API_ENC_RETURN_CODE_INVALID_CALL from
  imx_vpu_api_enc_get_skipped_frame_info().
* imx8m-hantro: dummy_encoder: add imx_vpu_api_enc_get_encoded_frame_ext()
  Linking gstreamer-imx will fail if imx_vpu_api_enc_get_encoded_frame_ext)
  is not available.

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
(cherry picked from commit 71bef353dc)
2025-02-07 21:45:29 +00:00
Otavio Salvador
fad52b30ef
Merge pull request #2113 from Freescale/backport-2111-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] imx-gpu-viv: Add missing PROVIDES virtual/libgles3
2025-02-05 13:20:26 -03:00
Tom Hochstein
a9affd5dab imx-gpu-viv: Add missing PROVIDES virtual/libgles3
The recipe is missing PROVIDES virtual/libgles3 for i.MX 6 and 7 GPU.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit ed203f9d54)
2025-02-05 16:19:47 +00:00
Otavio Salvador
5ee6a7fa2e
Merge pull request #2109 from Freescale/backport-2107-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] linux-fslc-imx: Forward port patches into 6.6-2.2.x
2025-02-03 12:48:41 -03:00
Ernest Van Hoecke
e01c262e38 linux-fslc-imx: Forward port patches into 6.6-2.2.x
Port some patches from 6.6-2.1.x to 6.6-2.2.x and update the recipe
documentation to include them.

Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
(cherry picked from commit b50af8befa)
2025-02-03 15:48:20 +00:00
Otavio Salvador
31ca9670b7
Merge pull request #2106 from Freescale/backport-2104-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] Set default UBOOT_ENTRYPOINT for mx93-generic-bsp
2025-01-31 19:34:27 -03:00
Jonathan GUILLOT
674a3e3cdc Set default UBOOT_ENTRYPOINT for mx93-generic-bsp
It allows a  correct kernel load address when using FIT image with
i.MX93. The value 0x80400000 has been retrieved from
imx93_11x11_evk_defconfig in uboot-imx.

Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr>
(cherry picked from commit 1285232175)
2025-01-31 22:33:48 +00:00
Otavio Salvador
9c23cf1c1c
Merge pull request #2103 from Freescale/backport-2101-to-styhead
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
[Backport styhead] linux-fslc-imx: Update 6.6-2.2.x to stable v6.6.74
2025-01-30 15:01:29 -03:00