[U-Boot] [PATCH 05/27] virtio: Add net driver support

Simon Glass sjg at chromium.org
Thu Sep 27 13:42:12 UTC 2018


On 23 September 2018 at 06:42, Bin Meng <bmeng.cn at gmail.com> wrote:
> From: Tuomas Tynkkynen <tuomas.tynkkynen at iki.fi>
>
> This adds virtio net device driver support.
>
> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen at iki.fi>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  drivers/virtio/Kconfig      |   7 ++
>  drivers/virtio/Makefile     |   1 +
>  drivers/virtio/virtio_net.c | 215 +++++++++++++++++++++++++++++++++++
>  drivers/virtio/virtio_net.h | 268 ++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 491 insertions(+)
>  create mode 100644 drivers/virtio/virtio_net.c
>  create mode 100644 drivers/virtio/virtio_net.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list