summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-11-072001-11-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-3/+12
Tracked as PR72 but related to the object id problem (PR36) reported by Todor.Todorov@barco.com. * mp03/delay.c: Dispatch disable level is actually 1 not 0. * mp13/system.h: Configure enough tasks (CONFIGURE_MAXIMUM_TASKS=3). * mp14/delay.c: Dispatch disable level may be arbitrarily > 0.
2001-10-122001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+87
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
2001-10-112001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+7
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* mptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-192001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill29-28/+59
* mp02/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp02/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp04/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp04/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp14/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp14/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp06/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp06/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp08/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp08/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp03/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp03/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp10/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp10/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp05/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp05/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp13/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp13/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp01/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp01/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp07/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp07/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp11/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp11/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp12/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp12/node1/Makefile.am: include leaf.am instead of leaf.cfg. * mp09/node2/Makefile.am: include leaf.am instead of leaf.cfg. * mp09/node1/Makefile.am: include leaf.am instead of leaf.cfg.
2001-05-102001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2000-11-092000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2000-11-022000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-272000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-2/+8
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. * mptests.am: Remove DEFS.
2000-09-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill29-0/+45
* mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Include compile.am
2000-08-10Adding ChangeLogs.Joel Sherrill1-0/+1
2000-07-13Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill29-56/+58
that is yet another multilib-related structual cleanup patch: Changes: * Make RTEMS_TEST_NO_PAUSE a tests/ subpackage specific option. - Remove RTEMS_TEST_NO_PAUSE from custom/*.cfg, targopts.h and cpuopts.h. - Add autoconf macros RTEMS_*_RTEMS_TEST_NO_PAUSE (aclocal/rtems-test-no-pause.m4). - Add RTEMS_*_RTEMS_TEST_NO_PAUSE support to sptests/configure.ins and tmtests/configure.in. These are the only subdirectories which currently apply RTEMS_TEST_NO_PAUSE. - Add autoconf-DEFS support to all test subpackages' configure.ins below tests/. I.e. AC_DEFINES now get explicitly propagated as preprocessor defines into Makefiles, cf. AM_CPPFLAGS in tests/*/*.am, instead of using a global config-files. - Remove NDEBUG from custom/*.cfg. * AC_DEFINE POSIX_API, ITRON_API and MULTIPROCESSING in exec/configure.in, only. - All other sources now should relay on the values from cpuopts.h and should not define them themselves. - Several related changes to many configure.ins * Bug-fixes to RTEMS_*_RTEMS_DEBUG macros (Actually workarounds to quoting bugs in autoconf). Notes: * This patch is rather immature and only tested for a small subset of BSPs (requires the tests to be enabled and therefore takes an tremendous amount of disc space and time.) * The patches to *cfg were generated by a script. Expect file formating changes :)
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill43-128/+147
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill43-0/+97
adds .cvsignore.
2000-01-31Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill28-28/+0
that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
1999-12-21Patch rtems-rc-19991203-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill28-196/+0
which does minor cleanup for Makefile.ams below mptests, which only removes some bogus comments from the Makefile.ams. To apply: patch -p1 < rtems-rc-19991203-8.diff ./bootstrap
1999-11-30Uncommitted remains of a previous patch from Ralf CorsepiusJoel Sherrill1-0/+27
<corsepiu@faw.uni-ulm.de> which converted fiels to automake.
1999-11-29Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-12/+3
which (among other things) converted the mptests to automake. SUB_DIRS was used instead of SUBDIRS in some Makefile.ins (apparently a leftover from moving the start* directories) Addtional major bugs: * psxtests/include was empty (incomplete psxtests changes). * bogus handling of *.scn in itrontests (screens/sptests vs. screens/itrontests installation dirs) In addition I have added a few more changes (I couldn't resist) * automake support for itrontests * OPERATION_COUNT support in tmitrontests/ * automake support for tmitrontests * automake suppport for mptests * Some (minor) corrections to several configure.in/Makefile.ams => c/src/tests/ is completly under automake control, now. => we could start to sort out the structural issues with c/src/tests (tests/support, stubdr, tools, get "make dist" working)
1999-11-24Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill42-0/+1794
which (among other things) converted the mptests to automake.
1999-11-17Updated copyright notice.Joel Sherrill81-162/+81
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1-3/+3
where wrapup left pieces out of the librtemsall.a.
1999-08-10New configuration files added by patch fromJoel Sherrill1-0/+23
Ralf Corsepius <corsepiu@faw.uni-ulm.de>".
1998-04-27Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirementsJoel Sherrill2-0/+4
more accurate.
1998-02-17updated copyright to 1998Joel Sherrill81-81/+81
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill81-162/+162
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill81-405/+405
of switching to the modified GNU GPL.
1996-05-29tests now specify whether using posix initialization threads tableJoel Sherrill14-0/+27
or rtems initialization table in configuration table
1996-05-23updates from Tony BennettJoel Sherrill2-1/+16
1995-12-20changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill2-1/+54
partially recovered working tree, etc
1995-12-19changes remerged after disk crash -- history lostJoel Sherrill1-53/+0
1995-09-19Modifications from Tony Bennett accepted to tune this test a little.Joel Sherrill4-11/+22
1995-09-19Incorporated the submission from John S. GwynneJoel Sherrill1-1/+1
<jsg@coulomb.eng.ohio-state.edu> of the rest of the 68000-ish support for interrupt handling and bfffo support, the two BSPs he submitted (efi68k and efi332), and SGI Irix 5.3 host support.
1995-09-19Minor bug fixes to get all targets compilable and running. TheJoel Sherrill13-21/+21
single biggest changes were the expansion of the workspace size macro to include other types of objects and the increase in the minimum stack size for most CPUs.
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill28-128/+475
Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.
1995-08-28Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill5-0/+5
Rearranged code to created thread handler routines to initialize, start, restart, and "close/delete" a thread. Made internal threads their own object class. This now uses the thread support routines for starting and initializing a thread. Insured deleted tasks are freed to the Inactive pool associated with the correct Information block. Added an RTEMS API specific data area to the thread control block. Beginnings of removing the word "rtems" from the core.
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill26-26/+26
both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
1995-08-17maximum number of messages removed and include statement cleanupJoel Sherrill27-69/+75
1995-08-11added alignment attribute for array used as partition memory.Joel Sherrill1-1/+1
1995-07-12Ada95, gnat, go32Joel Sherrill1-1/+1
1995-05-30cpu/*types.h added and successfully compiled.Joel Sherrill2-2/+8
IDLE task priority changed from 0 to 255 during initialization.
1995-05-24Fully tested on all in-house targetsJoel Sherrill1-2/+2