summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/riscv (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-02doxygen: score: Add RISC-V CPU architecture groupAndreas Dachsberger4-1/+26
2019-03-26score: Rename ScoreCPU Doxygen groupSebastian Huber1-1/+1
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2019-02-28Remove explicit file names from @fileSebastian Huber3-3/+3
2019-02-02riscv: Fix misaligned access in context validateSebastian Huber1-1/+1
2019-01-22riscv: add griscv bspJiri Gaisler1-4/+1
2019-01-22grlib: use cpu-independent routines for uncached accessJiri Gaisler3-0/+83
2019-01-09riscv: Enable robust thread dispatchSebastian Huber1-0/+3
2018-10-10build: Include header.am in cpukit/Makefile.amSebastian Huber2-14/+7
2018-10-10build: Merge score/cpu/*/Makefile.amSebastian Huber1-12/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber1-1/+0
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber1-1/+0
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber1-2/+0
2018-08-02riscv: Fix CPU_ALIGNMENTSebastian Huber1-1/+3
2018-07-27riscv: Rework CPU counter supportSebastian Huber4-5/+91
2018-07-25riscv: Add CLINT and PLIC supportSebastian Huber1-5/+45
2018-07-25riscv: Use wfi instruction for idle taskSebastian Huber2-12/+3
2018-07-25riscv: Rework exception handlingSebastian Huber6-144/+54
2018-07-25riscv: New CPU_Exception_frameSebastian Huber4-64/+203
2018-07-25riscv: Add exception codesSebastian Huber1-0/+39
2018-07-23score: Add _CPU_Instruction_illegal()Sebastian Huber1-0/+5
2018-07-20score: Add _CPU_Instruction_no_operation()Sebastian Huber1-0/+5
2018-07-20score: Move context validation declarationsSebastian Huber2-4/+4
2018-07-20score: Remove obsolete CPU port definesSebastian Huber1-4/+0
2018-07-06riscv: Add LADDR assembler defineSebastian Huber2-2/+12
2018-07-06riscv: Implement CPU counterSebastian Huber2-2/+16
2018-07-05riscv: Clear reservationsSebastian Huber5-6/+25
2018-07-02riscv: Fix fcsr initializationSebastian Huber2-1/+19
2018-06-29riscv: Fix SMP context switch supportSebastian Huber1-2/+2
2018-06-29riscv: Add SMP context switch supportSebastian Huber1-0/+47
2018-06-29riscv: Add floating-point supportSebastian Huber8-50/+538
2018-06-29riscv: Fix global constructionSebastian Huber1-4/+5
2018-06-29riscv: Add TLS supportSebastian Huber2-0/+9
2018-06-29riscv: Remove dead codeSebastian Huber1-41/+1
2018-06-29riscv: Optimize context switch and interruptsSebastian Huber6-174/+255
2018-06-29riscv: Fix _CPU_Context_Initialize() prototypeSebastian Huber2-12/+12
2018-06-29riscv: Fix interrupt save/restoreSebastian Huber1-1/+1
2018-06-29riscv: Implement _CPU_Context_validate()Sebastian Huber2-160/+168
2018-06-29riscv: Make some CPU port defines visible to asmSebastian Huber2-37/+49
2018-06-29riscv: Implement _CPU_Context_volatile_clobber()Sebastian Huber2-16/+16
2018-06-29riscv: Remove mstatus from thread contextSebastian Huber4-27/+14
2018-06-29riscv: Remove x8 initializationSebastian Huber1-2/+0
2018-06-29riscv: Properly align the thread stackSebastian Huber1-3/+7
2018-06-29riscv: Do not clear thread contextSebastian Huber1-5/+2
2018-06-29riscv: Fix CPU_STACK_ALIGNMENTSebastian Huber1-1/+2
2018-06-29riscv: Remove RISCV_GCC_RED_ZONE_SIZESebastian Huber2-5/+1
2018-06-29riscv: Enable interrupts during dispatch after ISRSebastian Huber5-55/+91
2018-06-28riscv: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2-0/+23
2018-06-28riscv: Avoid namespace pollutionSebastian Huber3-10/+4
2018-06-28riscv: Optimize and fix interrupt disable/enableSebastian Huber1-15/+16