summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi68k/startup (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-01-20Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1-1/+1
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1-1/+4
any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32).
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill3-6/+6
1997-04-25updated to reflect new license per John Gwynne's permission.Joel Sherrill2-26/+6
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill3-15/+15
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-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-07added cast to eliminate warningJoel Sherrill1-1/+1
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-03-11updates from John GwynneJoel Sherrill2-19/+24
1997-01-29All RTEMS system call implementation renamed to be __rtems_*.Joel Sherrill1-4/+4
1996-06-18corrected typoJoel Sherrill1-1/+1
1996-05-28added initial posix configuration supportJoel Sherrill1-1/+1
1996-02-21Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1-1/+1
only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
1995-12-20changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill1-1/+0
partially recovered working tree, etc
1995-10-30SPARC port passes all testsJoel Sherrill1-4/+7
1995-09-20Actually adding efi bsp's from John Gwynne after forgetting toJoel Sherrill7-0/+1496
commit them.