source: rtems/cpukit/score/cpu/sparc/ChangeLog @ fa1dbc0

4.104.114.84.95
Last change on this file since fa1dbc0 was 22ed9d0f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:07:10

2001-04-03 Joel Sherrill <joel@…>

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