summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx_2020.04.bb
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-imx: Enable building for mainline BSPTom Hochstein2021-04-071-1/+1
| | | | | | | | | | | | Building u-boot-imx for mainline BSP results in the following error: ``` u-boot-imx PROVIDES u-boot but was skipped: incompatible with machine imx8mp-ddr4-evk (not in COMPATIBLE_MACHINE) ``` Add use-mainline-bsp to COMPATIBLE_MACHINE to fix this. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* u-boot-imx: upgrade to imx_v2020.04_5.4.24_2.1.0Andrey Zhizhikin2020-09-231-0/+32
Drop patch appplied upstream, remove additional install step which is handled by imx-boot recipe. Update u-boot dtb names in machine description files, upstream U-Boot from NXP has DTB files renamed. Upgrade u-boot-imx-tools and u-boot-imx-mfgtool to 2020.04 as well to match u-boot-imx recipe. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>