-
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 a0ff656f98...7d5ff79fb6 (2): > instruction getver support > HPTW (Hardware Page Table Walker) support * fontamsoc-hw d281a19...cae5e8a (11): > improve pu32-xula2lx25.tcl > improve nexys4ddr.xpr > configurable muldiv pipeline units count > enable MMU and HPTW per target > fix license to GPL-2.0-only > implement instruction getver > remove need for opldfaulted opstfaulted opldstfaulted > PU HPTW (Hardware Page Table Walker) > improve multi-cycle instructions completion > nexys4ddr litedram version > pipelined multiplication & division * fontamsoc-sw ad734c9...7129e91 (1): > support for instructions getcap getver * linux bdb4840617e5...fa4066d8923b (4): > improve /proc/cpuinfo > instruction getver support > HPTW (Hardware Page Table Walker) support > page table management improvements
- Loading branch information
1 parent
9b42c3f
commit 07f1410
Showing
7 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule binutils
updated
7 files
+4 −0 | gas/config/tc-pu32.c | |
+4 −0 | gdb/pu32-tdep.c | |
+20 −0 | opcodes/pu32-dis.c | |
+38 −8 | sim/pu32/interp.c | |
+389 −64 | sim/pu32/m.interp.c | |
+0 −1 | sim/pu32/p.interp.c | |
+6 −0 | sim/pu32/sim-main.h |
Submodule fontamsoc-hw
updated
39 files
Submodule linux
updated
9 files
+23 −0 | arch/pu32/include/asm/cpuinfo.h | |
+29 −36 | arch/pu32/include/asm/pgtable.h | |
+15 −0 | arch/pu32/include/pu32.h | |
+52 −4 | arch/pu32/kernel/proc.c | |
+4 −1 | arch/pu32/kernel/process.c | |
+11 −0 | arch/pu32/kernel/setup.c | |
+2 −0 | arch/pu32/kernel/smp.c | |
+16 −4 | arch/pu32/mm/fault.c | |
+2 −3 | arch/pu32/mm/init.c |
Binary file not shown.
Binary file not shown.