summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTobias Waldekranz <tobias@waldekranz.com>2023-02-16 16:33:53 +0100
committerTom Rini <trini@konsulko.com>2023-04-05 10:54:47 -0400
commit6da06a0338d2bc860a61f9ced4f8de72b4ed9963 (patch)
tree9ce358651f9b93bcc30469cb93784b1017aa8aee /MAINTAINERS
parentbb56da117fe608f4da2a62eb93c4457b2f485c72 (diff)
downloadu-boot-6da06a0338d2bc860a61f9ced4f8de72b4ed9963.tar.gz
test: blkmap: Add test suite
Verify that: - Block maps can be created and destroyed - Mappings aren't allowed to overlap - Multiple mappings can be attached and be read/written from/to 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 e0a1f8cbc9..ec8b149ce7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -799,6 +799,7 @@ S: Maintained
F: cmd/blkmap.c
F: drivers/block/blkmap.c
F: include/blkmap.h
+F: test/dm/blkmap.c
BOOTDEVICE
M: Simon Glass <sjg@chromium.org>