summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_ecall_interface.h
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2024-05-31 11:24:17 +0300
committerandy.hu <andy.hu@starfivetech.com>2024-05-31 11:24:17 +0300
commitd5e88252154dc08ddb13f326a3d765a051215fab (patch)
tree39f8bdc5a1160b86f0a24c5030640eccffa3705b /include/sbi/sbi_ecall_interface.h
parentc6a092cd80112529cb2e92e180767ff5341b22a3 (diff)
parent9aab611e6e064edb088c48c231e27fd09a2bda4d (diff)
downloadopensbi-JH7110_VisionFive2_devel.tar.xz
CR_10877 sbi: add amp ipi call function support See merge request sdk/opensbi!5
Diffstat (limited to 'include/sbi/sbi_ecall_interface.h')
-rw-r--r--include/sbi/sbi_ecall_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sbi/sbi_ecall_interface.h b/include/sbi/sbi_ecall_interface.h
index 4597358..029345a 100644
--- a/include/sbi/sbi_ecall_interface.h
+++ b/include/sbi/sbi_ecall_interface.h
@@ -46,6 +46,9 @@
/* SBI function IDs for IPI extension*/
#define SBI_EXT_IPI_SEND_IPI 0x0
+#define SBI_EXT_IPI_SEND_EXT_DOMAIN 0x100
+#define SBI_EXT_IPI_SET_AMP_DATA_ADDR 0x101
+#define SBI_EXT_IPI_CLEAR_IPI 0x102
/* SBI function IDs for RFENCE extension*/
#define SBI_EXT_RFENCE_REMOTE_FENCE_I 0x0