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)
commita8f5be178db53f41338730e001b0f2ab459f7e31
tree02cd04356491fa7bb7c036a0851a286550abd668
parenta950d31abe980ba40a0a94fbf41136550187f8cd
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