pca006132
  • Joined on 2020-04-27
pca006132 pushed to master at pca006132/artiq-zynq 2020-06-29 10:00:27 +08:00
11a98919a5 Runtime config: fixed warning
64cdf0ade3 sd_reader: use const for magic numbers
d9bd42389f kernel: flush now write-buffered dcache of image before execution
06ad8dfe27 szl: flush now write-buffered dcache of DDR pages before executing instructions in them
f750234cb5 update dependencies
Compare 6 commits »
pca006132 created pull request M-Labs/zynq-rs#42 2020-06-29 09:43:32 +08:00
libsupport_zynq: make panic handler an optional feature
pca006132 pushed to master at pca006132/zynq-rs 2020-06-29 09:41:59 +08:00
5814a60a49 libsupport_zynq: make panic handler an optional feature
c0e66a632c ps7_init: move from experiments to libboard_zynq
b129d3e0df panic: fix CORE_MASK
1e4be13869 experiments: implement ps7_init::apply()
eea042e2ee experiments: update ps7_init for zc706
Compare 16 commits »
pca006132 pushed to eh at pca006132/artiq-zynq 2020-06-26 17:29:26 +08:00
037e7687a1 fixed dyld
16efeb0cf5 merged upstream
Compare 2 commits »
pca006132 pushed to eh at pca006132/artiq-zynq 2020-06-26 17:02:57 +08:00
e079b5f5cb Unwind from Rust with bugs.
pca006132 commented on issue M-Labs/zynq-rs#3 2020-06-26 15:00:36 +08:00
implement backtraces on panic

Currently the panic handler is implemented in this repo, while the unwinder is implemented in artiq_zynq, should we move the implementation to one place? Either move the unwinder here, or implement the panic handler in the artiq_zynq repo?

pca006132 pushed to eh at pca006132/artiq-zynq 2020-06-24 17:18:14 +08:00
3e65fc96da patches for dynamic linker and debugging
f56dcb6415 Merge commit 'a7551060120e45d90bbd9d689e7b128fe8f053bf' as 'src/llvm_libunwind'
a755106012 Squashed 'src/llvm_libunwind/' content from commit 3e6ec2a
340600c47a unwind tests
7b7913904d Removed src/llvm_libunwind submodule
Compare 7 commits »
pca006132 pushed to eh at pca006132/artiq-zynq 2020-06-23 10:36:49 +08:00
7a2c2b67cb now compiles
pca006132 deleted branch sd-reader from pca006132/artiq-zynq 2020-06-22 16:54:23 +08:00
pca006132 deleted branch devc-clean from pca006132/artiq-zynq 2020-06-22 16:54:19 +08:00
pca006132 deleted branch devc from pca006132/artiq-zynq 2020-06-22 16:54:16 +08:00
pca006132 pushed to eh at pca006132/artiq-zynq 2020-06-22 16:54:02 +08:00
1d2e83e53e added include files from arm gcc embedded
pca006132 pushed to eh at pca006132/artiq-zynq 2020-06-22 16:52:56 +08:00
4ac4c5e5e3 Try building libunwind
pca006132 pushed to eh at pca006132/artiq-zynq 2020-06-22 13:10:25 +08:00
e5495a21e4 ARTIQ exception support
6911159c9f added unwind supporting crates
64cdf0ade3 sd_reader: use const for magic numbers
d9bd42389f kernel: flush now write-buffered dcache of image before execution
06ad8dfe27 szl: flush now write-buffered dcache of DDR pages before executing instructions in them
pca006132 pushed to master at pca006132/artiq-zynq 2020-06-18 12:05:33 +08:00
6608c16f46 Config: Renamed ConfigNotFound into KeyNotFoundError.
pca006132 pushed to master at pca006132/artiq-zynq 2020-06-18 11:34:18 +08:00
f43ad05be5 Testing for config.
a55a6291a4 SD reader: optimized stack and binary size
2b1b0dc49f Load PL: simplify logic by using fatfs find_file directly.
228c0c813d SD reader: changed from &mut to owning.
f7bb339275 Config: implemented config struct.
Compare 9 commits »
pca006132 pushed to master at pca006132/artiq-zynq 2020-06-17 16:15:42 +08:00
0947bd561d patched Makefile instead of ps7_init
pca006132 pushed to master at pca006132/artiq-zynq 2020-06-17 15:49:01 +08:00
812ac5996d FSBL: self-built FSBL working
636680ffd3 pure build fsbl
Compare 2 commits »
pca006132 pushed to master at pca006132/artiq-zynq 2020-06-17 14:42:56 +08:00
636680ffd3 pure build fsbl
e43511c95f update dependencies
0dc0bb391d add support for loading bitstream from bootimage.
f9ccf908dd update dependencies
dec245e637 default.nix: also use BIF format to contain bitstream for SZL
Compare 5 commits »
pca006132 pushed to devc-clean at pca006132/artiq-zynq 2020-06-17 09:39:00 +08:00
e43511c95f update dependencies