Commit Graph

27810 Commits

Author SHA1 Message Date
Joel Sherrill
c966b4dc35 simsh*: Disable interrupt critical section tests
These do not run reliably on this simulator.
2015-04-01 09:39:42 -05:00
Joel Sherrill
ef3bcef890 jmr3904-testsuite.tcfg: New file 2015-04-01 09:39:42 -05:00
Joel Sherrill
7824d15fa4 disable-intrcritical-tests.tcfg: New file
This file contains the list of interrupt critical section tests.
There are some simulators these are unreliable on so they should
just be ignored.
2015-04-01 09:39:42 -05:00
Alexander Krutwig
2da28d2bee psxtmtests: Use timeout in more distant future
Adds future compatibility with strict monontonic software timestamps.
2015-03-31 15:16:43 +02:00
Alexander Krutwig
15031660b8 fstests: Increase stack size for symlink loop test 2015-03-31 15:15:23 +02:00
Alexander Krutwig
260cfe0500 fstests/fssymlink: Typo 2015-03-31 15:15:23 +02:00
Chris Johns
7790fec1c2 testsuites: dl02 needs an FPU init task. 2015-03-31 17:04:43 +11:00
Chris Johns
a300920de1 libmisc/shell: Add the rtrace command for buffered tracing support.
The rtrace command interfaces to the RTEMS Trace Linker's trace
buffering data allowing users to capture and report trace data.
2015-03-31 17:04:43 +11:00
Martin Galvan
ec8f3cbd6f TMS570: Add board reset code to bsp_reset 2015-03-31 07:57:04 +02:00
Martin Galvan
89fffa66b1 TMS570: Enable FPU in makefile. 2015-03-27 09:27:39 +01:00
Sebastian Huber
1a6683aa57 libcsupport: Include missing header file 2015-03-26 21:37:33 +01:00
Sebastian Huber
cb4dd48e06 sparc: Ensure interrupt service after ISR enable 2015-03-25 13:17:54 +01:00
Sebastian Huber
10a699d3fc testsupport: Generate unique worker names 2015-03-25 11:46:20 +01:00
Sebastian Huber
8aa967c3a4 bsp/altera-cyclone-v: Typo 2015-03-25 11:46:12 +01:00
Sebastian Huber
e7e86ba65f smpmigration01: Delete timing dependent assert
The cycles per runner depends too heavily on the hardware timing making
the assert unreliable.  Delete runner tasks before we print out the
status.
2015-03-25 11:46:04 +01:00
Sebastian Huber
4f10ed61d0 smptests/smpfatal08: Workaround for QorIQ BSPs 2015-03-24 14:35:05 +01:00
Sebastian Huber
a54866e910 monitor: Fix notepad dump 2015-03-24 14:35:05 +01:00
Sebastian Huber
ad57a59bac score: Fix MrsP ISR/task sychronization 2015-03-24 14:35:05 +01:00
Sebastian Huber
4054c91646 score: Add scheduler acquire/release
This is currently a global lock for all scheduler instances.  It should
get replaced with one lock per scheduler instance in the future.

Update #2273.
2015-03-24 14:35:05 +01:00
Sebastian Huber
3134eb8267 score: Use a dedicated ISR lock for thread queues
This makes it possible to use the standard thread queues in combination
with objects using fine grained locking.  There is no change for
uni-processor configurations.

Update #2273.
2015-03-24 14:35:04 +01:00
Sebastian Huber
57947f137c score: Add thread lock
Update #2273.
2015-03-24 14:35:04 +01:00
Sebastian Huber
2e9c3d5e29 score: Add thread priority change handler
Since the thread current priority change and thread queue requeue is
performed in one critical section it is possible to simplify the thread
queue requeue procedure.  Add a thread queue agnostic thread priority
change handler so that we are able to use alternative thread queue
implementations.

Update #2273.
2015-03-24 14:35:04 +01:00
Joel Sherrill
e02b20a3d3 cpukit/libmisc/utf8proc/utf8proc.c: Avoid overflow 2015-03-24 08:17:13 -05:00
Joel Sherrill
0771936eab libdl/rtl-shell.c: Adjust printf() format for off_t based on target 2015-03-24 08:17:04 -05:00
Joel Sherrill
dd23125a88 testsuites/sptests/sp54/init.c: Add cast to avoid warning 2015-03-24 08:17:02 -05:00
Joel Sherrill
d05d31ff41 samples/minimum/init.c: Add cast to avoid warning 2015-03-24 08:17:00 -05:00
Joel Sherrill
30ea9bf981 libdl/rtl-mdreloc-moxie.c: Fix printf() format warnings 2015-03-24 08:16:54 -05:00
Joel Sherrill
28a8206cf6 moxie machine type not supported by rtems-syms. See #2213
updates #2313.
2015-03-24 08:16:51 -05:00
Joel Sherrill
439d0ae6d4 tools/cpu/nios2/ptf.c: Add include of <ctype.h> 2015-03-24 08:16:46 -05:00
Joel Sherrill
36ad3c771e mrm332/console/sci.c: Make routines static 2015-03-24 08:16:44 -05:00
Joel Sherrill
90f2544035 nds/libnds/source/arm9/image.c: Add needed cast 2015-03-24 08:16:42 -05:00
Joel Sherrill
e2192d9f57 nds/libnds/source/arm7/clock.c: Avoid over indexing array 2015-03-24 08:16:41 -05:00
Joel Sherrill
e836c7c16c lpc176x/console/console-config.c: Conditionalize code to avoid unused warnings 2015-03-24 08:16:39 -05:00
Joel Sherrill
c2451845f4 tools/build/binpatch.c: Include <unistd.h> for getopt() 2015-03-24 08:16:38 -05:00
Joel Sherrill
5da717ac0a sptls03/init.c: Make type and constants uint32_t to avoid overflow warnings 2015-03-24 08:16:38 -05:00
Joel Sherrill
dc8ab4400b sptls01/init.c: Use larger data types for values 2015-03-24 08:16:37 -05:00
Joel Sherrill
0d36bfb30e rtems/score/tls.h: Add casts to eliminate warnings on some targets 2015-03-24 08:16:36 -05:00
Joel Sherrill
73a2caf46b sptests/spwatchdog/init.c: Avoid integer overflow 2015-03-24 08:16:35 -05:00
Joel Sherrill
2fe0f16d13 sptests/spedfsched02: Reduce stack space usage to fix on smaller targets 2015-03-24 08:16:35 -05:00
Joel Sherrill
c6ef8708c3 sptests/spatomic01/init.c: Avoid integer overflow 2015-03-24 08:16:34 -05:00
Joel Sherrill
7075711493 sptests/sp34/changepri.c: Correct printf() warning 2015-03-24 08:16:33 -05:00
Joel Sherrill
6c1aff6633 sptests/sp33/init.c: Correct printf() warning 2015-03-24 08:16:33 -05:00
Joel Sherrill
6849e5379a sptests/sp20: Reduce memory requirements
This was checked on sparc/sis. If this fails on other targets, then
the task stack sizes needs to be reevaluated.
2015-03-24 08:16:32 -05:00
Joel Sherrill
2be0342a4b sptests/sp13/system.h: Fine tune message buffer configuration to avoid integer overflow 2015-03-24 08:16:32 -05:00
Joel Sherrill
52a34a7419 sptests/sp12/pritask.c: Correct printf() warning 2015-03-24 08:16:31 -05:00
Joel Sherrill
ab90136b43 psxconfig01/init.c: Correct pointer/integer size warning 2015-03-24 08:16:30 -05:00
Joel Sherrill
278da87f3b psxtests/psx15/init.c: Correct printf() warning 2015-03-24 08:16:30 -05:00
Joel Sherrill
59efbdd4e9 malloctest/init.c: Fix use uninitialized warning 2015-03-24 08:16:29 -05:00
Joel Sherrill
0a9345ed68 shell/utils-cp.c: Avoid redefinition of TIMESPEC_TO_TIMEVAL 2015-03-24 08:16:28 -05:00
Joel Sherrill
54bfbe05bc dummy/default-configuration.c: Tune configuration down for small targets 2015-03-24 08:16:27 -05:00