diff options
author | Minda Chen <minda.chen@starfivetech.com> | 2023-11-20 09:09:57 +0300 |
---|---|---|
committer | Minda Chen <minda.chen@starfivetech.com> | 2023-12-05 09:08:57 +0300 |
commit | cc7f99946dad984b33259a3db8426deda9989ddd (patch) | |
tree | b82037692b3487889652c78d582e8828aab7f0e5 /include/sbi/sbi_ecall_interface.h | |
parent | c6a092cd80112529cb2e92e180767ff5341b22a3 (diff) | |
download | opensbi-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_ecall_interface.h')
-rw-r--r-- | include/sbi/sbi_ecall_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sbi/sbi_ecall_interface.h b/include/sbi/sbi_ecall_interface.h index 4597358..056915e 100644 --- a/include/sbi/sbi_ecall_interface.h +++ b/include/sbi/sbi_ecall_interface.h @@ -46,6 +46,8 @@ /* SBI function IDs for IPI extension*/ #define SBI_EXT_IPI_SEND_IPI 0x0 +#define SBI_EXT_IPI_SEND_EXT_DOMAIN 0x1 +#define SBI_EXT_IPI_SET_AMP_DATA_ADDR 0x2 /* SBI function IDs for RFENCE extension*/ #define SBI_EXT_RFENCE_REMOTE_FENCE_I 0x0 |