u-boot/drivers/virtio
Simon Glass 27ff7806c1 virtio: Ensure PCI is set up first
Sometimes virtio may rely on PCI, or at least that is what the
distro_bootcmd script suggests. Add this in.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-04-26 08:43:04 -04:00
..
Kconfig blk: Enable CONFIG_BLK for all media 2022-09-16 11:05:00 -04:00
Makefile
virtio-uclass.c virtio: Ensure PCI is set up first 2023-04-26 08:43:04 -04:00
virtio_blk.c virtio: Add some debugging 2023-02-06 13:04:53 -05:00
virtio_blk.h
virtio_mmio.c
virtio_mmio.h
virtio_net.c
virtio_net.h
virtio_pci.h
virtio_pci_legacy.c
virtio_pci_modern.c virtio: pci: Tear down VQs in virtio_pci_reset() 2023-04-25 11:53:15 -04:00
virtio_ring.c virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set 2023-04-25 11:53:15 -04:00
virtio_rng.c
virtio_sandbox.c virtio: Add a block device 2023-01-23 18:11:40 -05:00