summary refs log tree commit diff stats
path: root/hw/intc
diff options
context:
space:
mode:
authorNiklas Cassel <niklas.cassel@wdc.com>2022-04-14 17:55:10 +0200
committerAlistair Francis <alistair.francis@wdc.com>2022-04-22 10:35:16 +1000
commitd6db2c0fabf979397189aa105d7708be2b433cc4 (patch)
treed82993ddbe38ed3c98d3193c9797def296c191ee /hw/intc
parent6248a8fe4d8ad84b407d26559c0cb65b9a61eb67 (diff)
downloadfocaccia-qemu-d6db2c0fabf979397189aa105d7708be2b433cc4.tar.gz
focaccia-qemu-d6db2c0fabf979397189aa105d7708be2b433cc4.zip
hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
The device tree property "mmu-type" is currently exported as either
"riscv,sv32" or "riscv,sv48".

However, the riscv cpu device tree binding [1] has a specific value
"riscv,none" for a HART without a MMU.

Set the device tree property "mmu-type" to "riscv,none" when the CPU mmu
option is disabled using rv32,mmu=off or rv64,mmu=off.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/riscv/cpus.yaml?h=v5.17

Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20220414155510.1364147-1-niklas.cassel@wdc.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'hw/intc')
0 files changed, 0 insertions, 0 deletions