| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\
| |
| | |
alsa-lib: Add new GLIB_64BIT_TIME_FLAGS options
|
| |
| |
| |
| |
| |
| |
| |
| | |
The new code was adding the 64BIT support while this is already
supported by Openembedded-Core meta/conf/distro/include/time64.inc
which is included by default in every distribution.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|/
|
|
|
|
|
| |
eaf0900 LF-14230: Remove ASRC_CFLAGS
b21af83 LF-14230: asrc_pair: switch to upstreamed compress API
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\
| |
| | |
imx-vpuwrap: Change the source branch to L6.12.y and update revision
|
|/
|
|
|
|
|
|
| |
d8703ee Fix one coverity issue about invalid type in printf
392a152 Update LICENSE.txt to v58 according to imx-release-info
b9b590d [configurea.ac] Update version to 4.9.3 for next release
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
|\
| |
| | |
imx93-14x14-lpddr4x-evk.conf: Add 2 new DTB files to KERNEL_DEVICETREE
|
| |
| |
| |
| |
| |
| |
| | |
- imx93-14x14-evk-lvds-it6263.dtb
- imx93-14x14-evk-mqs.dtb
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| | |
|
|\ \
| | |
| | | |
imx-sc-firmware: 1.15.0 -> 1.18.0
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| | | |
|
|\ \ \
| | | |
| | | | |
imx-codec: 4.9.0 -> 4.9.3
|
| | | |
| | | |
| | | |
| | | | |
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>
|