summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-063-2/+7
| | | | | * bspspuriousinit.c, m68000spurious.c: Include rtems/bspIo.h instead of bspIo.h.
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-012-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-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-151-0/+2
| | | | | * include/mvme16x_hw.h: Include rtems/score/targopts.h so we can check which BSP this is being used with.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-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
* Adding ChangeLogs.Joel Sherrill2000-08-101-0/+3
|
* Split out items shared with mvme167.Joel Sherrill2000-08-021-0/+244
|
* Added sim68000 BSP for the BSVC simulator. This BSP includes theJoel Sherrill2000-08-012-0/+122
| | | | | alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-122-8/+14
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-131-0/+2
| | | | adds .cvsignore.
* Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill2000-01-311-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
* All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill2000-01-131-1/+0
|
* Made sweep of changes to get all BSPs to the same point on the linkcmdsJoel Sherrill2000-01-132-2/+64
| | | | and memory layout. Next step is to share the same bsp_pretasking_hook.
* Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-121-3/+3
| | | | that converts the libbsp/i386 subdirectory to full automake.
* Patch rtems-rc-20000104-10.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-101-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
* Updated copyright notice.Joel Sherrill1999-11-172-4/+2
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-0/+153
| | | | | .s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
* Fixed typo.Joel Sherrill1998-03-201-1/+1
|
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* Removed many BSPs' copy of setvec.c and let them share the sameJoel Sherrill1997-04-151-0/+39
implementation as all m68k BSPs.