Date
1 - 2 of 2
[PATCH] Add mora clarification around wired irq option.
atishp@...
Signed-off-by: Atish Patra <atish.patra@...>
--- riscv-platform-spec.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/riscv-platform-spec.adoc b/riscv-platform-spec.adoc index e6e1c2c9aeb8..ade39ac725f8 100644 --- a/riscv-platform-spec.adoc +++ b/riscv-platform-spec.adoc @@ -392,7 +392,8 @@ devices. *** Must support IPRIOLEN = 6 to 8. *** Must support at least 63 distinct interrupt identities. *** Must implement `seteipnum_le` memory-mapped register. -** One, or more AIA APLIC devices to support wired interrupts. +** One, or more AIA APLIC devices to support wired interrupts if the platform +support wired irqs. *** EIID and IID fields must be 6 to 8 bits wide matching the number of interrrupt identities supported by AIA IMSIC. ** Software interrupts for M-mode and S/HS-mode are supported using AIA IMSIC @@ -412,7 +413,8 @@ devices. *** Must support at least 63 distinct interrupt identities. *** Must implement `seteipnum_le` memory-mapped register. *** Must implement at least 3 guest interrupt files. -** One, or more AIA APLIC devices are required to support wired interrupts. +** One, or more AIA APLIC devices are required to support wired interrupts if the +platform support wired irqs. *** EIID and IID fields must be 6 to 8 bits wide matching the number of interrrupt identities supported by AIA IMSIC. ** Software interrupts for M-mode, HS-mode and VS-mode are supported using -- 2.31.1
|
|
Aaron Durbin
lgtm aside from s/mora/more/
On Thu, Oct 21, 2021 at 4:32 PM Atish Patra <atish.patra@...> wrote: Signed-off-by: Atish Patra <atish.patra@...>
|
|