summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/mips/genmongoosev/bsp_specs (follow)
AgeCommit message (Collapse)Author
2007-04-122007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* bsp_specs: Remove qrtems_debug.
2007-04-102007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing endianness).
2003-09-082003-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* bsp_specs: Remove *lib:.
2003-08-112003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* bsp_specs: Remove -D__USE_INIT_FINI__. Remove *.cpp (Now unused).
2003-08-062003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius
* bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
2003-01-032002-12-08 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill
* bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support. * linkcmds: Added .init, .fini & related sections.
2002-08-212002-08-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* bsp_specs: Added support for -nostdlibs.
2002-03-012002-02-27 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill
* start/start.S: Added kseg1 test to enable cache flush code * bsp_specs: Added -qnostartfile to disable including bsp's start.o * startup/bspstart.c: Made clear_cache actually work, tweaked cpu init to only turn on whats needed. * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and a handy init function.
2002-01-042001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
2001-03-142001-02-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* The Generic Mongoose-V BSP uses only the peripherals found on the Synova Mongoose-V CPU. This is a radiation hardened CPU based on the LSI Logic 33K. * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/conscfg.c, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c, wrapup/.cvsignore, wrapup/Makefile.am: New files.