diff options
| author | Atish Patra <[email protected]> | 2020-02-11 17:32:39 -0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-02-24 18:13:23 +0530 |
| commit | e3f69fc1e934ce7815d9cde2d13dd2038a2894a6 (patch) | |
| tree | 12a3d9846f29bcda30c622efa2368d70d51752f3 /lib/sbi/objects.mk | |
| parent | 5b4824082ff8826f77d6bc670e16068d0744ff7f (diff) | |
lib: Implement Hart State Management (HSM) SBI extension
This patch adds support HSM extension. The specification is available
at https://github.com/riscv/riscv-sbi-doc.
It allows to implement hart hotplug and fixed ordered hart booting in
supervisor.
Signed-off-by: Atish Patra <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/sbi/objects.mk')
| -rw-r--r-- | lib/sbi/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbi/objects.mk b/lib/sbi/objects.mk index dc52a9f9..39e92953 100644 --- a/lib/sbi/objects.mk +++ b/lib/sbi/objects.mk @@ -18,6 +18,7 @@ libsbi-objs-y += sbi_ecall_base.o libsbi-objs-y += sbi_ecall_legacy.o libsbi-objs-y += sbi_ecall_replace.o libsbi-objs-y += sbi_ecall_vendor.o +libsbi-objs-y += sbi_ecall_hsm.o libsbi-objs-y += sbi_emulate_csr.o libsbi-objs-y += sbi_fifo.o libsbi-objs-y += sbi_hfence.o |
