summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-694/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* PR 1993 - Convert MIPS to PIC IRQ modelJennifer Averett2012-04-041-0/+13
|
* 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-101-0/+6
| | | | | | * shared/interrupts/vectorexceptions.c: Make mips_dump_exception_frame, mips_default_exception_code_handler static.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-181-0/+6
| | | | | | PR 1917/bsps * mongoosev/duart/mg5uart.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-0/+5
| | | | | * au1x00/vectorisrs/vectorisrs.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-0/+4
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2011-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-301-0/+4
| | | | * mongoosev/duart/mg5uart.c: Fix type mismatch.
* 2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-281-0/+7
| | | | | | | * 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-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-281-0/+4
| | | | * mongoosev/duart/mg5uart.c: Remove warnings.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-161-0/+1
| | | | * Makefile.am: Add shared/interrupts/isr_entries.h.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-161-0/+1
| | | | * shared/interrupts/isr_entries.h: New.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-161-0/+4
| | | | * shared/interrupts/installisrentries.c: Remove nested externs.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+5
| | | | | * mongoosev/duart/mg5uart.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
* 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-301-0/+4
| | | | * timer/timer.c: Eliminate uses of old benchmark timer names.
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-051-0/+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-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * timer/timer.c: Convert to "bool".
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-311-0/+5
| | | | | * timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-261-0/+6
| | | | | | * 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-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-121-0/+7
| | | | | | | * 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.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-0/+4
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-191-0/+4
| | | | * mongoosev/duart/mg5uart.c: Change type to unsigned.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-141-0/+4
| | | | * mongoosev/duart/mg5uart.c: Removed warnings.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-111-0/+5
| | | | | * mongoosev/vectorisrs/vectorisrs.c: Convert C++ style comments to C style.
* B.Robinson MIPS patchGreg Menke2006-06-081-1/+7
|
* 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-05-161-0/+4
| | | | * configure.ac: Use RTEMS_AMPOLISH3.
* 2006-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-04-021-0/+4
| | | | * Makefile.am: Remove bogus CFLAGS_OPTIMIZE_V.
* 2006-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-171-0/+6
| | | | | | * shared/interrupts/vectorexceptions.c: Merger with submission from Bruce Robinson <brucer@pmccorp.com>. Make some arrays static const.
* 2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-161-0/+1
| | | | * Makefile.am, configure.ac: Reflect addition of rm52xx, tx49.
* 2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-161-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>).
* Fixed formatting.Joel Sherrill2005-11-071-2/+2
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-0/+5
| | | | | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. * Makefile.am: Distibute mongoosev's READMEs
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-101-0/+10
| | | | | | | | | | * preinstall.am: New. * Makefile.am: Merge in au1x00/Makefile.am, mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am. Include preinstall.am. * au1x00/Makefile.am, mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-101-0/+4
| | | | * au1x00/vectorisrs/vectorisrs.c: Eliminate unsigned32.
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-141-0/+4
| | | | * au1x00/.cvsignore: New file.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-251-0/+4
| | | | * au1x00/include/au1x00.h: Converted types to C99 types.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-251-0/+8
| | | | | | | | * Makefile.am, configure.ac: New CPU. * shared/interrupts/installisrentries.c, shared/interrupts/isr_entries.S: Added CPU32 support. * au1x00/Makefile.am, au1x00/include/au1x00.h, au1x00/vectorisrs/maxvectors.c, au1x00/vectorisrs/vectorisrs.c: New CPU.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-071-0/+5
| | | | | * mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am, tx39/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-041-0/+4
| | | | * shared/Makefile.am: Fix typo.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-021-0/+5
| | | | | * mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am, tx39/Makefile.am: Remove build-variant support.
* 2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-191-0/+4
| | | | * configure.ac: Remove RTEMS_ENABLE_BARE.
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-241-0/+4
| | | | * configure.ac: Require automake > 1.9.
* 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-031-0/+12
| | | | | | | | | | | | * clock/clock.S, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/isr_entries.S, shared/interrupts/vectorexceptions.c, timer/gettime.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>. * clock/clock.S, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/installisrentries.c, shared/interrupts/isr_entries.S, shared/interrupts/vectorexceptions.c, timer/gettime.S: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-0/+6
| | | | | | * clock/clock.S: Include <rtems/asm.h> instead of <asm.h>. * shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>. * timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-0/+7
| | | | | | | * mongoosev/duart/mg5uart.c, mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/vectorexceptions.c, tx39/include/tx3904.h: Cosmetics.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-0/+8
| | | | | | | | * clock/ckinit.c, clock/clock.h, mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h, mongoosev/duart/mg5uart_reg.c, mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c, shared/interrupts/vectorexceptions.c, timer/timer.c, tx39/include/tx3904.h: Convert to using c99 fixed size types.
* 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-261-0/+4
| | | | * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
* 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-061-0/+6
| | | | | | * mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am: Don't include .../lib.am. Remove ACLOCAL_AMFLAGS. * shared/Makefile.am: Don't include .../lib.am.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-211-0/+12
| | | | | | | | | | | | * clock/Makefile.am, timer/Makefile.am: Remove. * r46xx/Makefile.am: Built timer.rel, clock.rel. Add PREINSTALL_DIRS. * Makefile.am: Remove timer, clock. * tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am: Add PREINSTALL_DIRS. * configure.ac: Reflect removing clock/Makefile.am, timer/Makefile.am. Add subdir-objects to AUTOMAKE_OPTIONS.
* 2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-181-0/+12
| | | | | | | | | | | | * clock/Makefile.am: Convert to using automake compilation rules. * mongoosev/Makefile.am: Ditto. * r46xx/Makefile.am: Ditto. * shared/Makefile.am: Ditto. * timer/Makefile.am: Ditto. * tx39/Makefile.am: Ditto. * Makefile.am: Remove conditional subdirs. * configure.ac: Add subdir-object to AUTOMAKE_OPTIONS. Require automake-1.8.2. Add AM_PROG_CC_C_O.