On Thu, 16 Feb 2023 at 08:34, Tobias Waldekranz <[email protected]> wrote: > > 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 <[email protected]> > --- > MAINTAINERS | 1 + > configs/sandbox_defconfig | 1 + > test/dm/Makefile | 1 + > test/dm/blkmap.c | 201 ++++++++++++++++++++++++++++++++++++++ > 4 files changed, 204 insertions(+) > create mode 100644 test/dm/blkmap.c >
Reviewed-by: Simon Glass <[email protected]>

