source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 624c881

4.104.114.84.95
Last change on this file since 624c881 was 4db30283, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/01 at 18:16:00

2001-11-28 Joel Sherrill <joel@…>,

This was tracked as PR91.

  • rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which is used to specify if the port uses the standard macro for this (FALSE). A TRUE setting indicates the port provides its own implementation.
  • Property mode set to 100644
File size: 2.2 KB
Line 
12001-11-28      Joel Sherrill <joel@OARcorp.com>,
2
3        This was tracked as PR91.
4        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
5        is used to specify if the port uses the standard macro for this (FALSE).
6        A TRUE setting indicates the port provides its own implementation.
7
82001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
11        * configure.in: Remove.
12        * configure.ac: New file, generated from configure.in by autoupdate.
13
142001-09-27      Jiri Gaisler <jiri@gaisler.com>
15
16        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
17        bug has been there all the time, but only hits the leon bsp since the
18        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
19
202001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
23        * Makefile.am: Use 'PREINSTALL_FILES ='.
24
25
262001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am, rtems/score/Makefile.am:
29        Apply include_*HEADERS instead of H_FILES.
30
312001-01-03      Joel Sherrill <joel@OARcorp.com>
32
33        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
34        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
35        now that it is dynamically allocated.
36
372000-12-06      Joel Sherrill <joel@OARcorp.com>
38
39        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
40
412000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
42
43        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
44
452000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
46
47        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
48        on gcc arguments.  Do not initialize FP context if there is
49        no FPU.  Flush instruction cache after installing RTEMS trap handler.
50
512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
54
552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
58
592000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
62        Switch to GNU canonicalization.
63
642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Include compile.am.
67
682000-08-10      Joel Sherrill <joel@OARcorp.com>
69
70        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.