summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1085 from thochstein/optee-imxOtavio Salvador2022-05-124-45/+12
|\ | | | | 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>
| * 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>
| * 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>
* Merge pull request #1080 from thochstein/westonOtavio Salvador2022-05-124-5/+83
|\ | | | | Weston upgrade for NXP 5.15.5-1.0.0
| * xwayland: Add patch to fix fbo pixmap on glamorTom Hochstein2022-05-112-0/+40
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * xwayland: Add patch to prefer GLES2 for glamor EGLTom Hochstein2022-05-112-0/+37
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * xwayland: Drop GLX for i.MX GPUTom Hochstein2022-05-111-2/+3
| | | | | | | | | | | | i.MX GPU drivers don't support GLX. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * xwayland: Rework i.MX GPU configuration variablesTom Hochstein2022-05-111-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>
| * weston: Upgrade to NXP 5.15.5-1.0.0Tom Hochstein2022-05-111-1/+1
|/ | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1078 from thochstein/graphicsOtavio Salvador2022-05-1111-104/+105
|\ | | | | 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>
| * 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>
| * 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>
| * 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>
| * kernel-module-imx-gpu-viv: Upgrade to 6.4.3.p4.0Tom Hochstein2022-05-101-3/+3
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-gpu-viv: Upgrade to 6.4.3.p4.0Tom Hochstein2022-05-104-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>
* | Merge pull request #1075 from tprrt/tprrt/fix-imx8m-lpddr4-bspOtavio Salvador2022-05-113-0/+15
|\ \ | |/ |/| 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>
* Merge pull request #1070 from thochstein/recipes-bspOtavio Salvador2022-05-1018-361/+342
|\ | | | | 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>
| * 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>
| * 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>
| * 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>
| * 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>
| * 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>
| * 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>
| * 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>
| * 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>
| * 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>
| * 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>
* Merge pull request #1071 from thochstein/uboot-configOtavio Salvador2022-05-096-6/+11
|\ | | | | Add uboot configs
| * imx8mp-lpddr4-evk: Add uboot config ndmTom Hochstein2022-05-091-0/+1
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx8mn-ddr4-evk: Add uboot config nomTom Hochstein2022-05-091-0/+2
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx8mn-evk: Add uboot config ldTom Hochstein2022-05-091-0/+1
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * 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>
| * imx8dxl-lpddr4-evk: Add uboot config lcdTom Hochstein2022-05-091-0/+2
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx8dxl-ddr3l-evk: Add uboot config fspiTom Hochstein2022-05-092-1/+1
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx8dx-mek: Fix name and descriptionTom Hochstein2022-05-091-2/+2
|/ | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1066 from thochstein/kernelOtavio Salvador2022-05-056-107/+171
|\ | | | | linux-imx 5.15.5 plus u-boot-imx
| * u-boot-imx-common: Upgrade to NXP 5.15.5-1.0.0 releaseTom Hochstein2022-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7b43f8b4c Merge remote-tracking branch 'origin/imx_v2021.04' into lf_v2021.04 1097bb9155 LFU-287 i.MX6SX: Update entropy delay range(min-max) 6a06cd8a54 net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF node 0e1d747e44 LFU-282 arm: dts: imx8mq-pinfunc: sync with linux 5.15 2f2f8d05fc imx8ulp_evk: typo fix d7c7988fca LF-5477: i.MX8: Add support for DXL B0 FIPS enabled parts 132ad32a05 board: ls1046ardb: force PCI device enumeration 57024739f3 board: ls1043ardb: force PCI device enumeration a95628694f LF-5449: i.MX8DXL reboot fails with u-boot spl c4b990c8ed LFU-258 clk: imx8dxl: remove QXP specific clocks 927a9bcc8b MLK-25820 fat_write: fix wrong short name check when no ext d5eec634d7 LF-4920 i.MX8ULP: Device tree patching 24e89362b6 LF-5372: Reserve DDR ECC region for DXL 60ab0aab92 MA-19963 imx8mp: disable CONFIG_SPL_SYS_MALLOC_SIMPLE in SPL 5b2dbad8e5 LF-5280-5 mx7ulp_evk: Enable HX8394F panel driver 1d1bb36610 LF-5280-4 dts: imx7ulp-evk: Update DTS to use HX8394F panel 2f7c486094 LF-5280-3 imx8ulp_evk: Update defconfig to enable HX8394F driver 7abadebf77 LF-5280-2 dts: imx8ulp_evk: replace RM68200 by HX8394F panel b0acbae771 LF-5280-1 video: Add new DSI panel rocktech himax8394f 7b511db643 LF-5298: imx8dxl: Add support for DXL B0 SOC 34d2e9fab6 board: ls1088a: update ifc node name to be memory-controller 66d6975d19 pci: Update the highest subordinate bus number for bridge setup a214ced1a2 LF-4459 imx8mn ddr3l: rdc: remove mcu memory limit 7b84c587ba MLK-25803-2: Update VID/PID d6363d942b MLK-25803-1: Update WCID interface GUID bad5cf456d LF-5160 imx8ulp: upower: Update the upower api 455c7b5f76 LFU-272 imx8ulp: Load the lposc fuse for dual boot 998cde6f8f LFU-271-2 imx8ulp_evk: Skip init DDR for reboot in dual boot mode 4472040eb4 LFU-271-1 imx8ulp: Change LPAV assignment for dual boot 59767ae128 LF-5091: spi: nxp_fspi: fix some odd address read issues 32d11632e6 LFU-270 ddr: imx8m: Fix DDR inline ECC scruber configuration 4903f1eddd Pull request #43: LFU-243: ls1021atwr: caam: Enable Uboot validaion in SPL. c364a6d11d LFU-243: ls1021atwr: caam: Enable Uboot validaion in SPL. 8b129ca3f7 LF-5143 imx8ulp_evk: spl: fix ND/LD voltage 08a4e8c491 MA-19871 Set RDC/CSU policy by default for secure video pipeline c4b95606ac LF-5115 imx8m*/ulp: fix mem args for jailhouse boot 2f3f057bf1 MA-19864 imx8mq: correct rdc domain ID defination f3033e7d3e MA-19864 imx8m: Add RDC config functions 85295dfa32 MA-19823 imx8ulp libavb: get AHAB status 257a4c2d4f drivers: net: Soft reset felix switch core 32146ec798 pci: layerscape: fix the build error on LS1021A 6753d3082c configs: enabled DTB overlay feature for LS SoCs 519c3ee4ae fsl-layerscape: add dtb overlay feature 5c2735a6d3 pci: layerscape: update the searching compatible of LX2160A PCIe Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * linux-imx-headers: Fix do_installTom Hochstein2022-05-031-4/+8
| | | | | | | | | | | | | | | | - Fix logic copied from linux-libc-headers to work on B folder - Add comments to highlight logic copied from linux-libc-headers - Fix non-inclusive language Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * linux-imx-headers: Upgrade to 5.15Tom Hochstein2022-05-021-7/+3
| | | | | | | | | | | | Drop ion.h as it is no longer needed. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * linux-imx: Upgrade to 5.15.5Tom Hochstein2022-05-024-94/+158
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | For i.MX 6 & 7, replace imx-nxp-bsp/defconfig from kernel source arch/arm/configs/imx_v7_defconfig: ``` ae1a8f7eeab2 LF-5139 arm32: imx_v7_defconfig: enable Kernel TLS support. acf0667c42b2 LF-5146-5 ARM: config: imx_v7_defconfig: remove rpmsg_input driver 0d35a6e32c17 LF-5146-2 ARM: config: imx_v7_defocnfig: build module for rpmsg iio pedometer 13c7c5411c99 arm: imx_v7_defconfig: enable AF_ALG interface to Kernel crypto. 575132709617 LF-4742-2 ARM: imx_v7_defconfig: enable xxhash and blake2 crypto algorithms fcac26ee3297 LF-4616-1 ARM: defconfig: add imx_v7_defconfig ``` For i.MX 8, replace mx8-nxp-bsp/defconfig from kernel source arch/arm64/configs/imx_v8_defconfig: ``` 664882f1914d LF-5139 arm64: imx_v8_defconfig: enable Kernel TLS support. 85db0a72028f MLK-25749-7: arch: arm64: configs: saving defconfig for HDCP f4f12d7be427 LF-5144-9: arm64: imx_v8_defconfig: Use newly added config symbols to enable SOF 262d0a690292 LF-5015-4 arm64: imx_v8_defconfig: Build in Rocktech Himax8394f MIPI DSI panel drm driver c52e7d279c56 hotfix: arm64: imx_v8_defconfig: update defconfig b04de7fd94dd LF-4748-1 arm64: imx_v8_defconfig: keep wm8960 as a module d448544fe874 hotfix: imx_v8_defconfig: add missing CONFIG_VIDEO_IMX8_JPEG f5374c5a5161 MGS-6358: arm64: imx_v8_defconfig: enable xz compression and freezer b04c02b2bdff LF-4616-2 arm64: defconfig: add imx_v8_defconfig ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1064 from tprrt/tprrt/imx-mkimage-fix-mission-bl31Otavio Salvador2022-04-291-6/+8
|\ | | | | imx-mkimage: Fix a BL32 missing overriding in mkimage_fit_atf.sh
| * imx-mkimage: Fix a BL32 missing overriding in mkimage_fit_atf.shThomas Perrot2022-04-291-6/+8
|/ | | | | | | | | | From the patch 0001-Add-support-for-overriding-BL32-and-BL33-not-only-BL.patch an occurrence of tee.bin wasn't replaced by $BL32. In addition, this patch use $BL31 and $BL32 value, in a displayed line, instead hardcoded values. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
* Merge pull request #1063 from MaxKrummenacher/masterOtavio Salvador2022-04-281-1/+1
|\ | | | | imx-mkimage: fix patch
| * imx-mkimage: fix patchMax Krummenacher2022-04-281-1/+1
|/ | | | | | | | | | | | | | | | | | | imx-mkimage is compiled with the host gcc, thus if one needs to add explicit linker flags one should use BULD_LDFLAGS, not the ones forseen for the cross compiler. Prevents, on distros with an older gcc (e.g. OpenSuse 15.3 with gcc 7.5.0), the following error. | Compiling mkimage_imx8 | gcc -O2 -Wall -std=c99 -I .../imx-boot/1.0-r0/recipe-sysroot-native/usr/include -L .../imx-boot/1.0-r0/recipe-sysroot-native/usr/lib mkimage_imx8.c -o mkimage_imx8 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fmacro-prefix-map=.../imx-boot/1.0-r0=/usr/src/debug/imx-boot/1.0-r0 -fdebug-prefix-map=.../imx-boot/1.0-r0=/usr/src/debug/imx-boot/1.0-r0 -fdebug-prefix-map=.../imx-boot/1.0-r0/recipe-sysroot= -fdebug-prefix-map=.../imx-boot/1.0-r0/recipe-sysroot-native= -Wl,-z,relro,-z,now -lz | gcc: error: unrecognized command line option ‘-fmacro-prefix-map=.../imx-boot/1.0-r0=/usr/src/debug/imx-boot/1.0-r0’ | make[1]: *** [soc.mak:87: mkimage_imx8] Error 1 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* Merge pull request #1059 from MaxKrummenacher/masterOtavio Salvador2022-04-285-48/+13
|\ | | | | simplify the use of imx-boot-containers
| * imx-boot-container-bootpart: drop wks fileMax Krummenacher2022-04-262-36/+0
| | | | | | | | | | | | | | | | | | Now that we have a symlink with constant name 'imx-boot' independent on the use of the MACHINEOVERRIDE 'imx-boot-container', drop the additonal imx-boot-container-bootpart file as imx-imx-boot-bootpart does the same thing. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>