Re: [PATCH v2 6/9] test: Add test for mapping IOMMUs for PCI devices

2023-01-23 Thread Simon Glass
On Sat, 21 Jan 2023 at 12:28, Mark Kettenis wrote: > > Test that we correctly probe an IOMMU that is mapped by an > "iommu-map" device tree property of a PCIe controller node. > > Signed-off-by: Mark Kettenis > --- > arch/sandbox/dts/test.dts | 2 ++ > test/dm/iommu.c | 30

[PATCH v2 6/9] test: Add test for mapping IOMMUs for PCI devices

2023-01-21 Thread Mark Kettenis
Test that we correctly probe an IOMMU that is mapped by an "iommu-map" device tree property of a PCIe controller node. Signed-off-by: Mark Kettenis --- arch/sandbox/dts/test.dts | 2 ++ test/dm/iommu.c | 30 ++ 2 files changed, 32 insertions(+) diff --git