source: rtems/c/src/exec/score/cpu/sparc/ChangeLog @ ae87ce4

4.104.114.84.95
Last change on this file since ae87ce4 was 21c468b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/29/02 at 14:17:58

2002-03-28 Ralf Corsepius <corsepiu@…>

  • cpu.c: Replace NO_TABLE_MOVE-support by external function (code moved to libcpu/sparc/tbr/tbr.c).
  • cpu.h: Replace NO_TABLE_MOVE-support by external function (code moved to libcpu/sparc/tbr/tbr.h).
  • sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
  • Property mode set to 100644
File size: 3.2 KB
Line 
12002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * cpu.c: Replace NO_TABLE_MOVE-support by external function
4        (code moved to libcpu/sparc/tbr/tbr.c).
5        * cpu.h: Replace NO_TABLE_MOVE-support by external function
6        (code moved to libcpu/sparc/tbr/tbr.h).
7        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
8
92002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * Makefile.am: Remove AUTOMAKE_OPTIONS.
15
162002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect 2002-01-23 changes.
19
202001-01-30      Joel Sherrill <joel@OARcorp.com>
21
22        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
23
242002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * rtems/Makefile.am: Removed.
27        * rtems/score/Makefile.am: Removed.
28        * configure.ac: Reflect changes above.
29
302001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add multilib support.
33
342001-11-28      Joel Sherrill <joel@OARcorp.com>,
35
36        This was tracked as PR91.
37        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
38        is used to specify if the port uses the standard macro for this (FALSE).
39        A TRUE setting indicates the port provides its own implementation.
40
412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
44        * configure.in: Remove.
45        * configure.ac: New file, generated from configure.in by autoupdate.
46
472001-09-27      Jiri Gaisler <jiri@gaisler.com>
48
49        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
50        bug has been there all the time, but only hits the leon bsp since the
51        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
52
532001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
56        * Makefile.am: Use 'PREINSTALL_FILES ='.
57
58
592001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am, rtems/score/Makefile.am:
62        Apply include_*HEADERS instead of H_FILES.
63
642001-01-03      Joel Sherrill <joel@OARcorp.com>
65
66        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
67        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
68        now that it is dynamically allocated.
69
702000-12-06      Joel Sherrill <joel@OARcorp.com>
71
72        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
73
742000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
75
76        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
77
782000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
79
80        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
81        on gcc arguments.  Do not initialize FP context if there is
82        no FPU.  Flush instruction cache after installing RTEMS trap handler.
83
842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
87
882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
91
922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
95        Switch to GNU canonicalization.
96
972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Include compile.am.
100
1012000-08-10      Joel Sherrill <joel@OARcorp.com>
102
103        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.