summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-291-136/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .cvsignore, ChangeLog, Makefile.am, acinclude.m4, configure.ac, cvme961/.cvsignore, cvme961/ChangeLog, cvme961/Makefile.am, cvme961/bsp_specs, cvme961/configure.ac, cvme961/times, cvme961/clock/ckinit.c, cvme961/console/console.c, cvme961/include/.cvsignore, cvme961/include/bsp.h, cvme961/include/tm27.h, cvme961/shmsupp/addrconv.c, cvme961/shmsupp/getcfg.c, cvme961/shmsupp/lock.c, cvme961/shmsupp/mpisr.c, cvme961/start/start.S, cvme961/startup/bspclean.c, cvme961/startup/bspstart.c, cvme961/startup/exit.c, cvme961/startup/linkcmds, cvme961/startup/setvec.c, cvme961/timer/timer.c, cvme961/timer/timerisr.S, i960sim/.cvsignore, i960sim/ChangeLog, i960sim/Makefile.am, i960sim/bsp_specs, i960sim/configure.ac, i960sim/clock/clockdrv.c, i960sim/console/console-io.c, i960sim/console/mon-syscalls.S, i960sim/include/.cvsignore, i960sim/include/bsp.h, i960sim/include/tm27.h, i960sim/start/start.c, i960sim/startup/bspstart.c, i960sim/startup/linkcmds, rxgen960/.cvsignore, rxgen960/ChangeLog, rxgen960/Makefile.am, rxgen960/README, rxgen960/bsp_specs, rxgen960/configure.ac, rxgen960/clock/ckinit.c, rxgen960/console/concntl.h, rxgen960/console/console.c, rxgen960/console/serial.c, rxgen960/console/serial.h, rxgen960/include/.cvsignore, rxgen960/include/bsp.h, rxgen960/include/rxgen960_config.h, rxgen960/include/tm27.h, rxgen960/start/rxgen_romld.S, rxgen960/startup/asmfault.S, rxgen960/startup/asmfault.h, rxgen960/startup/asmstub.S, rxgen960/startup/asmstub.h, rxgen960/startup/bspstart.c, rxgen960/startup/cntrltbl.c, rxgen960/startup/cntrltbl.h, rxgen960/startup/dram.ld, rxgen960/startup/exit.c, rxgen960/startup/fault.c, rxgen960/startup/fault.h, rxgen960/startup/faultret.h, rxgen960/startup/flttbl.c, rxgen960/startup/flttbl.h, rxgen960/startup/frmstr.c, rxgen960/startup/frmstr.h, rxgen960/startup/i960.h, rxgen960/startup/ihandler.S, rxgen960/startup/ihandler.h, rxgen960/startup/intrtbl.c, rxgen960/startup/intrtbl.h, rxgen960/startup/kkprintf.c, rxgen960/startup/linkcmds, rxgen960/startup/linkcmds.real, rxgen960/startup/main.h, rxgen960/startup/memchnl.h, rxgen960/startup/nmi.c, rxgen960/startup/nulsystbl.c, rxgen960/startup/pmc901_memmap.h, rxgen960/startup/prcb.c, rxgen960/startup/prcb.h, rxgen960/startup/rom.ld, rxgen960/startup/rom_cntrltbl.c, rxgen960/startup/rom_ibr.c, rxgen960/startup/rom_ibr.h, rxgen960/startup/rom_prcb.c, rxgen960/startup/rommon.h, rxgen960/startup/sctns.c, rxgen960/startup/sctns.h, rxgen960/startup/setvec.c, rxgen960/startup/systbl.c, rxgen960/startup/systbl.h, rxgen960/startup/time.h, rxgen960/timer/timer.c, rxgen960/timer/timerisr.S: Removed.
* Remove duplicate white lines.Ralf Corsepius2004-04-211-3/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-6/+6
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-4/+4
| | | | | | * clock/ckinit.c, console/concntl.h, console/console.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c, startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S: URL for license changed.
* 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-161-0/+2
| | | | | | | | | * include/zilog/Makefile.am: Remove. * include/motorola/Makefile.am: Remove. * include/sys/Makefile.am: Remove. * include/rtems/Makefile.am: Remove. * include/Makefile.am: Handle subdirs, require automake-1.5 * Makefile.am: Require automake-1.5.
* 2001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-121-1/+0
| | | | | | * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c, startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S: Fixed typo.
* 2000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-11-011-5/+3
| | | | | | | * startup/bspstart.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.
* Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill2000-07-111-16/+0
| | | | | | | routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-24/+1
|
* The rxgen960 BSP and i960 RPM support was submitted by Mark BronsonJoel Sherrill1999-10-271-0/+180
<mark@ramix.com> of RAMIX.