summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot.inc
AgeCommit message (Collapse)Author
2020-08-10meta: change to use libubootenv to provide u-boot-fw-utilsMing Liu
The changes include: - Drop PREFERRED_PROVIDER_u-boot-fw-utils from machine conf. - Drop u-boot-toradex-fw-utils recipes. - Drop fw_unlock_mmc.sh, that's not needed for libubootenv. - Drop u-boot.inc, use default u-boot.inc from OE layer. - Add fw_env.config to uboot recipe. - Set UBOOT_INITIAL_ENV to u-boot-initial-env, which is being referred in libubootenv. Related-to: ELB-2552 Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-06-09u-boot: support merging .cfg files for UBOOT_CONFIGMing Liu
U-boot recipe supports .cfg files in SRC_URI, but they would be merged to .config during do_configure only when UBOOT_MACHINE is set, we should also support merging .cfg files for UBOOT_CONFIG. Related to: TOR-587, TOR-589, TOR-701, 50811 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 24a91ebe7f1472d1d4ce101a56cf81f21b30ba85)
2020-06-09Revert "u-boot: merge .cfg files for multiple configs"Max Krummenacher
This reverts commit 6a74de45bfed1842912b580488f5d82baf4a5621. Prepare to cherry-pick to reworked commit from zeus. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-04-17u-boot: merge .cfg files for multiple configsMing Liu
U-boot recipe support .cfg files in SRC_URI, they would be merged to .config during do_configure, but this is only supported for single config case (when UBOOT_MACHINE is set), but not supported for multiple configs case (when UBOOT_CONFIG is set), we shall also support that. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-01-25u-boot.inc: use python3 for buildMax Krummenacher
OE dropped python2 support. Unify u-boot.inc with openembedded-core which now uses python3 for the build. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10u-boot-toradex: update to 2019.07Max Krummenacher
Update to a 2019.07 based U-Boot. Use the openembedded master recipes for u-boot_2019.07 as a base. This makes the u-boot recipe in recipes-bsp/u-boot-mainline/ obsolete, delete it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2012-06-03u-boot base from meta instead of a copy from meta-tiMax Krummenacher
fix u-boot to no longer fail at runtime, (write beyond array)
2012-06-03Initial commitMax Krummenacher