-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* binutils db7f5cd1cb...a7967874c1 (1): > use __NR_arch_specific_syscall for easier syscall maintenance * fontamsoc-hw 94ca65c...77a96f5 (1): > bugfixes and improvements wb4smem: static memory device with Wishbone4 interface smem: remove USE2CLK usage, as it is complex and slower smem: misc fix when setting CNTRBITSZ pu32-sim: remove pi1_dcache on top of smem to speed-up simulation perint/pi1q: bugfix to prevent lock-up when slave is not ready from a PINOOP perint/pi1q: bugfix signal queueen dma: use its input wait_i nexys4ddr.bit 38aa6a70a96afe6ed41125c16e76ef39dee5933ce1ca30e41763ce307ff2eb35 nexysvideo.bit 0bfe840f012c6664d28aaac3a3e2fe9b39aa7e2bc28a7f52b4fe1c999455289f xula2lx25.bit ae09a8c0a5bcc1684bd80e7bbda067feb8a25b9451e815426027760ed124decf * fontamsoc-sw b067ac4...1433dab (5): > improve uintcpy() u8cpy() uintcmp() > use __NR_arch_specific_syscall for easier syscall maintenance > use DMA irq when loading the kernel > improve retrieval of coreid > misc doc improvement to DMA engine driver * glibc 7cb6498313...97d855ba53 (5): > memmove optimization > memset optimization > custom memset > memcpy optimization > __NR_gettls __NR_settls changes due to Linux now using __NR_arch_specific_syscall * linux ee412bb72b35...77a008841ff5 (7): > bugfix show_reg() show_stack() stacktrace() > memmove optimization > memset optimization > memcpy optimization > custom memset > assume ARCH_IRQ_ENABLED when from userspace > use __NR_arch_specific_syscall for easier syscall maintenance
- Loading branch information
1 parent
1f42cbf
commit 4c45d06
Showing
8 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule fontamsoc-hw
updated
8 files
+29 −77 | dev/smem.v | |
+10 −8 | lib/perint/pi1q.v | |
+112 −0 | lib/wb4smem.v | |
+2 −0 | pu32-nexys4ddr/nexys4ddr.v | |
+2 −0 | pu32-nexysvideo/nexysvideo.v | |
+8 −51 | pu32-sim/sim.v | |
+2 −0 | pu32-xula2lx25/xula2lx25.v | |
+1 −1 | version.v |
Submodule fontamsoc-sw
updated
3 files
+44 −32 | bios/bios.c | |
+4 −5 | bios/bios.h | |
+2 −2 | hwdrvdma/hwdrvdma.h |
Submodule glibc
updated
4 files
+130 −11 | sysdeps/pu32/memcpy.c | |
+128 −17 | sysdeps/pu32/memmove.c | |
+143 −0 | sysdeps/pu32/memset.c | |
+2 −2 | sysdeps/unix/sysv/linux/pu32/arch-syscall.h |
Submodule linux
updated
9 files
+3 −0 | arch/pu32/include/asm/string.h | |
+9 −6 | arch/pu32/include/asm/syscall.h | |
+4 −3 | arch/pu32/include/uapi/asm/unistd.h | |
+4 −3 | arch/pu32/kernel/process.c | |
+12 −8 | arch/pu32/kernel/ptrace.c | |
+1 −0 | arch/pu32/lib/Makefile | |
+130 −11 | arch/pu32/lib/memcpy.c | |
+128 −17 | arch/pu32/lib/memmove.c | |
+143 −0 | arch/pu32/lib/memset.c |
Binary file not shown.
Binary file not shown.
Binary file not shown.