]> git.dujemihanovic.xyz Git - u-boot.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)
commitd9409244b309959ac8dd79fc88d2c42f23c62f8c
treea0b389b53b52096fa5569527f8dab26689e1b637
parent7d0478d241703b50e88736f3774deb5472418b58
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]