summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-01-242005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/cpu.h: *_swap_u32( uint32_t ).
2005-01-242005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* rtems/score/types.h: #include <rtems/stdint.h>.
2005-01-072005-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* rtems/score/cpu.h: Remove warnings.
2005-01-07Fix format.Joel Sherrill1-1/+4
2005-01-072005-01-07 Ralf Corsepius <ralf.corsepius@freenet.de>Ralf Corsepius1-0/+4
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-04PR 739Greg Menke1-0/+7
2005-01-03PR 737Greg Menke1-0/+5
2005-01-012005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Remove build-variant support.
2004-12-06 PR 730Greg Menke1-120/+9
* cpu_asm.S: Collected PR 601 changes for commit to cvshead for rtems-4.7
2004-11-212004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* rtems/score/types.h: Use __rtems_score_types_h as preprocessor guard.
2004-11-212004-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* asm.h: Add doxygen preamble.
2004-11-022004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+6
* rtems/score/cpu.h: Add doxygen preamble. * rtems/score/mips.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
2004-09-292004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* rtems/score/cpu.h: i960 obsoleted and all references removed.
2004-07-252004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* cpu_asm.S: Remove use of C++ style comments and make this compile again.
2004-04-142004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+6
PR 605/bsps * cpu.c: Remove further c++ style comments having been missed in previous patch. Remove printf's entirely.
2004-04-092004-04-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
PR 605/bsps * cpu.c: Do not use C++ style comments.
2004-04-062004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+6
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac). * Makefile.am: Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
2004-04-032004-04-03 Art Ferrer <arturo.b.ferrer@nasa.gov>Joel Sherrill1-0/+7
PR 598/bsps * cpu_asm.S, rtems/score/cpu.h: Add save of floating point status/control register on context switches. Missing this register was causing intermittent floating point errors.
2004-04-032004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+8
* Makefile.am: Install iregdefs.h and idtcpu.h to $(includedir)/rtems/mips. * cpu_asm.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>. * rtems/score/mips.h, cpu_asm.S: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Install asm.h to $(includedir)/rtems.
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+4
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2004-03-302004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+4
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
2004-03-292004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: RTEMS_TOP([../../../..]).
2004-01-212004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Move RTEMS_TOP one subdir down.
2004-01-192004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* Makefile.am: Add PREINSTALL_DIRS.
2004-01-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
2004-01-122004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Requires automake >= 1.8.1.
2004-01-112004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* Makefile.am: Include compile.am, again.
2004-01-112004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* Makefile.am: Convert to using automake compilation rules.
2004-01-072004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* rtems/score/mips.h: Removed junk revision line.
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-012003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* Makefile.am: Remove TMPINSTALL_FILES.
2003-11-302003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* Makefile.am: Add $(dirstamp) to preinstallation rules.
2003-11-232003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* Makefile.am: Don't use gmake rules for preinstallation.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-212003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Remove RTEMS_CHECK_CPU.
2003-09-262003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all references.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/mips.h, rtems/score/types.h: URL for license changed.
2003-08-112003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-03-11Merger from rtems-4-6-branch.Ralf Corsepius1-0/+4
2002-12-112002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* configure.ac: Require autoconf-2.57 + automake-1.7.2. * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
2002-11-192002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Fix package name.
2002-11-042002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* idtcpu.h: Removed warning.
2002-11-012002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* idtcpu.h: Removed warnings.
2002-10-282002-10-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* idtcpu.h: Removed warning by turning extra token at the end of an endif into a comment.
2002-10-252002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
2002-10-212002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+6
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-08-142002-08-14 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill1-24/+7
* cpu_asm.S: Clarified some comments, removed code that forced SR_IEP on when returning from an interrupt.
2002-07-262002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.