diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-11-24 23:33:48 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-12-23 09:12:16 +0530 |
commit | 94072025325b639d603f428366b53b470e625f64 (patch) | |
tree | 69fde845727dda8f86c32eb34b5450009616ce0d /lib/sbi/objects.mk | |
parent | 9777aeef41a613b3c27056a695d4d6007760b3a8 (diff) |
lib: Add hfence instruction encoding
Currently, the toolchains do not have support for hfence instruction.
Hence, the instruction are hardcode until we have toolchain support.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
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 0e247fe..b84453e 100644 --- a/lib/sbi/objects.mk +++ b/lib/sbi/objects.mk @@ -16,6 +16,7 @@ libsbi-objs-y += sbi_console.o libsbi-objs-y += sbi_ecall.o libsbi-objs-y += sbi_emulate_csr.o libsbi-objs-y += sbi_fifo.o +libsbi-objs-y += sbi_hfence.o libsbi-objs-y += sbi_hart.o libsbi-objs-y += sbi_illegal_insn.o libsbi-objs-y += sbi_init.o |