Commit Graph
761 Commits
Author SHA1 Message Date
Joel Sherrill 113ef9fc7e added support for statistics on rate monotonic periods. 1997-04-09 20:02:29 +00:00
Joel Sherrill 0c3cd61642 Rate monotonic period and cpu usage monitor libraries and tests added. 1997-04-09 19:59:17 +00:00
Joel Sherrill d2afb931a3 blank lines deleted 1997-04-09 19:58:27 +00:00
Joel Sherrill 48d6de3482 Adding missing files. 1997-04-09 14:46:16 +00:00
Joel Sherrill e2d7955973 Added ka9q tcpip stack and network driver for the gen68360. This effort
was done based on the 3.6.0 release and had to be autoconf'ed locally.
It is turned on is the bsp enables it and it is not explicitly disabled
via the configure option --disable-tcpip.   As many warnings as possible
were removed locally after the code was merged.  Only the gen68360
and mvme136 bsps were compiled this way.

The ka9q port and network driver were submitted by Eric Norum
(eric@skatter.USask.Ca).

The network demo programs are not included in the tree at this point.
1997-04-09 14:05:50 +00:00
Joel Sherrill bed475e288 added cast to eliminate warning. 1997-04-08 11:53:54 +00:00
Joel Sherrill f8700f776e corrected printf specifications and added casts as necessary to eliminate
warnings.
1997-04-07 21:33:28 +00:00
Joel Sherrill de4f2810a7 added ifdef to avoid warning for unused variable. 1997-04-07 21:31:59 +00:00
Joel Sherrill 1c666fcea1 corrected integer only definitions of "FP CHECK" routines to eliminate
warnings.
1997-04-07 21:31:39 +00:00
Joel Sherrill 9ffcaa4a8a changed signed int to unsigned int to eliminate a warning. 1997-04-07 21:30:58 +00:00
Joel Sherrill bd71da714e removed noreturn attribute to eliminate warnings. 1997-04-07 21:30:42 +00:00
Joel Sherrill 82478528de commented out sccs_id's to eliminate warnings. 1997-04-07 21:30:16 +00:00
Joel Sherrill dd1d1c7382 added prototype and return statement to eliminate warnings. 1997-04-07 21:29:49 +00:00
Joel Sherrill f1fc782e5f commented out sccs_id's to eliminate warnings.
main.c: added return statement to eliminate a warning.
1997-04-07 21:29:09 +00:00
Joel Sherrill 318976f8dd removed reference to no_bsp.
added prototypes.
1997-04-07 21:28:21 +00:00
Joel Sherrill de1d7160c6 commented out sccs_id to eliminate warnings 1997-04-07 21:27:59 +00:00
Joel Sherrill 2938c1a3f3 added or fixed includes of page_table.h to eliminate warnings. 1997-04-07 21:27:22 +00:00
Joel Sherrill 588c9ede55 added cast to eliminate warning 1997-04-07 21:26:49 +00:00
Joel Sherrill 930b3d5c2d added prototype for delay. 1997-04-07 21:26:34 +00:00
Joel Sherrill 3bc409ce61 added global statement for start entry point 1997-04-07 21:26:22 +00:00
Joel Sherrill 437366fdd2 removed noreturn from prototype to avoid warnings. 1997-04-07 21:25:42 +00:00
Joel Sherrill 2bad8aa57c added cast to eliminate warning. 1997-04-07 21:25:21 +00:00
Joel Sherrill 759a9d9edd added return statement to avoid warning. 1997-04-07 21:24:28 +00:00
Joel Sherrill d6ba279565 added initialization of variable to eliminate warning. 1997-04-07 21:24:02 +00:00
Joel Sherrill 0b508554a8 added include of unistd.h to eliminate warning for no prototype for write(). 1997-04-07 21:23:43 +00:00
Joel Sherrill c6e895df6e added ifdef around variables to eliminate warnings when cross 1997-04-07 21:22:59 +00:00
Joel Sherrill 12d6f1418a added "ifndef" to avoid redefinition warning. 1997-04-07 21:22:15 +00:00
Joel Sherrill 424ab48994 added volatile to Switch_necessary structure member to avoid warning. 1997-04-07 21:21:55 +00:00
Joel Sherrill d911f4c2c0 added test to avoid spurious error 1997-04-07 21:21:21 +00:00
Joel Sherrill 4e8c5a6bdc added prototype for missing routine. 1997-04-07 21:20:57 +00:00
Joel Sherrill d749165100 added "return" to eliminate warning. 1997-04-07 21:20:48 +00:00
Joel Sherrill 2ff1d5498e added "ifndef" to avoid redefinition warning 1997-04-07 21:20:35 +00:00
Joel Sherrill 82ab443e24 added prototypes for two assembly language routines to eliminate warnings. 1997-04-07 21:20:16 +00:00
Joel Sherrill 32ef3dc4f6 commented out sccs_id to eliminate warning. 1997-04-07 21:19:59 +00:00
Joel Sherrill 11259ab7f2 added plea for someone to implement software stack switching for m68000-ish
cores.
1997-04-07 21:19:15 +00:00
Joel Sherrill 77d20fb28d Replaced warning message for cpus which do not have hardware support
for an interrupt stack.  Hopefully this will encourage someone to
implement software stack switching on the m68k.
1997-04-07 21:18:50 +00:00
Joel Sherrill 2e4bc8b434 initialized variable to eliminate warning 1997-04-07 21:17:42 +00:00
Joel Sherrill 94784cf8e5 changed signed int to unsigned to eliminate warning 1997-04-07 21:16:47 +00:00
Joel Sherrill 17c4511e3c added "ifndef" for ASM to avoid redefinition warnings. 1997-04-07 21:16:31 +00:00
Joel Sherrill 872cc62e7f updated to put bsps in alphabetical order 1997-04-07 21:15:24 +00:00
Joel Sherrill 1c24fe7ffc corrected one of the references to an environment variable which
is no longer used since autoconf is in place.
1997-04-02 16:27:05 +00:00
Joel Sherrill 51f5d64cf4 corrected printf format to avoid warning 1997-04-02 16:26:39 +00:00
Joel Sherrill 892a536da9 initialized variables or removed unused variables to remove warnings 1997-04-02 16:26:28 +00:00
Joel Sherrill 475fb331ff disabled posix api for the no_cpu-rtems configuration in configure.in
and regenerated configure.
1997-04-02 15:39:20 +00:00
Joel Sherrill bbbd11c1eb added Jiri for autoconf'ing 1997-04-02 15:00:52 +00:00
Joel Sherrill 9a11e1ff0d was checking for null cpu_table -- short have been checking configuration
table.
1997-04-02 14:58:19 +00:00
Joel Sherrill 254b445071 This set of changes is the build of what was required to convert to
GNU autoconf.  This is the first large step in allowing an RTEMS
user to perform a one-tree build (per crossgcc FAQ) including RTEMS
in the build process.  With this change RTEMS is configured in
built in the same style as the GNU tools, yet retains the basic
structure of its traditional Makefiles (ala Tony Bennett).
Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received)
a big thank you for doing this.

There are still issues to be resolved but as of this commit, all target
which can be built on a linux host have been using a modified version
of the source Jiri submitted.  This source was merged and most targets
built in the tree before this commit.

There are some issues which remain to be resolved but they are primarily
related to host OS dependencies, script issues, the use of gawk
for hack_specs, and the dependence on gcc snapshots.  These will
be resolved.
1997-04-01 23:07:52 +00:00
Joel Sherrill 467eae4da5 Fixed symbols. 1997-03-21 19:20:40 +00:00
Joel Sherrill 1a3e4faccb added decrementer entry. 1997-03-21 19:20:25 +00:00
Joel Sherrill 84e5b57f7b Removed Fake input ifdef code. 1997-03-21 19:19:33 +00:00