Commit Graph
793 Commits
Author SHA1 Message Date
Joel Sherrill fb07f40407 Added gen68360_040. 1997-04-17 14:38:27 +00:00
Joel Sherrill 9fbba98c99 Fixed path which points to shared directory for all BSPs. 1997-04-16 17:47:48 +00:00
Joel Sherrill 334b01f17e fixed spacing 1997-04-16 17:46:26 +00:00
Joel Sherrill f9f375ed0e added fpsp support. 1997-04-16 17:45:52 +00:00
Joel Sherrill f8f370b645 Update from Eric Norum. 1997-04-16 17:45:35 +00:00
Joel Sherrill 34217ccf59 Updated to reflect Tony Bennett's new email address and the incorporation
of the ka9q stack, m68040 fpsp, gen68360_040 bsp submitted by Eric Norum.
1997-04-16 17:42:20 +00:00
Joel Sherrill 5bf6ffb42f Added FPSP support for MC68040 1997-04-16 17:34:40 +00:00
Joel Sherrill 010e758254 Added CVS Id's 1997-04-16 17:34:23 +00:00
Joel Sherrill f9b93da8b4 Added the MC68040 Floating Point Support Package. This was ported
to RTEMS by Eric Norum.  It is freely distributable and was acquired
from the Motorola WWW site.  More info is in the FPSP README.
1997-04-16 17:33:04 +00:00
Joel Sherrill 83e39b2631 Added --disable-tcpip option.
Add discussion of the pecularities of the i386-go32-rtems configuration.
1997-04-16 17:31:52 +00:00
Joel Sherrill 6881e0cb4b Reduced number of POSIX thread priorities from 255 to 254 to avoid conflicts
of lowest priority with the RTEMS IDLE thread.  This was causing the lowest
priority GNAT Ada task to never run.
1997-04-15 18:02:18 +00:00
Joel Sherrill c24fef3e90 Added directories to place test output screens into as part of fixing
difftest.
1997-04-15 18:00:03 +00:00
Joel Sherrill b1a4ca8446 Added line to install test screens so difftest does not have to have
a path back into the source tree.  This would be better for binary
distributions as well since you now have the correct output at the
install point.
1997-04-15 17:40:38 +00:00
Joel Sherrill b5847517fc Switched all bsps which had an implementation of sbrk.c which only
returned an error to using a single shared copy of this file.
1997-04-15 17:37:12 +00:00
Joel Sherrill ecc4594a2e Removed many BSPs' copy of setvec.c and let them share the same
implementation as all m68k BSPs.
1997-04-15 17:28:26 +00:00
Joel Sherrill bc7d465dcd replaced linking of source from mvme147 drivers with use of vpath to
simply search into that directory and get the necessary files.
1997-04-11 18:41:38 +00:00
Joel Sherrill 18e5d86bb9 removed commented out line performing a link 1997-04-11 18:40:04 +00:00
Joel Sherrill 6bcceb87ab enabled floating point and fixed confdef reference to initialization
tasks table.
1997-04-09 21:00:33 +00:00
Joel Sherrill 61a183a90e new test 1997-04-09 20:19:35 +00:00
Joel Sherrill dfdaf4acf1 added cpuuse and rtmonuse 1997-04-09 20:19:22 +00:00
Joel Sherrill c46ce85495 printing task names now instead of id numbers 1997-04-09 20:19:07 +00:00
Joel Sherrill fc7bc517db new files. 1997-04-09 20:18:54 +00:00
Joel Sherrill 9d5152f121 added rtmonuse and cpuuse directories 1997-04-09 20:07:22 +00:00
Joel Sherrill 8f695a1b67 added cpuuse and rtmonuse directories 1997-04-09 20:07:09 +00:00
Joel Sherrill e39e6f77cf added code to prevent attempts to clean up the library when rtems is
down.
1997-04-09 20:05:59 +00:00
Joel Sherrill 0956b52390 correct incorrect register addresses for port a. 1997-04-09 20:05:37 +00:00
Joel Sherrill 8c0dc2c8c8 removed unused is_character_ready routine. 1997-04-09 20:05:12 +00:00
Joel Sherrill 3fc076d757 added support for tracking thread cpu usage. 1997-04-09 20:04:52 +00:00
Joel Sherrill 192259f630 enhanced printf statements 1997-04-09 20:04:36 +00:00
Joel Sherrill 48e3459586 corrected spacing. 1997-04-09 20:04:22 +00:00
Joel Sherrill bbb846b405 added SYSTEM_STATE_SHUTDOWN 1997-04-09 20:03:59 +00:00
Joel Sherrill eafd6989b7 enhanced rtems_shutdown_executive to insure that no attempt will
be made to shut the system down when it is down.
1997-04-09 20:03:35 +00:00
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