-
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 c8dfe46edf3...296bbb1b85a (3): > sim: additional fault logs on stdout > implement kmode paging > in dumpregs(), also dump core-id, oprating-mode, asid, flags. * buildroot 8506abf7a8...73e652b646 (1): > enable tcpdump * fontamsoc-hw 17a8f69...36551ea (7): > dev/pi1_dcache: also cachemiss for ldst > dev/pi1_dcache: simplify signals cacherdy cacheen > dev/pi1_dcache: clarify cachemiss to PIRDOP_cachemiss > dev/pi1_dcache: with cmiss_i high, also invalidate any cachehit entry > implement kmode paging > clobber memory wherever ldst is used orangecrab0225.dfu sha256sum:d1a5df48ddd2d055b37e67e78bb48c698859badf44ecae3e7229ce50080844b5 orangecrab0285.dfu sha256sum:1993316086710fad209468dd556e1fa8b4e5c48de146fd08dc768ffe1767d766 nexys4ddr.bit sha256sum:e73d532ebdd59fc1dfaf72e8456638f9b150c287fe1f571be67fbfdb0cafed5f nexysvideo.bit sha256sum:6627b952552e667d3b92d2d3a82e1455edfb4d9480339bc890c975000f034043 genesys2.bit sha256sum:4a0adb7126f0c0e3de7b45f9365e2b87d19e1b1cd2a563c111f10b7ad850f9fd * glibc f4e579050b...43d6bca07a (1): > implement getcontext() makecontext() setcontext() swapcontext() * linux 8426e0af3607...4b3948814c95 (13): > panic if cpu is missing mmu > fix entry.S > rework mmu_context.h > rework tlbflush.h > further consolidate pu32_*() functions to pu32.c > improve user_mode() > fix pu32_ret_to_kernelspace() > improve show_stack() > fix driver pu32hdd > implement barrier.h > drivers/net/slip: prevent D-AlignFault > use kmode paging > rework pgd_alloc()
- Loading branch information
1 parent
06461bf
commit e13bee2
Showing
10 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule fontamsoc-hw
updated
9 files
+25 −24 | dev/pi1_dcache.v | |
+14 −7 | plain.rtk/hwdrvchar/hwdrvchar.h | |
+1 −1 | pu/instrctrl.pu.v | |
+36 −14 | pu/netsandregs.pu.v | |
+2 −1 | pu/opsetsysreg.pu.v | |
+11 −10 | pu/sequencer.pu.v | |
+14 −7 | pu32-orangecrab0285-small/smem.rtk/hwdrvchar/hwdrvchar.h | |
+14 −7 | pu32-sim-small/smem.rtk/hwdrvchar/hwdrvchar.h | |
+1 −1 | version.v |
Binary file not shown.
Submodule glibc
updated
6 files
Submodule linux
updated
12 files
+9 −6 | arch/pu32/drivers/pu32hdd/pu32hdd.c | |
+11 −0 | arch/pu32/include/asm/barrier.h | |
+8 −9 | arch/pu32/include/asm/mmu_context.h | |
+2 −17 | arch/pu32/include/asm/pgalloc.h | |
+1 −1 | arch/pu32/include/asm/ptrace.h | |
+3 −5 | arch/pu32/include/asm/thread_info.h | |
+5 −12 | arch/pu32/include/asm/tlbflush.h | |
+10 −7 | arch/pu32/kernel/entry.S | |
+0 −17 | arch/pu32/kernel/process.c | |
+12 −2 | arch/pu32/kernel/ptrace.c | |
+76 −9 | arch/pu32/kernel/pu32.c | |
+9 −0 | drivers/net/slip/slhc.c |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.