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

2024-09-05 Thread Alistair Francis
On Tue, Aug 20, 2024 at 2:08 AM Ian Brockbank wrote: > > [Resubmission now the merge is correct] > > 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. Th

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

2024-09-05 Thread Alistair Francis
On Tue, Aug 20, 2024 at 2:08 AM Ian Brockbank wrote: > > [Resubmission now the merge is correct] > > 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. Ca

RE: [PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification

2024-09-04 Thread Ian Brockbank
arboza > ; Liu Zhiwei ; > Ian Brockbank > Subject: [PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification > > [Resubmission now the merge is correct] > > This patch set gives an implementation of "RISC-V Core-Local Interrupt > Controller(CLIC) Version 0.9-draft-20240314

[PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification

2024-08-19 Thread Ian Brockbank
[Resubmission now the merge is correct] 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. This is based on the implementation from 2021 by Liu Zhiwei [3], wh