summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-1/+1
| | | | | * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
* 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-12-032-7/+5
| | | | * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
* 2001-10-26 Alexandra Kossovsky <sasha@oktet.ru>Joel Sherrill2001-10-263-0/+257
| | | | | * tools: New subdirectory. * tools/Makefile.am, tools/runtest: New files.
* 2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-157-7/+32
| | | | | | | | | | * configure.ac: Added support for START_HW_INIT. * console/Makefile.am: Removed VPATH. * include/Makefile.am: Added missing ramdisk.h to include_HEADERS. * startup/linkcmds: Do not force output format to coff-sh. * startup/linkcmds-le: Comment out force of output format and add comment questioning need to have special linkcmds for little endian. * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
* 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-121-3/+3
| | | | | * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
* 2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-125-1/+22
| | | | | | | * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ. * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ. * include/.cvsignore: Add stamp-h* bspopts.h* * include/bsp.h: Add bspopts.h.
* 2001-10-11 Alexandra Kossovsky <sasha@oktet.ru>Joel Sherrill2001-10-1133-0/+2478
* clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am, README, bsp_specs, console/Makefile.am, console/console.c, console/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/syscall.h, include/ramdisk.h, include/.cvsignore, start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/hw_init.c, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am, timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore, configure.ac, .cvsignore, ChangeLog: New files. Reviewed and updated to latest automake and autoconf standards by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.