summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-04Remove CVS-Ids.Ralf Corsépius2-6/+0
2012-05-03General - Remove extraneous blank line in license messageJoel Sherrill1-1/+0
Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
2012-04-04PR 1993 - Convert MIPS to PIC IRQ modelJennifer Averett17-647/+205
2012-02-01Remove all .cvsignore files.Joel Sherrill1-8/+0
2011-12-102011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+8
* shared/interrupts/vectorexceptions.c: Make mips_dump_exception_frame, mips_default_exception_code_handler static.
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2-35/+41
PR 1917/bsps * mongoosev/duart/mg5uart.c: Modifications to add dynamic tables for libchip serial drivers.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* au1x00/vectorisrs/vectorisrs.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-302011-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* mongoosev/duart/mg5uart.c: Fix type mismatch.
2010-05-282010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-1/+16
* au1x00/include/au1x00.h: Add prototypes for mips_default_isr, assert_sw_irq, negate_sw_irq. * au1x00/vectorisrs/vectorisrs.c: Remove prototype of mips_default_isr.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-7/+9
* mongoosev/duart/mg5uart.c: Remove warnings.
2009-11-30Whitespace removal.Ralf Corsepius20-90/+90
2009-11-28Whitespace removal.Ralf Corsepius1-1/+1
2009-11-16Regenerate.Ralf Corsepius1-0/+4
2009-11-162009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+3
* Makefile.am: Add shared/interrupts/isr_entries.h.
2009-11-162009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* shared/interrupts/isr_entries.h: New.
2009-11-16New.Ralf Corsepius1-0/+26
2009-11-162009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* shared/interrupts/installisrentries.c: Remove nested externs.
2009-11-16Remove nested externs.Ralf Corsepius1-14/+2
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* mongoosev/duart/mg5uart.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* mongoosev/duart/mg5uart.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
2008-09-302008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+8
* timer/timer.c: Eliminate uses of old benchmark timer names.
2008-09-052008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-33/+7
* clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
2008-09-052008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* timer/timer.c: Convert to "bool".
2008-09-05Convert to "bool".Ralf Corsepius1-4/+2
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-19/+14
* timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
2008-07-14Cleanup.Ralf Corsepius1-6/+0
2007-11-262007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-8/+9
* clock/ckinit.c: Eliminate the clicks_per_microsecond field in the MIPS CPU Table and define another mechanism for drivers to obtain this information.
2007-03-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-3/+10
* au1x00/include/au1x00.h, au1x00/vectorisrs/maxvectors.c, au1x00/vectorisrs/vectorisrs.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
2007-01-08Regenerate.Ralf Corsepius1-2/+2
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: New BUG-REPORT address.
2006-10-192006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+7
* mongoosev/duart/mg5uart.c: Change type to unsigned.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-09-142006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-5/+9
* mongoosev/duart/mg5uart.c: Removed warnings.
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-47/+50
* mongoosev/vectorisrs/vectorisrs.c: Convert C++ style comments to C style.
2006-06-08B.Robinson MIPS patchGreg Menke4-12/+44
2006-05-162006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+5
* configure.ac: Use RTEMS_AMPOLISH3.
2006-04-022006-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* Makefile.am: Remove bogus CFLAGS_OPTIMIZE_V.
2006-03-172006-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-6/+17
* shared/interrupts/vectorexceptions.c: Merger with submission from Bruce Robinson <brucer@pmccorp.com>. Make some arrays static const.
2006-03-16Regenerate.Ralf Corsepius1-0/+14
2006-03-16Cosmetics.Ralf Corsepius1-8/+0
2006-03-162006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-0/+46
* Makefile.am, configure.ac: Reflect addition of rm52xx, tx49.
2006-03-162006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+8
* rm52xx/include/rm5231.h, rm52xx/vectorisrs/maxvectors.c, rm52xx/vectorisrs/vectorisrs.c, tx49/include/tx4925.h, tx49/include/tx4938.h, tx49/vectorisrs/maxvectors.c, tx49/vectorisrs/vectorisrs.c: New (Submission by Bruce Robinson <brucer@pmccorp.com>).
2006-03-16New (Submission by Bruce Robinson <brucer@pmccorp.com>).Ralf Corsepius7-0/+543
2006-01-14Regenerate.Ralf Corsepius1-1/+1
2006-01-12Regenerate.Ralf Corsepius1-0/+2
2006-01-12Remove all-local:.Ralf Corsepius1-2/+0
2006-01-12Regenerate.Ralf Corsepius1-2/+2
2006-01-12Cleanup.Ralf Corsepius1-3/+0
2005-11-07Fixed formatting.Joel Sherrill1-2/+2