[PATCH v2 7/9] test: blkmap: Add test suite
Simon Glass
sjg at chromium.org
Fri Feb 17 03:55:10 CET 2023
On Thu, 16 Feb 2023 at 08:34, Tobias Waldekranz <tobias at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list