-
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 8d57fad9cf...41de697bee (2): > match only /etc/profile.d/[a-zA-Z_]*.sh files; allowing to disable a script prepending it with a dot > enable dd third status line * fontamsoc-hw 8770c82...9929a05 (1): > improvements nexys4ddr.bit 81af3b69486e61b59caad617666a23fd87712d306a7b9fbe69c0266675ac8da6 xula2lx25.bit 5c315e918cd9df4d268e599bd163b86e7872e5ce644b17a3b1698d85d411e5d8 * fontamsoc-sw 541787a...b04f31f (5): > bugfix hwdrvblkdev and make use of double-buffering when reading/writing > bugfix hwdrvdevtbl to report correct interrupt index > implement pointer to function hwdrvblkdev_isbsy() called before hwdrvblkdev_isrdy() returns busy (0) > remove BIOS_FD_INTCTRLDEV handling > support for newer hardware interrupt controller implementation * linux 780d438eb0f7...13bf29614972 (3): > pu32hdd direct hardware access support > bugfix hwdrvdevtbl to report correct interrupt index > misc console driver improvements
- Loading branch information
1 parent
703cca0
commit f7be9a2
Showing
6 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule buildroot
updated
2 files
+2 −2 | package/busybox/busybox.config | |
+1 −1 | system/skeleton/etc/profile |
Submodule fontamsoc-hw
updated
19 files
+6 −6 | dev/intctrl.v | |
+18 −18 | dev/pi1_dcache.v | |
+3 −3 | dev/sdcard/sdcard_spi_phy.v | |
+21 −16 | lib/perint/inst.pi1q.v | |
+39 −28 | lib/perint/inst.pi1r.v | |
+24 −19 | lib/perint/pi1q.v | |
+60 −43 | lib/perint/pi1r.v | |
+3 −4 | lib/ram/bram.v | |
+3 −4 | lib/ram/dram.v | |
+3 −4 | lib/ram/ram2clk1i1o.v | |
+3 −4 | lib/ram/ram2clk1i2o.v | |
+3 −4 | lib/ram/ram2clk1i5o.v | |
+3 −3 | pu/init.pu.v | |
+14 −13 | pu/multipu.v | |
+24 −23 | pu/netsandregs.pu.v | |
+6 −7 | pu/opmuldiv.pu.v | |
+42 −25 | pu32-nexys4ddr/nexys4ddr.v | |
+2 −2 | pu32-nexys4ddr/nexys4ddr.xdc | |
+1 −1 | version.v |
Submodule fontamsoc-sw
updated
4 files
+15 −21 | bios/bios.c | |
+58 −37 | hwdrvblkdev/hwdrvblkdev.h | |
+2 −2 | hwdrvdevtbl/hwdrvdevtbl.h | |
+28 −13 | hwdrvintctrl/hwdrvintctrl.h |
Submodule linux
updated
4 files
+132 −12 | arch/pu32/drivers/pu32hdd/pu32hdd.c | |
+220 −0 | arch/pu32/include/hwdrvblkdev.h | |
+2 −2 | arch/pu32/include/hwdrvdevtbl.h | |
+2 −2 | arch/pu32/kernel/console.c |
Binary file not shown.
Binary file not shown.