summary refs log tree commit diff stats
path: root/include/hw/riscv/opentitan.h
diff options
context:
space:
mode:
authorWilfred Mallawa <wilfred.mallawa@wdc.com>2022-10-25 14:33:37 +1000
committerAlistair Francis <alistair.francis@wdc.com>2023-01-06 10:42:55 +1000
commitaefd1108ee8efe4a11fafdaf03c593b8b953aa4e (patch)
tree3c2de76558680d3fb299aa0eb03b1a04562aae3d /include/hw/riscv/opentitan.h
parent5379c1d0a401121628ba43faea8819a50b4bdb86 (diff)
downloadfocaccia-qemu-aefd1108ee8efe4a11fafdaf03c593b8b953aa4e.tar.gz
focaccia-qemu-aefd1108ee8efe4a11fafdaf03c593b8b953aa4e.zip
hw/riscv/opentitan: add aon_timer base unimpl
Adds the updated `aon_timer` base as an unimplemented device. This is
used by TockOS, patch ensures the guest doesn't hit load faults.

Signed-off-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20221025043335.339815-3-wilfred.mallawa@opensource.wdc.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'include/hw/riscv/opentitan.h')
-rw-r--r--include/hw/riscv/opentitan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/riscv/opentitan.h b/include/hw/riscv/opentitan.h
index 1fc055cdff..7659d1bc5b 100644
--- a/include/hw/riscv/opentitan.h
+++ b/include/hw/riscv/opentitan.h
@@ -81,6 +81,7 @@ enum {
     IBEX_DEV_RSTMGR,
     IBEX_DEV_CLKMGR,
     IBEX_DEV_PINMUX,
+    IBEX_DEV_AON_TIMER,
     IBEX_DEV_USBDEV,
     IBEX_DEV_FLASH_CTRL,
     IBEX_DEV_PLIC,