summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-07-062005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* console/console-io.c: Remove unused variable i.
2005-05-262005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius8-8/+24
* include/bsp.h: New header guard.
2005-05-102005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* clock/clockdrv.c, include/bsp.h, network/network.c, startup/bspstart.c, timer/timer.c: Eliminate unsigned{8|16|32}.
2005-05-10Eliminate unsigned{8|16|32}.Ralf Corsepius5-34/+34
2005-04-262005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-17/+21
* startup/idtmem.S: Eliminate warnings and be more consistent with other MIPS assembly.
2005-04-262005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-49/+32
* clock/clockdrv.c: Add include of rtems/bspIo.h. * include/tm27.h: Delete TX3904 code and leave stub. * network/network.c: Eliminate warnings. * startup/bspclean.c: Add include of rtems/bspIo.h. Reformat.
2005-03-142005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+12
* include/.cvsignore: Fixed typo. * network/network.c: Now compiles with GCC 4.0.
2005-03-042005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+9
* .cvsignore, ChangeLog, include/.cvsignore: New files.
2005-02-252005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman18-0/+2366
* acinclude.m4: Added csb350 to list of BSPs. * csb350/Makefile.am, csb350/README, csb350/bsp_specs, csb350/configure.ac, csb350/times, csb350/clock/clockdrv.c, csb350/console/console-io.c, csb350/include/bsp.h, csb350/include/tm27.h, csb350/network/network.c, csb350/start/regs.S, csb350/start/start.S, csb350/startup/bspclean.c, csb350/startup/bspstart.c, csb350/startup/linkcmds, csb350/timer/timer.c: New BSP.
2005-02-16Cosmetics.Ralf Corsepius3-12/+12
2005-01-28Cosmetics.Ralf Corsepius1-2/+1
2005-01-072005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius6-11/+23
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-052005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* Makefile.am: Fix typo.
2005-01-032005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius6-184/+71
* Makefile.am: Remove build-variant support.
2004-09-24Fix typo in previous change.Ralf Corsepius5-5/+5
2004-09-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius10-5/+25
* configure.ac: Require automake > 1.9.
2004-04-232004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius9-13/+46
PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius9-96/+160
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-212004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-30/+15
PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
2004-04-212004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-3/+15
PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-21Remove duplicate white lines.Ralf Corsepius23-262/+0
2004-04-21Remove stray white spaces.Ralf Corsepius19-191/+191
2004-04-15Remove stray white spaces.Ralf Corsepius13-16/+0
2004-04-032004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius7-11/+20
* console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, startup/idttlb.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>. * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, startup/idttlb.S, startup/inittlb.c: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-6/+15
* console/led.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>. * startup/idtmem.S: Include <rtems/asm.h> instead of <asm.h>. * startup/idttlb.S: Include <rtems/asm.h> instead of <asm.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-8/+22
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>. * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius4-10/+15
* times, include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size types.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius5-7/+12
* clock/clockdrv.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-10/+16
* clock/clockdrv.c, include/bsp.h, startup/bspstart.c, startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed size types.
2004-03-09Remove refs to Makefile*.Ralf Corsepius3-6/+0
2004-03-08Unused.Ralf Corsepius1-2/+0
2004-03-032004-03-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* Makefile.am: Correct typo.
2004-02-192004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-6/+105
* Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
2004-02-142004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-9/+19
* Makefile.am: Reflect changes to bsp.am.
2004-02-122004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+6
* acinclude.m4: Regenerate.
2004-02-122004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
2004-02-122004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-3/+15
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-032004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+6
* Makefile.am: Correct path to clockdrv_shell.c.
2004-02-022004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius13-201/+99
* Makefile.am: Merge-in console/Makefile.am, liblnk/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
2004-01-312004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius17-230/+123
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
2004-01-312004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+6
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
2004-01-312004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius13-194/+112
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
2004-01-312004-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-115/+138
* start/start.S: Replace #-ASM-style comments with C-/**/ comments. * start/reg.S: Remove //-comments
2004-01-292004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-3/+21
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. Add RTEMS_PROG_CCAS.
2004-01-212004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-1/+17
* Makefile.am: Add PREINSTALL_DIRS.
2004-01-212004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-9/+13
* Makefile.am: Add PREINSTALL_DIRS. * wrapup/Makefile.am: Reflect changes to libcpu.
2004-01-182004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-11/+11
* Makefile.am: Remove times from EXTRA_DIST (Non-existant). * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST. * console/Makefile.am: Remove console.c from EXTRA_DIST. * wrapup/Makefile.am: Reflect changes to libcpu.
2004-01-182004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-10/+12
* Makefile.am: Remove times from EXTRA_DIST (Non-existant). * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from EXTRA_DIST. * wrapup/Makefile.am: Reflect changes to libcpu.
2004-01-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-0/+13
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * startup/Makefile.am: Ditto.
2004-01-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-0/+19
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * start/Makefile.am: Ditto. * startup/Makefile.am: Ditto.