summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: Add LADDR assembler defineSebastian Huber2018-07-062-2/+12
* riscv: Implement CPU counterSebastian Huber2018-07-062-2/+16
* riscv: Clear reservationsSebastian Huber2018-07-055-6/+25
* riscv: Fix fcsr initializationSebastian Huber2018-07-022-1/+19
* riscv: Fix SMP context switch supportSebastian Huber2018-06-291-2/+2
* riscv: Add SMP context switch supportSebastian Huber2018-06-291-0/+47
* riscv: Add floating-point supportSebastian Huber2018-06-298-50/+538
* riscv: Fix global constructionSebastian Huber2018-06-291-4/+5
* riscv: Add TLS supportSebastian Huber2018-06-292-0/+9
* riscv: Remove dead codeSebastian Huber2018-06-291-41/+1
* riscv: Optimize context switch and interruptsSebastian Huber2018-06-296-174/+255
* riscv: Fix _CPU_Context_Initialize() prototypeSebastian Huber2018-06-292-12/+12
* riscv: Fix interrupt save/restoreSebastian Huber2018-06-291-1/+1
* riscv: Implement _CPU_Context_validate()Sebastian Huber2018-06-292-160/+168
* riscv: Make some CPU port defines visible to asmSebastian Huber2018-06-292-37/+49
* riscv: Implement _CPU_Context_volatile_clobber()Sebastian Huber2018-06-292-16/+16
* riscv: Remove mstatus from thread contextSebastian Huber2018-06-294-27/+14
* riscv: Remove x8 initializationSebastian Huber2018-06-291-2/+0
* riscv: Properly align the thread stackSebastian Huber2018-06-291-3/+7
* riscv: Do not clear thread contextSebastian Huber2018-06-291-5/+2
* riscv: Fix CPU_STACK_ALIGNMENTSebastian Huber2018-06-291-1/+2
* riscv: Remove RISCV_GCC_RED_ZONE_SIZESebastian Huber2018-06-292-5/+1
* riscv: Enable interrupts during dispatch after ISRSebastian Huber2018-06-295-55/+91
* riscv: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2018-06-282-0/+23
* riscv: Avoid namespace pollutionSebastian Huber2018-06-283-10/+4
* riscv: Optimize and fix interrupt disable/enableSebastian Huber2018-06-281-15/+16
* riscv: Add dummy SMP supportSebastian Huber2018-06-282-125/+27
* riscv: Implement ISR set/get levelSebastian Huber2018-06-282-9/+18
* bsp/riscv: Load global pointerSebastian Huber2018-06-271-2/+0
* riscv: Format assembler filesSebastian Huber2018-06-274-435/+437
* Rework initialization and interrupt stack supportSebastian Huber2018-06-272-20/+0
* score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber2018-06-271-0/+5
* Add _CPU_Counter_frequency()Sebastian Huber2018-06-152-0/+3
* Remove register keyword from public header filesSebastian Huber2018-04-161-1/+1
* riscv/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-72/+4
* Remove make preinstallChris Johns2018-01-2511-70/+16
* riscv/rtems/score/cpu.h: Use RTEMS_NO_RETURN not deprecated RTEMS_COMPILER_NO...Joel Sherrill2017-11-291-3/+2
* cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary2017-11-0118-0/+3524