summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/riscv/riscv-context-validate.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* riscv: Fix misaligned access in context validateSebastian Huber2019-02-021-1/+1
|
* riscv: Add floating-point supportSebastian Huber2018-06-291-1/+177
| | | | Update #3433.
* riscv: Implement _CPU_Context_validate()Sebastian Huber2018-06-291-154/+167
| | | | Update #3433.
* riscv: Format assembler filesSebastian Huber2018-06-271-162/+162
| | | | | | Use tabs to match the GCC generated assembler output. Update #3433.
* cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary2017-11-011-0/+200
* Use #ifdefs for 32/64 bit code * Use unsigned long which is 32-bit on riscv32 and 64-bit on riscv64 (register size) * Move the code to a new shared riscv folder to be shared between riscv32 and riscv64 * Rename RTEMS_CPU extracted from command line to shared riscv target s/riscv*/riscv Update #3109