Re: [RFC PATCH 00/11] RISC-V: support clic v0.9 specification

2021-06-27 Thread Frank Chang
LIU Zhiwei 於 2021年4月9日 週五 下午3:58寫道: > This patch set gives an implementation of "RISC-V Core-Local Interrupt > Controller(CLIC) Version 0.9-draft-20210217". It comes from [1], where > you can find the pdf format or the source code. > > I take over the job from Michael Clark, who gave the first im

Re: [RFC PATCH 00/11] RISC-V: support clic v0.9 specification

2021-04-21 Thread Alistair Francis
On Tue, Apr 20, 2021 at 5:20 PM LIU Zhiwei wrote: > > > On 2021/4/20 下午2:26, Alistair Francis wrote: > > On Tue, Apr 20, 2021 at 11:45 AM LIU Zhiwei wrote: > >> > >> On 2021/4/20 上午7:30, Alistair Francis wrote: > >>> On Fri, Apr 9, 2021 at 5:56 PM LIU Zhiwei wrote: > This patch set gives an

Re: [RFC PATCH 00/11] RISC-V: support clic v0.9 specification

2021-04-20 Thread LIU Zhiwei
On 2021/4/20 下午2:26, Alistair Francis wrote: On Tue, Apr 20, 2021 at 11:45 AM LIU Zhiwei wrote: On 2021/4/20 上午7:30, Alistair Francis wrote: On Fri, Apr 9, 2021 at 5:56 PM LIU Zhiwei wrote: This patch set gives an implementation of "RISC-V Core-Local Interrupt Controller(CLIC) Version 0.9

Re: [RFC PATCH 00/11] RISC-V: support clic v0.9 specification

2021-04-19 Thread Alistair Francis
On Tue, Apr 20, 2021 at 11:45 AM LIU Zhiwei wrote: > > > On 2021/4/20 上午7:30, Alistair Francis wrote: > > On Fri, Apr 9, 2021 at 5:56 PM LIU Zhiwei wrote: > >> This patch set gives an implementation of "RISC-V Core-Local Interrupt > >> Controller(CLIC) Version 0.9-draft-20210217". It comes from [

Re: [RFC PATCH 00/11] RISC-V: support clic v0.9 specification

2021-04-19 Thread LIU Zhiwei
On 2021/4/20 上午7:30, Alistair Francis wrote: On Fri, Apr 9, 2021 at 5:56 PM LIU Zhiwei wrote: This patch set gives an implementation of "RISC-V Core-Local Interrupt Controller(CLIC) Version 0.9-draft-20210217". It comes from [1], where you can find the pdf format or the source code. I take o

Re: [RFC PATCH 00/11] RISC-V: support clic v0.9 specification

2021-04-19 Thread Alistair Francis
On Fri, Apr 9, 2021 at 5:56 PM LIU Zhiwei wrote: > > This patch set gives an implementation of "RISC-V Core-Local Interrupt > Controller(CLIC) Version 0.9-draft-20210217". It comes from [1], where > you can find the pdf format or the source code. > > I take over the job from Michael Clark, who gav

[RFC PATCH 00/11] RISC-V: support clic v0.9 specification

2021-04-09 Thread LIU Zhiwei
This patch set gives an implementation of "RISC-V Core-Local Interrupt Controller(CLIC) Version 0.9-draft-20210217". It comes from [1], where you can find the pdf format or the source code. I take over the job from Michael Clark, who gave the first implementation of clic-v0.7 specification. If the