[U-Boot] [PATCH 13/27] virtio: Add block driver support
Simon Glass
sjg at chromium.org
Thu Sep 27 13:42:31 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 block 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_blk.c | 127 +++++++++++++++++++++++++++++++++++++++++++
> drivers/virtio/virtio_blk.h | 129 ++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 264 insertions(+)
> create mode 100644 drivers/virtio/virtio_blk.c
> create mode 100644 drivers/virtio/virtio_blk.h
Reviewed-by: Simon Glass <sjg at chromium.org>
Why does this use __u32 instead of u32?
More information about the U-Boot
mailing list