diff options
author | Mayuresh Chitale <mchitale@ventanamicro.com> | 2023-10-19 12:27:05 +0530 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2023-11-07 11:06:02 +1000 |
commit | ac66f2f0d12d7ebb69bb45d5eb7f73fb0542bae5 (patch) | |
tree | 9c9d01343909a99e828c57b6c983834271901a0c /scripts | |
parent | 4bf501dc0118a28699e28c01acb34e28ddeb0acc (diff) | |
download | qemu-ac66f2f0d12d7ebb69bb45d5eb7f73fb0542bae5.zip qemu-ac66f2f0d12d7ebb69bb45d5eb7f73fb0542bae5.tar.gz qemu-ac66f2f0d12d7ebb69bb45d5eb7f73fb0542bae5.tar.bz2 |
target/riscv: pmp: Ignore writes when RW=01
As per the Priv spec: "The R, W, and X fields form a collective WARL
field for which the combinations with R=0 and W=1 are reserved."
However currently such writes are not ignored as ought to be. The
combinations with RW=01 are allowed only when the Smepmp extension
is enabled and mseccfg.MML is set.
Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20231019065705.1431868-1-mchitale@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions