1
0
Fork 0
Commit Graph

676 Commits

Author SHA1 Message Date
Simon Renblad e5c64550ac fixes to be removed 2024-10-09 17:14:36 +08:00
Simon Renblad ddbeef1284 debug msgs, to be removed 2024-10-09 17:11:30 +08:00
Simon Renblad 579ae79ea3 add debug (remove later) 2024-10-09 16:53:45 +08:00
Simon Renblad d76f6fee0e fix interrupt handler 2024-10-08 16:11:21 +08:00
Simon Renblad e0d1dd4ba4 fixup 2024-10-08 14:37:25 +08:00
Simon Renblad 827526b232 cargo: change resolver 2024-10-08 14:36:39 +08:00
Simon Renblad c77e165cc8 fixed warnings 2024-10-07 15:26:16 +08:00
Simon Renblad 625719f36c unused libs, fixup 2024-10-07 15:05:53 +08:00
Simon Renblad 5fd84bf07b fixed bugs + missing methods 2024-10-07 14:59:00 +08:00
Simon Renblad 4f24d94675 remove unnecessary feature attributes 2024-10-04 17:33:40 +08:00
Simon Renblad 6c7be3e8a1 fix panic message 2024-10-04 17:22:49 +08:00
Simon Renblad 0f02df8a44 flake hashes 2024-10-04 17:20:49 +08:00
Simon Renblad 4ea5517127 fix compiler builtins version 2024-10-04 17:20:24 +08:00
Simon Renblad 5a7abb6534 add fatfs 0.4 dep 2024-10-04 17:19:23 +08:00
Simon Renblad 0017dd6821 lockfile 2024-10-04 17:08:16 +08:00
Simon Renblad aa858fb1c1 lockfile update 2024-10-04 17:05:57 +08:00
Simon Renblad 428bfe9c2f lockfile update 2024-10-04 16:44:36 +08:00
Simon Renblad 5406fcce48 commit lockfile 2024-10-04 16:36:23 +08:00
Simon Renblad 7d7c55e95d szl switch to fatfs r/w traits 2024-10-04 15:28:19 +08:00
Simon Renblad b5479825bd remove core_io dependency from libconfig 2024-10-04 15:23:12 +08:00
Simon Renblad bc8b5bb362 remove usage of BufReader 2024-10-04 13:31:04 +08:00
Simon Renblad 662d583c11 change fatfs to master 2024-10-04 13:03:47 +08:00
Simon Renblad 6855f4d40d remove core_io from Cargo.toml 2024-10-04 12:52:40 +08:00
Simon Renblad 972a7d5d9e up flake to 2024 sep nightly 2024-10-04 12:50:48 +08:00
Simon Renblad 6a678b6135 update version 2024-10-04 11:40:47 +08:00
Simon Renblad 253d31e8c5 llvm_asm -> asm 2024-10-04 11:38:57 +08:00
Sebastien Bourdeauducq 5ef3016554 flake: update dependencies 2024-09-30 14:15:10 +08:00
newell 6a45a0dfd0 ebaz4205 support
Co-authored-by: newell <newell.jensen@gmail.com>
Co-committed-by: newell <newell.jensen@gmail.com>
2024-09-30 14:08:58 +08:00
Sebastien Bourdeauducq b2b3e5c933 flake: update dependencies 2024-07-09 17:03:22 +02:00
Simon Renblad 0efbbe39fe llvm: patch for artiq-zynq release-7 2024-06-06 14:06:56 +08:00
Sebastien Bourdeauducq 51b8111e79 flake: move to nixos 24.05 2024-05-28 17:37:50 +08:00
Simon Renblad 46dc25b89e add LLVM copy from nixpkgs 2024-05-24 10:57:12 +08:00
Sebastien Bourdeauducq 731684abb4 flake: switch to nixpkgs master, update dependencies 2024-05-09 10:02:43 +08:00
Florian Agbuya 195a21fe78 use nix format for arm gnu toolchain 2024-03-25 17:20:19 +08:00
Florian Agbuya 96cefe6f06 update fsbl source 2024-03-25 17:16:56 +08:00
morgan 7c58c0cf43 abort: rename to exception_vectors 2024-03-07 12:26:28 +08:00
morgan 9005b73316 experiment: add set_vector_table example 2024-03-07 12:03:49 +08:00
morgan b1994dbe16 abort: support custom exception vector table addr 2024-03-07 12:03:29 +08:00
morgan 5bd336c961 add support for using custom FIQ handler
cfg: add dummy FIQ handler cfg
abort: gate dummy FIQ handler using cfg
2024-02-02 17:01:07 +08:00
morgan 298f64a2f9 boot: enable FIQ
asm: add FIQ enable instruction
2024-02-02 16:34:28 +08:00
morgan 4168eb63a7 GIC: fix wrong core target config when enabling interrupt (#109)
# Summary

- Before the patch, an extra 1 is added to `target_cpu` and the interrupt will be configured to the wrong CPU target.

| target_cpu | bits set before patch | bits set after patch   |
| -----------| -----------                      | -----------                       |
| core0      | 0b10 (enable interrupt on core1) | 0b01 (enable interrupt on core0)  |
| core1      | 0b11 (enable interrupt on core0 & core1)| 0b10 (enable interrupt on core1) |

- [Correct ICDIPTR Register configuration from AMD](https://docs.xilinx.com/r/en-US/ug585-zynq-7000-SoC-TRM/Software-Generated-Interrupts-SGI?tocId=0TsxAmy8MHRPDsayG96K1Q)

Reviewed-on: M-Labs/zynq-rs#109
Co-authored-by: morgan <mc@m-labs.hk>
Co-committed-by: morgan <mc@m-labs.hk>
2023-12-19 18:41:03 +08:00
Sebastien Bourdeauducq a43b8bf64e mkbootimage: work around buffer overflow 2023-12-03 16:16:22 +08:00
Sebastien Bourdeauducq 91bae572f9 fix "unknown argument '-Wl,--undefined=AUDITABLE_VERSION_INFO'" 2023-12-03 11:09:31 +08:00
Sebastien Bourdeauducq 301f9236e5 switch to nixpkgs cargo-xbuild (with workaround for rust nonsense) 2023-12-03 10:55:05 +08:00
Sebastien Bourdeauducq 55b36ee37e switch to new nixpkgs release 2023-12-03 10:45:47 +08:00
morgan 24c804e6f0 libcortex_a9: add interrupt exit support for interrupt_handler macro (#107)
Co-authored-by: morgan <mc@m-labs.hk>
Co-committed-by: morgan <mc@m-labs.hk>
2023-11-20 12:30:27 +08:00
Sebastien Bourdeauducq be672ab662 flake: update dependencies 2023-10-20 17:46:01 +08:00
mwojcik 0106430805 remove gpio reset 2023-10-18 17:33:19 +08:00
jmatyas c15b54f92b kasli-soc: add support for PHY_RST GPIO 2023-08-31 12:58:59 +02:00
Sebastien Bourdeauducq de42a5d1b2 flake: update to LLVM 14 2023-08-07 23:26:58 +08:00