From: Anup Patel <apatel@ventanamicro.com>
To: Atish Patra <atishp@rivosinc.com>
Cc: Andrew Jones <ajones@ventanamicro.com>,
Anup Patel <anup@brainfault.org>,
opensbi@lists.infradead.org, Anup Patel <apatel@ventanamicro.com>
Subject: [PATCH 0/3] OpenSBI IPI device rating
Date: Tue, 2 Sep 2025 17:47:18 +0530 [thread overview]
Message-ID: <20250902121721.401933-1-apatel@ventanamicro.com> (raw)
Introduce IPI device rating which further allows us to remove platform
specific IPI init and convert IPI drivers as early drivers.
These patches can also found in sbi_ipi_rating_v1 branch at:
https://github.com/avpatel/opensbi.git
Anup Patel (3):
lib: sbi: Introduce IPI device rating
include: sbi: Remove platform specific IPI init
lib: utils/ipi: Convert IPI drivers as early drivers
include/sbi/sbi_ipi.h | 6 ++++-
include/sbi/sbi_platform.h | 17 ------------
include/sbi_utils/ipi/fdt_ipi.h | 26 -------------------
lib/sbi/sbi_init.c | 2 +-
lib/sbi/sbi_ipi.c | 33 ++++++++++++++----------
lib/utils/ipi/aclint_mswi.c | 1 +
lib/utils/ipi/andes_plicsw.c | 1 +
lib/utils/ipi/fdt_ipi.c | 22 ----------------
lib/utils/ipi/fdt_ipi_drivers.carray | 3 ---
lib/utils/ipi/fdt_ipi_mswi.c | 2 +-
lib/utils/ipi/fdt_ipi_plicsw.c | 2 +-
lib/utils/ipi/objects.mk | 7 ++---
lib/utils/irqchip/imsic.c | 1 +
platform/fpga/ariane/platform.c | 15 +++++------
platform/generic/openhwgroup/openpiton.c | 13 +++-------
platform/generic/platform.c | 2 --
platform/kendryte/k210/platform.c | 13 +++++-----
platform/nuclei/ux600/platform.c | 11 ++++----
platform/template/platform.c | 16 +++++-------
19 files changed, 60 insertions(+), 133 deletions(-)
delete mode 100644 include/sbi_utils/ipi/fdt_ipi.h
delete mode 100644 lib/utils/ipi/fdt_ipi.c
delete mode 100644 lib/utils/ipi/fdt_ipi_drivers.carray
--
2.43.0
--
opensbi mailing list
opensbi@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/opensbi
next reply other threads:[~2025-09-02 16:07 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-02 12:17 Anup Patel [this message]
2025-09-02 12:17 ` [PATCH 1/3] lib: sbi: Introduce IPI device rating Anup Patel
2025-09-02 23:41 ` Samuel Holland
2025-09-03 6:49 ` Anup Patel
2025-09-03 7:00 ` Nick Hu
2025-09-03 7:05 ` Anup Patel
2025-09-03 7:13 ` Anup Patel
2025-09-03 7:23 ` Anup Patel
2025-09-03 10:36 ` Nick Hu
2025-09-02 12:17 ` [PATCH 2/3] include: sbi: Remove platform specific IPI init Anup Patel
2025-09-02 23:44 ` Samuel Holland
2025-09-03 6:50 ` Anup Patel
2025-09-02 12:17 ` [PATCH 3/3] lib: utils/ipi: Convert IPI drivers as early drivers Anup Patel
2025-09-02 23:53 ` Samuel Holland
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250902121721.401933-1-apatel@ventanamicro.com \
--to=apatel@ventanamicro.com \
--cc=ajones@ventanamicro.com \
--cc=anup@brainfault.org \
--cc=atishp@rivosinc.com \
--cc=opensbi@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox