summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_ipi.h
diff options
context:
space:
mode:
authorMinda Chen <minda.chen@starfivetech.com>2023-11-20 09:09:57 +0300
committerMinda Chen <minda.chen@starfivetech.com>2023-12-05 09:08:57 +0300
commitcc7f99946dad984b33259a3db8426deda9989ddd (patch)
treeb82037692b3487889652c78d582e8828aab7f0e5 /include/sbi/sbi_ipi.h
parentc6a092cd80112529cb2e92e180767ff5341b22a3 (diff)
downloadopensbi-rtthread_AMP.tar.xz
sbi: add amp ipi call function supportJH7110-RTThread-AMP-v0.1.0rtthread_AMP
Add amp IPI call and set amp data address support. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
Diffstat (limited to 'include/sbi/sbi_ipi.h')
-rw-r--r--include/sbi/sbi_ipi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sbi/sbi_ipi.h b/include/sbi/sbi_ipi.h
index f384e74..24d9d18 100644
--- a/include/sbi/sbi_ipi.h
+++ b/include/sbi/sbi_ipi.h
@@ -68,6 +68,8 @@ int sbi_ipi_event_create(const struct sbi_ipi_event_ops *ops);
void sbi_ipi_event_destroy(u32 event);
int sbi_ipi_send_smode(ulong hmask, ulong hbase);
+int sbi_ipi_send_ext(u32 hartid, void *data, u32);
+void sbi_ipi_set_amp_data_addr(unsigned long addr);
void sbi_ipi_clear_smode(void);