
17 Feb
2023
17 Feb
'23
3:55 a.m.
On Thu, 16 Feb 2023 at 08:34, Tobias Waldekranz tobias@waldekranz.com 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 tobias@waldekranz.com
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 sjg@chromium.org