[U-Boot] [PATCH v3 17/31] riscv: qemu: Enumerate virtio bus during early boot
sjg at google.com
sjg at google.com
Wed Oct 24 17:31:49 UTC 2018
Currently devices on the virtio bus is not automatically enumerated,
which means peripherals on the virtio bus are not discovered by their
drivers. This uses board_init() to do the virtio enumeration.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
board/emulation/qemu-riscv/Kconfig | 3 +++
board/emulation/qemu-riscv/qemu-riscv.c | 9 +++++++++
2 files changed, 12 insertions(+)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list