[PATCH v1 0/2] hw/riscv/opentitan: bump opentitan version

Wilfred Mallawa posted 2 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221025043335.339815-1-wilfred.mallawa@opensource.wdc.com
Maintainers: Alistair Francis <Alistair.Francis@wdc.com>, Palmer Dabbelt <palmer@dabbelt.com>, Bin Meng <bin.meng@windriver.com>
hw/riscv/opentitan.c         | 24 ++++++++++++++++--------
include/hw/riscv/opentitan.h | 10 +++++-----
2 files changed, 21 insertions(+), 13 deletions(-)
[PATCH v1 0/2] hw/riscv/opentitan: bump opentitan version
Posted by Wilfred Mallawa 1 year, 6 months ago
From: Wilfred Mallawa <wilfred.mallawa@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

 hw/riscv/opentitan.c         | 24 ++++++++++++++++--------
 include/hw/riscv/opentitan.h | 10 +++++-----
 2 files changed, 21 insertions(+), 13 deletions(-)

-- 
2.37.3
Re: [PATCH v1 0/2] hw/riscv/opentitan: bump opentitan version
Posted by Alistair Francis 1 year, 6 months ago
On Tue, Oct 25, 2022 at 2:36 PM Wilfred Mallawa
<wilfred.mallawa@opensource.wdc.com> wrote:
>
> From: Wilfred Mallawa <wilfred.mallawa@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
>
>