| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
imx-opencl-converter: 0.6.0 -> 0.7.0
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
imx-parser: 4.9.2 -> 4.9.3
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
imx-dsp: 2.1.9 -> 2.1.10
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
imx-mkimage: Update to NXP BSP 6.12.3_1.0.0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
9e60b1f i.MX94: change the fcb gen script for i.MX94
9bf51e8 iMX94: Add iMX94 soc makefilies
77dce74 iMX94: add v2 container support
c0c69cb imx95: upgrade Synopsys DDR PHY FW to v202409
64fcf1c Handled imx95 parse/extract functionality
55093c4 Add flash_all_ap target for non-Linux ap image.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Update firmware imx LF-6.12.3
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This commit changes the SRCBRANCH of firmware-nxp-wifi. Also
add new RDEPENDS to sdio and pcie.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
imx-seco: 5.9.4 -> 5.9.4.1
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fixing issues now present with GCC 15
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In C23 bool, false and true are reserved keywords.
Make ipu.h, pxp_dma.h uapi include file compatible with C23 standard.
The ipu.h header is i.e. used in the imx-gst1.0-plugin code.
If building with GCC 15 the build fails.
FAILED: libs/libgstfsl-1.0.so.0.0.0.p/v4l2_core_gstimxv4l2.c.o
...imx-gst1.0-plugin/4.9.2+git/recipe-sysroot/usr/include/imx/linux/ipu.h:32:23: error: 'bool' cannot be defined via 'typedef'
32 | typedef unsigned char bool;
That pxp_dma.h is affected was found with grep. A configuration which
actually includes the file is yet to be found.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
GCC 15 by default uses C23 as the standard.
With C23 bool, true and false are built in keywords and cannot be
redefined.
Fixes build of imx-vpu-hantro-daemon:
| ...imx-vpu-hantro-daemon/1.5.0/recipe-sysroot/usr/include/hantro_VC8000E_enc/base_type.h:73:3: error: cannot use keyword 'false' as enumeration constant
| 73 | false = HANTRO_FALSE,
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Change from deprecated K&R function declaration and definitions
to ANSI C style.
GCC 15 by default no longer accepts it:
| decoder_sw/software/test/common/md5_sink.c:68:3: error: too many
| arguments to function 'MD5Init'; expected 0, have 1
| 68 | MD5Init(&inst->ctx);
With C23 bool, true and false are built in keywords and cannot be
redefined.
Fixes build error:
| ../inc/basetype.h:71:9: error: cannot use keyword 'false' as enumeration constant
| 71 | false = 0,
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|\ \ \ \
| |/ / /
|/| | | |
imx-uuc: Bump revision to 25f65e1
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
25f65e1 ufb: fix nitpick regarding format argument
4e7a99a ufb: fix some compiler warnings
b4c1af3 ufb: pretty format source file
affb8ad .gitignore: add ufb binary
6cffbc4 Add license and copyright
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\ \ \
| |_|/
|/| | |
alsa-state: Update asound.state config file
|
|/ /
| |
| |
| | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\ \
| | |
| | | |
imx-atf: Bump revision to 78a14c75a
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
78a14c75a MA-23473 imx93: fix memory map failed with QNX SPL
5ee49dd5e MA-23254-3 [8QXP] Fragment secure heap and vpu boot memory
e00605f58 MA-23254-2 [8QXP]Configure can only be controlled by the secure world
ec3008099 MA-23254 [8QXP] Security configure for widevine L1 on imx8qxp
f7f8a74a0 LF-14247 imx95: fix m7 status check
f80434f8e LF-14043 feat(imx91): update security policies of ocram region
a987f5c26 LF-14079 feat(imx8ulp): update the ddr retention flow
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\ \
| |/
|/| |
imx-lib: Change the SRCBRANCH from 6.6.36 to LF6.12.3_1.1.0
|
|/
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\
| |
| | |
kernel-module-nxp-wlan: add patch to lower PRINTM_MMSG() log level
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add a patch to change the log level used in the mwifiex driver's
PRINTM_MMSG macro from KERN_ALERT to KERN_INFO.
KERN_ALERT is meant for critical errors; using it for debug messages
clutters logs. KERN_INFO is more appropriate for non-critical
informational output.
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
|
|\ \
| | |
| | | |
imx-boot: Add BOOT_VARIANT variable at prefix to generated binaries
|
| |/
| |
| |
| | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\ \
| |/
|/| |
alsa-state: Use i:MX-specific configuration to support QorIQ platforms
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This asound.conf can be used for both i.MX and Layerscale platforms. But
the latter don't have imx-<default>-bsp in their overrides. So add
symlinks for QorIQ platforms.
This makes the package for QorIQ platforms machine-specific as well.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
|/
|
|
|
|
| |
Add machine overrides similar to imx-nxp-bsp and imx-mainline-bsp.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
|\
| |
| | |
linux-fslc-imx_6.6: Fix kernel version
|
|/
|
|
| |
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
|
|\
| |
| | |
alsa-lib: rework patches to apply on 1.2.13 and 1.2.14
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
OE-core updated alsa-lib.
commit 8518e57a117a ("alsa-lib: upgrade 1.2.13 -> 1.2.14")
The patches in their current form either apply to one or the
other version without fuzz.
Move the additions to the cfg_files variable list to the top
rather than to the bottom of the list to have the patches apply
cleanly to the older and newer alsa-lib version.
Fixes: 32226986810a ("alsa-lib: refresh patches") on walnascar
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|\ \
| |/
|/| |
linux-fslc-imx: Bump stable vertion up to 6.6.84
|
|/
|
|
|
|
| |
It also updates the list of commits of interest
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
|
|\
| |
| | |
alsa-lib: refresh patches
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
OE-core updated alsa-lib.
commit 8518e57a117a ("alsa-lib: upgrade 1.2.13 -> 1.2.14")
The patches now only apply with fuzz resulting in a build error.
Update them to apply cleanly.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|/
|
|
|
|
|
|
| |
Run dos2unix on 0007-add-conf-for-imx-cs42448-sound-card.patch to
prepare the patch for refreshing.
Otherwise the 'real' changes in done by devtool are hard to spot.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| |
|
|\
| |
| | |
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>
|