OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [sparc/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-26      Ralf Corsepius 
2
 
3
        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
4
 
5
2002-07-22      Ralf Corsepius 
6
 
7
        * Makefile.am: Use .$(OBJEXT) instead of .o.
8
 
9
2002-07-05      Ralf Corsepius 
10
 
11
        * configure.ac: RTEMS_TOP(../../../..).
12
 
13
2002-07-03      Ralf Corsepius 
14
 
15
        * rtems.S: Remove.
16
        * Makefile.am: Reflect changes above.
17
 
18
2002-07-01      Ralf Corsepius 
19
 
20
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
21
 
22
2002-06-27      Ralf Corsepius 
23
 
24
        * configure.ac: Add RTEMS_PROG_CCAS
25
 
26
2002-06-27      Ralf Corsepius 
27
 
28
        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
29
        Add AC_PROG_RANLIB.
30
 
31
2002-06-17      Ralf Corsepius 
32
 
33
        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
34
        Use ../../../aclocal.
35
 
36
2002-04-01      Ralf Corsepius 
37
 
38
        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
39
        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
40
 
41
 
42
2001-04-03      Joel Sherrill 
43
 
44
        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
45
        * rtems/score/sparctypes.h: Removed.
46
        * rtems/score/types.h: New file via CVS magic.
47
        * Makefile.am, rtems/score/cpu.h: Account for name change.
48
 
49
2002-03-28      Ralf Corsepius 
50
 
51
        * cpu.c: Replace NO_TABLE_MOVE-support by external function
52
        (code moved to libcpu/sparc/tbr/tbr.c).
53
        * cpu.h: Replace NO_TABLE_MOVE-support by external function
54
        (code moved to libcpu/sparc/tbr/tbr.h).
55
        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
56
 
57
2002-03-27      Ralf Corsepius 
58
 
59
        * configure.ac:
60
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63
 
64
2002-01-31      Ralf Corsepius 
65
 
66
        * Makefile.am: Reflect 2002-01-23 changes.
67
 
68
2001-01-30      Joel Sherrill 
69
 
70
        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
71
 
72
2002-01-23      Ralf Corsepius 
73
 
74
        * rtems/Makefile.am: Removed.
75
        * rtems/score/Makefile.am: Removed.
76
        * configure.ac: Reflect changes above.
77
 
78
2001-12-19      Ralf Corsepius 
79
 
80
        * Makefile.am: Add multilib support.
81
 
82
2001-11-28      Joel Sherrill ,
83
 
84
        This was tracked as PR91.
85
        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
86
        is used to specify if the port uses the standard macro for this (FALSE).
87
        A TRUE setting indicates the port provides its own implementation.
88
 
89
2001-10-11      Ralf Corsepius 
90
 
91
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
92
        * configure.in: Remove.
93
        * configure.ac: New file, generated from configure.in by autoupdate.
94
 
95
2001-09-27      Jiri Gaisler 
96
 
97
        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
98
        bug has been there all the time, but only hits the leon bsp since the
99
        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
100
 
101
2001-09-23      Ralf Corsepius 
102
 
103
        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
104
        * Makefile.am: Use 'PREINSTALL_FILES ='.
105
 
106
 
107
2001-02-04      Ralf Corsepius 
108
 
109
        * Makefile.am, rtems/score/Makefile.am:
110
        Apply include_*HEADERS instead of H_FILES.
111
 
112
2001-01-03      Joel Sherrill 
113
 
114
        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
115
        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
116
        now that it is dynamically allocated.
117
 
118
2000-12-06      Joel Sherrill 
119
 
120
        * cpu.c: Added include of  to eliminate warning.
121
 
122
2000-11-21      Jiri Gaisler 
123
 
124
        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
125
 
126
2000-11-14      Jiri Gaisler 
127
 
128
        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
129
        on gcc arguments.  Do not initialize FP context if there is
130
        no FPU.  Flush instruction cache after installing RTEMS trap handler.
131
 
132
2000-11-09      Ralf Corsepius 
133
 
134
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
135
 
136
2000-11-02      Ralf Corsepius 
137
 
138
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
139
 
140
2000-10-25      Ralf Corsepius 
141
 
142
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
143
        Switch to GNU canonicalization.
144
 
145
2000-09-04      Ralf Corsepius 
146
 
147
        * Makefile.am: Include compile.am.
148
 
149
2000-08-10      Joel Sherrill 
150
 
151
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.