- Nov 16, 2023
-
-
Román Cárdenas Rodríguez authored
-
- Nov 13, 2023
-
-
Román Cárdenas Rodríguez authored
Ensure sp is 16-byte aligned
-
- Nov 10, 2023
-
-
Chien Wong authored
Signed-off-by:Chien Wong <m@xv97.com>
-
Román Cárdenas Rodríguez authored
Fix setting incorrect sp if single-hart
-
Chien Wong authored
Signed-off-by:Chien Wong <m@xv97.com>
-
Chien Wong authored
Signed-off-by:Chien Wong <m@xv97.com>
-
Chien Wong authored
If single-hart is enabled, the sp is set to _stack_start - _hart_stack_size, rather than _stack_start. Fix this. Fixes: 9a02223a ("Add feature single-hart") Signed-off-by:
Chien Wong <m@xv97.com>
-
Román Cárdenas Rodríguez authored
Ignore hartid in single-hart mode.
-
Kevin Vigor authored
Don't bother checking hart ID on startup in single-hart mode. Allows use of cores with unusual mhartid values and saves a few instructions.
-
- Nov 09, 2023
-
-
Román Cárdenas authored
-
- Oct 04, 2023
-
-
Scott Mabin authored
Remove label-check from merge_group
-
- Oct 03, 2023
-
-
Román Cárdenas Rodríguez authored
It seems that the action used to check forbidden labels only works for PRs. Removing it from merge_group.
-
Román Cárdenas Rodríguez authored
Check CHANGELOG.md on PRs to master
-
Román Cárdenas Rodríguez authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
Román Cárdenas authored
-
- Oct 02, 2023
-
-
Román Cárdenas Rodríguez authored
Implement r0 crate in assembly
-
Gijs Burghoorn authored
-
- Sep 29, 2023
-
-
Gijs Burghoorn authored
-
Gijs Burghoorn authored
-
- Sep 28, 2023
-
-
Gijs Burghoorn authored
-
- Sep 23, 2023
-
-
Gijs Burghoorn authored
This implements the `r0::init_data` and `r0::zero_bss` routines in assembly. There is a generic implementation for `riscv32` and `riscv64`, since `riscv64` deals with alignment problems. The routines are kept at their old calling site so that only one hardware thread calls them. Consequently they are also inlined into the `start_rust` function. [Issue #122]
-
- Aug 12, 2023
-
-
Aleš Katona authored
Added GH action to check clippy
-
- Aug 11, 2023
-
-
Román Cárdenas authored
-
Román Cárdenas authored
-
- Aug 09, 2023
-
-
Aleš Katona authored
Add feature single-hart
-
- Aug 08, 2023
-
-
Chien Wong authored
Signed-off-by:Chien Wong <m@xv97.com>
-
- Jul 23, 2023
-
-
Aleš Katona authored
Use inline assembly instead of pre-compiled blobs
-
- Jul 09, 2023
-
-
Román Cárdenas authored
-
- Jul 07, 2023
-
-
Román Cárdenas Rodríguez authored
Fix oor branch via linking
-
- Jul 06, 2023