Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | arm: qemu: Enumerate virtio bus during early boot | Bin Meng | |
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@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2018-11-14 | arm: qemu: Add a Kconfig in the board directory | Bin Meng | |
This adds a Kconfig file in the board directory, so that some board-specific options can be specified there. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |