]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: qemu: Remove the simple-bus driver for the SoC node
authorBin Meng <bmeng.cn@gmail.com>
Thu, 16 Apr 2020 15:09:28 +0000 (08:09 -0700)
committerAndes <uboot@andestech.com>
Thu, 23 Apr 2020 02:14:06 +0000 (10:14 +0800)
commit53589189a1883451c86fbfee8696239b9f26184c
tree2a016c165c55b6fb8540255cb345e169ad919349
parent1887b8e6ffe304d9690d1de151ff47d5c620fb5d
riscv: qemu: Remove the simple-bus driver for the SoC node

Prior to QEMU v3.1.0, QEMU generated the 'virt' SoC node with a
"riscv-virtio-soc" compatible string, and a "simple-bus" driver
was created to accommodate that special case in U-Boot.

Starting from QEMU v3.1.0, the SoC node was set as a "simple-bus",
hence the special simple-bus driver is no longer needed.

Update the doc to mention the latest tested QEMU version 4.2.0.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/riscv/cpu/generic/cpu.c
doc/board/emulation/qemu-riscv.rst