summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-11-012000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+9
* shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
2000-09-152000-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
* include/mvme16x_hw.h: Include rtems/score/targopts.h so we can check which BSP this is being used with.
2000-09-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-14/+34
* clock/Makefile.am, console/Makefile.am, consolex/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include compile.am
2000-08-10Adding ChangeLogs.Joel Sherrill1-0/+3
2000-08-02Split out items shared with mvme167.Joel Sherrill1-0/+244
2000-08-01Added sim68000 BSP for the BSVC simulator. This BSP includes theJoel Sherrill2-0/+122
alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill2-8/+14
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+2
adds .cvsignore.
2000-01-31Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill1-4/+1
Ralf Corsepius <corsepiu@faw.uni-ulm.de> that contain: * Modifications, (minor) corrections, cleanups to most existing Makefile.ams * Adds automake support to all remaining BSPs which have not yet been converted to automake. * Makefile.am for all remaining wrapup/Makefile.ams
2000-01-13All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill1-1/+0
2000-01-13Made sweep of changes to get all BSPs to the same point on the linkcmdsJoel Sherrill2-2/+64
and memory layout. Next step is to share the same bsp_pretasking_hook.
2000-01-12Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+3
that converts the libbsp/i386 subdirectory to full automake.
2000-01-10Patch rtems-rc-20000104-10.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+12
that converts the m68k directory to automake. NOTE: This one is fully tested by building *all* bsps with ../../rtems-rc-20000104/configure \ --target=m68k-rtems \ --prefix=/tmp/rtems \ --enable-cxx \ --disable-posix \ --enable-rdbg \ --disable-networking \ --enable-maintainer-mode \ --enable-multiprocessing \ --disable-tests make
1999-11-17Updated copyright notice.Joel Sherrill2-4/+2
1998-12-14Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1-0/+153
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
1998-03-20Fixed typo.Joel Sherrill1-1/+1
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1997-04-15Removed many BSPs' copy of setvec.c and let them share the sameJoel Sherrill1-0/+39
implementation as all m68k BSPs.