[PATCH v2 2/3] include: sbi: Remove platform specific IPI init

Samuel Holland samuel.holland at sifive.com
Wed Sep 3 07:59:03 PDT 2025


On 2025-09-03 1:52 AM, Anup Patel wrote:
> The platform specfic IPI init is not need anymore because using
> IPI device rating multiple IPI devices can be registered in any
> order as part of the platform specific early init.
> 
> Signed-off-by: Anup Patel <apatel at ventanamicro.com>
> ---
>  include/sbi/sbi_platform.h               | 17 --------------
>  lib/sbi/sbi_ipi.c                        |  5 ----
>  platform/fpga/ariane/platform.c          | 29 +++++++++++-------------
>  platform/generic/openhwgroup/openpiton.c | 23 ++++++++-----------
>  platform/generic/platform.c              |  5 +++-
>  platform/kendryte/k210/platform.c        | 17 +++++++-------
>  platform/nuclei/ux600/platform.c         | 15 ++++++------
>  platform/template/platform.c             | 20 +++++++---------
>  8 files changed, 49 insertions(+), 82 deletions(-)

Reviewed-by: Samuel Holland <samuel.holland at sifive.com>




More information about the opensbi mailing list