source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 8e87c6e9

4.104.114.84.95
Last change on this file since 8e87c6e9 was 8e87c6e9, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:16:32

2002-04-01 Ralf Corsepius <corsepiu@…>

  • cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
  • rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
4        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
5
6
72001-04-03      Joel Sherrill <joel@OARcorp.com>
8
9        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
10        * rtems/score/sparctypes.h: Removed.
11        * rtems/score/types.h: New file via CVS magic.
12        * Makefile.am, rtems/score/cpu.h: Account for name change.
13
142002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * cpu.c: Replace NO_TABLE_MOVE-support by external function
17        (code moved to libcpu/sparc/tbr/tbr.c).
18        * cpu.h: Replace NO_TABLE_MOVE-support by external function
19        (code moved to libcpu/sparc/tbr/tbr.h).
20        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
21
222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * Makefile.am: Remove AUTOMAKE_OPTIONS.
28
292002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect 2002-01-23 changes.
32
332001-01-30      Joel Sherrill <joel@OARcorp.com>
34
35        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
36
372002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * rtems/Makefile.am: Removed.
40        * rtems/score/Makefile.am: Removed.
41        * configure.ac: Reflect changes above.
42
432001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Add multilib support.
46
472001-11-28      Joel Sherrill <joel@OARcorp.com>,
48
49        This was tracked as PR91.
50        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
51        is used to specify if the port uses the standard macro for this (FALSE).
52        A TRUE setting indicates the port provides its own implementation.
53
542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
57        * configure.in: Remove.
58        * configure.ac: New file, generated from configure.in by autoupdate.
59
602001-09-27      Jiri Gaisler <jiri@gaisler.com>
61
62        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
63        bug has been there all the time, but only hits the leon bsp since the
64        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
65
662001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
69        * Makefile.am: Use 'PREINSTALL_FILES ='.
70
71
722001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am, rtems/score/Makefile.am:
75        Apply include_*HEADERS instead of H_FILES.
76
772001-01-03      Joel Sherrill <joel@OARcorp.com>
78
79        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
80        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
81        now that it is dynamically allocated.
82
832000-12-06      Joel Sherrill <joel@OARcorp.com>
84
85        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
86
872000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
88
89        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
90
912000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
92
93        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
94        on gcc arguments.  Do not initialize FP context if there is
95        no FPU.  Flush instruction cache after installing RTEMS trap handler.
96
972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
100
1012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
104
1052000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
108        Switch to GNU canonicalization.
109
1102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Include compile.am.
113
1142000-08-10      Joel Sherrill <joel@OARcorp.com>
115
116        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.