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)
commited1475e2f46cec0dbde308a67576f9ea32b0287c
tree2a016c165c55b6fb8540255cb345e169ad919349
parent846b6120140ae98ca88d245fb10955d3c6980603
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