]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add an implementation of script boot
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:22 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commitfaeebf3eb5e05a2be9117150afff347d8e46d8ba
treea0b389b53b52096fa5569527f8dab26689e1b637
parent2d97e2bba74244b9b6e180a4c2209076a91bc1db
bootstd: Add an implementation of script boot

Add a bootmeth driver which handles distro boot from a disk via a U-Boot
script, so we can boot a bootflow using this commonly used mechanism. This
is required by Armbian, for example.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
boot/Makefile
boot/bootmeth_script.c [new file with mode: 0644]