summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-*-mfgtool: Remove specific recipesOtavio Salvador2023-04-011-1/+1
| | | | | | | | | | | | | The use of a specific recipe is not need as the UBOOT_CONFIG mechanism allow multiple binaries using different configurations so we ought to remove this recipe and default to the IMX_DEFAULT_BOOTLOADER as provider. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> linux-*-mfgtool: Remove specific recipes Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: add gnutls-native dependencyOleksandr Suvorov2023-01-251-1/+1
| | | | | | | | | | Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls. Some boards, i.e. imx8mp_rsb3720a1, imx8mm-cl-iot-gate, etc. have EFI enabled by default and fail to find <gnutls/gnutls.h> when building. Add gnutls-native to the dependency to solve building issues. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* u-boot-fslc: upgrade to v2023.01+fslcOleksandr Suvorov2023-01-041-0/+25
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>