source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 609b924

4.104.114.84.95
Last change on this file since 609b924 was 609b924, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/05 at 16:10:39

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

  • rtems/score/types.h: Remove signed8, signed16, signed32, unsigned8, unsigned16, unsigned32.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Remove signed8, signed16, signed32,
4        unsigned8, unsigned16, unsigned32.
5
62005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * rtems/score/m68k.h: *_swap_u32( uint32_t ).
9
102005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * rtems/score/m68k.h: *_swap_u16( uint16_t ).
13
142005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * rtems/score/types.h: #include <rtems/stdint.h>.
17
182005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
19
20        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
21
222005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove build-variant support.
25
262004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
29        guard.
30
312004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * asm.h: Add doxygen preamble.
34
352004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
38        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
39
402004-11-02      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * rtems/score/cpu.h: Add doxygen preamble.
43        * rtems/score/m68k.h: Add doxygen preamble.
44        * rtems/score/types.h: Add doxygen preamble.
45
462004-07-25      Joel Sherrill <joel@OARcorp.com>
47
48        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
49        endian swapping routines.
50
512004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
54        * Makefile.am: Don't include multilib.am.
55        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
56
572004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
60        to $(includedir)/rtems/m68k.
61
622004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * Makefile.am: Install asm.h to $(includedir)/rtems.
65
662004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
69
702004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
73        using c99 fixed size types.
74
752004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * configure.ac: RTEMS_TOP([../../../..]).
78
792004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        PR 561/rtems
82        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
83
842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Move RTEMS_TOP one subdir down.
87
882004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Add PREINSTALL_DIRS.
91
922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
95        Add PREINSTALL_FILES to CLEANFILES.
96
972004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Requires automake >= 1.8.1.
100
1012004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Include compile.am, again.
104
1052004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Convert to using automake compilation rules.
108
1092004-01-07      Joel Sherrill <joel@OARcorp.com>
110
111        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
112        longer in the tree.
113
1142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
117
1182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
121
1222003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Remove TMPINSTALL_FILES.
125
1262003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add $(dirstamp) to preinstallation rules.
129
1302003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Don't use gmake rules for preinstallation.
133
1342003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove RTEMS_CANONICAL_HOST.
137
1382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Remove RTEMS_CHECK_CPU.
141
1422003-09-04      Joel Sherrill <joel@OARcorp.com>
143
144        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
145        rtems/score/types.h: URL for license changed.
146
1472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
150
1512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove AC_CONFIG_AUX_DIR.
154
1552003-02-06      Ilya Alexeev <ilya@continuum.ru>
156
157        * m68360.h: Correct the order of fields in the ethernet structure
158        to account for the typo in MC68360UM (page 7-248).
159
1602002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
163        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
164
1652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Fix package name.
168
1692002-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * cpu.c: Removed warnings.
172
1732002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
176
1772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * .cvsignore: Reformat.
180        Add autom4te*cache.
181        Remove autom4te.cache.
182
1832002-08-26      Eric Norum <eric.norum@usask.ca>
184
185        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
186        compilation.
187
1882002-08-14      Brett Swimley <brett.swimley@aedinc.net>
189
190        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
191        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
192        to be modified to determine if an interrupt may have modified
193        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
194        a test that would fail if _ISR_Flash was not commented out in
195        _Watchdog_Insert().  After this modification was made, my test
196        ran flawlessly.
197
1982002-08-05      Joel Sherrill <joel@OARcorp.com>
199
200        * Per PR260 eliminate use of make-target-options.  This impacted
201        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
202        SuperCore and required that the m68k optimized memcpy be moved
203        to libcpu.
204        * memcpy.c: Moved to libcpu.
205        * Makefile.am: Modified to reflect above.
206
2072002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
210
2112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use .$(OBJEXT) instead of .o.
214
2152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: RTEMS_TOP(../../../..).
218
2192002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * rtems.S: Remove.
222        * Makefile.am: Reflect changes above.
223
2242002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Remove RTEMS_PROJECT_ROOT.
227
2282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Add RTEMS_PROG_CCAS
231
2322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
235        Add AC_PROG_RANLIB.
236
2372002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
240        Use ../../../aclocal.
241
2422002-05-28      Chris Johns <ccj@acm.org>
243
244        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
245        since it is now multilib'ed.
246
2472001-04-03      Joel Sherrill <joel@OARcorp.com>
248
249        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
250        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
251        name change.
252
2532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac:
256        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
257        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
258        * Makefile.am: Remove AUTOMAKE_OPTIONS.
259
2602002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
263
2642002-03-06      Victor V. Vengerov <vvv@oktet.ru>
265
266        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
267        Generic implementation of endian swap primitives added for Coldfire
268        family.
269
2702002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * rtems/Makefile.am: Removed.
273        * rtems/score/Makefile.am: Removed.
274        * configure.ac: Reflect changes above.
275        * Makefile.am: Reflect changes above.
276
2772001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Add multilib support.
280
2812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
284        * configure.in: Remove.
285        * configure.ac: New file, generated from configure.in by autoupdate.
286
2872001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
290        * Makefile.am: Use 'PREINSTALL_FILES ='.
291
2922001-08-09      Chris Johns <ccj@acm.org>
293
294        * cpu_asm.S: This patch was co-developed with Eric Norum
295        <eric.norum@usask.ca>.  It closes a one instruction window
296        on some m68k CPU cores.  It fixes symptoms seen as:
297            1) No more `interrupt handler invoked twice for
298               a single interrupt'.
299            2) No more `lockup when mc68360 CPM and PIT interrupts
300               are at different levels'.
301        It does insert a little more overhead on machines without hardware
302        interrupt stacks but correctness has a price.
303
3042001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am, rtems/score/Makefile.am:
307        Apply include_*HEADERS instead of H_FILES.
308
3092001-01-03      Joel Sherrill <joel@OARcorp.com>
310
311        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
312        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
313        now that it is dynamically allocated.
314
3152000-12-19      Joel Sherrill <joel@OARcorp.com>
316
317        * cpu.c: Do not read or write raw interrupt vector table if
318        we are on a CPU that does not have a %vbr register and the
319        BSP is configured as having the table in ROM.
320
3212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
324
3252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
328
3292000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
332        Switch to GNU canonicalization.
333
3342000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
335
336        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
337        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
338
3392000-10-12      John S Gwynne <jgwynne@mrcday.com>
340
341        * sim.h: These changes enable RTEMS to automatically generate
342        the ram_init file used by gdb with the BDM patches. The 332 has
343        on-board chip select lines (for RAM and FLASH) that must be
344        configured before use of these peripherals. These patches parse
345        data from start.c where the chip select lines are configured in
346        the runtime executable and automatically generates the gdb
347        initialization file using the same settings. A great time saver.
348        A similar file, ram_init_FW (flash writable), is also generated
349        that the flash programming tool uses.
350        * BSP/start/start.c: Must be modified to support above.
351        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
352
3532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Include compile.am.
356
3572000-08-10      Joel Sherrill <joel@OARcorp.com>
358
359        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.