public inbox for opensbi@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] APLIC hwirq implementation for irqchip
@ 2026-02-11 22:20 Raymond Mao
  2026-02-11 22:20 ` [PATCH 1/3] lib: sbi_irqchip: Add irqchip private context pointer in sbi_irqchip_device Raymond Mao
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Raymond Mao @ 2026-02-11 22:20 UTC (permalink / raw)
  To: opensbi
  Cc: scott, dave.patel, raymond.mao, robin.randhawa, samuel.holland,
	anup.patel, anuppate, dhaval, peter.lin

From: Raymond Mao <raymond.mao@riscstar.com>

This series implements the APLIC hwirq handling (mask / unmask /
eoi / setup / process) aligned with recent irqchip framework
refactoring [1], and register them during cold init.
Moreover, it provides a minimal APLIC direct-mode configuration
and test hooks under QEMU via UART RX.

[1] [PATCH 0/8] Extend irqchip framework for M-mode interrupts
https://lists.infradead.org/pipermail/opensbi/2026-February/009407.html

Raymond Mao (3):
  lib: sbi_irqchip: Add irqchip private context pointer in
    sbi_irqchip_device
  lib: utils: irqchip: implement APLIC hwirq operation hooks
  [NOT-FOR-UPSTREAM] lib: utils: irqchip: add QEMU virt test for APLIC wired IRQs

 Makefile                  |   3 +
 include/sbi/sbi_irqchip.h |   3 +
 lib/utils/irqchip/aplic.c | 235 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 241 insertions(+)

-- 
2.25.1


-- 
opensbi mailing list
opensbi@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/opensbi

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-04-07 12:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11 22:20 [PATCH 0/3] APLIC hwirq implementation for irqchip Raymond Mao
2026-02-11 22:20 ` [PATCH 1/3] lib: sbi_irqchip: Add irqchip private context pointer in sbi_irqchip_device Raymond Mao
2026-04-07 12:11   ` Anup Patel
2026-02-11 22:20 ` [PATCH 2/3] lib: utils: irqchip: implement APLIC hwirq operation hooks Raymond Mao
2026-04-07 12:08   ` Anup Patel
2026-04-07 12:10   ` Anup Patel
2026-02-11 22:20 ` [PATCH 3/3][NOT-FOR-UPSTREAM] lib: utils: irqchip: add QEMU virt test for APLIC wired IRQs Raymond Mao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox