]> Git Repo - qemu.git/commit
hw: timer: ibex_timer: Fixup reading w/o register
authorWilfred Mallawa <[email protected]>
Mon, 10 Jan 2022 05:16:06 +0000 (15:16 +1000)
committerAlistair Francis <[email protected]>
Fri, 21 Jan 2022 05:52:56 +0000 (15:52 +1000)
commit28ca4689ae94a27a6a337546425cda30d0e885c3
treef94b86e92e91f720651dd549a335d33167791616
parent2c89b5af5e72ab8c9d544c6e30399528b2238827
hw: timer: ibex_timer: Fixup reading w/o register

This change fixes a bug where a write only register is read.
As per https://docs.opentitan.org/hw/ip/rv_timer/doc/#register-table
the 'INTR_TEST0' register is write only.

Signed-off-by: Wilfred Mallawa <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20220110051606.4031241[email protected]
Signed-off-by: Alistair Francis <[email protected]>
hw/timer/ibex_timer.c
include/hw/timer/ibex_timer.h
This page took 0.026662 seconds and 4 git commands to generate.