aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-04-24 23:31:05 -0600
committerTom Rini <trini@konsulko.com>2022-04-25 10:00:04 -0400
commit9d260253e869bf518e35a97f8a394719bd5149fb (patch)
tree67332982fc6e48e013834a296f9ed65e28c8a621 /MAINTAINERS
parentc24e58f599085efa79a61cb62170b6b2164b8ce9 (diff)
downloadu-boot-9d260253e869bf518e35a97f8a394719bd5149fb.zip
u-boot-9d260253e869bf518e35a97f8a394719bd5149fb.tar.gz
u-boot-9d260253e869bf518e35a97f8a394719bd5149fb.tar.bz2
bootstd: Add the concept of a bootflow
A bootflow encapsulates the process used to boot an operating system. It typically has a control file (such as extlinux.conf) and information about which 'bootdev' it came from. Add the header file for this first, since it is needed by all other files. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f7665fc..d6d4557 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -693,6 +693,11 @@ M: Simon Glass <sjg@chromium.org>
S: Maintained
F: tools/binman/
+BOOTDEVICE
+M: Simon Glass <sjg@chromium.org>
+S: Maintained
+F: include/bootflow.h
+
BTRFS
M: Marek Behun <marek.behun@nic.cz>
R: Qu Wenruo <wqu@suse.com>