summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/startup (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-05-21patch from Eric NorumJoel Sherrill1-4/+4
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill2-10/+10
of switching to the modified GNU GPL.
1997-04-16Fixed path which points to shared directory for all BSPs.Joel Sherrill1-1/+1
1997-04-16Update from Eric Norum.Joel Sherrill3-148/+366
1997-04-15Switched all bsps which had an implementation of sbrk.c which onlyJoel Sherrill1-1/+1
returned an error to using a single shared copy of this file.
1997-04-15Removed many BSPs' copy of setvec.c and let them share the sameJoel Sherrill1-1/+1
implementation as all m68k BSPs.
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill6-69/+465
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-01This set of changes is the build of what was required to convert toJoel Sherrill1-0/+54
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-01-29All RTEMS system call implementation renamed to be __rtems_*.Joel Sherrill1-4/+4
1996-05-28fixed typoJoel Sherrill1-1/+1
1996-05-28added initial posix configuration supportJoel Sherrill1-1/+1
1996-05-08updated to remove workaround for bug in binutils 2.5.2 ld now that we areJoel Sherrill1-4/+4
up to 2.6
1996-05-01Updates from Eric Norum.Joel Sherrill3-69/+206
1996-04-24Hacked so gld will accept this so we can purge the aout toolset. This changeJoel Sherrill1-2/+21
should be undone when the m68k-coff cross toolset is updated next time.
1996-03-21minor mods to get to compile locallyJoel Sherrill2-3/+4
1996-03-06include of mc68360.h changed to m68360.h to reflect filename change.Joel Sherrill1-1/+1
1996-03-06Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill4-0/+523
Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6