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
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
2defc88c09
experiments: fixed linker script.
74eb6fd9b9
libsupport_zynq/ram: allow single allocator.
b96f1fc43e
experiments: fixed linker script.
aaecf0017a
libsupport_zynq/ram: allow single allocator.
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
e856d9b435
experiments: fixed linker script.
107b378d2a
libsupport_zynq/ram: allow single allocator.
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.
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.
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.
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.
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.
384c9267fe
libboard_zynq/gic: supports SGI.
69b52ac440
libsupport_zynq/boot: enabled IRQ on boot.
96b16d2c6c
gic: start implementation