On Tue, Oct 25, 2022 at 2:36 PM Wilfred Mallawa <wilfred.mall...@opensource.wdc.com> wrote: > > From: Wilfred Mallawa <wilfred.mall...@wdc.com> > > This patch provides updates to the OpenTitan model to bump to RTL > version <d072ac505f82152678d6e04be95c72b728a347b8>. > > A unique change here is the merger of hwip `padctrl` into `pinmux`, to > reflect this change, any references to `padctrl` are removed. > Additionally, an unimplemented device for `aon_timer` is added and IRQ > numbers are updated. > > Patch was tested by running the latest master of > TockOS as of this patch. > > Changelog V1: > - Added a comment specifying what > git SHA of OT we are targeting in [1/2]. > > Wilfred Mallawa (2): > hw/riscv/opentitan: bump opentitan > hw/riscv/opentitan: add aon_timer base unimpl
Thanks! Applied to riscv-to-apply.next For future patches, versioning starts at v1 (which can just be [PATCH]) and then goes to v2 ([PATCH v2]) Alistair > > hw/riscv/opentitan.c | 24 ++++++++++++++++-------- > include/hw/riscv/opentitan.h | 10 +++++----- > 2 files changed, 21 insertions(+), 13 deletions(-) > > -- > 2.37.3 > >