| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
bump imx-vpu-hantro to rel_imx_6.12.3_1.0.0.
|
| |
| |
| |
| |
| |
| | |
Update recipes to latest version of rel_imx_6.12.3_1.0.0.
Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
|
|\ \
| | |
| | | |
asound.conf: default sample rate to 48000
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Change the default sample rate as used with ALSA to 48000 instead of
44100. Most newer content, videos, and web-based content uses 48 kHz
sampling rate, especially with modern codecs like Opus.
Normally applications request ALSA to use a PCM sample rate which
matches the input content when starting playback. However, more complex
applications such as Chromium will internally resample audio to match
the default output. This can result in high CPU usage for resampling,
so having ALSA's default rate match the majority of content is preferred.
|
|\ \
| | |
| | | |
recipes: fix whitespace warnings
|
|/ /
| |
| |
| |
| |
| | |
Fix some more whitspace warnings.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|\ \
| |/
|/| |
imx-boot: add LPDDR_FW_VERSION to mkimage arguments for iMX95
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For the iMX95 it can be necessary to use a different DDR FW version than
the one selected by default by the mkimage build. You might need newer
FW binaries while still supporting an older NXP BSP.
Pass LPDDR_FW_VERSION to make if it is set, otherwise do nothing such
that the Makefile selects its default value just like before.
When using a different FW version without setting LPDDR_FW_VERSION
accordingly you will get a build error similar to the below:
```
| DEBUG: Executing shell function do_compile
| NOTE: UBOOT_CONFIG = sd, UBOOT_DTB_NAME =
| NOTE: i.MX 95 boot binary build
| NOTE: i.MX 93 boot binary build
| NOTE: Copy ddr_firmware: lpddr4x_dmem_v202409.bin from $BUILD_PATH/deploy/images/verdin-imx95 -> $BUILD_PATH/tmp/work/verdin_imx95-tdx-linux/imx-boot/1.0/git/iMX95
[...]
| make[1]: *** No rule to make target 'lpddr4x_imem_v202311.bin', needed by 'm33-oei-ddrfw.bin'. Stop.
```
Above we are using `lpddr4x_imem_v202409.bin` but mkimage is not aware
without this fix and setting LPDDR_FW_VERSION (i.e.: in the machine
conf).
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
|
| | |
|
|\ \
| |/
|/| |
bump imx-vpu-hantro to latest of rel_6.6.52_2.2.0
|
|/
|
|
|
|
|
| |
Update Hantro VPU libraries and daemon to latest version of
rel_6.6.52_2.2.0.
Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
|
|\
| |
| | |
recipes: fix whitespace warnings
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since OE bitbake commit 24772dd2ae6c ("parse/ConfHandler: Add warning for
deprecated whitespace usage"), the current build generates the following
warning (as example):
WARNING:
/var/home/frh/bsp-master/build/../layers/meta-freescale/recipes-kernel/linux/linux-imx.inc:36
has a lack of whitespace around the assignment:
'KCONFIG_MODE="--alldefconfig"'
Fix all the warnings.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
|\
| |
| | |
kernel-module-nxp-wlan: remove COMPATIBLE_MACHINE
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The current COMPATIBLE_MACHINE restricts the recipe to i.MX SoCs with
both BSP variants. However, the kernel-module-nxp-wlan provides the
MXM drivers for the NXP Wi-Fi module (e.g., MAYA-W260), which may also
be used with other SoCs like the Toradex Verdin-AM62P.
To enable deployment of the MXM drivers on non-i.MX platforms, remove
the COMPATIBLE_MACHINE restriction.
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
|
|\ \
| |/
|/| |
isp-imx: fix build against updated tinyxml2
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Latest master meta-oe updated tinyxml2 to version 11.0.0.
isp-imx packages a prebuilt library dynamically linked against
tinyxml2.so.10 which is no longer provided, thus:
| ERROR: isp-imx-4.2.2.24.4-r0 do_package_qa: QA Issue: /usr/lib/libcam_device.so contained in package
| isp-imx requires libtinyxml2.so.10()(64bit), but no providers found in RDEPENDS:isp-imx? [file-rdeps]
Fix the build by updating the dynamic section to require tinyxml2.so.11.
Note that I don't have a system to runtime test if that still works.
The tinyxml API doesn't look like it changed from 10 to 11.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|\ \
| | |
| | | |
fix(opencv): do not try to install sample files
|
|/ /
| |
| |
| |
| |
| | |
- don't install sample files if PACKAGECONFIG:samples is disabled
Signed-off-by: Andrej Valek <andrej.v@skyrain.eu>
|
|\ \
| | |
| | | |
u-boot-imx: Update source revision
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit update the u-boot-imx source revision and modify the
recipe.
e3219a5a734 LFU-832 imx8mp_evk: Burn the GP5_LOCK fuse at u-boot booting
d3e281dde15 LFU-828 imx8m: soc: update vc8000e name
d5f33691793 LF-14347: armv8/ls216xardb: sync RCWSR12 status in DCSR with CCSR
6dd466b4be5 LF-14440 iMX93/91: Fix isi kernel DTS node change in 6.12.y
81880df2d5b Pull request #150: MA-23272 [Android] Fix imx8mq can't boot without rpmb key
23fdab12bb7 Pull request #149: Encapsulate rbidx blob
0bc715c1f5e MA-23272 [Android] Fix imx8mq can't boot without rpmb key
f9da896ed60 MA-23256 Add "rbidx_blob" defconfig for all i.MX 8 platforms
de0d5a51933 MA-23203 Encapsulate the bootloader rollback index as a blob
23dc1f2a865 MA-23254 force assign secure memory to linux
d592d6a16ec MA-23233-2 Load SRM before loading kernel
f6bc9fb487a MA-23233 Support to provision SRM
f7d5db534e9 LFU-823: configs: ls1088aqds: Add CONFIG_SYS_FLASH_CFI_WIDTH setting
3de49b5ebdd LF-13763-3 verdin-imx95: do the power cycle and reset to NETC
33776efa47d LF-13763-2 imx95_evk: do the power cycle and reset to NETC
b40ee795724 LF-13763-1 net: fsl_enetc: Workaround XPCS issue on RX path
1d00ea83d9c Pull request #146: MA-23207 Generate the rpmb key blob before setting rpmb key
3bde1db8f1d MA-23207 Generate the rpmb key blob before setting rpmb key
22aa45c4587 LFU-824: board: freescale: ls1088a: add one more ifc-nor node to check
ef9d27bf23c LFU-822 imx9: soc: Fix Declaring variable assignedparentclks without initializer
4493beff522 LFU-821 imx9: scmi: Fix Uninitialized scalar variable
7c14ad40a1b LFU-820 imx8m: Update DDR timing for iMX8M Series EVK boards
cfd2f117d05 LFU-817 iMX95: Fixup kernel and uboot dtb based on fuses
e5621fee8c3 LFU-818-02 imx9: Update frequency and parent of MEDIA_APB in LD mode
ec735c88014 LFU-818-01 arm: dts: imx91: Update MEDIA_APB clock to 125Mhz
b5ae121cede LF-13724-2 usb: xhci-imx8m: set USB_PWR pad to GPIO mode before boot linux
603c298ad53 LF-13724-1 imx8mp_evk: add "gpio" pinctrl for usb_dwc3_1
3da403c8843 LFU-819 imx95: verdin: switch to jh_root_mem
4b321a11fac MA-23157 android: Deprecate AVB_HASHTREE_ERROR_MODE_RESTART_AND_INVALIDATE
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| | |
|
|\ \
| | |
| | | |
Master: Update EULA to v58 and firmware-imx to v8.27
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This updates firmware-imx to the versions used in NXP BSP L6.12.3-1.0.0.
Compared to v8.26 at d4c33ab, the following binaries were added:
- ddr/lpddr4x_dmem_qb_v202409.bin
- ddr/lpddr4x_dmem_v202409.bin
- ddr/lpddr4x_imem_qb_v202409.bin
- ddr/lpddr4x_imem_v202409.bin
- ddr/lpddr5_dmem_qb_v202409.bin
- ddr/lpddr5_dmem_v202409.bin
- ddr/lpddr5_imem_qb_v202409.bin
- ddr/lpddr5_imem_v202409.bin
No binaries were removed, the following have been updated:
- vpu/vpu_fw_imx8_dec.bin
- vpu/ave633c_codec_fw.bin
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
|
|/ /
| |
| |
| |
| |
| | |
This version is used in NXP BSP LF6.12.3-1.0.0
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
|
|\ \
| |/
|/| |
mesa: bbappend: drop kmsro packageconfig
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mesa is updated in oe-core to 25.0.2. That version dropped the configure
option kmsro and unconditionally adds the code [1].
oe-core currently still has the packageconfig for it, however enabling
results in a built time error. A fix is on the ML [2].
| ERROR: mesa-2_25.0.2-r0 do_recipe_qa: QA Issue: mesa: invalid PACKAGECONFIG(s): kmsro [invalid-packageconfig]
[1] https://gitlab.freedesktop.org/mesa/mesa/-/commit/70813c1c13b99cb029c8fa3537163650bdd17b6d
[2] https://lore.kernel.org/all/20250412-mesa-25-fixes-v1-1-791840391271@oss.qualcomm.com/
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|\
| |
| | |
kernel-module-nxp-wlan: Add Upstream-Status
|
|/
|
|
|
|
| |
Add Upstream-Status to patch.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\
| |
| | |
opencv: Specify right path for <numpy/ndarrayobject.h>
|
|/
|
|
| |
Signed-off-by: Timo Schuster <timo.schuster@leica-microsystems.com>
|
|\
| |
| | |
kernel-module-nxp-wlan: Apply wireless patch
|
|/
|
|
|
|
|
|
|
|
| |
NXP released a patch for the MXM driver that is supposed to be applied
on top of the checked out branch. Among other things, this patch adds a
"MODULE_DEVICE_TABLE" which means the SDIO device driver is probed at
runtime, which will not happen without this patch.
Link: https://www.nxp.com/webapp/Download?colCode=Wireless-Patch-Release-IW612-W8997-W8801-v0.1&appType=license
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
|
|\
| |
| | |
update-license-file: Filter the workflow trigger by branch and path
|
|/
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\
| |
| | |
linux-fslc: 6.12.13 -> 6.12.20
|
| | |
|
|\ \
| |/
|/| |
Machine config fixes for imx6sllevk and mx91-generic-bsp
|
| |
| |
| |
| |
| |
| | |
IMX_SOC_REV defaults to A0, so no need to override it.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/
|
|
|
|
|
| |
The machine improperly hard-codes PREFERRED_PROVIDER instead of using
the layer variable.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\
| |
| | |
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>
|
|\
| |
| | |
Optee
|
| |
| |
| |
| |
| |
| |
| | |
Clang is on version 20 now, so the disablement of it and the patches for
it are no longer needed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/
|
|
|
|
|
|
|
|
| |
Copy latest support from NXP BSP LF6.6.52_2.2.0.
Note that clang is disabled in optee-os-fslc.inc, which is copied from
meta-arm optee-os.inc.
Fixes: Issue 2048 - Upgrade BSP to LF6.6.52_2.2.0
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\
| |
| | |
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>
|
|\
| |
| | |
imx-mkimage: Upgrade to NXP BSP 6.6.52_2.2.0
|
|/
|
|
|
|
|
|
|
| |
71b8c18 Add flash_all_ap target for non-Linux ap image.
b8f5454 For iMX95, change verdin M7 image name.
d97f0eb For iMX95, change 15x15 M7 image name.
0576197 M7 image names changed again.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|