summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-14mips/genmongoosev: RemoveAun-Ali Zaidi1-145/+0
updates #2448.
2014-10-13mips/genmongoosev: Fix warningsJoel Sherrill1-3/+11
2014-10-10Move Mongoose-V specific devices into BSP.Joel Sherrill1-1/+1
Putting the duart in libcpu was very optimistic and presumptuous. It has never been used again on another SoC and is BSP specific.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-15/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-5/+5
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
* clock/clockdrv.c, include/bsp.h, startup/bspstart.c, startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed size types.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock/clockdrv.c, console/conscfg.c, include/bsp.h, startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for license changed.
2002-11-012002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
* startup/gdb-support.c, startup/linkcmds: Removed warnings.
2002-03-082002-03-05 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill1-6/+44
* startup/gdb-support.c: Added calls into the mips-support gdb stub for configuring the memory regions. Any bsp that wants to use the gdbstub will need to do something similar. * startup/Makefile.am: Added shared/gdbstub directory to include path.
2002-03-012002-02-27 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill1-3/+90
* 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-02-082002-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-7/+12
* startup/Makefile.am: Now compile the gdb stub. * startup/bspstart.c: Fixed header block. * startup/gdb-support.c: New file in stub state.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-07-28First cut implementation of real-time clock support in libchip. ThisJoel Sherrill1-6/+7
version compiles cleanly but there is not a BSP with a configuration table to utilize it.
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.