mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
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>
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
XEN GUEST FOR ARM64
|
|
M: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
|
|
M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
|
|
S: Maintained
|
|
F: board/xen/xenguest_arm64/
|
|
F: doc/board/xen/
|
|
F: include/configs/xenguest_arm64.h
|
|
F: configs/xenguest_arm64_defconfig
|
|
F: configs/xenguest_arm64_virtio_defconfig
|