-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1905 from ucb-bar/bump-stuff
Bump FireMarshal + PK (Pk bumped to fix toolchain bump issues w/ linux)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule riscv-pk
updated
21 files
+2,162 −1,209 | configure | |
+2 −1 | configure.ac | |
+1 −0 | machine/emulation.h | |
+3,399 −2,722 | machine/encoding.h | |
+7 −19 | machine/fp_emulation.h | |
+1 −0 | machine/machine.mk.in | |
+31 −17 | machine/mentry.S | |
+25 −5 | machine/minit.c | |
+24 −3 | machine/misaligned_ldst.c | |
+140 −0 | machine/misaligned_vec_ldst.c | |
+1 −1 | machine/mtrap.c | |
+5 −9 | machine/mtrap.h | |
+1 −2 | pk/console.c | |
+13 −8 | pk/elf.c | |
+16 −0 | pk/handlers.c | |
+4 −8 | pk/mmap.c | |
+12 −1 | pk/pk.c | |
+144 −13 | pk/syscall.c | |
+3 −0 | pk/syscall.h | |
+4 −1 | scripts/config.sub | |
+1 −1 | util/string.c |