summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTobias Waldekranz <tobias@waldekranz.com>2023-02-16 18:33:54 +0300
committerTom Rini <trini@konsulko.com>2023-04-05 17:54:47 +0300
commit3eee5d073a6b7dbbee3d6ab158ed092c441f42fd (patch)
tree473462a4b7d7581e0f5dddcd4559b4b07763f6cc /MAINTAINERS
parent6da06a0338d2bc860a61f9ced4f8de72b4ed9963 (diff)
downloadu-boot-3eee5d073a6b7dbbee3d6ab158ed092c441f42fd.tar.xz
doc: blkmap: Add introduction and examples
Explain block maps by going through two common use-cases. Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ec8b149ce7..4c17c6cb9f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -797,6 +797,7 @@ BLKMAP
M: Tobias Waldekranz <tobias@waldekranz.com>
S: Maintained
F: cmd/blkmap.c
+F: doc/usage/blkmap.rst
F: drivers/block/blkmap.c
F: include/blkmap.h
F: test/dm/blkmap.c