summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-04-24 23:31:09 -0600
committerTom Rini <trini@konsulko.com>2022-04-25 10:00:04 -0400
commita8f5be178db53f41338730e001b0f2ab459f7e31 (patch)
tree02cd04356491fa7bb7c036a0851a286550abd668 /MAINTAINERS
parenta950d31abe980ba40a0a94fbf41136550187f8cd (diff)
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7b6aada33c..24e2ad75f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -696,8 +696,9 @@ F: tools/binman/
BOOTDEVICE
M: Simon Glass <sjg@chromium.org>
S: Maintained
-F: boot/bootmeth*.c
F: boot/bootdev*.c
+F: boot/bootflow.c
+F: boot/bootmeth*.c
F: boot/bootstd.c
F: include/bootdev*.h
F: include/bootflow.h