Joel Sherrill
13a2734196
2007-03-10 Joel Sherrill <joel@OARcorp.com>
...
* sp26/system.h: Remove incorrect and duplicate
CONFIGURE_EXTRA_TASK_STACKS.
2007-03-10 16:19:07 +00:00
Joel Sherrill
88e8cc4d12
2007-03-05 Joel Sherrill <joel@OARcorp.com>
...
PR 1222/cpukit
* Makefile.am, configure.ac: Enhance so that when the prioirity of a
thread that is blocked on a priority based thread queue is changed,
that its placement in the queue is reevaluated based upon the new
priority. This enhancement includes modifications to the SuperCore as
well as new test cases.
* sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
sp35/sp35.doc, sp35/sp35.scn: New files.
2007-03-05 21:01:53 +00:00
Joel Sherrill
99c3730cc0
2007-03-05 Joel Sherrill <joel@OARcorp.com>
...
* sp26/system.h: Correct memory required for stack sizes.
2007-03-05 19:44:08 +00:00
Joel Sherrill
d6913f245e
2007-02-06 Joel Sherrill <joel@OARcorp.com>
...
* sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
sp13/task3.c: Address size_t/uint32_t typing issues in message queue
tests.
2007-02-06 19:14:35 +00:00
Joel Sherrill
a27fa6d543
2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sp33/init.c: Improve barrier test to include normal blocking with
manual release and unblocking in barrier deletion.
2006-12-04 14:10:48 +00:00
Ralf Corsepius
fcb0cd462c
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: New BUG-REPORT address.
2006-12-02 06:06:55 +00:00
Joel Sherrill
c338ae2b6b
2006-11-20 Joel Sherrill <joel@OARcorp.com>
...
* sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
and make output more compliant with other tests.
2006-11-20 23:18:45 +00:00
Joel Sherrill
6be472c869
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
cases intended on all targets possible with new heap algorithm.
2006-11-17 23:03:25 +00:00
Joel Sherrill
47c9f44a01
2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Adding Classic API Barriers.
* sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
New files.
2006-11-15 14:11:14 +00:00
Ralf Corsepius
ba2c04fa2c
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-10-17 07:38:02 +00:00
Ralf Corsepius
9c5ea1114a
Eliminate scndir, docdir. Use rtems_testsdir instead.
2006-07-11 05:09:12 +00:00
Ralf Corsepius
c0069ba805
2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
Use rtems_testsdir instead.
2006-07-11 05:00:43 +00:00
Joel Sherrill
0c30bc58c1
2006-04-05 Joel Sherrill <joel@OARcorp.com>
...
Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru >
* spsize/size.c: Victor spotted the problem that
_MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
variables and needed to be set to the same value. I took that
idea and just removed _Thread_MP_Receive. All uses are now
_MPCI_Receive_server_tcb.
2006-04-05 20:09:33 +00:00
Ralf Corsepius
1fd159523f
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove RTEMS_ENABLE_BARE,
BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-22 15:30:31 +00:00
Ralf Corsepius
6f2593f79f
Fix my email address
2005-11-13 06:52:39 +00:00
Ralf Corsepius
b244a05ac3
Convert to use *_PROGRAMS.
2005-11-13 06:29:38 +00:00
Ralf Corsepius
8a26f18d28
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
spfatal/Makefile.am, spsize/Makefile.am:
Convert to use *_PROGRAMS.
2005-11-13 06:29:06 +00:00
Ralf Corsepius
dc35ca4374
Fix typos.
2005-11-11 15:10:59 +00:00
Ralf Corsepius
9567283b2e
* sp01/Makefile.am: Rework.
...
* sp02/Makefile.am: Rework.
* sp03/Makefile.am: Rework.
* sp04/Makefile.am: Rework.
* sp05/Makefile.am: Rework.
* sp06/Makefile.am: Rework.
* sp07/Makefile.am: Rework.
* sp08/Makefile.am: Rework.
* sp09/Makefile.am: Rework.
* sp11/Makefile.am: Rework.
* sp12/Makefile.am: Rework.
* sp13/Makefile.am: Rework.
* sp14/Makefile.am: Rework.
* sp15/Makefile.am: Rework.
* sp16/Makefile.am: Rework.
* sp17/Makefile.am: Rework.
* sp19/Makefile.am: Rework.
* sp20/Makefile.am: Rework.
* sp21/Makefile.am: Rework.
* sp22/Makefile.am: Rework.
* sp23/Makefile.am: Rework.
* sp24/Makefile.am: Rework.
* sp25/Makefile.am: Rework.
* sp26/Makefile.am: Rework.
* sp27/Makefile.am: Rework.
* sp28/Makefile.am: Rework.
* sp29/Makefile.am: Rework.
* sp30/Makefile.am: Rework.
* sp31/Makefile.am: Rework.
* sp32/Makefile.am: Rework.
* spfatal/Makefile.am: Rework.
* spsize/Makefile.am: Rework.
2005-11-11 14:40:34 +00:00
Ralf Corsepius
3bb5d94490
Rework.
2005-11-11 14:33:33 +00:00
Ralf Corsepius
7e3887773a
Eliminate TEST.
2005-11-11 09:03:24 +00:00
Ralf Corsepius
95ec9ee5df
Remove.
2005-11-11 08:29:12 +00:00
Ralf Corsepius
7c1e3f4ca2
Expand sptests.am.
2005-11-11 08:18:16 +00:00
Ralf Corsepius
e570e3fe14
2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
* sptests.am: Remove.
2005-11-11 08:16:48 +00:00
Ralf Corsepius
cb2818800d
Eliminate DOCTYPES.
2005-11-10 22:21:20 +00:00
Ralf Corsepius
d65005e414
AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:44:35 +00:00
Ralf Corsepius
e3354cd26e
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:42:41 +00:00
Ralf Corsepius
e806c23e24
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* sptests.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-09 09:26:31 +00:00
Ralf Corsepius
f4b797596c
Remove stray comment
2005-11-09 01:50:17 +00:00
Ralf Corsepius
eea423b71f
changes
2005-11-07 16:01:50 +00:00
Ralf Corsepius
b763e98461
New.
2005-11-07 16:01:10 +00:00
Ralf Corsepius
99fbf4f9c0
Remove
2005-11-07 16:00:53 +00:00
Ralf Corsepius
38076f7582
Rename TEST to spsize.
2005-11-07 16:00:40 +00:00
Ralf Corsepius
83ca507593
Add spfatal to DIST_SUBDIRS.
2005-11-07 13:33:42 +00:00
Ralf Corsepius
be6168d466
Add spfatal/Makefile.
2005-11-07 13:33:22 +00:00
Ralf Corsepius
f068a6f98e
Misc. bugfixes.
2005-11-07 12:52:00 +00:00
Ralf Corsepius
f8acc2490a
* sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
...
sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
2005-11-07 12:51:44 +00:00
Ralf Corsepius
cd1b4bfc80
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* sptests.am: Remove LIB_VARIANT.
2005-11-07 12:42:28 +00:00
Ralf Corsepius
39767d0c6b
Remove SRC, PRINT_SRC.
2005-11-07 09:43:59 +00:00
Ralf Corsepius
fb02f6053e
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
2005-11-07 09:33:07 +00:00
Ralf Corsepius
d66557fac4
Switch back to include compile.am instead of amcompile.am
2005-11-07 09:09:26 +00:00
Ralf Corsepius
c32fb8f136
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* Makefile.am: Cleanup.
2005-11-07 08:43:52 +00:00
Ralf Corsepius
cdfd71036f
Partial conversion to automake.
2005-11-07 08:03:28 +00:00
Ralf Corsepius
099e111244
2005-11-07 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
spfatal/Makefile.am, spsize/Makefile.am:
Partial conversion to automake.
2005-11-07 07:59:12 +00:00
Ralf Corsepius
739d2616cd
Add $(PGM): ${ARCH}/$(dirstamp).
2005-11-07 07:58:15 +00:00
Joel Sherrill
df55b0f113
2005-03-07 Joel Sherrill <joel@OARcorp.com>
...
* sp13/task1.c: Removed warnings.
2005-03-07 23:45:21 +00:00
Joel Sherrill
9fa21da056
2004-09-29 Joel Sherrill <joel@OARcorp.com>
...
* spsize/size.c: i960 obsoleted and all references removed.
2004-09-29 20:37:20 +00:00
Ralf Corsepius
3e46c1cf83
Fix typo in previous change.
2004-09-24 06:32:10 +00:00
Ralf Corsepius
97891e5ea3
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* configure.ac: Require automake > 1.9.
2004-09-24 05:54:59 +00:00
Ralf Corsepius
1b4f2b305c
Remove stray white spaces.
2004-04-16 09:24:30 +00:00