summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-fslc: Bump to 386ee4eecc8 revisionfix/u-boot-fslc-aarchOtavio Salvador2023-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This merges following fixes: 386ee4eecc8 u-boot-initial-env: rework make target 5404dfcc4db arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY edd9c891d20 arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression 14165918766 pylibfdt: Fix disable version normalization 519e6641dbd cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImage bee3551e000 Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"" ab644db9ba0 rockchip: Fix the broken Video out for rk3288 boards 4671435c54c i2c: uniphier-f: correct error recovery f8548ce0e09 imx7d-pico: Fix the name of the u-boot.dtsi file 1b697407aed powerpc/mpc85xx: socrates: Re-enable building u-boot-socrates.bin a2e0b041d66 arm: stm32mp: Fix board_get_usable_ram_top() again 60bba6e2052 efi_loader: populate console handles in system table 93cdb952382 efi_loader: adjust sorting of capsules 07355760b17 test: unit test for u16_strcasecmp() 7a9b366cd9b lib: add function u16_strcasecmp() d7ddeb66a6c efi_loader: fix building aarch64 EFI binaries 673a92c5d2c efi_loader: defines for PE-COFF section flags fbc595b4124 doc: Fix eth_env_[gs]et_enetaddr() return value 566b7b2f518 doc: building documentation 532952f63cf cmd: avoid endless loop in sound play command Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #1361 from YoeDistro/yoe/mutOtavio Salvador2023-01-062-0/+4
|\ | | | | optee-os: Use gcc compiler
| * optee-os,optee-test: Use gcc compilerKhem Raj2023-01-052-0/+4
|/ | | | | | | | It does not compile with clang, all work to get it compiling with clang has gone into 3.18+ ( see meta-arm ) until imx version revs up to 3.18 lets use gcc always to build it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #1358 from YoeDistro/yoe/mutOtavio Salvador2023-01-051-0/+3
|\ | | | | gstreamer1.0-plugins-bad: Force gcc compiler always
| * gstreamer1.0-plugins-bad: Force gcc compiler alwaysKhem Raj2023-01-041-0/+3
|/ | | | | | | | This ensures that clang based distributions can compile this recipe, since it uses nested functions ( bad bad ) which is not supported by clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #1356 from MrCry0/master-u-boot-fslcOtavio Salvador2023-01-044-3/+3
|\ | | | | Upgrade U-Boot-FSLC to v2023.01
| * u-boot-fslc: upgrade to v2023.01+fslcOleksandr Suvorov2023-01-044-3/+3
|/ | | | | | | | | | | | | | | | | | | U-Boot fork has been updated to include new version v2023.01 from upstream. Following commits were ported from 2022.10+fslc revision: ---- - 598f87fbdb6 imx6qdl-sabresd: Pass mmc alias - 1b64b05f407 imx: iMX6: Define disconnect_from_pc function - 0335a01b6d5 MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot - 9a38462d252 pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition - 881d7241411 mx6sabre_common: Dynamically change the video output - e427569fa3e mx6sabresd: Enable video interfaces in bootargs ---- Update U-Boot recipe versions and point to new revision. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* Merge pull request #1352 from thochstein/kernelOtavio Salvador2023-01-047-149/+156
|\ | | | | Upgrade kernel & u-boot
| * u-boot-imx-mfgtool: Emphasize u-boot-imx recipe re-useTom Hochstein2023-01-031-1/+2
| | | | | | | | | | | | | | | | The re-use of the u-boot-imx recipe is non-standard and requires a non-standard FILESEXTRAPATHS setting. Make this clear with a comment and grouping of the logic. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * u-boot-imx*: Update to 5.15.71-2.2.0 versionTom Hochstein2022-12-301-2/+3
| | | | | | | | | | | | Includes new dependency on xxd-native. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * linux-imx-headers: Upgrade 5.15.52 -> 5.15.71Tom Hochstein2022-12-301-2/+2
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * linux-imx: Upgrade 5.15.52 -> 5.15.71Tom Hochstein2022-12-303-8/+13
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * SCR: Update for NXP release 5.15.71-2.2.0Tom Hochstein2022-12-301-136/+136
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | conf/layer.conf: add langdale backOtavio Salvador2023-01-031-1/+1
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge pull request #1354 from YoeDistro/yoe/mutOtavio Salvador2023-01-031-1/+1
|\ \ | |/ |/| layer.conf: Update LAYERSERIES_COMPAT for mickledore
| * layer.conf: Update LAYERSERIES_COMPAT for mickledoreKhem Raj2023-01-031-1/+1
|/ | | | | | | | oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #1350 from dv1/imx-base-changesOtavio Salvador2022-12-291-2/+2
|\ | | | | imx-base.inc: Use gstreamer-imx as default for mx8mm and mx8mq
| * imx-base.inc: Use gstreamer-imx as default for mx8mm and mx8mqCarlos Rafael Giani2022-12-291-2/+2
| | | | | | | | | | | | | | These are covered by gstreamer-imx. Others are WIP and will be addressed in future commits. Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
* | Merge pull request #1348 from dv1/imxvpuapi2-upgradeOtavio Salvador2022-12-291-1/+1
|\| | | | | libimxvpuapi2: Upgrade to version 2.2.2
| * libimxvpuapi2: Upgrade to version 2.2.2Carlos Rafael Giani2022-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * imx6-coda: Skip incomplete frames instead of just reporting them * imx6-coda: Only flush bit buffer when framebuffers were registered This prevents misleading error-level log lines from occurring * imx6-coda: Prefer semi planar modes over fully planar ones * imx8m-hantro: Reset decoder write_offset to fill_level when moving read_offset * Add imx_vpu_api_is_color_format_tiled() function * update waf to 2.0.24 * Add closed_gop_interval field to ImxVpuApiEncOpenParams This allows for enforcing regularly occurring IDR boundaries when encoding to h.264 * imx8m-hantro: Fix supported decoder color formats and include tiled formats * Fix and improve h.264 max level estimation for encoding * imx6-coda: Use 2-row alignment in encoder * imx6-coda: Fix JPEG encoding quantization parameter handling in encoder Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
* | Merge pull request #1346 from thochstein/wifiOtavio Salvador2022-12-2720-26/+122
|\ \ | |/ |/| Add NXP WiFi/BT support
| * firmware-nxp-wifi: Drop linux-firmware-bcm4359-pcie aliasTom Hochstein2022-12-272-2/+1
| | | | | | | | | | | | | | This package doesn't aim to be a replacement for linux-firmware but rather to offer different firmware files. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * conf/machine: Add NXP WiFi/BT support to NXP boardsTom Hochstein2022-12-2718-18/+18
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-base.inc: Tie NXP WiFi/BT to machine featuresTom Hochstein2022-12-271-2/+18
| | | | | | | | | | | | Tie the firmware and drivers for NXP WiFi/BT by machine features. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * firmware-nxp-wifi: Add NXP WiFi/BT supportTom Hochstein2022-12-271-5/+86
|/ | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1338 from junzhuimx/masterOtavio Salvador2022-12-203-8/+9
|\ | | | | Update uefi and fm-ucode to new revision; Fix the weston-init issue
| * weston-init: Correct override of INI_UNCOMMENT_ASSIGNMENTSJun Zhu2022-12-201-4/+5
| | | | | | | | | | | | | | current implement only includes INI_UNCOMMENT_USE_G2D to INI_UNCOMMENT_ASSIGNMENTS on the platforms with VIV G2D hardware. Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * fm-ucode: Update to commit 83e8467Jun Zhu2022-12-191-3/+3
| | | | | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * uefi: Update to commit d887e52Jun Zhu2022-12-191-1/+1
|/ | | | | | | | | | | | | New Changes: d887e52 update uefi binaries for lf-5.15.71-2.2.0 (2022 Q4 release) 1d52091 update uefi binaries for lf-5.15.52-2.1.0 (2022 Q3 release) 6792163 update uefi binaries for lf-5.15.32-2.0.0 (2022 Q2 release) 54b23d5 Fix for BSA-UEFI test 402 a92e8b4 lf-5.15.5-1.0.0-rc1: update uefi binaries 58f2b57 lx2: acpi: add node for the Inphi retimer c8f702f update binaries for lf-5.10.72-2.2.0 Signed-off-by: Jun Zhu <junzhu@nxp.com>
* Merge pull request #1335 from junzhuimx/masterOtavio Salvador2022-12-163-3/+4
|\ | | | | Update rcw/tsntool/qoriq-cst to the latest version
| * qoriq-cst: Update to commit af56e6cJun Zhu2022-12-161-1/+1
| | | | | | | | | | | | | | New commits: af56e6c LS2088/LS1088: DDR Memory Address Change Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * tsntool: update to commit a0769e2Jun Zhu2022-12-161-1/+1
| | | | | | | | Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * rcw: Update to commit a4db868Jun Zhu2022-12-161-1/+2
|/ | | | | | - Include the Errata A-050426 Signed-off-by: Jun Zhu <junzhu@nxp.com>
* Merge pull request #1333 from junzhuimx/masterOtavio Salvador2022-12-163-2/+43
|\ | | | | Upgrade MC/mc-util and restool
| * restool: Update to commit 65c9a10Jun Zhu2022-12-161-1/+1
| | | | | | | | | | | | | | New commit: 65c9a10 dprc: fix export of DPNI_OPT_SHARED_FS option in generated DPL Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * mc-utils: Update to commit bc14133Jun Zhu2022-12-161-1/+1
| | | | | | | | | | | | | | New commit: bc14133 Add APIs for MC 10.35.0 Signed-off-by: Jun Zhu <junzhu@nxp.com>
| * management-complex: Add recipe for v10.35.0Jun Zhu2022-12-161-0/+41
|/ | | | Signed-off-by: Jun Zhu <junzhu@nxp.com>
* Merge pull request #1332 from thochstein/weston-initOtavio Salvador2022-12-153-5/+0
|\ | | | | weston-init: Drop redundant xwayland=true setting
| * weston-init: Drop redundant xwayland=true settingTom Hochstein2022-12-153-5/+0
|/ | | | | | | The main recipe now sets xwayland=true in weston.ini, so drop it from here. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1330 from junzhuimx/masterOtavio Salvador2022-12-1528-31/+31
|\ | | | | Switch NXP QorIQ repositories to github.com
| * Switch NXP QorIQ repositories to github.comJun Zhu2022-12-1528-31/+31
|/ | | | | | | | Fetch QorIQ's source code from github.com/nxp-qoriq, as original source.codeaurora.org/external/qoriq will stop to access from April 2023. Signed-off-by: Jun Zhu <junzhu@nxp.com>
* Merge pull request #1325 from Freescale/topic/u-boot-upgradeOtavio Salvador2022-12-142-4/+2
|\ | | | | u-boot-fslc: Bump revision to cbd7eb17ac1
| * imx-base.inc: Use generic-bsp to define the WKS_FILE for mx8 devicestopic/u-boot-upgradeOtavio Salvador2022-12-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | The bootloader support is generic however the override in use was nxp-bsp and causing the wrong wks file being used in the mainline BSP case. This commit changes the override and also remove the mx8m specific setting as it is redundant. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * u-boot-fslc: Bump revision to cbd7eb17ac1Otavio Salvador2022-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Apply following changes: cbd7eb17ac1 imx8mn-venice-u-boot: Fix broken boot f463aeddbbf imx8mn-ddr4-evk-u-boot: Fix broken boot d1920093874 imx6qdl-sabresd: Pass mmc alias 047ac33f481 wandboard: Pass mmc aliases Fixes: #1324, #1267 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge pull request #1326 from junzhuimx/masterOtavio Salvador2022-12-141-2/+2
|\ \ | |/ |/| imx-base.inc: Install NXP89xx Wi-Fi and BLE kernel driver
| * imx-base.inc: Install NXP89xx Wi-Fi and BLE kernel driverJun Zhu2022-12-141-2/+2
|/ | | | | | Add NXP89xx's kernel-module to MACHINE_EXTRA_RRECOMMENDS instead of MACHINE_FIRMWARE. Signed-off-by: Jun Zhu <junzhu@nxp.com>
* Merge pull request #1322 from ricardosalveti/masterOtavio Salvador2022-12-081-28/+9
|\ | | | | jailhouse: update to lf-5.15.52_2.1.0
| * jailhouse: update to lf-5.15.52_2.1.0Ricardo Salveti2022-12-071-28/+9
|/ | | | | | | | | | | | | | | | | | | | Update jailhouse to the NXP lf-5.15.52_2.1.0 release, and clean up the packaging logic to align with the latest release. Packaging changes: - Drop build instructions for tools as that is now built as part of the main Makefile - Drop JH_CONFIG and related tools variables as they are not required - Change do_compile and do_install to prepend to allow the logic from setuptools3 to be executed (and package pyjailhouse properly) - Drop kernel from PACKAGE_BEFORE_PN, as it wasn't really used in the end, and doesn't work correctly with usrmerge. Prefer removing libdir that gets appended by setuptools3 for module split to work correctly with and without usrmerge. - Update FILES for pyjailhouse to include all the python related files produced by the build Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* Merge pull request #1320 from quaresmajose/jailhouseOtavio Salvador2022-12-061-3/+4
|\ | | | | jailhouse: update to lf-5.15.32_2.0.0 branch
| * jailhouse: update to lf-5.15.32_2.0.0 branchJose Quaresma2022-12-061-3/+4
|/ | | | | | | Also fix installation path of the modules and firmware when usrmerge is enabled. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>