Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-17 Thread Daniel Henrique Barboza
On 4/16/23 23:35, Alistair Francis wrote: On Thu, Apr 13, 2023 at 3:24 AM Daniel Henrique Barboza wrote: On 4/12/23 08:35, Weiwei Li wrote: On 2023/4/12 18:55, Alistair Francis wrote: On Wed, Apr 12, 2023 at 12:55 PM Weiwei Li wrote: On 2023/4/12 10:12, Alistair Francis wrote: On F

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-16 Thread Alistair Francis
On Thu, Apr 13, 2023 at 3:24 AM Daniel Henrique Barboza wrote: > > > > On 4/12/23 08:35, Weiwei Li wrote: > > > > On 2023/4/12 18:55, Alistair Francis wrote: > >> On Wed, Apr 12, 2023 at 12:55 PM Weiwei Li wrote: > >>> > >>> On 2023/4/12 10:12, Alistair Francis wrote: > On Fri, Apr 7, 2023 a

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-12 Thread Daniel Henrique Barboza
On 4/12/23 08:35, Weiwei Li wrote: On 2023/4/12 18:55, Alistair Francis wrote: On Wed, Apr 12, 2023 at 12:55 PM Weiwei Li wrote: On 2023/4/12 10:12, Alistair Francis wrote: On Fri, Apr 7, 2023 at 6:23 AM Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-12 Thread Weiwei Li
On 2023/4/12 18:55, Alistair Francis wrote: On Wed, Apr 12, 2023 at 12:55 PM Weiwei Li wrote: On 2023/4/12 10:12, Alistair Francis wrote: On Fri, Apr 7, 2023 at 6:23 AM Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/r

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-12 Thread Alistair Francis
On Wed, Apr 12, 2023 at 12:55 PM Weiwei Li wrote: > > > On 2023/4/12 10:12, Alistair Francis wrote: > > On Fri, Apr 7, 2023 at 6:23 AM Daniel Henrique Barboza > > wrote: > >> Hi, > >> > >> This patch is going to break the sifive_u boot if I rebase > >> > >> "[PATCH v6 0/9] target/riscv: rework CP

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-11 Thread Weiwei Li
On 2023/4/12 10:12, Alistair Francis wrote: On Fri, Apr 7, 2023 at 6:23 AM Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/riscv: rework CPU extensions validation" on top of it, as it is the case today with the current ri

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-11 Thread Alistair Francis
On Fri, Apr 7, 2023 at 6:23 AM Daniel Henrique Barboza wrote: > > Hi, > > This patch is going to break the sifive_u boot if I rebase > > "[PATCH v6 0/9] target/riscv: rework CPU extensions validation" > > on top of it, as it is the case today with the current riscv-to-apply.next. > > The reason is

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-07 Thread liweiwei
On 2023/4/8 03:25, Daniel Henrique Barboza wrote: On 4/7/23 00:34, liweiwei wrote: On 2023/4/7 09:14, liweiwei wrote: On 2023/4/7 04:22, Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/riscv: rework CPU extensions val

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-07 Thread Daniel Henrique Barboza
On 4/7/23 00:34, liweiwei wrote: On 2023/4/7 09:14, liweiwei wrote: On 2023/4/7 04:22, Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/riscv: rework CPU extensions validation​" on top of it, as it is the case today wit

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-07 Thread liweiwei
On 2023/4/7 18:28, Daniel Henrique Barboza wrote: On 4/6/23 22:14, liweiwei wrote: On 2023/4/7 04:22, Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/riscv: rework CPU extensions validation​" on top of it, as it is the

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-07 Thread Daniel Henrique Barboza
On 4/6/23 22:14, liweiwei wrote: On 2023/4/7 04:22, Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/riscv: rework CPU extensions validation​" on top of it, as it is the case today with the current riscv-to-apply.next. T

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-06 Thread liweiwei
On 2023/4/7 09:14, liweiwei wrote: On 2023/4/7 04:22, Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/riscv: rework CPU extensions validation​" on top of it, as it is the case today with the current riscv-to-apply.next.

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-06 Thread liweiwei
On 2023/4/7 04:22, Daniel Henrique Barboza wrote: Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/riscv: rework CPU extensions validation​" on top of it, as it is the case today with the current riscv-to-apply.next. The reason is that the priv spec ve

Re: [PATCH v12 02/10] target/riscv: add support for Zca extension

2023-04-06 Thread Daniel Henrique Barboza
Hi, This patch is going to break the sifive_u boot if I rebase "[PATCH v6 0/9] target/riscv: rework CPU extensions validation​" on top of it, as it is the case today with the current riscv-to-apply.next. The reason is that the priv spec version for Zca is marked as 1_12_0, and the priv spec ve

[PATCH v12 02/10] target/riscv: add support for Zca extension

2023-03-07 Thread Weiwei Li
Modify the check for C extension to Zca (C implies Zca). Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang Reviewed-by: Richard Henderson Reviewed-by: Alistair Francis Reviewed-by: Wilfred Mallawa --- target/riscv/insn_trans/trans_rvi.c.inc | 4 ++-- target/riscv/translate.c