diff options
author | Simon Glass | 2022-04-24 23:31:09 -0600 |
---|---|---|
committer | Tom Rini | 2022-04-25 10:00:04 -0400 |
commit | a8f5be178db53f41338730e001b0f2ab459f7e31 (patch) | |
tree | 02cd04356491fa7bb7c036a0851a286550abd668 /MAINTAINERS | |
parent | a950d31abe980ba40a0a94fbf41136550187f8cd (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-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7b6aada33c4..24e2ad75f82 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 |