mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-11 19:39:26 -07:00
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>
This commit is contained in:
parent
5379c1d0a4
commit
aefd1108ee
2 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue