source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 8fab7fa9

4.104.114.84.95
Last change on this file since 8fab7fa9 was 8fab7fa9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/05 at 06:30:55

Cosmetics.

  • Property mode set to 100644
File size: 11.6 KB
Line 
12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Split out preinstallation rules.
4        * preinstall.am: New (Split out from Makefile.am).
5
62005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
9        rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup.
10
112005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        PR 754/rtems
14        * rtems/asm.h: New (relocated from .).
15        * asm.h: Remove (moved to rtems/asm.h).
16        * Makefile.am: Reflect changes above.
17
182005-01-31      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        PR rtems/752
21        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
22        rtems/m68k/sim.h: New (relocated from .).
23        * m68302.h, m68360.h, qsm.h, sim.h: Remove.
24        * Makefile.am: Reflect changes above.
25
262005-01-28      Eric Norum <norume@aps.anl.gov>
27
28        * rtems/score/cpu.h, rtems/score/m68k.h: ColdFire ISA A+ instructions
29
302004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
31
32        * asm.h, rtems/score/cpu.h, rtems/score/m68k.h, rtems/score/types.h:
33        New header guards.
34
352005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * rtems/score/types.h: Remove signed8, signed16, signed32,
38        unsigned8, unsigned16, unsigned32.
39
402005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * rtems/score/m68k.h: *_swap_u32( uint32_t ).
43
442005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * rtems/score/m68k.h: *_swap_u16( uint16_t ).
47
482005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * rtems/score/types.h: #include <rtems/stdint.h>.
51
522005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
55
562005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Remove build-variant support.
59
602004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
63        guard.
64
652004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * asm.h: Add doxygen preamble.
68
692004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
72        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
73
742004-11-02      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * rtems/score/cpu.h: Add doxygen preamble.
77        * rtems/score/m68k.h: Add doxygen preamble.
78        * rtems/score/types.h: Add doxygen preamble.
79
802004-07-25      Joel Sherrill <joel@OARcorp.com>
81
82        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
83        endian swapping routines.
84
852004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
88        * Makefile.am: Don't include multilib.am.
89        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
90
912004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
94        to $(includedir)/rtems/m68k.
95
962004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * Makefile.am: Install asm.h to $(includedir)/rtems.
99
1002004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
103
1042004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
107        using c99 fixed size types.
108
1092004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * configure.ac: RTEMS_TOP([../../../..]).
112
1132004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        PR 561/rtems
116        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
117
1182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Move RTEMS_TOP one subdir down.
121
1222004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add PREINSTALL_DIRS.
125
1262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
129        Add PREINSTALL_FILES to CLEANFILES.
130
1312004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Requires automake >= 1.8.1.
134
1352004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Include compile.am, again.
138
1392004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Convert to using automake compilation rules.
142
1432004-01-07      Joel Sherrill <joel@OARcorp.com>
144
145        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
146        longer in the tree.
147
1482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
151
1522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
155
1562003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Remove TMPINSTALL_FILES.
159
1602003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add $(dirstamp) to preinstallation rules.
163
1642003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Don't use gmake rules for preinstallation.
167
1682003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Remove RTEMS_CANONICAL_HOST.
171
1722003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove RTEMS_CHECK_CPU.
175
1762003-09-04      Joel Sherrill <joel@OARcorp.com>
177
178        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
179        rtems/score/types.h: URL for license changed.
180
1812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
184
1852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove AC_CONFIG_AUX_DIR.
188
1892003-02-06      Ilya Alexeev <ilya@continuum.ru>
190
191        * m68360.h: Correct the order of fields in the ethernet structure
192        to account for the typo in MC68360UM (page 7-248).
193
1942002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
197        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
198
1992002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Fix package name.
202
2032002-11-01      Joel Sherrill <joel@OARcorp.com>
204
205        * cpu.c: Removed warnings.
206
2072002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
210
2112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * .cvsignore: Reformat.
214        Add autom4te*cache.
215        Remove autom4te.cache.
216
2172002-08-26      Eric Norum <eric.norum@usask.ca>
218
219        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
220        compilation.
221
2222002-08-14      Brett Swimley <brett.swimley@aedinc.net>
223
224        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
225        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
226        to be modified to determine if an interrupt may have modified
227        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
228        a test that would fail if _ISR_Flash was not commented out in
229        _Watchdog_Insert().  After this modification was made, my test
230        ran flawlessly.
231
2322002-08-05      Joel Sherrill <joel@OARcorp.com>
233
234        * Per PR260 eliminate use of make-target-options.  This impacted
235        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
236        SuperCore and required that the m68k optimized memcpy be moved
237        to libcpu.
238        * memcpy.c: Moved to libcpu.
239        * Makefile.am: Modified to reflect above.
240
2412002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
244
2452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Use .$(OBJEXT) instead of .o.
248
2492002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: RTEMS_TOP(../../../..).
252
2532002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * rtems.S: Remove.
256        * Makefile.am: Reflect changes above.
257
2582002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove RTEMS_PROJECT_ROOT.
261
2622002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Add RTEMS_PROG_CCAS
265
2662002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
269        Add AC_PROG_RANLIB.
270
2712002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
274        Use ../../../aclocal.
275
2762002-05-28      Chris Johns <ccj@acm.org>
277
278        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
279        since it is now multilib'ed.
280
2812001-04-03      Joel Sherrill <joel@OARcorp.com>
282
283        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
284        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
285        name change.
286
2872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac:
290        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
291        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
292        * Makefile.am: Remove AUTOMAKE_OPTIONS.
293
2942002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
297
2982002-03-06      Victor V. Vengerov <vvv@oktet.ru>
299
300        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
301        Generic implementation of endian swap primitives added for Coldfire
302        family.
303
3042002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * rtems/Makefile.am: Removed.
307        * rtems/score/Makefile.am: Removed.
308        * configure.ac: Reflect changes above.
309        * Makefile.am: Reflect changes above.
310
3112001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Add multilib support.
314
3152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
318        * configure.in: Remove.
319        * configure.ac: New file, generated from configure.in by autoupdate.
320
3212001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
324        * Makefile.am: Use 'PREINSTALL_FILES ='.
325
3262001-08-09      Chris Johns <ccj@acm.org>
327
328        * cpu_asm.S: This patch was co-developed with Eric Norum
329        <eric.norum@usask.ca>.  It closes a one instruction window
330        on some m68k CPU cores.  It fixes symptoms seen as:
331            1) No more `interrupt handler invoked twice for
332               a single interrupt'.
333            2) No more `lockup when mc68360 CPM and PIT interrupts
334               are at different levels'.
335        It does insert a little more overhead on machines without hardware
336        interrupt stacks but correctness has a price.
337
3382001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am, rtems/score/Makefile.am:
341        Apply include_*HEADERS instead of H_FILES.
342
3432001-01-03      Joel Sherrill <joel@OARcorp.com>
344
345        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
346        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
347        now that it is dynamically allocated.
348
3492000-12-19      Joel Sherrill <joel@OARcorp.com>
350
351        * cpu.c: Do not read or write raw interrupt vector table if
352        we are on a CPU that does not have a %vbr register and the
353        BSP is configured as having the table in ROM.
354
3552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
358
3592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
362
3632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
366        Switch to GNU canonicalization.
367
3682000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
369
370        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
371        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
372
3732000-10-12      John S Gwynne <jgwynne@mrcday.com>
374
375        * sim.h: These changes enable RTEMS to automatically generate
376        the ram_init file used by gdb with the BDM patches. The 332 has
377        on-board chip select lines (for RAM and FLASH) that must be
378        configured before use of these peripherals. These patches parse
379        data from start.c where the chip select lines are configured in
380        the runtime executable and automatically generates the gdb
381        initialization file using the same settings. A great time saver.
382        A similar file, ram_init_FW (flash writable), is also generated
383        that the flash programming tool uses.
384        * BSP/start/start.c: Must be modified to support above.
385        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
386
3872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Include compile.am.
390
3912000-08-10      Joel Sherrill <joel@OARcorp.com>
392
393        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.