Commit Graph

120 Commits

Author SHA1 Message Date
Joel Sherrill
c62d36feed SPARC merged and successfully tested w/o interrupt support 1995-10-06 20:01:20 +00:00
Joel Sherrill
1cefaced31 moved to new development machine and went to gcc 2.7.0 1995-10-06 16:33:30 +00:00
Joel Sherrill
11290355c9 all targets compile .. tony's patches in place 1995-09-29 17:19:16 +00:00
Joel Sherrill
1039ae4125 new programs added 1995-09-27 22:01:50 +00:00
Joel Sherrill
07058e75b4 updated 1995-09-27 21:08:30 +00:00
Joel Sherrill
37f4c2d99f Modified UNIX simulator port so all references to native unix
stuff is in the executive source proper in the file cpu.c.  This
should help avoid conflicts between RTEMS POSIX files and UNIX files.
1995-09-27 20:53:58 +00:00
Joel Sherrill
c701f1974b Fixed typo 1995-09-27 20:52:56 +00:00
Joel Sherrill
5e9b32b439 posix support initially added 1995-09-26 19:27:15 +00:00
Joel Sherrill
879a0474ea fixed Id strings 1995-09-26 13:25:58 +00:00
Joel Sherrill
5e5731da12 new file 1995-09-26 13:22:47 +00:00
Joel Sherrill
1e0f4c8061 Removed unnecessary include files. 1995-09-22 17:27:56 +00:00
Joel Sherrill
7fe12f6959 Removed unneeded referenced to rtems/fatal.h 1995-09-22 17:27:14 +00:00
Joel Sherrill
18c53787e1 moving files around and adding the exec/wrapup directory 1995-09-22 15:35:48 +00:00
Joel Sherrill
7af35da5ff More file movement required api extension to be added to score 1995-09-21 20:55:07 +00:00
Joel Sherrill
24b1cb9221 More file movement 1995-09-21 19:55:51 +00:00
Joel Sherrill
ea5df0ea54 More file movement 1995-09-21 18:49:12 +00:00
Joel Sherrill
cda7ecc2d8 More file movement 1995-09-21 17:58:58 +00:00
Joel Sherrill
79aaec8681 Fixed problem in fast_idle_switch_hook 1995-09-21 17:47:06 +00:00
Joel Sherrill
be650a843c moving files around 1995-09-21 16:22:25 +00:00
Joel Sherrill
c73aee15af Changed version number 1995-09-20 16:01:31 +00:00
Joel Sherrill
486c329f2b Actually adding efi bsp's from John Gwynne after forgetting to
commit them.
1995-09-20 15:05:19 +00:00
Joel Sherrill
c896e8d873 Heap changes required some changes in this screen. 1995-09-19 21:44:52 +00:00
Joel Sherrill
2122a0b7f4 Modifications from Tony Bennett accepted to tune this test a little. 1995-09-19 21:44:33 +00:00
Joel Sherrill
d434b8d686 Modifications from Tony Bennett accepted to return aligned block.
Thread_Close fixed to avoid returning FP context area when one was not
allocated at initialization time.
1995-09-19 21:43:45 +00:00
Joel Sherrill
91a3554ded Modifications from Tony Bennett accepted to return aligned block. 1995-09-19 21:43:12 +00:00
Joel Sherrill
84ee59f575 Removed a section of code which was "#if 0"'ed. 1995-09-19 21:42:27 +00:00
Joel Sherrill
38ffa0cee2 Incorporated the submission from John S. Gwynne
<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-19 18:32:18 +00:00
Joel Sherrill
3652ad356b Minor bug fixes to get all targets compilable and running. The
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-19 14:53:29 +00:00
Joel Sherrill
b3ac6a8dfe Initial attempt at building HP PA-RISC using Solaris hosted tools.
Changed back to Newlib for Solaris UNIX simulator.
1995-09-12 19:45:42 +00:00
Joel Sherrill
4b61ebfb48 Added... 1995-09-11 20:19:06 +00:00
Joel Sherrill
08bae5e6c3 Added... This is the Configuration Tables Template file. 1995-09-11 20:18:48 +00:00
Joel Sherrill
ced11f9984 Added 1995-09-11 20:18:16 +00:00
Joel Sherrill
3a4ae6c210 The word "RTEMS" almost completely removed from the core.
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-09-11 19:35:39 +00:00
Joel Sherrill
5072b07691 new file -- split from inlines 1995-08-29 17:49:21 +00:00
Joel Sherrill
7f6a24abdd Added unused priority ceiling parameter to rtems_semaphore_create.
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-28 15:30:29 +00:00
Joel Sherrill
5250ff39f0 Moved _Thread_Information -> _RTEMS_tasks_Information.
Added a table of object information control blocks.

Modified _Thread_Get so it looks up a thread regardless of which
thread management "entity" (manager, internal, etc) actually "owns" it.
1995-08-23 21:06:31 +00:00
Joel Sherrill
3235ad9a2c Support for variable length names added to Object Handler. This supports
both fixed length "raw" names and strings from the API's point of view.

Both inline and macro implementations were tested.
1995-08-23 19:30:23 +00:00
Joel Sherrill
80e2c29e64 Added file .. fixed RCS Id 1995-08-22 17:11:19 +00:00
Joel Sherrill
0cf5bd681a fixed RCS Id 1995-08-22 17:11:04 +00:00
Joel Sherrill
63edbb3fbc Fixed missing RCS Ids 1995-08-22 16:57:18 +00:00
Joel Sherrill
6b45e470be Merged PowerPC port as submitted by Andy Bray of I-CUBED, Ltd
(andy@i-cubed.demon.co.uk).  This initial submission is known
to work on the IBM 403.  It is thought to work on the Motorola
601, 603, and 604 although this remains to be tested.

Another user -- Doug Currie (e@flavors.com) -- is interested in
this work and will be testing it on the 604 using the Metrowerks
C compiler and a different format assembly language.
1995-08-22 16:44:49 +00:00
Joel Sherrill
da6375babd fix broken RCS Ids -- $ accidentally lost merging changes earlier 1995-08-22 16:03:46 +00:00
Joel Sherrill
bb322a0ea6 make inline and macro implementations match 1995-08-22 15:37:59 +00:00
Joel Sherrill
b2c491a080 make inline and macro implementations match 1995-08-22 14:52:08 +00:00
Joel Sherrill
6136168881 Modified object name to id translation loop to make it easier to
incorporate variable length object names.  Previously the algorithm
scanned an array of 4-byte names for a match.  Now it scans the
object table, grabs a pointer to the name, and then compares it
if the object is active and has a name.
1995-08-22 13:56:54 +00:00
Joel Sherrill
2a0b721738 Changed to reflect adding object class to id
Added "0x" to printf of id
1995-08-18 21:44:46 +00:00
Joel Sherrill
94179e0f24 Changed to reflect adding object class to id 1995-08-18 21:44:29 +00:00
Joel Sherrill
0f592fbafe Modified references to task name. 1995-08-18 21:43:40 +00:00
Joel Sherrill
9863dbfdd4 + Added object type field to object id.
+ Added name pointer to Object_Control.

+ Modified Object Open and Close to address name field.

+ Removed name as separate element from Thread and Proxy Control.

+ Added parameter "object class" to calls to Initialize Information
1995-08-18 21:42:58 +00:00
Joel Sherrill
95fbca1940 + Added object type field to object id.
+ Added name pointer to Object_Control.

+ Modified Object Open and Close to address name field.

+ Removed name as separate element from Thread and Proxy Control.
1995-08-18 21:41:27 +00:00