Re: [RFC PATCH v4 3/4] Adding Andes AX25 and A25 CPU model

2021-08-12 Thread Alistair Francis
On Fri, Aug 6, 2021 at 7:51 PM Bin Meng wrote: > > On Fri, Aug 6, 2021 at 2:12 PM Ruinland Chuan-Tzu Tsa(蔡傳資) > wrote: > > > > Hi Bin and Alistair, > > > > >> Adding Andes AX25 and A25 CPU model into cpu.h and cpu.c without > > > > > The latest RISC-V core from Andes is AX45 and A45. Should we ju

Re: [RFC PATCH v4 3/4] Adding Andes AX25 and A25 CPU model

2021-08-06 Thread Bin Meng
On Fri, Aug 6, 2021 at 2:12 PM Ruinland Chuan-Tzu Tsa(蔡傳資) wrote: > > Hi Bin and Alistair, > > >> Adding Andes AX25 and A25 CPU model into cpu.h and cpu.c without > > > The latest RISC-V core from Andes is AX45 and A45. Should we just > > support the latest one? > > Maybe we can have them all ? >

Re: [RFC PATCH v4 3/4] Adding Andes AX25 and A25 CPU model

2021-08-05 Thread 蔡傳資
Hi Bin and Alistair, >> Adding Andes AX25 and A25 CPU model into cpu.h and cpu.c without > The latest RISC-V core from Andes is AX45 and A45. Should we just > support the latest one? Maybe we can have them all ? AX25 and A25 is still in production, and we still have new clients using these CPU

Re: [RFC PATCH v4 3/4] Adding Andes AX25 and A25 CPU model

2021-08-05 Thread Bin Meng
On Fri, Aug 6, 2021 at 2:00 AM Ruinland Chuan-Tzu Tsai wrote: > > From: Ruinalnd ChuanTzu Tsai > > Adding Andes AX25 and A25 CPU model into cpu.h and cpu.c without The latest RISC-V core from Andes is AX45 and A45. Should we just support the latest one? > enhanced features (yet). > > Signed-off

[RFC PATCH v4 3/4] Adding Andes AX25 and A25 CPU model

2021-08-05 Thread Ruinland Chuan-Tzu Tsai
From: Ruinalnd ChuanTzu Tsai Adding Andes AX25 and A25 CPU model into cpu.h and cpu.c without enhanced features (yet). Signed-off-by: Dylan Jhong --- target/riscv/cpu.c | 16 target/riscv/cpu.h | 2 ++ 2 files changed, 18 insertions(+) diff --git a/target/riscv/cpu.c b/targe