summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * configure.ac: Require automake-1.9.
* 2006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-142-9/+14
| | | | * shared/gdbstub/mips-stub.c: Removed warnings.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-3/+7
| | | | * startup/bspstart.c: Convert C++ style comments to C style.
* Remove extra CRLF.Chris Johns2006-09-111-0/+4
|
* Remove extra CRLF.Chris Johns2006-09-111-32/+32
|
* 2006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-242-0/+6
| | | | * configure.ac:
* 2006-06-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-182-1/+8
| | | | * README:
* 2006-03-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-226-0/+27
| | | | * include/.cvsignore: New file.
* Misc. cosmetics.Ralf Corsepius2006-03-1717-77/+24
|
* Regenerate.Ralf Corsepius2006-03-161-2/+6
|
* AC_CONFIG_SRCDIR(csb350).Ralf Corsepius2006-03-161-1/+1
|
* 2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-161-1/+3
| | | | | * configure.ac: AC_CONFIG_SRCDIR(csb350). * acinclude.m4: Regenerate.
* New.Ralf Corsepius2006-03-161-0/+58
|
* Add preinstall.amRalf Corsepius2006-03-161-48/+1
|
* New (Submission by Bruce Robinson <brucer@pmccorp.com>).Ralf Corsepius2006-03-1623-0/+4984
|
* Add preinstall.amRalf Corsepius2006-03-162-100/+2
|
* New.Ralf Corsepius2006-03-161-0/+58
|
* New (Submission by Bruce Robinson <brucer@pmccorp.com>)Ralf Corsepius2006-03-1621-0/+3722
|
* New.Ralf Corsepius2006-03-161-0/+62
|
* New (Submission by Bruce Robinson <brucer@pmccorp.com>).Ralf Corsepius2006-03-1628-0/+4472
|
* 2006-03-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-162-7/+1
| | | | * README: Remove (obsolete).
* 2006-03-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-161-0/+4
| | | | * acinclude.m4: Remove p4000.
* Remove (abandoned).Ralf Corsepius2006-03-1624-3351/+0
|
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-084-2/+10
| | | | * startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-1/+5
| | | | * clock/clockdrv.c: Correct path to clockdrv_shell.c
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-6/+8
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-084-10/+15
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* Regenerate.Ralf Corsepius2006-01-144-4/+4
|
* Regenerate.Ralf Corsepius2006-01-124-0/+16
|
* Remove all-local:.Ralf Corsepius2006-01-124-8/+0
|
* Regenerate.Ralf Corsepius2006-01-124-4/+4
|
* Cleanup.Ralf Corsepius2006-01-124-8/+0
|
* New.Ralf Corsepius2006-01-114-0/+216
|
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-118-267/+46
| | | | * Makefile.am: Add preinstall.am.
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-132-4/+4
| | | | * bsp_specs: Remove %cpp.
* 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-062-2/+4
| | | | * console/console-io.c: Remove unused variable i.
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-268-8/+24
| | | | * include/bsp.h: New header guard.
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-101-0/+5
| | | | | * clock/clockdrv.c, include/bsp.h, network/network.c, startup/bspstart.c, timer/timer.c: Eliminate unsigned{8|16|32}.
* Eliminate unsigned{8|16|32}.Ralf Corsepius2005-05-105-34/+34
|
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-262-17/+21
| | | | | * startup/idtmem.S: Eliminate warnings and be more consistent with other MIPS assembly.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-265-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-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-143-4/+12
| | | | | * include/.cvsignore: Fixed typo. * network/network.c: Now compiles with GCC 4.0.
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-043-0/+9
| | | | * .cvsignore, ChangeLog, include/.cvsignore: New files.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-2518-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.
* Cosmetics.Ralf Corsepius2005-02-163-12/+12
|
* Cosmetics.Ralf Corsepius2005-01-281-2/+1
|
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-076-11/+23
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-052-2/+4
| | | | * Makefile.am: Fix typo.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-036-184/+71
| | | | * Makefile.am: Remove build-variant support.
* Fix typo in previous change.Ralf Corsepius2004-09-245-5/+5
|