]> git.dujemihanovic.xyz Git - u-boot.git/commit
xen: xenguest_arm64: map all VIRTIO MMIO region
authorPeng Fan <peng.fan@nxp.com>
Fri, 26 Jan 2024 10:29:38 +0000 (18:29 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 1 Mar 2024 23:34:08 +0000 (18:34 -0500)
commit15f832a7dc1082f0fff87e07b3752fe8c324ee48
tree419a4c9c7e5a9ab56f7dfbaa2f789ab313fef02a
parentc95e948870bdfc606946174facd9ea359ce84e58
xen: xenguest_arm64: map all VIRTIO MMIO region

When run `virtio scan` on i.MX95, there is abort when accessing virtio
mmio region. The issue is the mmio region is not mapped. So let's map
all virtio mmio regions.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/xen/xenguest_arm64/xenguest_arm64.c