test: Add tests for IOMMU uclass
authorMark Kettenis <kettenis@openbsd.org>
Sat, 23 Oct 2021 14:58:02 +0000 (16:58 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 31 Oct 2021 12:46:44 +0000 (08:46 -0400)
commitfb5746243707d6b84dea02490a86868c3d7f534d
tree42152600fb6ba702c4211d7065c4d5801087eb9d
parent40dbf03d7d2dd2b5516f797069e3ea830db6fecc
test: Add tests for IOMMU uclass

Add a set of tests for the IOMMU uclass.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_noinst_defconfig
configs/sandbox_spl_defconfig
drivers/iommu/Makefile
drivers/iommu/sandbox_iommu.c [new file with mode: 0644]
test/dm/Makefile
test/dm/iommu.c [new file with mode: 0644]