summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTobias Waldekranz <tobias@waldekranz.com>2023-02-16 18:33:52 +0300
committerTom Rini <trini@konsulko.com>2023-04-05 17:54:47 +0300
commitbb56da117fe608f4da2a62eb93c4457b2f485c72 (patch)
treef623d0d7aa37cce130fc987a0bc6d4eccd88ee3e /MAINTAINERS
parent762dc78bdea3468e8cd35c01f91def13974948f1 (diff)
downloadu-boot-bb56da117fe608f4da2a62eb93c4457b2f485c72.tar.xz
cmd: blkmap: Add blkmap command
Add a frontend for the blkmap subsystem. In addition to the common block device operations, this allows users to create and destroy devices, and map in memory and slices of other block devices. With that we support two primary use-cases: - Being able to "distro boot" from a RAM disk. I.e., from an image where the kernel is stored in /boot of some filesystem supported by U-Boot. - Accessing filesystems not located on exact partition boundaries, e.g. when a filesystem image is wrapped in an FIT image and stored in a disk partition. 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 8c1305e8a1..e0a1f8cbc9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -796,6 +796,7 @@ F: tools/binman/
BLKMAP
M: Tobias Waldekranz <tobias@waldekranz.com>
S: Maintained
+F: cmd/blkmap.c
F: drivers/block/blkmap.c
F: include/blkmap.h