pca006132
  • Joined on 2020-04-27
pca006132 deleted branch core1-restart from pca006132/zynq-rs 2020-08-04 12:04:23 +08:00
pca006132 deleted branch alloc-hack from pca006132/zynq-rs 2020-08-04 12:04:21 +08:00
pca006132 pushed to master at pca006132/artiq-zynq 2020-08-04 11:12:01 +08:00
7f4ccc9ded Updated cargoSha256
pca006132 pushed to core1-restart at pca006132/artiq-zynq 2020-08-04 10:48:16 +08:00
7f4ccc9ded Updated cargoSha256
pca006132 pushed to master at pca006132/artiq-zynq 2020-08-04 10:32:08 +08:00
56e7cc822c runtime/comms: limited concurrent connections to 1 only.
d58a3ef12c runtime/comms: restart core1 before kernel load.
fa00ab211d Updated zc706 dependency and fixed compiler errors.
7caee2bf88 improve DMA logging
bd6222dbaf fix DMA example
Compare 6 commits »
pca006132 pushed to better-reset at pca006132/artiq-zynq 2020-08-03 17:21:29 +08:00
c8a513b33f Updated to latest zc706.
pca006132 pushed to master at M-Labs/zynq-rs 2020-08-03 15:50:48 +08:00
b65606f2d0 libcortex_a9/sync_channel: added reset.
pca006132 pushed to master at M-Labs/zynq-rs 2020-08-03 15:00:04 +08:00
ee4089c52e updated cargoSha256
pca006132 pushed to alloc-hack at pca006132/zynq-rs 2020-08-03 14:48:47 +08:00
36c3fbdacd experiments: fixed linker script.
8328ffc66b libsupport_zynq/ram: allow single allocator.
84041a3154 libsupport_zynq/ram: use core0 allocator by default.
5850401d72 libsupport_zynq/ram: split allocators for two cores.
ccce37dffd linked_list_allocator: upgraded to 0.8.4
Compare 12 commits »
pca006132 pushed to alloc-hack at pca006132/zynq-rs 2020-08-03 14:47:46 +08:00
2defc88c09 experiments: fixed linker script.
74eb6fd9b9 libsupport_zynq/ram: allow single allocator.
b96f1fc43e experiments: fixed linker script.
aaecf0017a libsupport_zynq/ram: allow single allocator.
Compare 4 commits »
pca006132 pushed to alloc-hack at pca006132/zynq-rs 2020-08-03 14:46:06 +08:00
b96f1fc43e experiments: fixed linker script.
aaecf0017a libsupport_zynq/ram: allow single allocator.
9bfd473cb3 libsupport_zynq/ram: use core0 allocator by default.
d0515f3c8e libsupport_zynq/ram: split allocators for two cores.
41976132ad linked_list_allocator: upgraded to 0.8.4
Compare 25 commits »
pca006132 pushed to alloc-hack at pca006132/zynq-rs 2020-08-03 14:42:42 +08:00
e856d9b435 experiments: fixed linker script.
107b378d2a libsupport_zynq/ram: allow single allocator.
Compare 2 commits »
pca006132 pushed to core1-restart at pca006132/zynq-rs 2020-08-03 14:09:56 +08:00
3bbd1513fb build.sh: specify build experiments
7d38c53c18 libsupport_zynq/abort: moved core1 restart code to user code.
bbdf045fb4 libsupport_zynq/abort: moved core1 restart code to user code.
Compare 3 commits »
pca006132 pushed to core1-restart at pca006132/zynq-rs 2020-08-03 13:24:53 +08:00
bbdf045fb4 libsupport_zynq/abort: moved core1 restart code to user code.
02a2c4d1e3 experiments: updated example.
12669124a4 libcortex_a9/mutex: added interrupt critical section mask.
8f0a6bd5ea libsupport_zynq/abort: restart core1 main on core1 IRQ#0.
c1f61b5673 libcortex_a9/boot: enable IRQ on reset.
pca006132 pushed to gic-clean at pca006132/zynq-rs 2020-08-03 11:36:43 +08:00
631ae99c93 experiments: updated example.
cec0a5157b libcortex_a9/mutex: added interrupt critical section mask.
c5fc830ff3 libsupport_zynq/abort: restart core1 main on core1 IRQ#0.
9f538f58b2 experiments: updated example.
5ff0798c2f libcortex_a9/mutex: added interrupt critical section mask.
Compare 6 commits »
pca006132 pushed to gic-clean at pca006132/zynq-rs 2020-08-03 11:25:39 +08:00
9f538f58b2 experiments: updated example.
5ff0798c2f libcortex_a9/mutex: added interrupt critical section mask.
87eb00179d libsupport_zynq/abort: restart core1 main on core1 IRQ#0.
9dd946c0d6 libcortex_a9/boot: enable IRQ on reset.
31c49065f2 libboard_zynq/gic: refactored and added SGI functions.
pca006132 pushed to gic at pca006132/zynq-rs 2020-08-03 11:16:11 +08:00
c169206cd8 experiments: updated example.
9c53f77b26 libcortex_a9: Added interrupt mask for mutex.
de535fb2a8 libsupport_zynq/abort: reserved core1 IRQ#0 for soft restart.
a5e9e994ba libboard_zynq/gic: added interrupt handling helper functions.
e5b7c55fb9 libboard_zynq/gic: removed SGI set enable.
Compare 5 commits »
pca006132 pushed to gic at pca006132/zynq-rs 2020-07-31 16:30:15 +08:00
384c9267fe libboard_zynq/gic: supports SGI.
69b52ac440 libsupport_zynq/boot: enabled IRQ on boot.
96b16d2c6c gic: start implementation
Compare 3 commits »
pca006132 pushed to gic at pca006132/zynq-rs 2020-07-29 15:56:13 +08:00
d18021fc5c libboard_zynq/mpcore: added generated register definitions
pca006132 pushed to master at pca006132/regs-parser 2020-07-29 15:18:05 +08:00
10a229a667 Fixed field long name, again