summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-5/+6
| | | | | | PR 605/bsps * cpu.c: Remove further c++ style comments having been missed in previous patch. Remove printf's entirely.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-134-0/+83
| | | | | * asm.h: New (stub file. For consistency with other ports, only). * Makefile.am: Add asm.h.
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-133-2/+7
| | | | | * asm.h: Include rtems/score/powerpc.h instead of rtems/score/ppc.h.
* Fix yet another stupid typo in previous patchRalf Corsepius2004-04-131-1/+1
|
* Fix typo in previous patchRalf Corsepius2004-04-131-1/+1
|
* 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-135-746/+779
| | | | | | | | | * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h) for consistency with other ports. * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h. * Makefile.am: Reflect changes above. * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of rtems/score/ppc.h.
* 2004-04-12 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-04-125-1/+31
| | | | | * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of MPC555 support as part of the addition of the SS555 BSP.
* 2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-122-5/+4
| | | | * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
* 2004-04-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-092-2/+7
| | | | | PR 605/bsps * cpu.c: Do not use C++ style comments.
* 2004-04-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-092-1/+5
| | | | * rtems/score/cpu.h: Fix typo.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-54/+59
| | | | | * cpu_asm.S: Convert asm comments to C-comments to prevent gcc-3.4.0pre from choking on them.
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-2/+6
| | | | * Makefile.am: Remove LIBC_DEFINES (Unsupported).
* Add missing PR604 reference.Joel Sherrill2004-04-081-0/+1
|
* Cosmetics.Ralf Corsepius2004-04-062-2/+0
|
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-061-1/+2
| | | | * score/cpu/Makefile.am: Add unix to DIST_SUBDIRS.
* Remove (Unused).Ralf Corsepius2004-04-061-2/+0
|
* CleanupRalf Corsepius2004-04-0613-156/+0
|
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-061-4/+1
| | | | | | | | * aclocal/rtems-cpu-subdirs.m4: Remove (Unused). * configure.ac: Remove RTEMS_CPU_SUBDIRS([score/cpu]). Add RTEMS_CHECK_SYSV_UNIX. Add score/cpu/*/Makefile. * score/cpu/Makefile.am: Add DIST_SUBDIRS.
* 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-0624-248/+64
| | | | | | * 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-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-0612-123/+32
| | | | | | * 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-06 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-064-73/+11
| | | | | | | | * rtems/score/cpu.h: Remove unixsize.h. * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac). * Makefile.am: Remove unixsize.h. Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
* 2004-04-03 Art Ferrer <arturo.b.ferrer@nasa.gov>Joel Sherrill2004-04-033-0/+26
| | | | | | | 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-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-032-18/+24
| | | | | * Makefile.am: Install m68302.h m68360.h qsm.h sim.h to $(includedir)/rtems/m68k.
* 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-034-15/+24
| | | | | | | | * 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>.
* Rebuild preinstallation rulesRalf Corsepius2004-04-021-8/+8
|
* 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-022-1/+6
| | | | * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-0124-84/+165
| | | | * Makefile.am: Install asm.h to $(includedir)/rtems.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-0112-6/+30
| | | | * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-304-162/+167
| | | | | * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-3018-199/+223
| | | | * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-305-38/+43
| | | | | * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-304-115/+120
| | | | | * cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-306-311/+316
| | | | | * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-305-54/+59
| | | | | * cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-304-36/+41
| | | | | * cpu.c, cpu_asm.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-306-21/+26
| | | | | * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
* 2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-2926-13/+65
| | | | * configure.ac: RTEMS_TOP([../../../..]).
* Remove refs to Makefile*.Ralf Corsepius2004-03-091-2/+0
|
* Unused.Ralf Corsepius2004-03-0825-50/+0
|
* 2004-02-26 Andreas Karlsson <andreas.karlsson@space.se>Joel Sherrill2004-02-262-0/+16
| | | | | * cpu_asm.S: Close window while restoring interrupted task state which resulted in CWP corruption.
* 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-093-8/+23
| | | | | PR 565/rtems * asm.h: Various hacks.
* 2004-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-303-8/+15
| | | | | PR 561/rtems * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-2126-14/+67
| | | | * configure.ac: Move RTEMS_TOP one subdir down.
* 2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1926-28/+106
| | | | * Makefile.am: Add PREINSTALL_DIRS.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1426-0/+119
| | | | | * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1226-13/+65
| | | | * configure.ac: Requires automake >= 1.8.1.
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-121-2/+2
| | | | * cpu/Makefile.am: Use @RTEMS_CPU@ instead of $(RTEMS_CPU).
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1126-21/+73
| | | | * Makefile.am: Include compile.am, again.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-1126-156/+173
| | | | * Makefile.am: Convert to using automake compilation rules.
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-075-8/+9
| | | | | * qsm.h, sim.h: Remove efi68k and efi332 references as they are no longer in the tree.