
24 Oct
2018
24 Oct
'18
7:31 p.m.
On 15 October 2018 at 03:21, Bin Meng bmeng.cn@gmail.com wrote:
Now that we have a sandbox virtio transport driver, add some test cases to test virtio uclass driver.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v3:
- Exclude VIRTIO_BLK in sandbox_noblk_defconfig build
Changes in v2:
- new patch to add test cases for virtio uclass
arch/Kconfig | 5 ++ arch/sandbox/dts/test.dts | 8 +++ configs/sandbox_noblk_defconfig | 1 + test/dm/Makefile | 1 + test/dm/virtio.c | 122 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 137 insertions(+) create mode 100644 test/dm/virtio.c
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!