]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5cf67ddf2019c22842ed29682d1fa66c54ca01df
tree9ce358651f9b93bcc30469cb93784b1017aa8aee
parented6f7009e5ee30bf9a57a62f2a88e54919e5d54f
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]