]> code.ossystems Code Review - meta-freescale.git/log
meta-freescale.git
3 years agoimx-gpu-viv: Remove comment code which was unused
Otavio Salvador [Sat, 19 Feb 2022 17:40:16 +0000 (14:40 -0300)]
imx-gpu-viv: Remove comment code which was unused

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoRework recipes to use imx-nxp-bsp more extensively
Otavio Salvador [Sat, 19 Feb 2022 01:47:37 +0000 (22:47 -0300)]
Rework recipes to use imx-nxp-bsp more extensively

This rework the recipes making use of new imx-nxp-bsp override; it
has been applied to:

 - gstreamer1.0
 - gstreamer1.0-plugins-bad
 - gstreamer1.0-plugins-base
 - gstreamer1.0-plugins-good
 - imx-alsa-plugins
 - imx-codec
 - imx-gst1.0-plugin
 - imx-parser
 - libdrm
 - libimxdmabuffer
 - linux-fslc-imx
 - linux-imx
 - optee-client
 - optee-test

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agou-boot-imx: Restrict recipe for i.MX6, i.MX7 and i.MX8
Otavio Salvador [Sat, 19 Feb 2022 01:40:51 +0000 (22:40 -0300)]
u-boot-imx: Restrict recipe for i.MX6, i.MX7 and i.MX8

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agou-boot-fslc-mxsboot: Restrict recipe for mxs-generic-bsp override
Otavio Salvador [Sat, 19 Feb 2022 01:24:23 +0000 (22:24 -0300)]
u-boot-fslc-mxsboot: Restrict recipe for mxs-generic-bsp override

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoimx-atf: Use mx8-generic-bsp as COMPATIBLE_MACHINE
Otavio Salvador [Sat, 19 Feb 2022 01:21:19 +0000 (22:21 -0300)]
imx-atf: Use mx8-generic-bsp as COMPATIBLE_MACHINE

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoimx-vpu-hantro: Mark PACKAGE_ARCH as MACHINE_SOCARCH
Otavio Salvador [Sat, 19 Feb 2022 01:09:34 +0000 (22:09 -0300)]
imx-vpu-hantro: Mark PACKAGE_ARCH as MACHINE_SOCARCH

The compilation vary depending on the target SoC we wish to use so we
must ensure it doesn't end in generic architecture feed.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoRework recipes to use imx-generic-bsp more extensively
Otavio Salvador [Sat, 19 Feb 2022 00:49:11 +0000 (21:49 -0300)]
Rework recipes to use imx-generic-bsp more extensively

This rework the recipes making use of new imx-generic-bsp override; it
has been applied to:

 - alsa-state
 - firmware-imx
 - imx-kobs
 - imx-test
 - imx-uuc
 - linux-fslc
 - linux-fslc-lts
 - packagegroup-fsl-mfgtool
 - u-boot-fslc
 - uuu

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agofirmware-imx-8m: Use mx8m-generic-bsp as COMPATIBLE_MACHINE
Otavio Salvador [Sat, 19 Feb 2022 00:46:18 +0000 (21:46 -0300)]
firmware-imx-8m: Use mx8m-generic-bsp as COMPATIBLE_MACHINE

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoGeneralize overrides subsystem for NXP and Mainline support
Otavio Salvador [Fri, 18 Feb 2022 22:43:56 +0000 (19:43 -0300)]
Generalize overrides subsystem for NXP and Mainline support

Essentially, we extend the overrides to a generic-bsp, nxp-bsp, and
mainline-bsp.

So, for example, the mx8mq override is split into:

- imx-generic-bsp: compatible with every i.MX SoC and both BSP variants
- imx-nxp-bsp: compatible with every i.MX SoC but specific to NXP BSP
- imx-mainline-bsp: compatible with every i.MX SoC but specific to Mainline BSP

- mx8-generic-bsp: compatible with every i.MX8 SoC and both BSP variants
- mx8-nxp-bsp: compatible with every i.MX8 SoC but specific to NXP BSP
- mx8-mainline-bsp: compatible with every i.MX8 SoC but specific to Mainline BSP

- mx8m-generic-bsp: compatible with every i.MX8M SoC and both BSP variants
- mx8m-nxp-bsp: compatible with every i.MX8M SoC but specific to NXP BSP
- mx8m-mainline-bsp: compatible with every i.MX8M SoC but specific to Mainline BSP

- mx8mq-generic-bsp: compatible with every i.MX8MQ SoC and both BSP variants
- mx8mq-nxp-bsp: compatible with every i.MX8MQ SoC8 but specific to NXP BSP
- mx8mq-mainline-bsp: compatible with every i.MX8MQ SoC but specific to Mainline BSP

The extender mechanism is responsible for extending the override list to
include the generic overrides. We can then use the three different
variants to handle the metadata correctly.

Generically speaking, the conversion mainly was automated (with a lot of
back and forth until getting it right).

To convert an existing layer, the following script can be used:

```sh
  git ls-files classes recipes-* \
      | xargs sed -i \
              -e 's,:\(mx[6-8]\w*\),:\1-nxp-bsp,g' \
              -e 's,(\(mx[6-8]\w*\)),(\1-nxp-bsp),g' \
              -e 's,\(mx[6-8]\w*\)|,\1-nxp-bsp|,g' \
              -e 's,|\(mx[6-8]\w*\)),|\1-nxp-bsp),g' \
              \
              -e 's,:\(mx[5s]\w*\),:\1-generic-bsp,g' \
              -e 's,(\(mx[5s]\w*\)),(\1-generic-bsp),g' \
              -e 's,\(mx[5s]\w*\)|,\1-generic-bsp|,g' \
              -e 's,|\(mx[5s]\w*\)),|\1-generic-bsp),g' \
              \
              -e 's,:\(vf\w*\),:\1-generic-bsp,g' \
              -e 's,:\(vf[56]0\w*\),:\1-generic-bsp,g' \
              -e 's,\(vf\w*\)|,\1-generic-bsp|,g' \
              -e 's,|\(vf\w*\)),|\1-generic-bsp),g' \
              -e 's,\(vf[56]0\w*\)|,\1-generic-bsp|,g' \
              -e 's,|\(vf[56]0\w*\)),|\1-generic-bsp),g' \
              \
              -e 's,:\(imx\) ,:\1-nxp-bsp ,g' \
              -e 's,(\(imx\)),(\1-nxp-bsp),g' \
              -e 's,\(imx\)|,\1-nxp-bsp|,g' \
              -e 's,|\(imx\)),|\1-nxp-bsp),g'

  for d in $(find -type d | egrep '/mx[6-8]w*'); do
      git mv $d $d-nxp-bsp
  done

  for d in $(find -type d | egrep '/imx$'); do
      git mv $d $d-nxp-bsp
  done

  for d in $(find -type d | egrep '/mx[5s]w*'); do
      git mv $d $d-generic-bsp
  done
```

Fixes: #791.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoclasses/machine-overrides-extender: Postpone filter out
Otavio Salvador [Thu, 17 Feb 2022 21:36:55 +0000 (18:36 -0300)]
classes/machine-overrides-extender: Postpone filter out

The overrides ought to allow the filter out execution even for overrides
included during the extension, for this to work we need to postpone it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoclasses/machine-overrides-extender: Allow filter out without an override
Otavio Salvador [Thu, 17 Feb 2022 21:32:25 +0000 (18:32 -0300)]
classes/machine-overrides-extender: Allow filter out without an override

We should be able to use a single MACHINEOVERRIDES_EXTENDER_FILTER_OUT
definition, without an override, to reduce code duplication.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agokernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc
Otavio Salvador [Mon, 21 Feb 2022 22:10:29 +0000 (19:10 -0300)]
kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc

This includes folowing versions updates:

410ce59 Import 6.4.3.p2.4 original version
e879a17 Import 6.4.3.p2.2 original version
ae0f3be gc_hal_kernel_platform_imx.config: remove build time/user macros
8f1bf96 Import 6.4.3.p2.0 original version
4d97bab Import 6.4.3.p1.2 original version
b0a9229 Import 6.4.3.p1.0 original version
b4bed32 Import 6.4.3.p0.0 original version

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoMerge pull request #979 from zandrey/optee-fix-bsd-license
Otavio Salvador [Fri, 18 Feb 2022 11:36:18 +0000 (08:36 -0300)]
Merge pull request #979 from zandrey/optee-fix-bsd-license

optee-imx: clarify BSD license

3 years agooptee-imx: clarify BSD license 979/head
Andrey Zhizhikin [Fri, 18 Feb 2022 09:26:58 +0000 (09:26 +0000)]
optee-imx: clarify BSD license

Since upstream commit 14d4c007c4 ("common-licences: remove ambiguous
"BSD" license"), ambiguous "BSD" license has been removed from OE-Core.

This triggers the warning message in QA:
do_populate_lic_deploy: QA Issue: The license listed BSD was not in the
licenses collected for recipe optee-os [license-file-missing]

OP-TEE is licensed under "BSD-2-Clause" and license text clearly
identifies it.

Correct LICENSE variable to indicate proper License SPDX identifier.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agoMerge pull request #978 from YoeDistro/yoe/mut
Otavio Salvador [Sat, 12 Feb 2022 22:25:54 +0000 (19:25 -0300)]
Merge pull request #978 from YoeDistro/yoe/mut

imx-g2d-samples: Ping to imxgpu2d machines

3 years agoimx-g2d-samples: Ping to imxgpu2d machines 978/head
Khem Raj [Sat, 12 Feb 2022 22:09:39 +0000 (14:09 -0800)]
imx-g2d-samples: Ping to imxgpu2d machines

It depends on imx-gpu-g2d recipe which is specific to imxgpu2d machine
types

Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 years agoMerge pull request #976 from sean-anderson-seco/crconf
Otavio Salvador [Fri, 11 Feb 2022 21:01:29 +0000 (18:01 -0300)]
Merge pull request #976 from sean-anderson-seco/crconf

Fix building crconf with usrmerge

3 years agoMerge pull request #977 from thochstein/master
Otavio Salvador [Fri, 11 Feb 2022 20:59:49 +0000 (17:59 -0300)]
Merge pull request #977 from thochstein/master

weston-init: Set bindir properly in weston.ini

3 years agoweston-init: Set bindir properly in weston.ini 977/head
Tom Hochstein [Fri, 11 Feb 2022 19:43:47 +0000 (13:43 -0600)]
weston-init: Set bindir properly in weston.ini

The customized weston.ini is installed in the rootfs with an unresolved
bindir variable.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agocrconf: Don't set FILES 976/head
Sean Anderson [Fri, 11 Feb 2022 17:28:52 +0000 (12:28 -0500)]
crconf: Don't set FILES

Documentation should be installed in the documentation package, not the
main package. The latter two directories are already added to FILES by
meta/conf/bitbake.conf.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
3 years agocrconf: Set SBINDIR and MANDIR
Sean Anderson [Fri, 11 Feb 2022 17:26:37 +0000 (12:26 -0500)]
crconf: Set SBINDIR and MANDIR

The default values of these variables are not appropriate when using
usrmerge. This fixes the following error:

ERROR: crconf-git-r0 do_package: QA Issue: crconf: Files/directories were installed but not shipped in any package:
  /sbin/crconf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
3 years agoMerge pull request #975 from thochstein/master
Otavio Salvador [Thu, 10 Feb 2022 15:25:51 +0000 (12:25 -0300)]
Merge pull request #975 from thochstein/master

Upgrade imx-vpu-hantro

3 years agoimx-vpu-hantro-daemon: Upgrade to 1.1.1 975/head
Tom Hochstein [Tue, 18 Jan 2022 20:30:35 +0000 (14:30 -0600)]
imx-vpu-hantro-daemon: Upgrade to 1.1.1

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-vpu-hantro: Upgrade to 1.24.0
Tom Hochstein [Tue, 18 Jan 2022 20:30:07 +0000 (14:30 -0600)]
imx-vpu-hantro: Upgrade to 1.24.0

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoMerge pull request #965 from thochstein/master
Otavio Salvador [Thu, 10 Feb 2022 14:10:34 +0000 (11:10 -0300)]
Merge pull request #965 from thochstein/master

Update graphics for L5.10.72-2.2.0

3 years agoMerge pull request #973 from tprrt/tprrt/fix-imx-atf-ccache
Otavio Salvador [Sat, 5 Feb 2022 20:49:23 +0000 (17:49 -0300)]
Merge pull request #973 from tprrt/tprrt/fix-imx-atf-ccache

imx-atf: add mark quotation to prevent build issue with ccache

3 years agoMerge pull request #974 from thochstein/imx-vpu-hantro
Otavio Salvador [Fri, 4 Feb 2022 21:30:35 +0000 (18:30 -0300)]
Merge pull request #974 from thochstein/imx-vpu-hantro

Revert imx-vpu-hantro and imx-vpu-hantro-daemon due to package fetch failure

3 years agoRevert "imx-vpu-hantro: Upgrade to 1.24.0" 974/head
Tom Hochstein [Fri, 4 Feb 2022 19:44:05 +0000 (13:44 -0600)]
Revert "imx-vpu-hantro: Upgrade to 1.24.0"

The latest imx-vpu-hantro-daemon fails to download and has been reverted
to the previous version, so revert this version as well.

This reverts commit ddbc40ac9cb001f1e16da218a08f3a3a43b29dbb.

3 years agoRevert "imx-vpu-hantro-daemon: Upgrade to 1.1.1"
Tom Hochstein [Fri, 4 Feb 2022 19:42:46 +0000 (13:42 -0600)]
Revert "imx-vpu-hantro-daemon: Upgrade to 1.1.1"

The new package fails to download, so revert this for now.

$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.1.tar.gz
--2022-02-04 13:19:34-- https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-vpu-hantro-daemon-1.1.1.tar.gz
Resolving www.nxp.com (www.nxp.com)... 104.94.208.185
Connecting to www.nxp.com (www.nxp.com)|104.94.208.185|:443... connected.
HTTP request sent, awaiting response... 304 Not Modified
2022-02-04 13:19:35 ERROR 304: Not Modified.

This reverts commit 4d713c80302466a3d4d2b33e071cfeeb866aa548.

3 years agoimx-atf: add mark quotation to prevent build issue with ccache 973/head
Thomas Perrot [Thu, 3 Feb 2022 08:54:43 +0000 (09:54 +0100)]
imx-atf: add mark quotation to prevent build issue with ccache

Otherwise, when ccache is enable the following issue occurs:
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 8 CROSS_COMPILE=aarch64-oe-linux- PLAT=imx8qx LD=aarch64-oe-linux-ld CC=ccache aarch64-oe-linux-gcc bl31
| make: *** No rule to make target 'aarch64-oe-linux-gcc'.  Stop.
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
3 years agoMerge pull request #970 from tprrt/tprrt/fix-optee-overrides
Otavio Salvador [Wed, 2 Feb 2022 13:52:37 +0000 (10:52 -0300)]
Merge pull request #970 from tprrt/tprrt/fix-optee-overrides

optee: fix override syntax

3 years agoMerge pull request #972 from tprrt/tprrt/fix-optee-test-depends
Otavio Salvador [Wed, 2 Feb 2022 13:50:43 +0000 (10:50 -0300)]
Merge pull request #972 from tprrt/tprrt/fix-optee-test-depends

optee-test: replace old pycrypto with pycryptodome

3 years agoMerge pull request #968 from YoeDistro/yoe/mut
Otavio Salvador [Wed, 2 Feb 2022 13:47:36 +0000 (10:47 -0300)]
Merge pull request #968 from YoeDistro/yoe/mut

kernel-module-nxp89xx: Pin to imx machine kernel

3 years agooptee-test: replace old pycrypto with pycryptodome 972/head
Thomas Perrot [Wed, 2 Feb 2022 11:29:20 +0000 (12:29 +0100)]
optee-test: replace old pycrypto with pycryptodome

For security reason, pycrypto is no longer available, but it can be replaced by
pycryptodome.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
3 years agooptee-test: correct TA_DEV_KIT_DIR 970/head
Thomas Perrot [Wed, 2 Feb 2022 11:05:21 +0000 (12:05 +0100)]
optee-test: correct TA_DEV_KIT_DIR

The value is either ${STAGING_INCDIR}/optee/export-user_ta_arm32/ or
${STAGING_INCDIR}/optee/export-user_ta_arm64/

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
3 years agooptee-os: fix an override syntax
Thomas Perrot [Wed, 2 Feb 2022 09:36:25 +0000 (10:36 +0100)]
optee-os: fix an override syntax

Correct a forgotten change when switching to the new syntax.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
3 years agooptee-client: fix an override syntax
Thomas Perrot [Wed, 2 Feb 2022 09:35:59 +0000 (10:35 +0100)]
optee-client: fix an override syntax

Correct a forgotten change when switching to the new syntax.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
3 years agokernel-module-nxp89xx: Pin to imx machine kernel 968/head
Khem Raj [Wed, 2 Feb 2022 05:42:20 +0000 (21:42 -0800)]
kernel-module-nxp89xx: Pin to imx machine kernel

It fails to build with linux-yocto 5.15 e.g.

TOPDIR/build/tmp/work/qemumips-yoe-linux/kernel-module-nxp89xx/git-r0/git/mxm_wifiex/wlan_src/mlinux/moal_shim.c:1405:49: error: 'RX_PKT_FATE_DRV_DROP_NOBUFS' undeclared (first use in this function)
 1405 |                                                 RX_PKT_FATE_DRV_DROP_NOBUFS,
      |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 years agoMerge pull request #967 from angolini/add_nxp89xx
Otavio Salvador [Tue, 1 Feb 2022 16:24:57 +0000 (13:24 -0300)]
Merge pull request #967 from angolini/add_nxp89xx

Add nxp89xx

3 years agoimx-base: Install the driver when nxp8987 in MACHINE_FEATURES 967/head
Daiane Angolini [Tue, 1 Feb 2022 13:47:50 +0000 (10:47 -0300)]
imx-base: Install the driver when nxp8987 in MACHINE_FEATURES

Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
3 years agokernel-module-nxp89xx: Add recipe based on NXP lf-5.10.72_2.2.0
Daiane Angolini [Tue, 1 Feb 2022 13:40:17 +0000 (10:40 -0300)]
kernel-module-nxp89xx: Add recipe based on NXP lf-5.10.72_2.2.0

NXP Wi-Fi driver for module 88w8997/8987 is not available as part of the
kernel tree on the 5.10-based BSP releases, only via recipe.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
3 years agoweston-init: Enable screen sharing 965/head
Tom Hochstein [Sat, 29 Jan 2022 21:28:05 +0000 (15:28 -0600)]
weston-init: Enable screen sharing

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoweston: Adjust base patch for fork
Tom Hochstein [Fri, 28 Jan 2022 17:25:21 +0000 (11:25 -0600)]
weston: Adjust base patch for fork

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoweston: Upgrade to L5.10.72-2.2.0 release
Tom Hochstein [Fri, 28 Jan 2022 00:22:53 +0000 (18:22 -0600)]
weston: Upgrade to L5.10.72-2.2.0 release

Fixes:
```
26da63a4 screen-share: weston screen-share poor performance with g2d-renderer
f8ce046f g2d-renderer: weston screenshare fail to work on rdp-backend with g2d-renderer
74ae3012 drm-backend: rename NV12_10LE40 to NV15
78e17706 backend-fbdev: MIPI display recovery slowly after suspend resume
e73c641e LF-4317 launcher-logind: weston sometimes failed to start when booting up from eMMC
d5ad97f2 g2d-renderer: use dmabuf.attributes.stride for video stride
23166110 LF-3992 state-propose: fix chromium cannot show on 8mq platform
```

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoweston: Update base portion of recipe
Tom Hochstein [Thu, 27 Jan 2022 23:59:12 +0000 (17:59 -0600)]
weston: Update base portion of recipe

Update the base portion of the i.MX fork recipe to the latest OE-core
recipe c8aa0222ce2be647911114aaebcbb0d55d7caf87.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoweston: Rework SRC_URI
Tom Hochstein [Thu, 27 Jan 2022 23:28:45 +0000 (17:28 -0600)]
weston: Rework SRC_URI

Rework the i.MX SRC_URI override so it's clear what is changed and what
is inherited.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agowayland-protocols: Upgrade to 1.22.imx
Tom Hochstein [Thu, 27 Jan 2022 19:11:25 +0000 (13:11 -0600)]
wayland-protocols: Upgrade to 1.22.imx

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-gpu-apitrace: Upgrade to 10.0.0
Tom Hochstein [Thu, 27 Jan 2022 18:14:29 +0000 (12:14 -0600)]
imx-gpu-apitrace: Upgrade to 10.0.0

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-g2d-samples: New recipe for G2D sample apps
Tom Hochstein [Wed, 26 Jan 2022 23:39:29 +0000 (17:39 -0600)]
imx-g2d-samples: New recipe for G2D sample apps

The G2D sample apps are now available as source. Note that the package
is currently limited to GPU-based G2D and is not compatible with
DPU-based G2D. A future release will add DPU support.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-gpu-g2d: Upgrade to 6.4.3.p2.4
Tom Hochstein [Wed, 26 Jan 2022 23:35:43 +0000 (17:35 -0600)]
imx-gpu-g2d: Upgrade to 6.4.3.p2.4

This version has the sample apps removed, available now in the new
recipe imx-g2d-samples.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-g2d: Consolidate G2D recipes in single folder
Tom Hochstein [Wed, 26 Jan 2022 22:29:32 +0000 (16:29 -0600)]
imx-g2d: Consolidate G2D recipes in single folder

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agokernel-module-isp-vvcam: Upgrade to 4.2.2.16.0
Tom Hochstein [Wed, 26 Jan 2022 21:57:03 +0000 (15:57 -0600)]
kernel-module-isp-vvcam: Upgrade to 4.2.2.16.0

b2321c0 compand compress curve update
724df72 BSLRM865-189:Image quality with HDR mode is worse than Linear mode
16ffd85 BSLRM865-200: sensor_driver: Sensor api change because 5.15 kernel change
1bedecf Update Release P16 20211003 from Verisilicon
841f438 Update Release P15 from Verisilicon

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agokernel-module-imx-gpu-viv: Upgrade to 6.4.3.p2.4
Tom Hochstein [Wed, 26 Jan 2022 21:48:52 +0000 (15:48 -0600)]
kernel-module-imx-gpu-viv: Upgrade to 6.4.3.p2.4

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-gpu-viv: Upgrade to 6.4.3.p2.4
Tom Hochstein [Wed, 26 Jan 2022 20:48:42 +0000 (14:48 -0600)]
imx-gpu-viv: Upgrade to 6.4.3.p2.4

- x11 is no longer supported
- dri is no longer supported
- remove vestiges of 64-bit framebuffer on Wayland, which is no longer supported

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agolibdrm: Upgrade to 2.4.107.imx
Tom Hochstein [Tue, 25 Jan 2022 18:44:06 +0000 (12:44 -0600)]
libdrm: Upgrade to 2.4.107.imx

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoMerge pull request #962 from Freescale/topic/fix-multilib-support
Otavio Salvador [Tue, 25 Jan 2022 20:11:36 +0000 (17:11 -0300)]
Merge pull request #962 from Freescale/topic/fix-multilib-support

fsl-vivante-kernel-driver-handler.bbclass: Fix multilib support

3 years agofsl-vivante-kernel-driver-handler.bbclass: Fix multilib support topic/fix-multilib-support 962/head
Otavio Salvador [Tue, 25 Jan 2022 12:55:52 +0000 (09:55 -0300)]
fsl-vivante-kernel-driver-handler.bbclass: Fix multilib support

Building core-image-weston with multilib support and builtin graphics
fails:

```
ERROR: Nothing PROVIDES 'virtual/arm-oelmllib32-linux-gnueabi-binutils'. Close matches:
  virtual/lib32-arm-oelmllib32-linux-gnueabi-binutils
  virtual/lib32-arm-oelmllib32-linux-gnueabi-go-runtime
  virtual/lib32-arm-oelmllib32-linux-gnueabi-rust
ERROR: Nothing PROVIDES 'virtual/arm-oelmllib32-linux-gnueabi-gcc'. Close matches:
  virtual/lib32-arm-oelmllib32-linux-gnueabi-g++
  virtual/lib32-arm-oelmllib32-linux-gnueabi-gcc
  virtual/lib32-arm-oelmllib32-linux-gnueabi-rust
```

This is the configuration added in local.conf:

```
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon"
IMAGE_INSTALL:append = " lib32-glibc lib32-libgcc lib32-libstdc++"
MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE = "0"
```

This commit fixes the provides so BitBake can properly handle the
dependencies.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 years agoMerge pull request #958 from zandrey/kernel-update-master
Otavio Salvador [Sun, 23 Jan 2022 22:14:24 +0000 (19:14 -0300)]
Merge pull request #958 from zandrey/kernel-update-master

Consolidated Kernel update (v5.10.93 + 5.15.16)

3 years agoMerge pull request #957 from MaxKrummenacher/master
Otavio Salvador [Sat, 22 Jan 2022 23:02:12 +0000 (20:02 -0300)]
Merge pull request #957 from MaxKrummenacher/master

opencv: imx. prevent warnings

3 years agolinux-fslc-imx: update to v5.10.93 958/head
Andrey Zhizhikin [Sat, 22 Jan 2022 21:31:25 +0000 (21:31 +0000)]
linux-fslc-imx: update to v5.10.93

Kernel repository has been upgraded up to v5.10.93 from stable korg.

Following upstream commits are included in this version:
----
fd187a492557 Linux 5.10.93
bed97c903621 mtd: fixup CFI on ixp4xx
f50803b519c3 powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHARACTERISTICS
68c1aa82be00 ALSA: hda/realtek: Re-order quirk entries for Lenovo
4d15a17d065d ALSA: hda/realtek: Add quirk for Legion Y9000X 2020
d7b41464f1b7 ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk
87246ae94b73 ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after reboot from Windows
9c27e513fb33 ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices
4c7fb4d519e5 KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
6b8c3a185377 firmware: qemu_fw_cfg: fix kobject leak in probe error path
889c73305b48 firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
ff9588cf1592 firmware: qemu_fw_cfg: fix sysfs information leak
358a4b054abe rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interrupts enabled
93c4506f9f8b media: uvcvideo: fix division by zero at stream start
4c3f70be6f3a video: vga16fb: Only probe for EGA and VGA 16 color graphic cards
161e43ab8cc1 9p: only copy valid iattrs in 9P2000.L setattr implementation
0e6c0f3f4055 KVM: s390: Clarify SIGP orders versus STOP/RESTART
413b427f5fff KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
723acd75a062 perf: Protect perf_guest_cbs with RCU
eadde287a62e vfs: fs_context: fix up param length parsing in legacy_parse_param
c5f38277163e remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided
5d88e24b23af orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()
0084fefe2960 devtmpfs regression fix: reconfigure on each mount
ee40594c95ae kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' test
----

Link: https://lore.kernel.org/r/20220118160451.233828401@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/531
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agolinux-fslc-imx: update to v5.10.92
Andrey Zhizhikin [Sat, 22 Jan 2022 21:30:44 +0000 (21:30 +0000)]
linux-fslc-imx: update to v5.10.92

Kernel repository has been upgraded up to v5.10.92 from stable korg.

Following upstream commits are included in this version:
----
c982c1a83932 Linux 5.10.92
c0091233f3d8 staging: greybus: fix stack size warning with UBSAN
66d21c005d9b drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()
2d4fda471dc3 staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttlefn()
3609fed7ac8b media: Revert "media: uvcvideo: Set unique vdev name based in type"
9b3c761e78d5 random: fix crash on multiple early calls to add_bootloader_randomness()
61cca7d191c7 random: fix data race on crng init time
3de9478230c3 random: fix data race on crng_node_pool
43c494294f30 can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
45221a57b609 can: isotp: convert struct tpcon::{idx,len} to unsigned int
bd61ae808b15 can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data
f68e60001735 mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
5f76445a31b7 veth: Do not record rx queue hint in veth_xmit
ddfa53825f3d mmc: sdhci-pci: Add PCI ID for Intel ADL
2e691f9894cc ath11k: Fix buffer overflow when scanning with extraie
a87cecf94375 USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status
15982330b61d USB: core: Fix bug in resuming hub's handling of wakeup requests
413108ce3b56 ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100
b6dd07023699 Bluetooth: bfusb: fix division by zero in send path
869e1677a058 Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
c20021ce945f Bluetooth: btusb: Add support for Foxconn MT7922A
83493918380f Bluetooth: btusb: Add two more Bluetooth parts for WCN6855
294c0dd80d8a Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb()
35ab8c9085b0 bpf: Fix out of bounds access from invalid *_or_null type verification
c84fbba8a945 workqueue: Fix unbind_workers() VS wq_worker_running() race
c39d68ab3836 md: revert io stats accounting
----

Link: https://lore.kernel.org/r/20220114081542.698002137@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/526
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agolinux-fslc-imx: update to v5.10.91
Andrey Zhizhikin [Sat, 22 Jan 2022 21:30:12 +0000 (21:30 +0000)]
linux-fslc-imx: update to v5.10.91

Kernel repository has been upgraded up to v5.10.91 from stable korg.

Following upstream commits are included in this version:
----
df395c763ba0 Linux 5.10.91
674071c9eb26 Input: zinitix - make sure the IRQ is allocated before it gets enabled
ef81f7d406c2 ARM: dts: gpio-ranges property is now required
f63fa1a0d4df ipv6: raw: check passed optlen before reading
cf07884e6bec drm/amd/display: Added power down for DCN10
10b9ccd0674d mISDN: change function names to avoid conflicts
dd8a09cfbb99 atlantic: Fix buff_ring OOB in aq_ring_rx_clean
c2f4bb251eb4 net: udp: fix alignment problem in udp4_seq_show()
f82b48d1d86b ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
8c87a83ef891 scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
b798b677f94d usb: mtu3: fix interval value for intr and isoc
498d77fc5e38 ipv6: Do cleanup if attribute validation fails in multipath route
72b0d14a0a88 ipv6: Continue processing multipath route even if gateway attribute is invalid
5a7d650bb181 power: bq25890: Enable continuous conversion for ADC at charging
4f260ea5537d phonet: refcount leak in pep_sock_accep
61952934608c rndis_host: support Hytera digital radios
62cbde77d9c1 power: reset: ltc2952: Fix use of floating point literals
998d157e3b2a power: supply: core: Break capacity loop
16d8568378f9 xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate
aa606b82cdfb net: ena: Fix error handling when calculating max IO queues number
e7f5480978fd net: ena: Fix undefined state when tx request id is out of bounds
2de3d961f8e7 sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
4c34d5fd8c96 batman-adv: mcast: don't send link-local multicast to mcast routers
f403b5f96e9a lwtunnel: Validate RTA_ENCAP_TYPE attribute length
48d5adb08d60 ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route
173bfa2782fa ipv6: Check attribute length for RTA_GATEWAY in multipath route
914420a2a6c5 ipv4: Check attribute length for RTA_FLOW in multipath route
a8fe915be6c2 ipv4: Check attribute length for RTA_GATEWAY in multipath route
786a335fef18 ftrace/samples: Add missing prototypes direct functions
c859c4de0bd7 i40e: Fix incorrect netdev's real number of RX/TX queues
d0ad64438fb5 i40e: Fix for displaying message regarding NVM version
32845aa60203 i40e: fix use-after-free in i40e_sync_filters_subtask()
f7edb6b9438b sfc: The RX page_ring is optional
2b3f34da0d79 mac80211: initialize variable have_higher_than_11mbit
16e5cad6eca1 RDMA/uverbs: Check for null return of kmalloc_array
a7c2cae997db netrom: fix copying in user data in nr_setsockopt
beeb0fdedae8 RDMA/core: Don't infoleak GRH fields
3ca132e6b065 iavf: Fix limit of total number of queues to active queues of VF
396e3016905d i40e: Fix to not show opcode msg on unsuccessful VF MAC change
7f13d14e563c ieee802154: atusb: fix uninit value in atusb_set_extended_addr
7db1e245cb71 tracing: Tag trace_percpu_buffer as a percpu pointer
760c6a625506 tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
c1e2da4b3f72 selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()
384111e12367 f2fs: quota: fix potential deadlock
----

Link: https://lore.kernel.org/r/20220110071817.337619922@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/521
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agolinux-fslc-lts: update to v5.10.93
Andrey Zhizhikin [Sat, 22 Jan 2022 21:27:02 +0000 (21:27 +0000)]
linux-fslc-lts: update to v5.10.93

Kernel repository has been upgraded up to v5.10.93 from stable korg.

Following upstream commits are included in this version:
----
fd187a492557 Linux 5.10.93
bed97c903621 mtd: fixup CFI on ixp4xx
f50803b519c3 powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHARACTERISTICS
68c1aa82be00 ALSA: hda/realtek: Re-order quirk entries for Lenovo
4d15a17d065d ALSA: hda/realtek: Add quirk for Legion Y9000X 2020
d7b41464f1b7 ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk
87246ae94b73 ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after reboot from Windows
9c27e513fb33 ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices
4c7fb4d519e5 KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
6b8c3a185377 firmware: qemu_fw_cfg: fix kobject leak in probe error path
889c73305b48 firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
ff9588cf1592 firmware: qemu_fw_cfg: fix sysfs information leak
358a4b054abe rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interrupts enabled
93c4506f9f8b media: uvcvideo: fix division by zero at stream start
4c3f70be6f3a video: vga16fb: Only probe for EGA and VGA 16 color graphic cards
161e43ab8cc1 9p: only copy valid iattrs in 9P2000.L setattr implementation
0e6c0f3f4055 KVM: s390: Clarify SIGP orders versus STOP/RESTART
413b427f5fff KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
723acd75a062 perf: Protect perf_guest_cbs with RCU
eadde287a62e vfs: fs_context: fix up param length parsing in legacy_parse_param
c5f38277163e remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided
5d88e24b23af orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()
0084fefe2960 devtmpfs regression fix: reconfigure on each mount
ee40594c95ae kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' test
----

Link: https://lore.kernel.org/r/20220118160451.233828401@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/529
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agolinux-fslc-lts: update to v5.10.92
Andrey Zhizhikin [Sat, 22 Jan 2022 21:26:28 +0000 (21:26 +0000)]
linux-fslc-lts: update to v5.10.92

Kernel repository has been upgraded up to v5.10.92 from stable korg.

Following upstream commits are included in this version:
----
c982c1a83932 Linux 5.10.92
c0091233f3d8 staging: greybus: fix stack size warning with UBSAN
66d21c005d9b drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()
2d4fda471dc3 staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttlefn()
3609fed7ac8b media: Revert "media: uvcvideo: Set unique vdev name based in type"
9b3c761e78d5 random: fix crash on multiple early calls to add_bootloader_randomness()
61cca7d191c7 random: fix data race on crng init time
3de9478230c3 random: fix data race on crng_node_pool
43c494294f30 can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
45221a57b609 can: isotp: convert struct tpcon::{idx,len} to unsigned int
bd61ae808b15 can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data
f68e60001735 mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
5f76445a31b7 veth: Do not record rx queue hint in veth_xmit
ddfa53825f3d mmc: sdhci-pci: Add PCI ID for Intel ADL
2e691f9894cc ath11k: Fix buffer overflow when scanning with extraie
a87cecf94375 USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status
15982330b61d USB: core: Fix bug in resuming hub's handling of wakeup requests
413108ce3b56 ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100
b6dd07023699 Bluetooth: bfusb: fix division by zero in send path
869e1677a058 Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
c20021ce945f Bluetooth: btusb: Add support for Foxconn MT7922A
83493918380f Bluetooth: btusb: Add two more Bluetooth parts for WCN6855
294c0dd80d8a Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb()
35ab8c9085b0 bpf: Fix out of bounds access from invalid *_or_null type verification
c84fbba8a945 workqueue: Fix unbind_workers() VS wq_worker_running() race
c39d68ab3836 md: revert io stats accounting
----

Link: https://lore.kernel.org/r/20220114081542.698002137@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/524
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agolinux-fslc-lts: update to v5.10.91
Andrey Zhizhikin [Sat, 22 Jan 2022 21:25:50 +0000 (21:25 +0000)]
linux-fslc-lts: update to v5.10.91

Kernel repository has been upgraded up to v5.10.91 from stable korg.

Following upstream commits are included in this version:
----
df395c763ba0 Linux 5.10.91
674071c9eb26 Input: zinitix - make sure the IRQ is allocated before it gets enabled
ef81f7d406c2 ARM: dts: gpio-ranges property is now required
f63fa1a0d4df ipv6: raw: check passed optlen before reading
cf07884e6bec drm/amd/display: Added power down for DCN10
10b9ccd0674d mISDN: change function names to avoid conflicts
dd8a09cfbb99 atlantic: Fix buff_ring OOB in aq_ring_rx_clean
c2f4bb251eb4 net: udp: fix alignment problem in udp4_seq_show()
f82b48d1d86b ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
8c87a83ef891 scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
b798b677f94d usb: mtu3: fix interval value for intr and isoc
498d77fc5e38 ipv6: Do cleanup if attribute validation fails in multipath route
72b0d14a0a88 ipv6: Continue processing multipath route even if gateway attribute is invalid
5a7d650bb181 power: bq25890: Enable continuous conversion for ADC at charging
4f260ea5537d phonet: refcount leak in pep_sock_accep
61952934608c rndis_host: support Hytera digital radios
62cbde77d9c1 power: reset: ltc2952: Fix use of floating point literals
998d157e3b2a power: supply: core: Break capacity loop
16d8568378f9 xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate
aa606b82cdfb net: ena: Fix error handling when calculating max IO queues number
e7f5480978fd net: ena: Fix undefined state when tx request id is out of bounds
2de3d961f8e7 sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
4c34d5fd8c96 batman-adv: mcast: don't send link-local multicast to mcast routers
f403b5f96e9a lwtunnel: Validate RTA_ENCAP_TYPE attribute length
48d5adb08d60 ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route
173bfa2782fa ipv6: Check attribute length for RTA_GATEWAY in multipath route
914420a2a6c5 ipv4: Check attribute length for RTA_FLOW in multipath route
a8fe915be6c2 ipv4: Check attribute length for RTA_GATEWAY in multipath route
786a335fef18 ftrace/samples: Add missing prototypes direct functions
c859c4de0bd7 i40e: Fix incorrect netdev's real number of RX/TX queues
d0ad64438fb5 i40e: Fix for displaying message regarding NVM version
32845aa60203 i40e: fix use-after-free in i40e_sync_filters_subtask()
f7edb6b9438b sfc: The RX page_ring is optional
2b3f34da0d79 mac80211: initialize variable have_higher_than_11mbit
16e5cad6eca1 RDMA/uverbs: Check for null return of kmalloc_array
a7c2cae997db netrom: fix copying in user data in nr_setsockopt
beeb0fdedae8 RDMA/core: Don't infoleak GRH fields
3ca132e6b065 iavf: Fix limit of total number of queues to active queues of VF
396e3016905d i40e: Fix to not show opcode msg on unsuccessful VF MAC change
7f13d14e563c ieee802154: atusb: fix uninit value in atusb_set_extended_addr
7db1e245cb71 tracing: Tag trace_percpu_buffer as a percpu pointer
760c6a625506 tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
c1e2da4b3f72 selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()
384111e12367 f2fs: quota: fix potential deadlock
----

Link: https://lore.kernel.org/r/20220110071817.337619922@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/519
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agolinux-fslc: update to v5.15.16
Andrey Zhizhikin [Sat, 22 Jan 2022 21:22:29 +0000 (21:22 +0000)]
linux-fslc: update to v5.15.16

Kernel repository has been upgraded up to v5.15.16 from stable korg.

Following upstream commits are included in this version:
----
63dcc388662c Linux 5.15.16
ce2e7b97e588 mtd: fixup CFI on ixp4xx
9dada19e1096 ALSA: hda/realtek: Re-order quirk entries for Lenovo
4942295ec2af ALSA: hda/realtek: Add quirk for Legion Y9000X 2020
f76d5f9391a5 ALSA: hda/tegra: Fix Tegra194 HDA reset failure
7c452ca7bc7b ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk
8b046b2a63c6 ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after reboot from Windows
5b57c0efec9a ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop
c104edbb5a3f ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices
3a1e48069798 KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
adf791cf905a perf annotate: Avoid TUI crash when navigating in the annotation of recursive functions
8840daa2f629 firmware: qemu_fw_cfg: fix kobject leak in probe error path
db3337ba6e4a firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
bb08a4d10164 firmware: qemu_fw_cfg: fix sysfs information leak
898e91c32d04 rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interrupts enabled
c671cb0b0087 media: uvcvideo: fix division by zero at stream start
e2ece45f9450 video: vga16fb: Only probe for EGA and VGA 16 color graphic cards
7760404e8487 9p: only copy valid iattrs in 9P2000.L setattr implementation
c2e7561ba7a8 remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP
252435941c33 KVM: s390: Clarify SIGP orders versus STOP/RESTART
6e8b6dcec07c KVM: x86: don't print when fail to read/write pv eoi memory
19f2dfb1a1f6 KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
07667f43f8a8 KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
18c16cef8179 perf: Protect perf_guest_cbs with RCU
e192ccc17ecf vfs: fs_context: fix up param length parsing in legacy_parse_param
c78c39a91dd4 remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided
b07490067dbc orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()
ce258c74f8d9 drm/amd/display: explicitly set is_dsc_supported to false before use
d5df26479c82 devtmpfs regression fix: reconfigure on each mount
----

Link: https://lore.kernel.org/r/20220118160451.879092022@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/528
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agolinux-fslc: update to v5.15.15
Andrey Zhizhikin [Sat, 22 Jan 2022 21:22:03 +0000 (21:22 +0000)]
linux-fslc: update to v5.15.15

Kernel repository has been upgraded up to v5.15.15 from stable korg.

Following upstream commits are included in this version:
----
760a85303c5a Linux 5.15.15
54a457ad2c97 staging: greybus: fix stack size warning with UBSAN
48d56b00c352 drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()
e29bd72f5c76 staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttlefn()
46c7ff13dfe8 media: Revert "media: uvcvideo: Set unique vdev name based in type"
e0bb3bf81cc4 platform/x86/intel: hid: add quirk to support Surface Go 3
26b66120a896 random: fix crash on multiple early calls to add_bootloader_randomness()
2d5b4a96a60e random: fix data race on crng init time
f5aaea746b36 random: fix data race on crng_node_pool
3fbbf56948b2 can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
1079b56de4af can: isotp: convert struct tpcon::{idx,len} to unsigned int
1026f710bd55 can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data
72bd750d1122 mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
78a19e506bdc veth: Do not record rx queue hint in veth_xmit
3a29fd88f3ad Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2
7b8a6d60e0d5 Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security chip
d5eeefa335af Bluetooth: add quirk disabling LE Read Transmit Power
49e63682cb3b mmc: sdhci-pci: Add PCI ID for Intel ADL
6f4da584ec4e ath11k: Fix buffer overflow when scanning with extraie
02f3458289d2 USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status
0284c0ca3db6 USB: core: Fix bug in resuming hub's handling of wakeup requests
0544baa4f761 ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100
402aff59a748 Bluetooth: bfusb: fix division by zero in send path
db74ee79c9f7 Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
c6bd1c35bd84 Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
a366a81dcbb1 Bluetooth: btusb: Add support for Foxconn MT7922A
5e1b03c32535 Bluetooth: btusb: Add two more Bluetooth parts for WCN6855
e81cef21ea8a Bluetooth: btusb: Add one more Bluetooth part for WCN6855
f39825f4fc35 fget: clarify and improve __fget_files() implementation
edaf018b898f Bluetooth: btusb: Add the new support IDs for WCN6855
a053e9619bb9 Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
e36a4d9c0bb8 Bluetooth: btusb: enable Mediatek to support AOSP extension
dcfa2d7a9a9f Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb()
4a5557693f07 Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE
a1e59284193b Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)
fe9ddfd236a6 Bluetooth: btusb: Add the new support ID for Realtek RTL8852A
3f502147ffc3 Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922)
e8efe8369944 bpf: Fix out of bounds access from invalid *_or_null type verification
f39ffc6f9c60 staging: r8188eu: switch the led off during deinit
cf5b6bd2c792 workqueue: Fix unbind_workers() VS wq_worker_running() race
0ed0be755276 s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()
----

Link: https://lore.kernel.org/r/20220114081545.158363487@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/523
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agolinux-fslc: update to v5.15.14
Andrey Zhizhikin [Sat, 22 Jan 2022 21:21:27 +0000 (21:21 +0000)]
linux-fslc: update to v5.15.14

Kernel repository has been upgraded up to v5.15.14 from stable korg.

Following upstream commits are included in this version:
----
d114b082bef7 Linux 5.15.14
b8a1293e3850 drm/amd/pm: keep the BACO feature enabled for suspend
19070d812e13 Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"
b228924bb619 Input: zinitix - make sure the IRQ is allocated before it gets enabled
1917ace18375 ARM: dts: gpio-ranges property is now required
2f66e0976b4a userfaultfd/selftests: fix hugetlb area allocations
ec33da9ae072 ipv6: raw: check passed optlen before reading
04d945934362 drm/amd/display: Added power down for DCN10
9b1df8dab312 drm/amd/display: fix B0 TMDS deepcolor no dislay issue
9964f0840a82 mISDN: change function names to avoid conflicts
f55383e6b92b drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable platform
3c196f056666 drm/amdgpu: always reset the asic in suspend (v2)
fbabb82b11b4 drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume
80f229009b59 atlantic: Fix buff_ring OOB in aq_ring_rx_clean
cf8f0e76c4ce net: udp: fix alignment problem in udp4_seq_show()
294f3fc9dc27 ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
847050d40dc0 scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
6ebb6853108f usb: mtu3: fix interval value for intr and isoc
12a4c1092ae7 drm/amd/pm: Fix xgmi link control on aldebaran
31d95ff41cdf drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify
4ed66cdc542f auxdisplay: charlcd: checking for pointer reference before dereferencing
8a7520c49994 ipv6: Do cleanup if attribute validation fails in multipath route
c1de618c95e9 ipv6: Continue processing multipath route even if gateway attribute is invalid
5aec746bf7f2 power: bq25890: Enable continuous conversion for ADC at charging
b4391e49ac1d drm/amdgpu: disable runpm if we are the primary adapter
fa3d8456f7cd fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
9ca97a693aa8 phonet: refcount leak in pep_sock_accep
d57da5185def net ticp:fix a kernel-infoleak in __tipc_sendmsg()
75d840c0f5d7 gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler
7601a265696c rndis_host: support Hytera digital radios
b381e0f98711 reset: renesas: Fix Runtime PM usage
550acd770f9f power: reset: ltc2952: Fix use of floating point literals
be816676f38b power: supply: core: Break capacity loop
b0e72ba9e520 xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate
800f02fa8a51 i2c: mpc: Avoid out of bounds memory access
e24c6a48c6ea Revert "i2c: core: support bus regulator controlling in adapter"
43fa0b3639c5 cgroup: Use open-time cgroup namespace for process migration perm checks
50273128d640 cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
c6ebc3529884 cgroup: Use open-time credentials for process migraton perm checks
247b6244d40e KVM: x86: Check for rmaps allocation
a08275570392 EDAC/i10nm: Release mdev/mbase when failing to detect HBM
3400aa7eda64 md/raid1: fix missing bitmap update w/o WriteMostly devices
15fb002977f6 net: ena: Fix error handling when calculating max IO queues number
c4c20dc24e09 net: ena: Fix wrong rx request id by resetting device
bf8263c71420 net: ena: Fix undefined state when tx request id is out of bounds
6511f8074b70 sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
9b8bbe489ced batman-adv: mcast: don't send link-local multicast to mcast routers
9f00a2a0c139 sctp: hold endpoint before calling cb in sctp_transport_lookup_process
3c5c81d1e350 selftests: net: udpgro_fwd.sh: explicitly checking the available ping feature
41844e68eb92 lwtunnel: Validate RTA_ENCAP_TYPE attribute length
ca0097c543fc ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route
00e8b9f313b2 ipv6: Check attribute length for RTA_GATEWAY in multipath route
bb471784ca85 ipv4: Check attribute length for RTA_FLOW in multipath route
72971eaad6ea ipv4: Check attribute length for RTA_GATEWAY in multipath route
5cb0bd07125f ftrace/samples: Add missing prototypes direct functions
61169d6c77de i40e: Fix incorrect netdev's real number of RX/TX queues
7b177d34a123 i40e: Fix for displaying message regarding NVM version
3f4c2ade4d65 i40e: fix use-after-free in i40e_sync_filters_subtask()
8fbbc33cf018 sfc: The RX page_ring is optional
03fb6db4ad61 mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh
18b224910edc mac80211: initialize variable have_higher_than_11mbit
0ea8bb0811ba RDMA/uverbs: Check for null return of kmalloc_array
6716b40d162f netrom: fix copying in user data in nr_setsockopt
21a18420ae2d Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"
e1e354771812 RDMA/core: Don't infoleak GRH fields
607f126d4a21 iavf: Fix limit of total number of queues to active queues of VF
fda95797fc50 i40e: Fix to not show opcode msg on unsuccessful VF MAC change
deb65735b5b1 ieee802154: atusb: fix uninit value in atusb_set_extended_addr
c44979ace49b Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"
21f8a3b110f2 tracing: Tag trace_percpu_buffer as a percpu pointer
be134e7c5b38 tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
3cf50a37286c selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()
ef3047fca111 fscache_cookie_enabled: check cookie is valid before accessing it
----

Link: https://lore.kernel.org/r/20220110071821.500480371@linuxfoundation.org
Link: https://github.com/Freescale/linux-fslc/pull/518
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agoopencv: imx: stop fetching tiny-dnn 957/head
Max Krummenacher [Fri, 21 Jan 2022 19:59:18 +0000 (20:59 +0100)]
opencv: imx: stop fetching tiny-dnn

With commit f7ca9ef27 ("cleanup: drop dnn_modern") [1] tiny-dnn is no
longer used by any module. There is no need to prefetch it.
This was part of OpenCV 3.4.2.

Prevents:
| WARNING: opencv-4.5.2.imx-r0 do_unpack: QA Issue: opencv: SRC_URI uses unstable GitHub/GitLab archives, convert recipe to use git protocol [src-uri-bad]

[1] https://github.com/opencv/opencv_contrib/commit/f7ca9ef279bbb9d7bbb791548725d91e46725550

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
3 years agoopencv: imx: prevent warning about distutils
Max Krummenacher [Fri, 21 Jan 2022 19:56:56 +0000 (20:56 +0100)]
opencv: imx: prevent warning about distutils

Merge latest opencv recipe in meta-openembedded. Prevents:
| WARNING: distutils-common-base.bbclass is deprecated, please use setuptools3-base.bbclass instead

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
3 years agoMerge pull request #955 from YoeDistro/yoe/mut
Otavio Salvador [Thu, 20 Jan 2022 20:58:14 +0000 (17:58 -0300)]
Merge pull request #955 from YoeDistro/yoe/mut

gstreamer: Lockin the versions for imx machines

3 years agogstreamer: Lockin the versions for imx machines 955/head
Khem Raj [Thu, 20 Jan 2022 20:44:15 +0000 (12:44 -0800)]
gstreamer: Lockin the versions for imx machines

Having open recipes in a high priority layer means they will override
always even when its not building for machines not coming from this
layer

Pin them to imx

Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 years agoMerge pull request #954 from thochstein/recipes-bsp
Otavio Salvador [Wed, 19 Jan 2022 22:29:24 +0000 (19:29 -0300)]
Merge pull request #954 from thochstein/recipes-bsp

u-boot-imx and recipes-bsp for 5.10.72-2.2.0

3 years agobasler-camera: Upgrade to 4.2.2.16.0 954/head
Tom Hochstein [Tue, 18 Jan 2022 22:46:22 +0000 (16:46 -0600)]
basler-camera: Upgrade to 4.2.2.16.0

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoisp-imx: Upgrade to 4.2.2.16.0
Tom Hochstein [Tue, 18 Jan 2022 22:38:27 +0000 (16:38 -0600)]
isp-imx: Upgrade to 4.2.2.16.0

Drop the upstream patch: 0001-isp-imx-drop-use-of-__TIME__-__DATE__.patch.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-vpu-hantro-vc: Upgrade to 1.6.0
Tom Hochstein [Tue, 18 Jan 2022 21:33:00 +0000 (15:33 -0600)]
imx-vpu-hantro-vc: Upgrade to 1.6.0

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-vpu-hantro-daemon: Upgrade to 1.1.1
Tom Hochstein [Tue, 18 Jan 2022 20:30:35 +0000 (14:30 -0600)]
imx-vpu-hantro-daemon: Upgrade to 1.1.1

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-vpu-hantro: Upgrade to 1.24.0
Tom Hochstein [Tue, 18 Jan 2022 20:30:07 +0000 (14:30 -0600)]
imx-vpu-hantro: Upgrade to 1.24.0

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-test: Update to 5.10.72-2.2.0
Tom Hochstein [Mon, 17 Jan 2022 23:57:39 +0000 (17:57 -0600)]
imx-test: Update to 5.10.72-2.2.0

Fixes:
```
a26b1ee MLK-25735-3: ignore empty v4l2 output buffer
923cf16 MLK-25735-2: rename NV12M_8L128 to NV12MT_8L128
21c89c5 MLK-25735: mxc_v4l2_vpu_test: support display decoded picture using wayland
9d8e867 MLK-25721 mxc_v4l2_vpu_test: support more encoder input format
d45624e MLK-25685 mxc_v4l2_vpu_test: avoid repeatedly release pitcher_buffer
```

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-seco-libs: Update to 5.10.72-2.2.0
Tom Hochstein [Mon, 17 Jan 2022 22:37:56 +0000 (16:37 -0600)]
imx-seco-libs: Update to 5.10.72-2.2.0

Fixes:
3e8ad6b license update
78d7375 V2XA-732, V2XA-733: update v2x test with SM4 CCM examples
cf16424 V2XA-733: hsm lib: key generic crypto service
639a845 V2XA-732, V2XA-733: add SM4 CCM support and generic crypto service
faa80e4 HSM-590: license update

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-seco: Upgrade to 3.8.4
Tom Hochstein [Mon, 17 Jan 2022 22:37:47 +0000 (16:37 -0600)]
imx-seco: Upgrade to 3.8.4

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-sc-firmware: Upgrade to 1.11.0
Tom Hochstein [Mon, 17 Jan 2022 22:11:09 +0000 (16:11 -0600)]
imx-sc-firmware: Upgrade to 1.11.0

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-boot,u-boot-imx: Add bootloader image size to SD card image
Tom Hochstein [Thu, 13 Jan 2022 23:56:08 +0000 (17:56 -0600)]
imx-boot,u-boot-imx: Add bootloader image size to SD card image

Append a tag to the bootloader image used in the SD card image. The tag
contains the size of the bootloader image so UUU can easily find the end of
the bootloader in the SD card image.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agou-boot-imx*: Update to 5.10.72-2.2.0
Tom Hochstein [Thu, 13 Jan 2022 23:53:11 +0000 (17:53 -0600)]
u-boot-imx*: Update to 5.10.72-2.2.0

Fixes:
----
263b27e076 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
fca2f7effd LFU-260: Move OS authentication to separate file
7c4108c79d LFU-260: Add 8ULP secure boot documentation
e74e2b3266 LFU-260: Update AHAB introduction with 8ulp
8638693fac Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
300e945534 LFU-263-2 i2c: mxc_i2c: fix i2c recovery issue
bf68761d1b LFU-263-1 gpio: add a marco to mask gpio input and output bits
c44cb5c20a Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
54654fe63a SSI-118 crypto/fsl: Enable U-boot Command to expose CAAM RNG
3a24267a67 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
ee461bc762 LF-4842-3 imx8ulp: Configure the Watchdog to 32bits command mode
1097b2d662 LF-4842-2 imx: ulp: Fix issue in checking WDOG UNLOCK flag
c0f4209640 LF-4842-1 ulp_wdog: Update ulp wdog driver for 32bits command
5604b38bf7 LFU-262 misc: imx8ulp: Add OEM SRK Hash fuse support
00602e19f4 LFU-261 imx8ulp: Set COUNTER_FREQUENCY to 1Mhz
cf7217b58c Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
d4acb9e05f MA-19692 Load the avb footer from storage
5421f32712 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
8816d0a532 MA-19663 Configure boot security patch level
af0b460ed1 LF-4826 imx8ulp: enable MU0_B clk by default
644b74776d Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
aa83e61757 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
47da90b0b4 LFU-257 tcpc: mask fault status interrupt
83c2ac165d Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
f438a41c53 LFU-255 Fix coverity issue: 17949208 Lossy integer to pointer
d50d975e9c Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
2e54fedc14 LFU-256 imx8ulp: cgc: Switch to NICLPAV to FRO192 before PLL4 init
4de62a7f5d LF-4677-4 spi: nxp_fspi: enable octal dtr support and fix odd address issue
19cc4ce35b LF-4677-3 dts: imx8dxl: set tx/rx line and slave line delay
86cd141d73 LF-4677-2 configs: imx8dxl: enable mt35xu512aba octal dtr support
6e84dbbcd3 LF-4677-1 mtd: spi-nor-core: some fixes for the mt35xu512aba chip
b49a4a2520 mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode
c7bcd9bd5d mtd: spi-nor-core: Add support for Cypress Semper flash
72bbb5c1ec mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress
5161305dba mtd: spi-nor-core: allow truncated erases
a3bd5abf1f mtd: spi-nor-core: Perform a Soft Reset on boot
d1e8045c7f mtd: spi-nor-core: Perform a Soft Reset on shutdown
982221a18c mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT
30a8d4329c mtd: spi-nor-core: Do not make invalid quad enable fatal
6a36762098 mtd: spi-nor-core: Enable octal DTR mode when possible
ac38926ca8 mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode
17090cab74 mtd: spi-nor-core: Parse xSPI Profile 1.0 table
817c535f11 mtd: spi-nor-core: Get command opcode extension type from BFPT
63fed9cce4 mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D
bcc2c51e72 mtd: spi-nor-core: Add support for DTR protocol
6778b8eb18 mtd: spi-nor-core: Do not set data direction when there is no data
87eedf171e mtd: spi-nor-core: Rework hwcaps selection
be9e93d93b mtd: spi-nor-core: Introduce flash-specific fixup hooks
ae20033bb4 mtd: spi-nor-core: Move SFDP related declarations to top
3d81385d8c mtd: spi-nor-core: Add a ->setup() hook
0bf516c92d mtd: spi-nor-core: Fix address width on flash chips > 16MB
44afb32ba2 spi: cadence-qspi: Add support for octal DTR flashes
ba34935aec spi: cadence-qspi: Add a small delay before indirect writes
e67dde63fe spi: cadence-qspi: Do not calibrate when device tree sets read delay
c547fd2f42 spi: spi-mem: add spi_mem_dtr_supports_op()
007587896a spi: spi-mem: export spi_mem_default_supports_op()
f84891cf89 spi: spi-mem: allow specifying a command's extension
68ca48eb32 spi: spi-mem: allow specifying whether an op is DTR or not
827fe11231 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
030b02d3fd LFU-119 imx8qm/qxp: Fix Unchecked return value
7c17b7c44c Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
2808f71620 LFU-253 video: sec_mipi_dsim: Fix Division or modulo by zero
c58f545d85 LFU-254 DTS: imx8mm-evk: Enable I2C1 bus
34710728a8 imx8ulp: add ND/LD clock
7e64f98814 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
9890eb42c6 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
2f2a5a1e2e LFU-251 doc: imx: habv4: Add clarification and updates to HABv4 documentation
76df1d9421 LFU-252 imx8ulp: upower: Enable AFBB for AP domain
2aeeba3613 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
c184579f00 LF-4785-2 imx8ulp: clock: Handle the DDRLOCKED when setting DDR clock
30598b0b69 LF-4785-1 ddr: imx8ulp: Fix DDR frequency request issue
822a21a7e0 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
b4f4659fc2 LF-4724 ddr: saving the dram config timing data into sram on imx8ulp
fbf4af9cfb Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
6c3e72953b LFU-250 thermal: imx_pmc_temperature: Fix build warning
0f0034ba49 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
10c3b9375d MA-19553 Guard mppubk extraction function
6c88119259 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
67e6ee87f8 drivers: ddr: lc_common_dimm_params.c : Fix Divison by zero issue
74223109f9 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
d4cbd6962e LFU-249 imx8mm_evk: Enable USB ethernet support
4fc71a7d4f LFU-248 imx8ulp_evk: Update LPDDR4 PHY settings
eb07ea8fbf Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
84b60666a3 board: freescale: lx2160a: fix out of bounds write
6e5264a01d drivers: net: phy: in112525: fix out of bounds write
76dbd11910 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
9f08e16a29 MA-19357 imx8mq: enhance security for android
a9bbf7a158 MA-19440 Support boot header v4
1b38984122 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
72c4fff475 LFU-242-2 imx8ulp_evk: fix build warning
e82827e401 LFU-242-1 imx8ulp_evk: reset lsm6dsx when uboots boots
6c73e3fee5 LFU-239-4 arm: dts: imx8ulp: add the I3C bus support
7b4f9c1d70 LFU-239-3 imx8ulp_evk_i3c: Add I3C controller support
b986805e72 LFU-239-2 imx8ulp: clock: Add clock support for i3c controller
beb31e82d7 LFU-239-1 i2c: imx-i3c: add i3c bus support in i2c subsystem
a2ca81dc77 LFU-247-2 video: sec_dsim: Update DPHY PLL PMS and DPHY timing settings
2560cd096e LFU-247-1 imx8m: clock: Add function to get DSI PHY reference clock rate
66f8932af0 LFU-246 fastboot: Update fastboot emmc boot part size
396a703614 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
41ca41efcd LFU-238-5 configs: imx8ulp: Enable pmc temperature senor
e86825980e LFU-238-4 arm: imx8ulp: implement to obtain the SoC current temperature
07743019ad LFU-238-3 arm: dts: add the PMC node and the ADC1 node
1551d5ac1f LFU-238-2 imx8ulp: measure die temperature using PMC Temperature Sensor
c22d6cf6b4 LFU-238-1 imx8ulp: clock: Support to enable/disable the ADC1 clock
8de08ed09c LFU-244 imx8mp: Add SC part (iMX8MP UltraLite) support
8af330f822 LFU-245 imx8ulp: upower: Fix license issue
a26f622273 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
695462db67 board: fsl_validate: Fix Double free Issue
1d6ea40388 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
5569a50da6 LF-4589 crypto/fsl: i.MX8ULP: Fix kick_trng for i.MX8ULP
cd3879da56 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
bca2fff552 pci: layerscape: Fix the LUT and msi-map mismatch issue
1c0116f3da Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
48f7b4ced9 efi_loader: Improve the parameter check for QueryVariableInfo()
4bd16004ba Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
6a18094114 lx2162a : Rename emmc boot command variable
ab74b13c41 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
b1f567e7d1 LFU-237-2 imx8ulp: Update ethernet mac to get from fuse
4f425dbb74 LFU-237-1 fuse: imx8ulp: Fix wrong words of bank 5 and 6
b1e985c641 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
4d34e68a4b LFU-236-2 imx: Fix build error and warning in mfgprot
54687c4b42 LFU-236-1 imx: Update FSL_MFGPROT config for iMX8M
5bf76f3224 LF-4375 usb: imx: Fix USB charger detector issue
f583f3df1d Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
4fd021a5f7 LFU-230 Fix coverity issue
f3047ca7ee Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
d7f3dcb153 MA-19354-2 imx8mn: add mcu rdc config for ddr3l board
c7970f2a21 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
924c6a7763 MA-19354 imx8mn: add mcu rdc config for ddr4 board
13ca08d55e Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
b41c0f1c0c configs: ls1046aqds: Configure environment related configs
f52937bfd3 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
b240b9f0dc MA-19353 Fix compressed kernel boot issue
d95fbbff6a Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
37726b4733 configs: lx2160a: load device-tree in RAM for distro boot
9f232d8d35 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
81daa5b917 board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3
1c64332fcb drivers: ddr: main.c: Fix Bad Shift operator issue
ff38405bc7 drivers: ddr: fsl_ddr_gen4.c: Fix divide by zero issue
07d31c49ae drivers: ddr: util.c: Fix divide by zero issue
8c8fc7f338 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
9435b9a123 MA-19340-2 Enable configs for ID attestation
2786fc5754 MA-19340-1 Enable ID attestation for Android12
4fb4b02fb6 MA-19339 Sync keymaster commands
c58d8993c6 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
8fdf9c3291 MA-19331 imx8m: skip JR probe for android in uboot
15cb5b1520 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
966f02d031 configs: Layerscape: Add 'fdt_addr' env with DRAM address
58ea97abaa configs: Layerscape: Remove the 'fdt_addr' env
f5837340b5 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
ed618ce6a9 LFU-219 crypto/fsl: iMX8M: Disable CAAM JR0 in SPL and Uboot
67c3bfab61 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
3ae061258f LFU-218 imx8ulp_evk: Remove PMIC Bucks PWM mode settings
1cbec64e04 LF-4277 arm: dts: imx8mn: correct spba bus name
d3439c324d LF-4276 arm: dts: imx8mq: add the dwc3 fallback compatible
a9e51f0d10 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
f77c39f607 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
9517bc8ac9 LFU-217-2 spi: fsl_lpspi: Fix copyright problem in lpspi driver
926e7ce3a2 LFU-217-1 imx8ulp: upower: Fix license in upower API
8125abbbc7 LFU-216 imx8ulp_evk: Adjust PMIC i2c iomuxc setting order
dca650dc08 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
ade91a1b1a Pull request #36: LFU-204 crypto/fsl: Add NULL check for CAAM device
0989c988f7 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
20b57dfbb2 LFU-215-2 video: dcnano: Call reset API before video devices init
ca30015402 LFU-215-1 imx8ulp: clock: Support to reset DCNano and MIPI DSI
80fd1f4f99 LFU-214-2 imx8ulp_evk: call the handshake with M33
d1fec2211c LFU-214-1 imx: imx8ulp: Add M33 handshake functions
015094e65e Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
61228b7bd1 LFU-168 imx: Fix coverity issue in HAB event decoding
ab2f95e11b LFU-204 crypto/fsl: Add NULL check for CAAM device
ec18689b0b Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
ff537efc01 armv8: fsl : create bootcmd and mcinitcmd as per boot source
decb3ac9ec Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
03e40d4064 board: fsl_validate: Fix resource leak issue
c2a6072d54 board: freescale: t208xrdb: enable Power-On Reset for rev D boards
beec8294d1 net: fsl-mc: fix logically dead code
680f757e84 drivers: net: aquantia: fix unsigned compared against 0
e79b3359d9 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
29254186d6 MLK-25462: imx8mp_evk: Add nominal drive mode support for LPDDR4 EVK
869ec8e344 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
d9eccf3de6 MA-19311 imx8ulp: android: Enable power domain driver
c1a8697adc MA-19310 imx8ulp: Enable splash screen for android
1a07c7f671 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
bb3255b3e1 LFU-213 imx8ulp_evk: Enable eMMC HS400ES
611bfc2223 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
4e307e4ab7 LFU-211-7: configs: imx8mn ddr3l: ab2: default config
292ab1df29 LFU-211-6: dts: arm: imx8mn: ddr3l ab2 board config support
727c8aad40 LFU-211-5: include: configs: imx8mn ab2: adjust memsize for ddr3l
0e85b585cd LFU-211-4: arm: mach imx: imx8mn: Add ab2 ddr3l target option
ab0b2d5df0 LFU-211-3: board: freescale: imx8mn ab2: ddr3l imx8mn som config
cc9e3ee85b LFU-211-2: board: freescale: imx8mm ab2: spl use SoC name for target config
595934b5f1 LFU-211-1: board: freescale: imx8mm ab2: use SoC name for target config
69c3cafe9d Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
6ca1ad73ea MA-19305 imx8ulp: Enable config to set env location
2e972e4aa6 MA-19048-1 MCU security enhancement
d99a726c46 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
3fd0991551 MLK-25349 imx8mq_evk: Enable PCIE VREG for 3.3v PHY supply
b5f6c18daa Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
4475af9bea LFU-209 imx8ulp_evk: Enable multiple env storage devices
13f356fc98 LFU-208 imx8ulp: Update ahab doc for 8ULP secure boot
6a62a223f2 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
ecb2513697 LFU-207 imx8ulp: clock: Reset DDR controller before clock enable
b6df87fb32 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
612677d547 HRPN-84 imx8mm_evk: use variable instead of hardcoded dtb name in jh boot command
f54879f3eb Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
9e5e79c83b Pull request #29: LFU-192 Uboot: Add command and descriptors to provision ddek
2ad52ac95f LFU-192-6 Uboot: Add command to provision encryption key
4884bf62a7 LFU-192-5 crypto/fsl: Fix warnings in function gen_mppubk.
dc3adcc258 LFU-192-4 crypto/fsl: Add support for HW accelerated AES ECB decryption
b93255eea9 LFU-192-3 crypto/fsl: Add support to tag a black object
b218e498e8 LFU-192-2 crypto/fsl: Add support for black key blob
68652f7e6f LFU-192-1 crypto/fsl: add invalidate_dcache_range for hash output buffer
df30e6c07e Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
216aeb6408 LFU-206 imx8ulp: Workaround LPOSC_TRIM fuse load issue
1499d50249 LF-4200 imx8m: soc: drop phy-reset-gpios for fec
c95a03993f Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
892528549f Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
12c2cabf67 Pull request #33: LFU-200: board: freescale: imx8mn ab2: fix usb download support
147e681f95 LFU-200: board: freescale: imx8mn ab2: fix usb download support
4fa3480156 LFU-199: configs: imx8mn ddr4: ab2: fix correct pmic
47a081d861 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
1ff8af0741 configs: ls2080ardb.h: Update mc size in env
2b4e1fb63f configs: ls2080aqds.h: Update mc size in env
a82c574f52 configs: ls1088ardb.h: Update mc size in env
0728f1367f configs: ls1088aqds.h: Update mc size in env
f028eba755 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
30bbad3df5 LFU-203 imx8ulp_evk: Enable SD/MMC port auto detect
4054f98489 LFU-202 imx8ulp: Remove freescale name from CPU revision
2c44ed2a08 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
f942ee90b3 LFU-198 imx8mq_evk: Increase malloc size to 32MB
af7fb0b6b4 LF-4182 imx8m: enable CONFIG_CMD_POWEROFF
1a738c9c1e Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
3d8455c51f Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
f626b544a6 LFU-197 imx8ulp: Fix DCNANO QoS setting
2329de6d4c LFU-196-6 imx8ulp_evk: Enable the power domain driver
4b4708590d LFU-196-5 imx8ulp_evk: Power down the domains may used in u-boot
e84571971f LFU-196-4 usb: ci_udc: Check the power domain device before power down it
581efd8784 LFU-196-3 imx8ulp_evk: Remove flexspi2 iomux settings from board file
6b53e4f9b7 LFU-196-2 DTS: Sync imx8ulp and imx8ulp-evk DTS files with kernel
87187c4e96 LFU-196-1 power: domain: Add SCMI based power domain driver
9773095b05 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
c20ff98502 Pull request #27: MLK-20950 Run RNG self test for impacted i.MX chips.
578c36a50b MLK-20950 Run RNG self test for impacted i.MX chips.
facee24798 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
1b787eb011 configs: ls1043aqds: Configure environment related configs
22cc7f886a net: enetc: propagate the return code from phy_startup() to eth_ops::start
62c28862ba net: enetc: force the RGMII MAC speed/duplex instead of using in-band signaling
333eecd52e net: enetc: require a PHY device when probing
80c47060cb arm: dts: ls1028a: disable enetc-2 by default
fa212dc62b arm: dts: ls1028a: declare the fixed-link speeds for the internal ENETC ports
f2f93c5c6e arm: dts: ls1028a: enable internal RGMII delays for the LS1028A-QDS AR8035 PHY
a8c4d18535 arm: dts: ls1028a: enable the switch CPU port for the LS1028A-QDS
245a0e37fa Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
493f71ffd5 LFU-195 imx8ulp: Set DCNANO read QoS on NIC_LPAV to highest
0d1a586e91 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
7985635660 LFU-194-2 DTS: iMX8M: Replace the RM67191 panel with RM67199
2840ef1395 LFU-194-1 video: rm67191: Add new rm67199 panel support
178451775a Merging in latest from upstream (LFAC/uboot-nxp:refs/heads/imx_v2021.04)
98f3d83574 LF-3892-6 imx8mp_evk: update defconfig and code for SR-IR
f8cba1b104 LF-3892-5 imx8mn_evk: update defconfig and code for SR-IR
72e61725bf LF-3892-4 imx8mn: sync dts usb with nxp kernel
2d4219e768 LF-3892-3 imx8mp: disable snvs and sdma
5853da1a4d LF-3892-2 imx8mp_evk: enable usb power by default
5ce91d244b LF-3892-1 imx8mq_evk: support SR-IR
f0a4853640 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
4e7135ca48 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
66b5e4c0c2 LFU-193-5 DTS: imx8mp: Add the CMA reserved memory
2413d82b74 LFU-193-4 imx8mp_evk: Remove USB2 PWR GPIO control
2fe2bd4d55 LFU-193-3 DTS: imx8mp-evk: Sync the USB nodes with kernel
bb7c98bece LFU-193-2 usb: xhci-imx8m: Update iMX8MP XHCI driver to support new DTS node
51fd39bcc0 LFU-193-1 clk: imx8mp: Update clock tree for USB relevant clocks
7ff159f4e0 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
f4676f6bf0 LFU-184-8 imx8ulp_evk: Enable the Splash screen
d3e84367dd LFU-184-7 imx8ulp_evk: Control LPI2C0 PCA6416 and TPM0 for display
8a16e4446b LFU-184-6 video: rm68200: Allow no backlight property
27253d0959 LFU-184-5 video: imx: Update MIPI DSI driver for iMX8ULP
d2bc3bb11e LFU-184-4 video: imx: Add DCNano display controller driver
e4a190a579 LFU-184-3 arm: DTS: Update imx8ulp for MIPI DSI and DCNANO
b7ad5bbad0 LFU-184-2 imx8ulp: clock: Add MIPI DSI clock and DCNano clock
634a2bc8c7 LFU-184-1 imx8ulp: clock: Support LPAV clocks in cgc and pcc
3504b2bcc9 MLK-25642: configs: imx8dxl_ddr3_evk: add new config for fspi nor boot
e6d89d1cd3 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
04ced23ffa LFU-188-2 imx8mp_evk: Remove reservation for MCU RPMSG buffer
971bae76cc LFU-188-1 imx8m: soc: Relocate u-boot to the top DDR in 4GB space
1d2a230741 LFU-187 misc: imx8ulp: Update fuse driver for bank 25 access
49acceec90 LFU-186 imx8ulp_evk: Enable USB ethernet support
0cf784bea0 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
1e4568fa41 MA-19249-2 imx8ulp: enable more configs
23454b24e6 MA-19249 imx8ulp: fix dual bootloader
45462a6aba Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
bf993cbaf2 MA-19209-3 imx8ulp: add config file to support trusty
99e3b70f57 MA-19209-2 Support trusty for imx8ulp
b37fb0306d Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
7eead82bce Pull request #26: Feature/imx v2021.04/LFU-167
74176014f8 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
ff8fc6c391 LFU-183 configs: imx8ulp: add Jailhouse boot command
9dbb3a95ea Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
34d4c41128 LFU-182-5 imx8ulp_evk: Add secure boot environments
d75a91e5e9 LFU-182-4 imx8ulp: ahab: Update AHAB codes to support authentication
fcf98912a3 LFU-182-3 misc: S400_API: Update S400 API for buffer dump
89797a1eee LFU-182-2 misc: imx8ulp_mu: Update S400 MU driver
ff176fa31c LFU-182-1 arm: imx8ulp: Probe the S400 MU after u-boot relocation
9c14458bda LFU-167-6: dts: arm: imx8mn ab2: update for latest som revison
bf88d9f87b LFU-167-5: dts: arm: imx8mm ab2: update for latest som revison
9e8dcbb967 LFU-167-4: configs: imx8mn ab2: update config options v2021.04
789944b10b LFU-167-3: configs: imx8mn ab2: update config options v2021.04
bf20bac785 LFU-167-2: board: freescale: imx8mm ab2: spl update v2021.04
93173f62d7 LFU-167-1: arm: mach-imx: imx8m ab2 enable crypto and caam
40588c3c3d MLK-25347-12: configs: imx8mn ddr4 ab2: enable usb support
0a4a20c2d7 MLK-25347-11: configs: imx8mn ab2: enable usb and fasboot support
959116d44c MLK-25347-10: configs: imx8mm ddr4 ab2 nand: enable usb support
ef15f380ce MLK-25347-9: configs: imx8mm ddr4 ab2: enable usb and fastboot support
fe84f68525 MLK-25347-8: configs: imx8mm ab2 fspi: usb fastboot support
81fd21e0e2 MLK-25347-7: configs: imx8mm ab2: usb and fastboot support
2d3c155d0d MLK-25347-6: dts: arm: imx8mn ab2: enable usbotg1 support
88ddecff80 MLK-25347-5: dts: arm: imx8mm ab2: enable usbotg1 support
fea0ecda19 MLK-25347-4: include: configs: imx8mn ab2: enable usb configs
4fa403e521 MLK-25347-3: include: configs: imx8mm ab2: enable usb configs
4e3c799948 MLK-25347-2: board: freescale: imx8mm ab2: spl enable usb boot device
90565cab1d MLK-25347-1: board: freescale: imx8mm ab2: usb support
40ea784dd1 MLK-24868: dts: arm: imx8mn ab2 fix regulator settings
bb28778c65 MLK-24510: board: freescale: imx8mm ddr4 audio board 2.0
c0d3a4eada MLK-24509-2: configs: imx8mn ab2: cortex-m7 auxboot support
2b19d51398 MLK-24509-1: configs: imx8mm ab2: cortex-m4 auxboot support
fd040130bf MLK-24508: board: freescale: imx8mm ab2: fix regulators build warning
986bba0a00 MLK-24395: dts: arm: imx8mm ab2: add fec phy int gpio pad
236d2569b6 MLK-24394-2: board: freescale: imx8mm ab2: enable fixed regulators
1a2a89a238 MLK-24394-1: dts: arm: imx8mm ab2: fixed regulator support
18817b5f93 MLK-24393: include: configs: imx8mm ab2: m4 boot support
a3fad84b45 MLK-24392: dts: arm: imx8mm ab2: fix flexspi flash0 properties
abc7a764ed MLK-24069: dts: arm: imx8mm: ab2 fix enet phy addr
14c1a859b0 MLK-24057: configs: imx8mm ab2 increase enet phy timeout
b869581390 MLK-23928: board: freescale: imx8mn audio board 2.0
640f60e367 MLK-23927: board: freescale: imx8mm audio board 2.0
0f06048c81 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
210f84da45 LFU-175 i.MX8ULP: Enables CAAM support for i.MX8ULP in SPL and U-Boot.
ed9753f415 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
6c225502b2 net: dsa: felix: propagate the error code from phy_startup()
af172d2765 net: dsa: felix: call phy_config at .port_probe() time
cbdbfc2522 net: dsa: introduce a .port_probe() method in struct dsa_ops
88f89c7899 net: dsa: refactor the code to set the port MAC address into a dedicated function
cf47371ccf net: dsa: use "err" instead of "ret" in dsa_port_probe
049fa15dab net: dsa: felix: felix_init() can be static
f7501bdd5e Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
3678f2437e MLK-25623 imx8ulp: upower_hal: fix upower_wait_resp
ee4c696409 MA-19209 imx8ulp: reserve tee memory
1dbd8c2a45 MLK-25612 arm: imx: Fix container header checking
d14581d3fc MLK-25575 imx8ulp: soc: enable wdog_ad interrupt in CMC1
9c6448eeb7 MLK-25609 arm: imx8ulp: force use general regs
eeeffaff4b MLK-25608-2 imx8ulp: clear ddr retention
fe102369c8 MLK-25608-1 imx8ulp: upower: include API to support set/clear ddr retention
92af5c7a61 MLK-25576 imx8ulp: soc: correct reset cause
afef2b7c86 MLK-25614: dts: imx8ulp: fix uboot usdhc2 dts node mismatch with kernel dts
eb375abd0d MA-19091-1 dts: imx8ulp: Add console bootargs
29407a880b LFOPTEE-48 imx8ulp: release CAAM for the Cortex-A35
65d87ea812 LFOPTEE-48 imx8ulp: enabled OPTEE DTB node
b42e95713d MLK-25589: dts: imx8ulp-evk: disable usdhc2 which is used by wifi in uboot
2e42aa804c MLK-25586 imx8ulp_evk: Set PMIC Buck3 to 1.1v
20dee6f6a0 MA-19091 android: add android support for 8ulp
72bfc8f166 MA-19118 imx8ulp: support mmc boot in spl
103b94d346 MLK-25560-7 imx8ulp_evk: Enable the flexspi0 NOR support
4a97a49990 MLK-25560-6 arm: dts: Add the flexspi0 node to imx8ulp DTSi
f0ec8cc65e MLK-25560-5 imx8ulp: Use DGO_GP5 to get boot config
55456b7bcc MLK-25560-4 imx8ulp: rdc: Add TRDC interface to configure MRC
832fe03097 MLK-25560-3 imx8ulp: Update pins header file for flexspi0
2dbc37340a MLK-25560-2 imx8ulp: Update MMU table for flexspi0 access
514b0c5aad MLK-25560-1 mtd: spi: Add Adesto ATXP032 SPI NOR flash support
a56bd8ab60 MLK-25552 imx8ulp: assign PXP/HIFI4/EPDC to APD domain
3c695cf2ce MLK-25536-2 imx8ulp_evk: Update LPDDR4 timing file
1d28ee7c79 MLK-25536-1 imx8ulp: clock: Update PLL4 and DDR clock
807c0e2aa7 MLK-25504-43 imx8ulp: soc: Check the DBD_EN fuse before setting RDC
829e193dfb MLK-25504-42 imx8ulp: Add workaround for eMMC boot
79f3c7fc8c MLK-25504-41 arm: imx: add i.MX8ULP EVK support
d661020e5c MLK-25504-40 imx8ulp: rdc: Add functions to init MDA and MRC
110ac95d93 MLK-25504-39 arm: dts: add i.MX8ULP dtsi
157ed3d5ff MLK-25504-38 arm: imx8ulp: Add upower APIs
4cd13b3bbb MLK-25504-37 ddr: Add DDR driver for iMX8ULP
e85dab751d MLK-25504-36 arm: iMX8ULP: Add boot device relevant functions
64238d765b MLK-25504-35 arm: imx8ulp: add xrdc support
8f72b77d8b MLK-25504-34 spl: spl_imx_romapi: Fix gd recover issue
627905e2ee MLK-25504-33 mtd: spi-nor: Add new MACRONIX NOR flash ID
e16f5da704 MLK-25504-32 fastboot: Add iMX8ULP support for partition offset
65c785802e MLK-25504-31 usb: ci_udc: Update USB gadget driver for iMX8ULP
db40a9d563 MLK-25504-30 mx7ulp: clock: Update USB PLL clock function
452c1c105a MLK-25504-29 usb: ehci-imx6: Update USB host driver for iMX8ULP
6f97e6b7d4 MLK-25504-28 driver: misc: imx8ulp: Add fuse driver for imx8ulp
1165f036d0 MLK-25504-27 arm: imx8ulp: add iomuxc support
43b4326384 MLK-25504-26 arm: imx8ulp: add dummy imx_get_mac_from_fuse
a56159a944 MLK-25504-25 arm: imx8ulp: Probe the S400 MU device in arch init
b2c4a09b9b MLK-25504-24 arm: imx8ulp: Allocate LPAV resources to AP domain
9194f206e8 MLK-25504-23 arm: imx8ulp: Release and configure TRDC for single boot
483fbeddc3 MLK-25504-22 arm: imx8ulp: release and configure XRDC at early phase
423c6933ba MLK-25504-21 imx: AHAB: Update AHAB for iMX8 and iMX8ULP
49b7c3095c MLK-25504-20 spi: nxp_fspi: Update flexspi NOR driver for iMX8ULP
409ef8652f MLK-25504-19 spi: fsl_fspi_nand: Update flexspi nand driver for imx8ulp
ba7f875afc MLK-25504-18 mtd: nand-spi: Add micron chip MT29F4G01
f48d411154 MLK-25504-17 ulp_wdog: Update the watchdog driver
1822b965d6 MLK-25504-16 arm: imx8ulp: Update the reset vector in u-boot
0db15a45bf MLK-25504-15 arm: imx8ulp: disable wdog3
98fc0727c8 MLK-25504-14 arm: imx8ulp: Enable full L2 cache in SPL
b3fd68bb1b MLK-25504-13 arm: imx8ulp: add clock support
2c23e7c4f0 MLK-25504-12 mmc: fsl_esdhc_imx: support i.MX8ULP
21fbd3e544 MLK-25504-11 serial: fsl_lpuart: support i.MX8ULP
5cb9388310 MLK-25504-10 pinctrl: Add pinctrl driver for imx8ulp
f89c3d1fb8 MLK-25504-9 net: fec_mxc: support i.MX8ULP
4966e91c7c MLK-25504-8 misc: Add MU and S400 API to communicate with Sentinel
1f26092892 MLK-25504-7 imx: Support loading container image from RAM device
6e3f58bcba MLK-25504-6 imx: Support container image in ROM API download
54e2702651 MLK-25504-5 imx8: Move container image header file to mach-imx
62d0f9806c MLK-25504-4 arm: imx: move container Kconfig under mach-imx
36762aa9d5 MLK-25504-3 arm: imx8: Move container parser and image to mach-imx common folder
af1258e4af MLK-25504-2 arm: imx: add i.MX8ULP basic support
f15e54b858 MLK-25504-1 arm: imx: sys_proto: move boot mode define to common header
48c2eeff75 MA-19231 Remove deprecated do_boota()
a4a0b8ba78 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
c434a99216 net: phy: inphi: change dev_err to pr_err
800e17e7b8 board: freescale: lx2160aqds: include the lx2160a.h header
777fcdd078 board: lx2160aqds: add support for SERDES #1 protocol 14
c789aaadc6 board: lx2160aqds: add support for SERDES #1 protocol 13
f923ded1f3 net: ldpaa_eth: connect to multiple PHYs/retimers
b87e5508f7 dm: mdio: add dm_eth_phy_connect_index()
3ee4ed7462 Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
ad0ae45a87 configs: ls1046ardb: enable PHY_FIXED
3a1c1143d2 arm: dts: ls1043ardb: configure the RGMII ports with rgmii-id
02f4ac66ad armv8: fsl: fix bootcmd and mcinitcmd default value
617320f3b2 Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04
f7488084bb MA-19176 imx8mm: enlarge early malloc pool size
363f43808b Merge remote-tracking branch 'origin/ls_v2021.04' into lf_v2021.04
35b7ddacff board: freescale: t208xrdb: add a config option for rev D dts fixups
7c9972b14b board: freescale: t208xrdb: add Linux fdt fix-ups for rev D
f650a4e4c6 board: freescale: t208xrdb: detect the board revision version
1fcfd5f3b5 board: freescale: t208xrdb: remove the legacy non-DM_ETH code
----

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoMerge pull request #952 from zandrey/imx8mq-mainline-bsp-support
Otavio Salvador [Wed, 19 Jan 2022 12:38:15 +0000 (09:38 -0300)]
Merge pull request #952 from zandrey/imx8mq-mainline-bsp-support

[imx8mq-evk]: Add Mainline BSP support

3 years agoconf: machine: imx8mq-evk: add mainline bsp support 952/head
Andrey Zhizhikin [Tue, 18 Jan 2022 22:08:55 +0000 (22:08 +0000)]
conf: machine: imx8mq-evk: add mainline bsp support

Recent versions of upstream U-Boot and Kernel do provide support for
i.MX8MQ derivative, and it can be built using Mainline BSP.

Convert machine definition to include all parts, that are required to
build Mainline BSP:
- Drop hardcoded BSP flavor setting in machine configuration
- Add boot container machine override
- Split machine features
- Define ATF load address
- Add dependency to firmware package
- Provide extlinux configuration to utilize distro boot feature

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agoMerge pull request #950 from zandrey/upgrade-u-boot-fslc
Otavio Salvador [Tue, 18 Jan 2022 22:54:46 +0000 (19:54 -0300)]
Merge pull request #950 from zandrey/upgrade-u-boot-fslc

Upgrade u-boot-fslc to v2022.01

3 years agoimx-boot-container: align with u-boot 2022.01 950/head
Andrey Zhizhikin [Tue, 18 Jan 2022 12:52:20 +0000 (12:52 +0000)]
imx-boot-container: align with u-boot 2022.01

Recent version of U-Boot v2022.01 reverted boot container generation
mechanism to provide single boot container isntead of separate binaries
for SPL+DDR and U-Boot FIT. New approach provides packing of those
separate components inside the U-Boot binman, and is delivered as a
single 'flash.bin' file, which resembles the original behavior before
binman image packing was introduced.

Adapt our boot container class and WIC file to pick up this consolidated
binary instead of two separate pieces.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agou-boot-fslc: upgrade to v2022.01+fslc
Andrey Zhizhikin [Mon, 17 Jan 2022 16:36:42 +0000 (16:36 +0000)]
u-boot-fslc: upgrade to v2022.01+fslc

U-Boot fork has been updated to include new version v2022.01 from
upstream.

Following commits were ported from 2021.07+fslc revision:
----
e2b8a409f3 imx: iMX6: Define disconnect_from_pc function
708efb65a3 MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot
c51871146b pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition
9033bca081 mx6sabre_common: Dynamically change the video output
4b3275b77f mx6sabresd: Enable video interfaces in bootargs
----

Following new commits are added to this revision:
----
18bb53aebf imx8mn-ddr4-evk: generate single bootable image
125754edb5 imx8mq_evk: configs: add/cleanup variables for distro boot
----

Update U-Boot recipe versions and point to new revision.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
3 years agoimx-mkimage: Update to 5.10.72-2.2.0
Tom Hochstein [Thu, 13 Jan 2022 18:33:35 +0000 (12:33 -0600)]
imx-mkimage: Update to 5.10.72-2.2.0

Includes update to patch 0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch
which is partially applied by 1527fb9.

Fixes in update:
---
7a277c8 LF-4794 iMX8ULP: move OPTEE OS base address to 0xa6000000
9a04474 Update iMX8DXL clean target to remove intermediate files
dfe6265 Fix build warning
c78d727 Fix iMX8DXL ahab container image extraction
9bd94cc LF-4522 Parse and extract the u-boot-atf container
6cf67ed iMX8QM/QX/DXL/ULP: Add core id to -data option
1527fb9 iMX8M: fix FIT DT node unit address
cbf03b6 Fix issue with C0 versus B0 nightly pull for VAL.
7f98709 iMX8M: soc: fix support to override u-boot DTB file name
c9cce4f iMX8ULP: support xip for m33 and add README
----

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoimx-atf: Upgrade to NXP release 5.10.72-2.2.0
Tom Hochstein [Thu, 13 Jan 2022 18:23:31 +0000 (12:23 -0600)]
imx-atf: Upgrade to NXP release 5.10.72-2.2.0

5782363f9 Merge remote-tracking branch 'origin/ls_v2.4' into lf_v2.4
7da12d7b1 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
7db434609 LF-4794 plat: imx8ulp: move OPTEE OS base address to 0xa6000000
0767d16d7 caam: refine code to avoid hang issue for some of toolchain
80f871a4c Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
0a0a737d5 LF-4872 plat: imx8ulp: enable -fno-strict-aliasing
b047a7949 Merge remote-tracking branch 'origin/ls_v2.4' into lf_v2.4
aeb0eb34d Pull request #40: LF-4660: fix erratum A-009810
a25562ecb Merge remote-tracking branch 'origin/ls_v2.4' into lf_v2.4
e5562d954 plat: ls1088a ls2088a: fix erratum A-009810
d72f464c2 nxp: soc-lx2160: drop erratum A-009810
68a45ce8c plat/nxp/ls1043a: remove confused header file
228c9787f LF-4810 plat: imx8ulp: Fix the tpm5 register restore
b185cbae5 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
2ca00f66a LF-4801 plat: imx8ulp: Enable AFBB by default for APD side active mode
2d8ad1477 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
617b3ad72 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
824f660d6 LF-4723-03 plat: imx8ulp: Add system power off support
37f2cbb7c LF-4723-02 plat: imx8ulp: Add APD power down mode(PD) support in system suspend
01901e590 LF-4723-01 plat: imx: Enable 512KB cache after resume on imx8ulp
635780cbb plat: imx8ulp: upower: Fix build by initializing srvgrp and function
a05aa7bc7 plat: imx8ulp: upower: Fix build by initializing srvgrp and function
14a860c13 LF-4715-4 imx8ulp: add scmi_sensor support
e364ecb82 LF-4715-3 imx8ulp: upower: add read temperature hal function
a0e14034a LF-4715-2 imx8ulp: update upower api
504d8b91b LF-4715-1 drivers: scmi-msg: add sensor support
a69b7763f Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
f71a2041f Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
2e36dd9be plat: imx8ulp: upower: Fix build by initializing srvgrp and function
ded2cd343 LF-4593 plat: imx8ulp: Set cpu reset vector base to rom entry
2f4fa6908 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
3dcf2c050 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
a80529a5d LF-4615 plat: imx: Update the license for upower api

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agofirmware-imx: Install HDMI firmware to standard location
Tom Hochstein [Wed, 12 Jan 2022 16:58:28 +0000 (10:58 -0600)]
firmware-imx: Install HDMI firmware to standard location

The HDMI firmware is expected to be loaded by firmwared, but it is not
found in the rootfs as shown in systemctl status firmwared:

```
Mar 24 10:25:21 imx8qmmek firmwared[571]: firmware 'hdmitxfw.bin' not found
Mar 24 10:25:21 imx8qmmek firmwared[571]: cancel firmware load hdmitxfw.bin
```

Move the firmware from the sub-folder /lib/firmware/imx/hdmi to the
standard location /lib/firmware.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agofirmware-imx: Upgrade to 8.14
Tom Hochstein [Wed, 12 Jan 2022 16:56:17 +0000 (10:56 -0600)]
firmware-imx: Upgrade to 8.14

New firmware binaries are available from NXP as a part of 5.10.72-2.2.0
release.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
3 years agoMerge pull request #942 from nsdrude/master
Otavio Salvador [Mon, 17 Jan 2022 18:12:58 +0000 (15:12 -0300)]
Merge pull request #942 from nsdrude/master

Add imx-dsp recipes and enable imx-gst1.0-plugin to support i.MX Audio DSP Codec

3 years agoimx-gst1.0-plugin: Enable to support i.MX Audio DSP Codec 942/head
Nate Drude [Thu, 13 Jan 2022 20:03:57 +0000 (14:03 -0600)]
imx-gst1.0-plugin: Enable to support i.MX Audio DSP Codec

Integrate NXP DSP Codec for i.MX 8QM/8QXP/8MP/8ULP

As per: https://source.codeaurora.org/external/imx/meta-imx/commit/meta-bsp/recipes-multimedia/gstreamer?h=hardknott-5.10.72-2.2.0&id=eb72f6dc37079f001106711cdeecdb00f2d8e6cf

Signed-off-by: Nate Drude <nate.d@variscite.com>
3 years agoimx-dsp-codec-ext: add recipe
Nate Drude [Thu, 13 Jan 2022 19:28:04 +0000 (13:28 -0600)]
imx-dsp-codec-ext: add recipe

As per NXP BSP: https://source.codeaurora.org/external/imx/meta-imx/tree/meta-bsp/recipes-multimedia/imx-dsp?h=hardknott-5.10.72-2.2.0

Signed-off-by: Nate Drude <nate.d@variscite.com>
3 years agoimx-dsp: add recipe
Nate Drude [Thu, 13 Jan 2022 19:27:44 +0000 (13:27 -0600)]
imx-dsp: add recipe

As per NXP BSP: https://source.codeaurora.org/external/imx/meta-imx/tree/meta-bsp/recipes-multimedia/imx-dsp?h=hardknott-5.10.72-2.2.0

Signed-off-by: Nate Drude <nate.d@variscite.com>
3 years agoMerge pull request #945 from MaxKrummenacher/master
Otavio Salvador [Mon, 17 Jan 2022 11:43:00 +0000 (08:43 -0300)]
Merge pull request #945 from MaxKrummenacher/master

libsdl2: follow oe-core's move to cmake

3 years agolibsdl2: follow oe-core's move to cmake 945/head
Max Krummenacher [Sat, 15 Jan 2022 20:19:13 +0000 (21:19 +0100)]
libsdl2: follow oe-core's move to cmake

openembedded-core commit c00f79c2f1 ("libsdl2: Move to CMake build")
moved the recipe to CMake. Follow this in this bbappend.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
3 years agoMerge pull request #937 from thochstein/master
Otavio Salvador [Fri, 7 Jan 2022 18:08:32 +0000 (15:08 -0300)]
Merge pull request #937 from thochstein/master

linux-imx: Upgrade kernel to 5.10.72