u-boot-brain/board/emulation/qemu-arm
Sughosh Ganu e1ee06dde7 qemu: arm: Initialise virtio devices in board_late_init
On the qemu arm platform, the virtio devices are initialised in the
board_init function, which gets called before the initr_pci. With
this sequence, the virtio block devices on the pci bus are not
initialised. Move the initialisation of the virtio devices to
board_late_init which gets called after the call to initr_pci.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
2020-12-31 14:41:31 +01:00
..
Kconfig arm: qemu: Enumerate virtio bus during early boot 2018-11-14 09:16:28 -08:00
MAINTAINERS ARM: qemu-arm: Add support for AArch64 2018-01-19 15:49:30 -05:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
qemu-arm.c qemu: arm: Initialise virtio devices in board_late_init 2020-12-31 14:41:31 +01:00