-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lennard Gäher <l.gaeher@posteo.de>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule opensbi
updated
15 files
+18 −4 | Makefile | |
+2 −2 | firmware/fw_base.S | |
+5 −0 | firmware/fw_base.ldS | |
+249 −0 | include/sbi/riscv_dbtr.h | |
+1 −0 | include/sbi/riscv_encoding.h | |
+10 −0 | include/sbi/sbi_byteorder.h | |
+125 −0 | include/sbi/sbi_dbtr.h | |
+11 −0 | include/sbi/sbi_ecall_interface.h | |
+2 −0 | include/sbi/sbi_hart.h | |
+4 −0 | lib/sbi/Kconfig | |
+4 −0 | lib/sbi/objects.mk | |
+728 −0 | lib/sbi/sbi_dbtr.c | |
+73 −0 | lib/sbi/sbi_ecall_dbtr.c | |
+4 −0 | lib/sbi/sbi_hart.c | |
+11 −0 | lib/sbi/sbi_init.c |