summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/start/reset.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-082002-08-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+6
* start/Makefile.am: Pick up rest of Ralf'f changes and use cp not make-rel since there is no point in this case. * start/debugreset.S: Rights were not assigned. * start/reset.S: Add ifdef to avoid core dump until Chris can track it down. * start/cpuboot.c: Moved to startup. * startup/Makefile.am: Account for above.
2001-11-272001-11-27 Joel Sherrill <joel@OARcorp.com>,Joel Sherrill1-1/+8
This was tracked as PR39. * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger, startup/linkcmds, startup/rom: Eliminated required definition of macros in the custom file for the BSP to compile. The ROM and ROM address and size settings are now linker script items.
2000-01-13All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill1-8/+3
2000-01-12Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-4/+4
that converts the libbsp/i386 subdirectory to full automake.
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1-0/+881
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.