| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Upgrade `u-boot-fslc` 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>
|
|\ \
| | |
| | | |
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>
|
|\ \
| | |
| | | |
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>
|
|\ \
| | |
| | | |
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>
|
|\ \
| | |
| | | |
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>
|
|\ \
| | |
| | | |
linux-fslc-imx: Update 6.6-2.2.x to stable v6.6.74
|
| | |
| | |
| | |
| | |
| | |
| | | |
Move to stable kernel version 6.6.74 and fix the NXP tag.
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
|
|\ \ \
| | | |
| | | | |
firmware-upower: SRC_URI uses PN not BPN
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Fix src-uri-bad QA error.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
|
|\ \ \
| |/ /
|/| | |
Fix dtb changes for 6.6.52_2.0.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes: #2093
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Revert commit that pulled in changes from a later branch.
Fixes: #2093
This reverts commit c1857d834eb1037dd5db3642cf2c1a2e5d482851.
|
|\ \
| | |
| | | |
firmware-ele-imx: Use generic-bsp compatible
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
| | | |
|
|\ \ \
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
drop styhead compatibility
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Due to commit 1e3228f1 (imx-atf: Adjust for compiler virtual renames
in oe-core), which was required due to oe-core commit 4ccc3bc, this is
no longer compatible with styhead.
|
|\ \ \ \
| | | | |
| | | | | |
scripts: avoid pointless LICENSE churn
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
I was wondering why a bot decided to force-push a commit to a PR of
mine. It turns out the script responsible for generating the LICENSE
file is not deterministic, so depending on random file system layout
we can end up regenerating the LICENSE without any actual change. For
example:
$ diff -u <(git show baf20676~1:LICENSE | sort) <(git show baf20676:LICENSE | sort)
shows that baf20676 didn't provide any change at all in the actual
contents, yet
$ git show --stat baf20676
commit baf20676bcd2b454577449dbf7b0346d7080b880
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Jan 22 21:42:44 2025 +0000
Auto-update LICENSE file with current recipe licenses
LICENSE | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------
1 file changed, 128 insertions(+), 128 deletions(-)
|
|\ \ \ \
| |/ / /
|/| | | |
Basic i.MX91 platform support
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add the SECO FW file name for i.MX 91. It is based on
imx-6.6.52_2.2.0 NXP BSP release.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
It is based on imx-6.6.52_2.2.0 NXP BSP release.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
|\ \ \
| |/ /
|/| | |
ixp-imx: update to 4.2.2.24.4 as used with NXP BSP LF6.6.52_2.2.0
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| | |
|
|\ \
| | |
| | | |
imx-atf: Adjust for compiler virtual renames in oe-core
|
|/ /
| |
| |
| | |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| | |
|
|\ \
| | |
| | | |
Add imxviv and imxmali overrides & upgrade to LF6.6.52_2.2.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add libdecor to PACKAGECONFIG for imx platforms
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bump version r50.0 -> r50.2
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Update checksum to latest
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bump xwayland version 23.1.1.imx -> 23.2.5.imx
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bump imx-gpu-viv version 6.4.11.p2.8 -> 6.4.11.p2.10
Bump LIBVULKAN_API_VERSION 1.3.239 -> 1.3.204
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bump imx-dpu-g2d version 2.2.0 -> 2.2.2
Bump imx-gpu-g2d version 6.4.11.p2.8 -> 6.4.11.p2.10
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since imx-opencl-converter is supported going forward, the logic is
simpler if that is the default and only the exceptions must be noted.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|