summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1111 from Freescale/backport-1110-to-kirkstoneOtavio Salvador2022-06-151-2/+2
|\ | | | | [Backport kirkstone] mfgtool-initramfs-image: Fix override of IMAGE_FSTYPES
| * mfgtool-initramfs-image: Fix override of IMAGE_FSTYPESTom Hochstein2022-06-151-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix to allow the user to override the IMAGE_FSTYPES setting for mfgtool-initramfs-image [1] does break the default behavior by turning the setting into a no-op: ``` # $IMAGE_FSTYPES [6 operations] # set? /.../sources/meta-freescale/conf/machine/include/imx-base.inc:463 # "${SOC_DEFAULT_IMAGE_FSTYPES}" # set /.../sources/poky/meta/conf/documentation.conf:214 # [doc] "Formats of root filesystem images that you want to have created." # set? /.../sources/poky/meta/conf/bitbake.conf:832 # "tar.gz" # set? /.../sources/meta-freescale/classes/mfgtool-initramfs-image.bbclass:16 # "cpio.zst.u-boot" # override[mxs-generic-bsp]:set? /.../sources/meta-freescale/classes/mfgtool-initramfs-image.bbclass:17 # "cpio.gz.u-boot" # pre-expansion value: # "${SOC_DEFAULT_IMAGE_FSTYPES}" IMAGE_FSTYPES="wic.bmap wic.gz" ``` The layer uses an extra variable SOC_DEFAULT_IMAGE_FSTYPES to override IMAGE_FSTYPES [2], so use it here. [1] 0a29050 classes: IMAGE_FSTYPES as weak variable in mfgtool-initramfs-image [2] 541b8b8 imx-base.inc: Move IMAGE_FSTYPES override to a SoC variable Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit cca3a8a7a603d7dbf91fb3ceaa67168725888136)
* Merge pull request #1108 from Freescale/backport-1104-to-kirkstoneOtavio Salvador2022-06-131-2/+2
|\ | | | | [Backport kirkstone] classes: mfgtool-initramfs-image use weak variable for IMAGE_FSTYPES
| * classes: IMAGE_FSTYPES as weak variable in mfgtool-initramfs-imageWalter Bonetti2022-06-131-2/+2
|/ | | | | | | | | With `IMAGE_FSTYPES` weak variable, we are able to use `cpio.gz` and generate fsl-image-mfgtool-initramfs as KERNEL_IMAGETYPES = "fitImage". This weak variable allows use to choose a suitable values for IMAGE_FSTYPES. (see from poky: image_types.bbclass) (cherry picked from commit 0a29050d8b9fbe895bb4ca98ff8b5daab27441d9)
* Merge pull request #1097 from Freescale/backport-1096-to-kirkstoneOtavio Salvador2022-05-312-2/+2
|\ | | | | [Backport kirkstone] Remove lzop dependency dropped upstream
| * layer wide: remove lzop dependency dropped upstreamAndrey Zhizhikin2022-05-312-2/+2
|/ | | | | | | | | | | Upstream commit dea5e88637 ("lzop: remove recipe from oe-core") dropped support of lzop and removed recipe from OE-Core. Drop lzop dependencies in recipes across the layer, it is not available anymore. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> (cherry picked from commit af3f03bf3c35403191baf1da0a8f30cac02e0848)
* Merge pull request #1086 from Freescale/backport-1085-to-kirkstoneOtavio Salvador2022-05-124-45/+12
|\ | | | | [Backport kirkstone] Optee imx
| * optee-test: Upgrade to NXP 5.15.5-1.0.0Tom Hochstein2022-05-121-8/+4
| | | | | | | | | | | | | | | | - Fix hard-coded /usr with exec_prefix variable - Parallel make works, remove work around Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit a11a0895a4b16ba5ae31693feff379e3de646045)
| * optee-client: Update branch, same SRCREVTom Hochstein2022-05-121-1/+1
| | | | | | | | | | | | | | SRCREV is the same for NXP 5.15.5-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit f51ff30cb96c31866fca8ca89bb17511b45efe35)
| * optee-os: Upgrade to NXP 5.15.5-1.0.0Tom Hochstein2022-05-122-36/+7
|/ | | | | | | | | - Drop patch 0001-arm-imx-fix-RPMB-header-include.patch that is now upstream - Update platform list - Fix hard-coded /usr/include with includedir variable Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 5956fb99eb99866425f163c7083dc3a28c87e0f8)
* Merge pull request #1083 from Freescale/backport-1080-to-kirkstoneOtavio Salvador2022-05-124-5/+83
|\ | | | | [Backport kirkstone] Weston upgrade for NXP 5.15.5-1.0.0
| * xwayland: Add patch to fix fbo pixmap on glamorTom Hochstein2022-05-122-0/+40
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 8a19c8c576ede98c41f45773c2376ad69389907b)
| * xwayland: Add patch to prefer GLES2 for glamor EGLTom Hochstein2022-05-122-0/+37
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit a4f772cab24996be79e6dfc26f0b7a3c740468ca)
| * xwayland: Drop GLX for i.MX GPUTom Hochstein2022-05-121-2/+3
| | | | | | | | | | | | | | i.MX GPU drivers don't support GLX. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit d9df3c4efa829288478d1c5bb90af938a3dfc30b)
| * xwayland: Rework i.MX GPU configuration variablesTom Hochstein2022-05-121-4/+4
| | | | | | | | | | | | | | | | | | The design for GPU configuration uses a single input variable for any SOC with GPU and then chooses which SOC to apply it to. A better model uses a single input variable varied on the SOC, then adds it for GPU. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 7a15ffa434ada5eb63a1ec3809b22955002f00c7)
| * weston: Upgrade to NXP 5.15.5-1.0.0Tom Hochstein2022-05-121-1/+1
|/ | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 7c8cca4595df4c6b991b82720a571e0e6329f0cd)
* Merge pull request #1079 from Freescale/backport-1078-to-kirkstoneOtavio Salvador2022-05-1111-104/+105
|\ | | | | [Backport kirkstone] Graphics NXP 5.15.5-1.0.0
| * imx-g2d-samples: Upgrade 1.0.0 -> 2.0.0Tom Hochstein2022-05-112-25/+32
| | | | | | | | | | | | | | This version of samples supports DPU-based G2D, using G2D API 2.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 5c9e98440a5b84711f0cc5ae340e0ab1de8de123)
| * imx-dpu-g2d: Upgrade 1.9.4 -> 2.0.0Tom Hochstein2022-05-112-35/+27
| | | | | | | | | | | | | | | | This version uses G2D API 2.0. The sample applications are moved to recipe imx-g2d-samples. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 015caea5c777384b44dda89e8c76dadaecc84ddc)
| * imx-gpu-g2d: Fix install for multilibTom Hochstein2022-05-111-2/+5
| | | | | | | | | | | | | | | | The do_install task doesn't account for multilib. Fix it by using the libdir variable. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit f20a173501a4839b803765b57e3afc5f9f5a2147)
| * imx-gpu-g2d: Upgrade 6.4.3.p2.4 -> 6.4.3.p4.0Tom Hochstein2022-05-111-6/+5
| | | | | | | | | | | | | | This version uses G2D API 2.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 89f0d22235b27d0c13452093ff2211333cb7aa9c)
| * kernel-module-imx-gpu-viv: Upgrade to 6.4.3.p4.0Tom Hochstein2022-05-111-3/+3
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit ff5516a077a8d3d5e8433afe54739ba47b15d7ce)
| * imx-gpu-viv: Upgrade to 6.4.3.p4.0Tom Hochstein2022-05-114-10/+10
|/ | | | | | | | For more details see: https://source.codeaurora.org/external/imx/imx-manifest/tree/GraphicsChangeLogv6?h=imx-linux-kirkstone Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 9b3c563acf33390210cb92a77000614c5be8cfb9)
* Merge pull request #1077 from Freescale/backport-1075-to-kirkstoneOtavio Salvador2022-05-113-0/+15
|\ | | | | [Backport kirkstone] imx8m: Set LPDDR4 machines to use IMX BSP only
| * imx8m: Set LPDDR4 machines to use IMX BSP onlyThomas Perrot2022-05-113-0/+15
|/ | | | | | | | | This is necessary because mainline U-Boot doesn't supports LPDDR4 for i.MX8M EVK. Also these machines aren't supported by mainline kernel. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> (cherry picked from commit c13204d3437f226c11e73da467399fab9f2f130b)
* Merge pull request #1074 from dv1/kirkstoneOtavio Salvador2022-05-112-2/+2
|\ | | | | libimxvpuapi2 and gstreamer1.0-plugins-imx upgrades
| * gstreamer1.0-plugins-imx: Upgrade to version 2.1.0Carlos Rafael Giani2022-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * meson: * New sysroot option in case the external sysroot property is unusable Normally, this option should not be needed. However, with some BSPs whose sysroot properties are broken, having this option is useful. * Reduce minimum required Meson version from 0.54.0 to 0.53.2 This is mainly introduced for Yocto Dunfell support. (Meson <0.54 requires the new sysroot property though.) * Cleanup deprecated code * imx2d: UYVY and YUYV formats are supported by G2D if it is emulated on top of the DPU (found in i.MX8 QuadMax and i.MX8 QuadXPlus SocS). * vpu: * Correctly handle case when a stream buffer is not needed * Disable frame reordering if it is not needed * imxvpudec_h264 needs au alignment to guarantee complete frames * Unlock decoder_context on fatal error while decoding * v4l2video: * v4l2videosrc: Skip allocation pools with NULL buffer pool Prevents assertions like: gst_buffer_pool_has_option: assertion 'GST_IS_BUFFER_POOL (pool)' failed See: https://github.com/Freescale/gstreamer-imx/issues/304 * v4l2videosrc: Skip allocation params with NULL allocator Prevents assertions like: gst_object_unref: assertion 'object != NULL' failed See: https://github.com/Freescale/gstreamer-imx/issues/304 * v4l2videosrc: Use correct ioctl for frame intervals * Minor logging fixes Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
| * libimxvpuapi2: Upgrade to version 2.2.1Carlos Rafael Giani2022-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add option to not compile examples * imx8m-hantro: Allow for reusing decoder after drain mode finishes * imx6-coda: Reset drain mode after EOS processed * imx6-coda: Reset drain mode flags when flushing * Use libimxdmabuffer 1.1.2 sync access functions to ensure cache coherence * Add imx_vpu_api_is_color_format_10bit() function * Documentation fixes Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
* | Merge pull request #1073 from Freescale/backport-1070-to-kirkstoneOtavio Salvador2022-05-1018-361/+342
|\ \ | | | | | | [Backport kirkstone] Recipes bsp
| * | imx-vpu-hantro-vc: Upgrade 1.6.0 -> 1.7.0Tom Hochstein2022-05-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 4955219 Update library to latest commit 224712b M865SW-867 [VPU/VC800E] cma-heap memory leak due to not unmap it when close Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6f318efe036ccd7815d65b2273562504b8a577cf)
| * | imx-vpu-hantro-daemon: Upgrade 1.1.1 -> 1.1.2Tom Hochstein2022-05-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: fae1b50 M865-696 [VPU/V4L2] encoder: do completed init operation when V4L2_DAEMON_VIDIOC_STREAMON Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit b50d9f4f67dca8eb020d7c7381659fff3c649def)
| * | imx-vpu-hantro: Upgrade 1.24.0 -> 1.25.0Tom Hochstein2022-05-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: 67cd762 M865SW-866 [VPU/H1] Potential risk during suspend/resume operation Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 496d5a1d3651b0bd9e75d16cbd871c5be69b2469)
| * | imx-test: Update for NXP release 5.15.5-1.0.0Tom Hochstein2022-05-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: b364c1a MLK-25804: mxc_jpeg_test: change 'yuv420' fourcc to 'V4L2_PIX_FMT_NV12M' to sync driver 5c7ff5e MLK-25811-2 mxc_v4l2_capture: initialize the v4l2 struct to fix potential issues 31e0077 MLK-25811-1 mxc_v4l2_overlay: initialize the v4l2 struct to fix test failure 2d5e360 mxc_dcic_test: Propagate an error code when mmap() fails c9e1bf2 MLK-25801 mxc_v4l2_vpu_test: support according to crop size output g2d convert buffer to file d13b6b9 MLK-25799-2: mxc_v4l2_vpu_test: encoder setup output first 9e38023 MLK-25799: mxc_v4l2_vpu_test: support imx-jpeg 09ae82b MLK-25780-2 mxc_v4l2_vpu_test: directly ouput decoding file for tile format 868004e MLK-25775-7: mxc_v4l2_vpu_test: change nv12mt_8l128 to nv12m_8l128 da97e36 MLK-25782 mxc_v4l2_vpu_test: h264 parser: not set force_extra_on_first 9309c36 MLK-25777-2 mxc_v4l2_vpu_test: set default camera transfer type to V4L2_MEMORY_DMABUF 65fef68 MLK-25780 mxc_v4l2_vpu_test: according crop size output decoding file 4b1f263 MLK-25775-6: mxc_v4l2_vpu_test: set decoder fmt correctly 10fe57c MLK-25775-5: mxc_v4l2_vpu_test: update all c source file 9543f89 MLK-25775-4: mxc_v4l2_vpu_test: support convert 10bit format aea44c5 MLK-25775-3: mxc_v4l2_vpu_test: add pixel format i420_10le nv12_10le 7162637 MLK-25775-2: mxc_v4l2_vpu_test: support to let decoder choose capture format 0a3c452 MLK-25775-1: mxc_v4l2_vpu_test: get num_planes according fmt, not fix it to 2 0b2e896 MLK-25777 mxc_v4l2_vpu_test: add camera option about set buffer type of transfer to sink node 8c9016e MLK-25775: mxc_v4l2_vpu_test: close exported v4l2 buffer dma-buf cbee9cc MLK-25773: mxc_v4l2_vpu_test: check node.pixelformat with pixel_format enum value 1fd1377 MLK-25772 mxc_v4l2_vpu_test: add disreorder ioctl option to decoder 68049a8 MLK-25763: mxc_v4l2_vpu_test: open libg2d using dllopen instead of linking it 52107bb LF-4833: mxc_v4l2_vpu_test: encoder support to set bytesperline Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit a26f334b6f685733f3efa8b231b1ada1d75ad71a)
| * | imx-seco-libs: Update for NXP release 5.15.5-1.0.0Tom Hochstein2022-05-103-3/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 06a9062 V2XA-767: add a delay for v2x signed msg f0d294b HSM-630: update doc e98a558 HSM-630: Update project name doxyfile c22f003 HSM-630: update version and hsm api doc e0886ae HSM-630: add fast mac flag to use cau for cmac Includes patches: - Fix for multilib - Add v2x_test Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 9d815c53eba15bf036cac35f5b2be6613bc53cea)
| * | imx-seco: Upgrade 3.8.4 -> 3.8.5Tom Hochstein2022-05-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: b2babf8 i.MX8 QXP B0/C0 & QM B0 SECO FW v3.8.5 & DXL A1 SECO FW v3.8.5 V2X FW v1.1.4 2e03f7f i.MX8 DXL B0 SECO FW 0.8.4 V2X FW 0.1.4 eng drop Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 851b55ca1e19bd8f28aadd8f93d582c4999d0d0b)
| * | imx-sc-firmware: Upgrade 1.11.0 -> 1.12.1Tom Hochstein2022-05-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: c1e35e096 SCF-105: Update RN. 3c65f1fb1 SCF-813 Ensure ROM enabled PLLs are initialized correctly 2998373c6 SCF-105: Update RN. abdd83d5c SCF-105: Update RN. a002b974d SCF-105: Remove DXL B0. 0b11721ef SCF-789 Fix ON->STBY->LP transition issue 1cbc2d6c2 SCF-105: Update dox on IPC timeout. 62e69af4e SCF-105: Update RN. 7737829aa SCF-105: Add details to SC_PM_WAKE_SRC_SCU for early wake source handling 69f83ea76 SCF-105: Update EULA to v34. 018d53b67 SCF-105: Update fnc password. ab24ce7bf SCF-105: Add QXP C0 SIMU test. 614b3f561 SCF-105: Add QXP C0 SIMU test. 2abd76e9c SCF-105: Initial bamboo variable file. b91c1ee8e SCF-105: Update RN. e871c73d4 SCF-808: Add version test. 258b390bd SCF-105: Update RN. 889f0dcdb SCF-105: Update monitor docs. 43644d1cb SCF-105: Add info on FIPS feature removal. 18bccc68a SCF-105: REmove some i.MX85 docs. 5b33cb1a4 SCF-105: Doc updates. 4a7876794 SCF-105: Update RN. 7f22bff5c SCF-794: Support SECO FW v3.8.5 and V2X FW v1.1.4. b1a8b46d2 SCF-805: Prevent V2X in LP mode. Causes serious error. Will also cause issue with DXL B0 freq detect. 9f4ddc055 SCF-105: Update EULA to v33. eb630b838 SCF-105: Add docs on V2X FW power and FW load. 3eb659bb5 SCF-105: RN updates. Script updates. 585a74561 SCF-804: Support DDR ECC for DXL SOC 1e5fbd097 SCF-105: Update RN. d0d36ab21 SCF-105: Update EULA to v32. a89bf18dc SCF-803: Eliminate duplicate call to start the SECO RNG. d8d624879 SCF-802: On partition free, move memory beofre resources. 610f30ef0 SCF-801: Fix typo. d6d0fb2c3 SCF-801: Support FlexSPI0/OCRAM use of IEE. 804b719f0 SCF-105: Dox updates. ba0727054 SCF-105: Fix typo in dox. e6e00e3f6 SCF-105: Update dox on reset. fd949aec8 SCF-105: Change RN to production. 28fa34404 SCF-105: Use release mkimage and yb2. b0acb3cd3 SCF-105: Update EULA to v31. 731604fbc SCF-105: Update RN. 10d101653 SCF-105: Update RN. 75fa9e388 SCF-105: Update RN. 891163a5f SCF-795: Fix issues with V2X clock and reset when V2X=NO. c03b882ef SCF-789: Fix MISRA issue. 7dd13e8da SCF-105: Update RN. fd212dd9e SCF-105: Support RN with no details. 283da46b2 SCF-748: Handle B0 FIPS fuse change. 4fe7a7702 SCF-105: Add some additional docs on the MU IPC reset. 92bfd92d4 SCF-105: Default size test image to U=2. aa74fede0 SCF-789 Fix ON->STBY->LP transition issue 38cbe5dbf SCF-105: Update RN. e62d08214 SCF-105: More dash updates. 7d1610cee SCF-105: Update dashboard. f434eb412 SCF-105: Update RN. c4a63b75e SCF-791: Fix counter issue in PMIC wdog function. 944670a67 SCF-105: Update RN. 233d1f9e1 SCF-790: Update SECO/V2X to 3.8.4 and 1.1.3. 6bcfd281d SCF-789 MISRA fix. 00cb947d8 SCF-105: Update dox on timeout. 6e21296f6 SCF-789 Fix bug with M4 PLL left enabled in LP mode a3fd771ba SCF-788: Disable internal pull-down of LDO when its enabled dda2cbe26 SCF-105: Update docs on DCD use. c29be627f SCF-105: Update typical SCFW boot times and add data for 8DXL 997974d7d SCF-105: REmove accidental changes. d61a2f5cd SCF-105: Update patch info. 362347a63 SCF-105: Update RN. 41540fa9d SCF-105: Update scripts. 4f4a76a51 SCF-786: Fix MISRA issues. 706670792 SCF-786: Added SCFW API call for boot stage. 4bfa2c526 SCF-787: Handle V2X auth fail. f2718a5d4 SCF-786: Support setting boot stage. Add stage command to monitor. 52beceb1c SCF-786: Remove conflicts between SCFW usage of ASMC SRS flags and ROM boot stage 299c06a9f SCF-105: Update to EULA 30. c083b4bb4 SCF-105: Update docs on power deps. 50e4a850f SCF-785: Disable MIPI if DC disabled. e41812371 SCF-784: Minor doc fix. 6fc82c4e4 SCF-105: Update master to 2022q1. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 031536049f6b770b7f9302420f8ebbe39fb8161d)
| * | imx-atf: Update for NXP release 5.15.5-1.0.0Tom Hochstein2022-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05f788b9b Merge remote-tracking branch 'origin/ls_v2.4' into lf_v2.4 02bb1add6 fix(layerscape): remove errata a008850 from ls1028a and ls1088a 3ebf7456f LF-5610 imx8ulp: Allow M33 to access IOMUXC1 f382eb7a8 Revert "plat: nxp: add DTB overlay feature" 90c041450 Pull request #46: LF-5468: plat: nxp: add DTB overlay feature 9f4089374 fix(layerscape): update WA for Errata A-050426 cb28c43d7 LF-4650 img-loadr: add to soc.mk of ls1046a ls1043a 4144347a7 plat: nxp: add DTB overlay feature c3acc399c LF-5427 plat:imx8 Fix missed SCU wakeup interrupts 226804c2f LF-5310 plat: imx8ulp: Update the license for upower api 308c8362b drivers: nxp: ddr : Corrects mapping of HNFs nodes with SNFs nodes based on 9a85c04c7 LF-5250 imx8ulp: Fix XRDC setting for EPDC displaying 083dff3d3 LF-5161 imx8ulp: Not power off LPAV PD when LPAV owner is RTD f33d3f495 LF-5160 plat: imx8ulp: Update the upower api 325d64019 LF-5158 plat: imx8m: Revert "LF-5157 plat: imx8m: Fix the boot hang issue on imx8mq/mm/mn" cb58a4554 LF-5157 plat: imx8m: Fix the boot hang issue on imx8mq/mm/mn 1a7ae3b0d LF-5151 plat: imx8m: Backup mr12/14 value from lpddr4 chip 8f63242f8 LF-5149 imx8ulp: Fix XRDC for audio SOF case db16c5d9d LF-5136 imx8ulp: Protect TEE region for secure access only e907c44c7 LF-5118 plat: imx8ulp: Refactor and enable XRDC Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6634849862a5cbcc7d3f2e157893d39abc24dfea)
| * | imx-mkimage: Update for NXP release 5.15.5-1.0.0Tom Hochstein2022-05-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 22346a3 For iMX8DXL, rename silicon REVISION to REV similar to 8X a8decee LF-4794 iMX8ULP: move OPTEE OS base address to 0xa6000000 62bfe50 Rename the QM/QX/DXL field return targets Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 8f10c7333024039483245cd745393551be086cd2)
| * | firmware-imx: Upgrade 8.14 -> 8.15Tom Hochstein2022-05-104-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New firmware binaries are available from NXP as a part of 5.15.5-1.0.0 release. Fixes: 087a196 Updating iMX8M and iMX8QM HDMI and DP TX firmware to version 1.0.64 7e85508 8qxp/qm vpu firmware: decoder 1.7.4 63106fc update epdc firmware for panel ED060XH7U2_VB3300 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit cb3baf51d0115a28cf93cc986bee53e50cfaeb80)
| * | EULA,SCR: Update for NXP release 5.15.5-1.0.0Tom Hochstein2022-05-103-336/+254
|/ / | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 923b963a17a0855a5f8f278b96d49d58d89a0a84)
* | Merge pull request #1072 from Freescale/backport-1071-to-kirkstoneOtavio Salvador2022-05-096-6/+11
|\ \ | |/ |/| [Backport kirkstone] Add uboot configs
| * imx8mp-lpddr4-evk: Add uboot config ndmTom Hochstein2022-05-091-0/+1
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 3dcc54c2ff7cd004b4f5dd3933c83506ae2c1866)
| * imx8mn-ddr4-evk: Add uboot config nomTom Hochstein2022-05-091-0/+2
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 53df19c4d33d2e465d32d533f6f9540a519b0490)
| * imx8mn-evk: Add uboot config ldTom Hochstein2022-05-091-0/+1
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 17aed5a1b8edff1922ff34ee13621010ae023d23)
| * imx8dxl-lpddr4-evk: Cleanup BOARD_TYPE assignmentTom Hochstein2022-05-092-3/+2
| | | | | | | | | | | | | | | | The BOARD_TYPE is board-specific, so move it from the .inc to the .conf. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 40d5578d5d873fa005fbaa920d35d6cce9b0d1dd)
| * imx8dxl-lpddr4-evk: Add uboot config lcdTom Hochstein2022-05-091-0/+2
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit b281aff059a90d1d99a9cda3c99250e4d89403d9)
| * imx8dxl-ddr3l-evk: Add uboot config fspiTom Hochstein2022-05-092-1/+1
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6b82b2c90c94f433f8a4beb9f0ea594449ecf90b)
| * imx8dx-mek: Fix name and descriptionTom Hochstein2022-05-091-2/+2
|/ | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit fe3d509ce6168a2a1a8239f6526be31398eaf931)
* Merge pull request #1069 from dv1/kirkstoneOtavio Salvador2022-05-083-65/+118
|\ | | | | libimxdmabuffer: Upgrade to version 1.1.2
| * libimxdmabuffer: Upgrade to version 1.1.2Carlos Rafael Giani2022-05-083-65/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * waf: update to 2.0.23 * dma-heap: Add support for uncached dma-heap memory imx_dma_buffer_dma_heap_allocator_new_from_fd() is a new function that partially deprecates the dma_heap_fd argument of imx_dma_buffer_dma_heap_allocator_new(). * Add sync access functions to ensure cache coherency when allocating cached DMA memory; only done by dma-heap allocator at this time * Relax buffer mapping flags checks * Add API functions to retrieve dma-heap / ION FDs Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>