Commit Graph

1201 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Joel Sherrill
691259b774 Fixed timerisr symbol. 1997-03-21 19:18:11 +00:00
Joel Sherrill
e667a0bc88 Rewrote to avoid references to C symbols from assembly. This entirely
circumvents the problem of leading underscores.
1997-03-21 19:17:46 +00:00
Joel Sherrill
51c9fb48df Fixes incorrect reference to start symbol. 1997-03-21 19:17:05 +00:00
Joel Sherrill
d0e126a63d updates from John Gwynne 1997-03-11 15:53:05 +00:00
Joel Sherrill
6335022e20 updates from John Gwynne 1997-03-11 15:42:59 +00:00
Joel Sherrill
1dc3500b21 added include of rtems.h so the proper macro definitions would be present. 1997-03-10 19:38:30 +00:00
Joel Sherrill
41c581549b made some of this conditional on unix lib 1997-03-10 19:38:06 +00:00
Joel Sherrill
133fb0e552 Larger Workspace when it is a POSIX API. Actually this is just to cover
the extra stack used when GNAT tasks are in the system.  This needs to be
cleaned up.
1997-03-08 03:53:37 +00:00
Joel Sherrill
aea06ed443 Modifications to make go32 build using new i386-go32-rtems toolset
and gcc 2.8.x -specs options.
1997-01-29 15:54:31 +00:00
Joel Sherrill
cd912a09ae new file explaining issues related to this bsp. 1997-01-29 15:35:13 +00:00
Joel Sherrill
f3f238783d Fixed this where it works. It includes the libpc.a and libc.a from
djgpp v1.x.
1997-01-29 15:22:49 +00:00
Joel Sherrill
cb585c3159 erc32 bsp supercedes sis 1997-01-29 00:32:23 +00:00
Joel Sherrill
551cb1c66c Minor change to eliminate incorrect use of unaligned register. 1997-01-29 00:30:51 +00:00
Joel Sherrill
dcec5a4d60 Merged newlib's libgloss support for rtems into this directory. This
should simplify the build process.
1997-01-29 00:29:25 +00:00
Joel Sherrill
634e746544 All RTEMS system call implementation renamed to be __rtems_*. 1997-01-29 00:28:47 +00:00