aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-04-24 23:31:06 -0600
committerTom Rini <trini@konsulko.com>2022-04-25 10:00:04 -0400
commitef5e3891f57e6fc863fabbc94b1d7da79d1940bb (patch)
tree194029c9a4a83a48de03dc12c8e2fcc9285816ac /MAINTAINERS
parent9d260253e869bf518e35a97f8a394719bd5149fb (diff)
downloadu-boot-ef5e3891f57e6fc863fabbc94b1d7da79d1940bb.zip
u-boot-ef5e3891f57e6fc863fabbc94b1d7da79d1940bb.tar.gz
u-boot-ef5e3891f57e6fc863fabbc94b1d7da79d1940bb.tar.bz2
bootstd: Add the bootstd uclass and core implementation
The 'bootstd' device provides the central information about U-Boot standard boot. Add a uclass for bootstd and the various helpers needed to make it work. Also add a binding file. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d6d4557..dd099d6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -696,6 +696,8 @@ F: tools/binman/
BOOTDEVICE
M: Simon Glass <sjg@chromium.org>
S: Maintained
+F: boot/bootstd.c
+F: include/bootstd.h
F: include/bootflow.h
BTRFS