summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/riscv/riscv-context-volatile-clobber.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-29riscv: Add floating-point supportSebastian Huber1-0/+46
Update #3433.
2018-06-29riscv: Implement _CPU_Context_volatile_clobber()Sebastian Huber1-12/+15
Update #3433.
2018-06-27riscv: Format assembler filesSebastian Huber1-13/+14
Use tabs to match the GCC generated assembler output. Update #3433.
2017-11-01cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary1-0/+0
* 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
2017-10-28cpukit: Add basic riscv32 architecture port v3Hesham Almatary1-18/+20
Limitations: * NO FPU support [TODO] Update #3109
2017-08-15libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns1-1/+2
- Add `printk` support to aid multi-core debugging. - Add lock trace to aid lock debugging. - Fixes to gcc-7.1 warnings. - Fixes from ticket #2879. - Add verbose command controls. - Change using the RTEMS sys/lock.h API to manage exception threads. - ARM hardware breakpoint fixes. Support for SMP stepping is not implemented, this requires use of the context id register. Closes #2879.
2016-11-29cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns1-13/+19
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-11-30Whitespace removal.Ralf Corsepius1-1/+1
2008-12-11#include <stdint.h> instead of <rtems/stdint.h>.Ralf Corsepius1-1/+1
2005-05-09New.Ralf Corsepius1-38/+12
2004-04-20Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance.Ralf Corsepius1-2/+2
1998-08-19Base filesJoel Sherrill1-0/+70