Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | u-boot-imx: Enable building for mainline BSP | Tom Hochstein | 2021-04-07 | 1 | -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.0 | Andrey Zhizhikin | 2020-09-23 | 1 | -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> |