commit | 2b6c9b5a5821906d5fe25f9782424fc05ada6673 | [log] [tgz] |
---|---|---|
author | Andrii Chepurnyi <Andrii_Chepurnyi@epam.com> | Tue Oct 03 08:58:28 2023 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 10:46:23 2023 -0400 |
tree | 12fecb654307a1c328cab5197b13d18dbbe659ba | |
parent | 1e5a70f80b20dfb28d223b9fbdc1229631bee15d [diff] |
board: xen: introduce virtio-blk support Added new xenguest_arm64_virtio_defconfig which enables support for virtio-blk using various types of transport like virtio-pci, vrtio-mmio. Currently supported: up to 2 PCI host bridges and 10 MMIO devices. Note: DT parsing code was partly taken from pci-uclass.c Limitation: All memory regions should be below 4GB address space. Signed-off-by: Andrii Chepurnyi <andrii_chepurnyi@epam.com>