source: rtems/cpukit/score/cpu/c4x/ChangeLog @ 10f8664

4.104.114.84.95
Last change on this file since 10f8664 was 10f8664, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/02/04 at 07:39:05

2004-10-02 Ralf Corsepius <ralf_corsepius@…>

  • rtems/score/c4x.h: Add doxygen preamble.
  • rtems/score/cpu.h: Add doxygen preamble.
  • rtems/score/cpu_asm.h: Add doxygen preamble.
  • rtems/score/types.h: Add doxygen preamble.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * rtems/score/c4x.h: Add doxygen preamble.
4        * rtems/score/cpu.h: Add doxygen preamble.
5        * rtems/score/cpu_asm.h: Add doxygen preamble.
6        * rtems/score/types.h: Add doxygen preamble.
7
82004-09-29      Joel Sherrill <joel@OARcorp.com>
9
10        * rtems/score/cpu.h: i960 obsoleted and all references removed.
11
122004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
15        * Makefile.am: Don't include multilib.am.
16        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
17
182004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * Makefile.am: Install c4xio.h to $(includedir)/rtems/c4x.
21
222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * Makefile.am: Install asm.h to $(includedir)/rtems.
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
29
302004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
33        fixed size types.
34
352004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * configure.ac: RTEMS_TOP([../../../..]).
38
392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Move RTEMS_TOP one subdir down.
42
432004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Add PREINSTALL_DIRS.
46
472004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
50        Add PREINSTALL_FILES to CLEANFILES.
51
522004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Requires automake >= 1.8.1.
55
562004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Include compile.am, again.
59
602004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Convert to using automake compilation rules.
63
642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
67
682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
71
722003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Remove TMPINSTALL_FILES.
75
762003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Add $(dirstamp) to preinstallation rules.
79
802003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Don't use gmake rules for preinstallation.
83
842003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove RTEMS_CANONICAL_HOST.
87
882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Remove RTEMS_CHECK_CPU.
91
922003-09-26      Joel Sherrill <joel@OARcorp.com>
93
94        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
95        references.
96
972003-09-04      Joel Sherrill <joel@OARcorp.com>
98
99        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
100        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
101
1022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
105
1062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove AC_CONFIG_AUX_DIR.
109
1102003-02-11      Joel Sherrill <joel@OARcorp.com>
111
112        * irq.c: Rework logic that decides when to call
113        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
114        determined that _ISR_Signals_to_thread_executing was not being
115        honored and/or cleared properly.
116
1172002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
120        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
121
1222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Fix package name.
125
1262002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
129
1302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * .cvsignore: Reformat.
133        Add autom4te*cache.
134        Remove autom4te.cache.
135
1362002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
139
1402002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use .$(OBJEXT) instead of .o.
143
1442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Use . instead of .o.
147
1482002-07-05      Joel Sherrill <joel@OARcorp.com>
149
150        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
151        marked XXX.
152
1532002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: RTEMS_TOP(../../../..).
156
1572002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * rtems.c: Remove.
160        * Makefile.am: Reflect changes above.
161
1622002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Remove RTEMS_PROJECT_ROOT.
165
1662002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Add RTEMS_PROG_CCAS
169
1702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
173        Add AC_PROG_RANLIB.
174
1752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
178        Use ../../../aclocal.
179
1802001-04-03      Joel Sherrill <joel@OARcorp.com>
181
182        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
183        * rtems/score/c4xtypes.h: Removed.
184        * rtems/score/types.h: New file via CVS magic.
185        * Makefile.am, rtems/score/cpu.h: Account for name change.
186
1872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac:
190        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
191        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
192        * Makefile.am: Remove AUTOMAKE_OPTIONS.
193
1942002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * rtems/Makefile.am: Removed.
197        * rtems/score/Makefile.am: Removed.
198        * configure.ac: Reflect changes above.
199        * Makefile.am: Reflect changes above.
200
2012002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * asm.h: Remove #include <rtems/score/targopts.h>.
204        Add #include <rtems/score/cpuopts.h>.
205
206
207
2082002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
211
2122001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
215
2162001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Add multilib support.
219
2202001-11-28      Joel Sherrill <joel@OARcorp.com>,
221
222        This was tracked as PR91.
223        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
224        is used to specify if the port uses the standard macro for this (FALSE).
225        A TRUE setting indicates the port provides its own implementation.
226
2272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
230        * configure.in: Remove.
231        * configure.ac: New file, generated from configure.in by autoupdate.
232
2332001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
236        * Makefile.am: Use 'PREINSTALL_FILES ='.
237
2382001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am, rtems/score/Makefile.am:
241        Apply include_*HEADERS instead of H_FILES.
242
2432001-01-03      Joel Sherrill <joel@OARcorp.com>
244
245        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
246
2472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
250
2512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
254
2552000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
258        Switch to GNU canonicalization.
259
2602000-10-18      Joel Sherrill <joel@OARcorp.com>
261
262        * rtems/score/c4x.h: Modified to properly multilib.  This required
263        using only macros predefined by gcc.
264
2652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Include compile.am, formatting.
268        * rtems/Makefile.am: formatting.
269        * rtems/score/Makefile.am: formatting.
270
2712000-08-10      Joel Sherrill <joel@OARcorp.com>
272
273        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.