source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 2bc236ba

4.104.114.84.95
Last change on this file since 2bc236ba was 2bc236ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:03:01

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 10.1 KB
RevLine 
[2bc236ba]12005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
[f346774d]52005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
[af413e95]92004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
12        guard.
13
[b8ed8a9f]142004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * asm.h: Add doxygen preamble.
17
[ff60424]182004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
21        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
22
232004-11-02      Ralf Corsepius <ralf_corsepius@rtems.org>
[a911a77]24
25        * rtems/score/cpu.h: Add doxygen preamble.
26        * rtems/score/m68k.h: Add doxygen preamble.
27        * rtems/score/types.h: Add doxygen preamble.
28
[0cc9d277]292004-07-25      Joel Sherrill <joel@OARcorp.com>
30
31        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
32        endian swapping routines.
33
[be2ed3e]342004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
37        * Makefile.am: Don't include multilib.am.
38        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
39
[384b339e]402004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
43        to $(includedir)/rtems/m68k.
44
[5f8d82b7]452004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * Makefile.am: Install asm.h to $(includedir)/rtems.
48
[b49bcfc]492004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
52
[d86bae8]532004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
56        using c99 fixed size types.
57
[d3b09bf4]582004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * configure.ac: RTEMS_TOP([../../../..]).
61
[7b3de7e]622004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        PR 561/rtems
65        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
66
[7ea55607]672004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Move RTEMS_TOP one subdir down.
70
[3d1de20]712004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Add PREINSTALL_DIRS.
74
[8956e27]752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
78        Add PREINSTALL_FILES to CLEANFILES.
79
[36e48b1]802004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Requires automake >= 1.8.1.
83
[f08808e]842004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Include compile.am, again.
87
[ec8c1949]882004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Convert to using automake compilation rules.
91
[a8f1432b]922004-01-07      Joel Sherrill <joel@OARcorp.com>
93
94        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
95        longer in the tree.
96
[7fccd6d6]972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
100
[810720b6]1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
104
[60f7da2]1052003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Remove TMPINSTALL_FILES.
108
[7d0eba02]1092003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Add $(dirstamp) to preinstallation rules.
112
[d6a444d]1132003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Don't use gmake rules for preinstallation.
116
[9ca05b1]1172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Remove RTEMS_CANONICAL_HOST.
120
[8727808e]1212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Remove RTEMS_CHECK_CPU.
124
[05a98b7]1252003-09-04      Joel Sherrill <joel@OARcorp.com>
126
127        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
128        rtems/score/types.h: URL for license changed.
129
[7dcc3fe]1302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
133
[d2c26e4b]1342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove AC_CONFIG_AUX_DIR.
137
[089e1b04]1382003-02-06      Ilya Alexeev <ilya@continuum.ru>
139
140        * m68360.h: Correct the order of fields in the ethernet structure
141        to account for the typo in MC68360UM (page 7-248).
142
[53021d4]1432002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
146        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
147
[47c0220]1482002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Fix package name.
151
[86e1c26]1522002-11-01      Joel Sherrill <joel@OARcorp.com>
153
154        * cpu.c: Removed warnings.
155
[5c8b6b6]1562002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
159
[f8cb04a5]1602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Reformat.
163        Add autom4te*cache.
164        Remove autom4te.cache.
165
[a7bafd5]1662002-08-26      Eric Norum <eric.norum@usask.ca>
167
168        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
169        compilation.
170
[8e0738e1]1712002-08-14      Brett Swimley <brett.swimley@aedinc.net>
172
173        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
174        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
175        to be modified to determine if an interrupt may have modified
176        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
177        a test that would fail if _ISR_Flash was not commented out in
178        _Watchdog_Insert().  After this modification was made, my test
179        ran flawlessly.
180
[4deeca3]1812002-08-05      Joel Sherrill <joel@OARcorp.com>
182
183        * Per PR260 eliminate use of make-target-options.  This impacted
184        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
185        SuperCore and required that the m68k optimized memcpy be moved
186        to libcpu.
187        * memcpy.c: Moved to libcpu.
188        * Makefile.am: Modified to reflect above.
189
[a85d8ec]1902002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
193
[53f6727]1942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use .$(OBJEXT) instead of .o.
197
[af81910]1982002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: RTEMS_TOP(../../../..).
201
[3cf5a99]2022002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * rtems.S: Remove.
205        * Makefile.am: Reflect changes above.
206
[8c746fe]2072002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Remove RTEMS_PROJECT_ROOT.
210
[a25b63b]2112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Add RTEMS_PROG_CCAS
214
[6f79a970]2152002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
218        Add AC_PROG_RANLIB.
219
[2f6261d]2202002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
223        Use ../../../aclocal.
224
[2c7e8e51]2252002-05-28      Chris Johns <ccj@acm.org>
226
227        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
228        since it is now multilib'ed.
229
[ce3c6f3e]2302001-04-03      Joel Sherrill <joel@OARcorp.com>
231
232        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
233        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
234        name change.
235
[7273b6e]2362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac:
239        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
240        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
241        * Makefile.am: Remove AUTOMAKE_OPTIONS.
242
[544a600]2432002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
246
[9f9871f]2472002-03-06      Victor V. Vengerov <vvv@oktet.ru>
248
249        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
250        Generic implementation of endian swap primitives added for Coldfire
251        family.
252
[8b25dc6]2532002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * rtems/Makefile.am: Removed.
256        * rtems/score/Makefile.am: Removed.
257        * configure.ac: Reflect changes above.
258        * Makefile.am: Reflect changes above.
259
[e9718415]2602001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Add multilib support.
263
[66387986]2642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
267        * configure.in: Remove.
268        * configure.ac: New file, generated from configure.in by autoupdate.
269
[684eebc8]2702001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
273        * Makefile.am: Use 'PREINSTALL_FILES ='.
274
[ff19ae5]2752001-08-09      Chris Johns <ccj@acm.org>
276
277        * cpu_asm.S: This patch was co-developed with Eric Norum
278        <eric.norum@usask.ca>.  It closes a one instruction window
279        on some m68k CPU cores.  It fixes symptoms seen as:
280            1) No more `interrupt handler invoked twice for
281               a single interrupt'.
282            2) No more `lockup when mc68360 CPM and PIT interrupts
283               are at different levels'.
284        It does insert a little more overhead on machines without hardware
285        interrupt stacks but correctness has a price.
286
[329509fb]2872001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am, rtems/score/Makefile.am:
290        Apply include_*HEADERS instead of H_FILES.
291
[fe7acdcf]2922001-01-03      Joel Sherrill <joel@OARcorp.com>
293
294        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
295        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
296        now that it is dynamically allocated.
297
[c533372]2982000-12-19      Joel Sherrill <joel@OARcorp.com>
299
300        * cpu.c: Do not read or write raw interrupt vector table if
301        we are on a CPU that does not have a %vbr register and the
302        BSP is configured as having the table in ROM.
303
[feead226]3042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
307
[a314d3b4]3082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
311
[5582de1]3122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
315        Switch to GNU canonicalization.
316
[e090b7e]3172000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
318
319        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
320        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
321
[6c68186]3222000-10-12      John S Gwynne <jgwynne@mrcday.com>
323
324        * sim.h: These changes enable RTEMS to automatically generate
325        the ram_init file used by gdb with the BDM patches. The 332 has
326        on-board chip select lines (for RAM and FLASH) that must be
327        configured before use of these peripherals. These patches parse
328        data from start.c where the chip select lines are configured in
329        the runtime executable and automatically generates the gdb
330        initialization file using the same settings. A great time saver.
331        A similar file, ram_init_FW (flash writable), is also generated
332        that the flash programming tool uses.
333        * BSP/start/start.c: Must be modified to support above.
334        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
335
[d7118fd]3362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Include compile.am.
339
[e94ad1fe]3402000-08-10      Joel Sherrill <joel@OARcorp.com>
341
342        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.