]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: xen: introduce virtio-blk support
authorAndrii Chepurnyi <Andrii_Chepurnyi@epam.com>
Tue, 3 Oct 2023 08:58:28 +0000 (08:58 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 14:46:23 +0000 (10:46 -0400)
commit0501c997a0aa647ec6995a6e662b677db037ee5c
tree12fecb654307a1c328cab5197b13d18dbbe659ba
parent357f4fb0bdc5ca1e6e881638b7089444f07b99d3
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>
board/xen/xenguest_arm64/MAINTAINERS
board/xen/xenguest_arm64/xenguest_arm64.c
configs/xenguest_arm64_virtio_defconfig [new file with mode: 0644]
doc/board/xen/xenguest_arm64.rst
include/configs/xenguest_arm64.h