[U-Boot] [PATCH v3 30/31] test: dm: virtio: Add test cases for virtio uclass
sjg at google.com
sjg at google.com
Wed Oct 24 17:31:32 UTC 2018
On 15 October 2018 at 03:21, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list