summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/moxie/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add thread-local storage (TLS) supportSebastian Huber2014-02-041-1/+1
| | | | | Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.
* score: Simplify <rtems/score/cpuatomic.h>WeiY2013-08-281-30/+6
| | | | Add proper license and copyright.
* score/cpu: Add CPU_Per_CPU_controlSebastian Huber2013-08-091-0/+6
| | | | Add CPU port specific per-CPU control.
* update-all-architectures-to-new-atomic-implementationWeiY2013-07-171-6/+4
|
* score: Add CPU context validationSebastian Huber2013-05-101-0/+12
|
* Using the generic atomic ops to implement UP mode atomic for all ↵WeiY2013-05-011-0/+40
| | | | architectures. SMP atomic port will be later.
* cpukit moxie: Style correctionsJoel Sherrill2013-02-281-54/+2
|
* Add Moxie CPU supportAnthony Green2013-02-284-0/+1302
Signed-off-by: Anthony Green <green@moxielogic.com>