source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 6d6891e

4.104.114.84.95
Last change on this file since 6d6891e was 0cc9d277, checked in by Joel Sherrill <joel.sherrill@…>, on 07/25/04 at 14:32:12

2004-07-25 Joel Sherrill <joel@…>

  • rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by endian swapping routines.
  • Property mode set to 100644
File size: 9.3 KB
Line 
12004-07-25      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
4        endian swapping routines.
5
62004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
9        * Makefile.am: Don't include multilib.am.
10        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
11
122004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
15        to $(includedir)/rtems/m68k.
16
172004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * Makefile.am: Install asm.h to $(includedir)/rtems.
20
212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
24
252004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
28        using c99 fixed size types.
29
302004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: RTEMS_TOP([../../../..]).
33
342004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        PR 561/rtems
37        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
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
642004-01-07      Joel Sherrill <joel@OARcorp.com>
65
66        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
67        longer in the tree.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
72
732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
76
772003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Remove TMPINSTALL_FILES.
80
812003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Add $(dirstamp) to preinstallation rules.
84
852003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Don't use gmake rules for preinstallation.
88
892003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove RTEMS_CANONICAL_HOST.
92
932003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove RTEMS_CHECK_CPU.
96
972003-09-04      Joel Sherrill <joel@OARcorp.com>
98
99        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
100        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-06      Ilya Alexeev <ilya@continuum.ru>
111
112        * m68360.h: Correct the order of fields in the ethernet structure
113        to account for the typo in MC68360UM (page 7-248).
114
1152002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
118        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
119
1202002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Fix package name.
123
1242002-11-01      Joel Sherrill <joel@OARcorp.com>
125
126        * cpu.c: Removed warnings.
127
1282002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
131
1322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Reformat.
135        Add autom4te*cache.
136        Remove autom4te.cache.
137
1382002-08-26      Eric Norum <eric.norum@usask.ca>
139
140        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
141        compilation.
142
1432002-08-14      Brett Swimley <brett.swimley@aedinc.net>
144
145        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
146        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
147        to be modified to determine if an interrupt may have modified
148        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
149        a test that would fail if _ISR_Flash was not commented out in
150        _Watchdog_Insert().  After this modification was made, my test
151        ran flawlessly.
152
1532002-08-05      Joel Sherrill <joel@OARcorp.com>
154
155        * Per PR260 eliminate use of make-target-options.  This impacted
156        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
157        SuperCore and required that the m68k optimized memcpy be moved
158        to libcpu.
159        * memcpy.c: Moved to libcpu.
160        * Makefile.am: Modified to reflect above.
161
1622002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
165
1662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Use .$(OBJEXT) instead of .o.
169
1702002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: RTEMS_TOP(../../../..).
173
1742002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * rtems.S: Remove.
177        * Makefile.am: Reflect changes above.
178
1792002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove RTEMS_PROJECT_ROOT.
182
1832002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Add RTEMS_PROG_CCAS
186
1872002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
190        Add AC_PROG_RANLIB.
191
1922002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
195        Use ../../../aclocal.
196
1972002-05-28      Chris Johns <ccj@acm.org>
198
199        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
200        since it is now multilib'ed.
201
2022001-04-03      Joel Sherrill <joel@OARcorp.com>
203
204        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
205        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
206        name change.
207
2082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac:
211        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
212        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
213        * Makefile.am: Remove AUTOMAKE_OPTIONS.
214
2152002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
218
2192002-03-06      Victor V. Vengerov <vvv@oktet.ru>
220
221        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
222        Generic implementation of endian swap primitives added for Coldfire
223        family.
224
2252002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * rtems/Makefile.am: Removed.
228        * rtems/score/Makefile.am: Removed.
229        * configure.ac: Reflect changes above.
230        * Makefile.am: Reflect changes above.
231
2322001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Add multilib support.
235
2362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
239        * configure.in: Remove.
240        * configure.ac: New file, generated from configure.in by autoupdate.
241
2422001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
245        * Makefile.am: Use 'PREINSTALL_FILES ='.
246
2472001-08-09      Chris Johns <ccj@acm.org>
248
249        * cpu_asm.S: This patch was co-developed with Eric Norum
250        <eric.norum@usask.ca>.  It closes a one instruction window
251        on some m68k CPU cores.  It fixes symptoms seen as:
252            1) No more `interrupt handler invoked twice for
253               a single interrupt'.
254            2) No more `lockup when mc68360 CPM and PIT interrupts
255               are at different levels'.
256        It does insert a little more overhead on machines without hardware
257        interrupt stacks but correctness has a price.
258
2592001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am, rtems/score/Makefile.am:
262        Apply include_*HEADERS instead of H_FILES.
263
2642001-01-03      Joel Sherrill <joel@OARcorp.com>
265
266        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
267        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
268        now that it is dynamically allocated.
269
2702000-12-19      Joel Sherrill <joel@OARcorp.com>
271
272        * cpu.c: Do not read or write raw interrupt vector table if
273        we are on a CPU that does not have a %vbr register and the
274        BSP is configured as having the table in ROM.
275
2762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
279
2802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
283
2842000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
287        Switch to GNU canonicalization.
288
2892000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
290
291        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
292        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
293
2942000-10-12      John S Gwynne <jgwynne@mrcday.com>
295
296        * sim.h: These changes enable RTEMS to automatically generate
297        the ram_init file used by gdb with the BDM patches. The 332 has
298        on-board chip select lines (for RAM and FLASH) that must be
299        configured before use of these peripherals. These patches parse
300        data from start.c where the chip select lines are configured in
301        the runtime executable and automatically generates the gdb
302        initialization file using the same settings. A great time saver.
303        A similar file, ram_init_FW (flash writable), is also generated
304        that the flash programming tool uses.
305        * BSP/start/start.c: Must be modified to support above.
306        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
307
3082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Include compile.am.
311
3122000-08-10      Joel Sherrill <joel@OARcorp.com>
313
314        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.