]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add support for bootflows
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:09 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commit6282bc2d976e80bf9583fda07e21323c43cf73b9
tree02cd04356491fa7bb7c036a0851a286550abd668
parent2705f8265d6f2b0f96e6ce98b09b5422475c0a23
bootstd: Add support for bootflows

Add support for bootflows, including maintaining a list of them and
iterating to find them.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
boot/Makefile
boot/bootdev-uclass.c
boot/bootflow.c [new file with mode: 0644]
boot/bootstd-uclass.c
include/bootflow.h