test: blkmap: Add test suite
authorTobias Waldekranz <tobias@waldekranz.com>
Thu, 16 Feb 2023 15:33:53 +0000 (16:33 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2023 14:54:47 +0000 (10:54 -0400)
commit6da06a0338d2bc860a61f9ced4f8de72b4ed9963
tree9ce358651f9b93bcc30469cb93784b1017aa8aee
parentbb56da117fe608f4da2a62eb93c4457b2f485c72
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>
MAINTAINERS
configs/sandbox_defconfig
test/dm/Makefile
test/dm/blkmap.c [new file with mode: 0644]