-
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.
* buildroot 9078679140...65a1525fea (5): > enable zlib-ng > enable dhclient command > enable X/Y/Zmodem commands > revert IPROUTE2_BUILD_CMDS change > use -I$(STAGING_DIR)/usr/include in CPPFLAGS * fontamsoc-hw 1da5f75...503ccd3 (2): > bugfixes, new features and improvements instead use the bus interconnect clock wherever relevant simplify naming of pll_*_mhz.v files use multipu.TLBSETCOUNT(128) implement dev/devtbl.v, while making devtbl not target specific misc initialization changes remove vivado/makefile to keep things simple improve mapsz 64bits alignment logic ARCHBITSZ 256 support in pi1*_to_* smem wb4smem pu32-nexysvideo: misc improvements pu32-nexys4ddr: misc improvements pu: bugfix isopgettlb usage before declaration nexys4ddr.bit sha256sum:720a4708379c49ac13d1116e46fce6d545e15192ddb9281036cac5190dca5d0b nexysvideo.bit sha256sum:b872269549f60d9a396375017046bfdf70e4df9897d66dda30dcea693f524d6c > fixes to support SymbiFlow * fontamsoc-sw c308588...07931b3 (1): > enhance hwdrvdevtbl_find() * glibc 3cacd442d3...019a01951c (1): > remove code that set __USE_FORTIFY_LEVEL * linux 9f4213156a88...efc80fc58246 (4): > show TLB size in /proc/cpuinfo > /proc/iomem support > enhance hwdrvdevtbl_find() > rename /sys/module/pu32gpio/parameters/use_* to /sys/module/pu32gpio/parameters/IOCTL_USE_*
- Loading branch information
1 parent
cddfde3
commit b36348f
Showing
7 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule buildroot
updated
19 files
+5 −0 | configs/pu32_defconfig | |
+0 −0 | dl/autoconf-archive/.lock | |
+ − | dl/autoconf-archive/autoconf-archive-2019.01.06.tar.xz | |
+0 −0 | dl/bind/.lock | |
+ − | dl/bind/bind-9.11.35.tar.gz | |
+0 −0 | dl/dhcp/.lock | |
+ − | dl/dhcp/dhcp-4.4.2-P1.tar.gz | |
+0 −0 | dl/gawk/.lock | |
+ − | dl/gawk/gawk-5.1.0.tar.xz | |
+0 −0 | dl/lrzsz/.lock | |
+ − | dl/lrzsz/lrzsz-0.12.20.tar.gz | |
+0 −0 | dl/zlib-ng/.lock | |
+ − | dl/zlib-ng/zlib-ng-1.9.9-b1.tar.gz | |
+1 −1 | package/Makefile.in | |
+1 −1 | package/iproute2/iproute2.mk | |
+0 −10 | package/lrzsz/Config.in | |
+0 −3 | package/nano/nano.mk | |
+26 −0 | package/zlib-ng/0001-do-not-default-to-BASEARCH-x86.patch | |
+1 −0 | package/zlib/Config.in |
Submodule fontamsoc-hw
updated
33 files
+153 −0 | dev/devtbl.v | |
+1 −1 | dev/gpio.v | |
+1 −1 | dev/intctrl.v | |
+11 −1 | dev/pi1_dcache.v | |
+35 −1 | dev/pi1_to_axi4.v | |
+35 −1 | dev/pi1_to_wb4.v | |
+35 −1 | dev/pi1q_to_axi4.v | |
+35 −1 | dev/pi1q_to_wb4.v | |
+13 −1 | dev/smem.v | |
+1 −1 | dev/uart_hw.v | |
+1 −1 | dev/uart_sim.v | |
+5 −2 | lib/perint/pi1q.v | |
+41 −22 | lib/perint/pi1r.v | |
+2 −0 | lib/ram/bram.v | |
+2 −0 | lib/ram/dram.v | |
+2 −0 | lib/ram/ram2clk1i1o.v | |
+2 −0 | lib/ram/ram2clk1i2o.v | |
+2 −0 | lib/ram/ram2clk1i5o.v | |
+16 −5 | lib/wb4smem.v | |
+2 −1 | pu/netsandregs.pu.v | |
+0 −161 | pu32-nexys4ddr/devtbl.nexys4ddr.v | |
+75 −36 | pu32-nexys4ddr/nexys4ddr.v | |
+17 −21 | pu32-nexys4ddr/nexys4ddr.xdc | |
+0 −0 | pu32-nexys4ddr/pll_100_to_50_100_mhz.v | |
+1 −1 | pu32-nexys4ddr/vivado/nexys4ddr.xpr | |
+76 −36 | pu32-nexysvideo/nexysvideo.v | |
+1 −5 | pu32-nexysvideo/nexysvideo.xdc | |
+0 −0 | pu32-nexysvideo/pll_100_to_50_100_mhz.v | |
+0 −9 | pu32-nexysvideo/vivado/makefile | |
+214 −214 | pu32-nexysvideo/vivado/nexysvideo.xpr | |
+0 −158 | pu32-sim/devtbl.sim.v | |
+56 −19 | pu32-sim/sim.v | |
+1 −1 | version.v |
Submodule fontamsoc-sw
updated
3 files
+4 −4 | bios/bios.c | |
+45 −30 | hwdrvdevtbl/hwdrvdevtbl.h | |
+1 −1 | memtest/memtest.c |
Submodule linux
updated
7 files
+6 −6 | arch/pu32/drivers/pu32gpio/pu32gpio.c | |
+2 −2 | arch/pu32/drivers/pu32hdd/pu32hdd.c | |
+1 −0 | arch/pu32/include/asm/cpuinfo.h | |
+45 −30 | arch/pu32/include/hwdrvdevtbl.h | |
+3 −2 | arch/pu32/kernel/console.c | |
+5 −0 | arch/pu32/kernel/proc.c | |
+184 −2 | arch/pu32/kernel/setup.c |
Binary file not shown.
Binary file not shown.