Re: [U-Boot] [RESEND PATCH] distro_bootcmd: refactor virtio to support PCI block devices

2019-07-24 Thread Tom Rini
On Mon, Jul 22, 2019 at 11:38:11AM +0300, David Abdurachmanov wrote: > Starting libvirt v5.3.0 with QEMU 4.0.0 use of PCI is automatic > and thus storage is connected via PCI, which is not visible to > U-Boot out-of-the-box. > > Refactor to do "pci enum" followed by "virtio scan" to see PCI > con

[U-Boot] [RESEND PATCH] distro_bootcmd: refactor virtio to support PCI block devices

2019-07-22 Thread David Abdurachmanov
Starting libvirt v5.3.0 with QEMU 4.0.0 use of PCI is automatic and thus storage is connected via PCI, which is not visible to U-Boot out-of-the-box. Refactor to do "pci enum" followed by "virtio scan" to see PCI connected storage, and allow bootloader to load kernel and initramfs images. Tested