summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/moxie/preinstall.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add <rtems/score/cpuimpl.h>Sebastian Huber2016-11-071-0/+4
| | | | | | The aim of this file is to encapsulate CPU port implementation details. This helps to hide implementation details from <rtems.h> which indirectly includes <rtems/score/cpu.h>.
* Revert bootstrap whitespace changes.Chris Johns2013-05-101-0/+1
|
* Using the generic atomic ops to implement UP mode atomic for all ↵WeiY2013-05-011-0/+3
| | | | architectures. SMP atomic port will be later.
* Add Moxie CPU supportAnthony Green2013-02-281-0/+41
Signed-off-by: Anthony Green <green@moxielogic.com>