[PATCH v3 0/2] riscv: add rv32i,rv32e and rv64e CPUs

Daniel Henrique Barboza posted 2 patches 10 months, 1 week ago
Failed in applying to current master (apply log)
target/riscv/cpu-qom.h |  3 ++
target/riscv/cpu.c     | 64 ++++++++++++++++++++++++++++++++----------
2 files changed, 52 insertions(+), 15 deletions(-)
[PATCH v3 0/2] riscv: add rv32i,rv32e and rv64e CPUs
Posted by Daniel Henrique Barboza 10 months, 1 week ago
Hi,

This v3 has the same patches from v2 rebased with a newer
riscv-to-apply.next branch (@ 096b6b07298).

No other changes made. All patches acked.

v2 link: https://lore.kernel.org/qemu-riscv/20240108161903.353648-1-dbarboza@ventanamicro.com/

Daniel Henrique Barboza (2):
  target/riscv/cpu.c: add riscv_bare_cpu_init()
  target/riscv: add rv32i, rv32e and rv64e CPUs

 target/riscv/cpu-qom.h |  3 ++
 target/riscv/cpu.c     | 64 ++++++++++++++++++++++++++++++++----------
 2 files changed, 52 insertions(+), 15 deletions(-)

-- 
2.43.0
Re: [PATCH v3 0/2] riscv: add rv32i,rv32e and rv64e CPUs
Posted by Alistair Francis 9 months, 3 weeks ago
On Mon, Jan 22, 2024 at 10:34 PM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> Hi,
>
> This v3 has the same patches from v2 rebased with a newer
> riscv-to-apply.next branch (@ 096b6b07298).
>
> No other changes made. All patches acked.
>
> v2 link: https://lore.kernel.org/qemu-riscv/20240108161903.353648-1-dbarboza@ventanamicro.com/
>
> Daniel Henrique Barboza (2):
>   target/riscv/cpu.c: add riscv_bare_cpu_init()
>   target/riscv: add rv32i, rv32e and rv64e CPUs

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  target/riscv/cpu-qom.h |  3 ++
>  target/riscv/cpu.c     | 64 ++++++++++++++++++++++++++++++++----------
>  2 files changed, 52 insertions(+), 15 deletions(-)
>
> --
> 2.43.0
>
>
Re: [PATCH v3 0/2] riscv: add rv32i,rv32e and rv64e CPUs
Posted by Daniel Henrique Barboza 9 months, 4 weeks ago
Alistair,


I think we should just queue this up since it's all acked. It's still
applicable in riscv-to-apply.next.


Thanks,

Daniel

On 1/22/24 09:33, Daniel Henrique Barboza wrote:
> Hi,
> 
> This v3 has the same patches from v2 rebased with a newer
> riscv-to-apply.next branch (@ 096b6b07298).
> 
> No other changes made. All patches acked.
> 
> v2 link: https://lore.kernel.org/qemu-riscv/20240108161903.353648-1-dbarboza@ventanamicro.com/
> 
> Daniel Henrique Barboza (2):
>    target/riscv/cpu.c: add riscv_bare_cpu_init()
>    target/riscv: add rv32i, rv32e and rv64e CPUs
> 
>   target/riscv/cpu-qom.h |  3 ++
>   target/riscv/cpu.c     | 64 ++++++++++++++++++++++++++++++++----------
>   2 files changed, 52 insertions(+), 15 deletions(-)
>