summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/au1x00 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-112-4/+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.
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-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.
* PR 1993 - Convert MIPS to PIC IRQ modelJennifer Averett2012-04-042-114/+9
|
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-1/+1
| | | | | * au1x00/vectorisrs/vectorisrs.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-282-1/+9
| | | | | | | * 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.
* Whitespace removal.Ralf Corsepius2009-11-303-23/+23
|
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-123-3/+3
| | | | | | | * 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.
* Remove.Ralf Corsepius2005-05-102-50/+0
|
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-101-8/+8
| | | | * au1x00/vectorisrs/vectorisrs.c: Eliminate unsigned32.
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-141-0/+1
| | | | * au1x00/.cvsignore: New file.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-251-89/+89
| | | | * au1x00/include/au1x00.h: Converted types to C99 types.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-254-0/+766
* 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.