summaryrefslogtreecommitdiff
path: root/boot/bootmeth_script.c
AgeCommit message (Collapse)Author
2022-04-25bootstd: Add an implementation of script bootSimon Glass
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 <[email protected]>