summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/moxie (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-6/+6
| | | | | Apparently, at some point automake output changed and these were not updated.
* bsps: Do not build tests that require a tick interrupt.Chris Johns2014-05-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following BSPs do not have tick support so the tests fail: arm1136jfs arm1136js arm7tdmi arm920 armcortexa9 (does not run any more) avrtest h8sim h8sxsim m32csim m32rsim moxiesim simsh1 simsh2 simsh4 v850e1sim v850e2sim v850e2v3sim v850esim v850essim v850sim This list was provided by Joel in the following post: http://www.rtems.org/pipermail/rtems-devel/2014-April/006526.html
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-221-1/+3
| | | | | The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
* moxiesim/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill2014-03-211-9/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-213-3/+3
|
* bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2014-02-041-0/+14
|
* Add sample Moxie BSP for GDB simAnthony Green2013-02-2815-0/+646
Signed-off-by: Anthony Green <green@moxielogic.com>