source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 8956e27

4.104.114.84.95
Last change on this file since 8956e27 was 8956e27, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 05:31:43

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
4        Add PREINSTALL_FILES to CLEANFILES.
5
62004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Requires automake >= 1.8.1.
9
102004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Include compile.am, again.
13
142004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Convert to using automake compilation rules.
17
182004-01-07      Joel Sherrill <joel@OARcorp.com>
19
20        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
21        longer in the tree.
22
232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
26
272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
30
312003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Remove TMPINSTALL_FILES.
34
352003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Add $(dirstamp) to preinstallation rules.
38
392003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Don't use gmake rules for preinstallation.
42
432003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove RTEMS_CANONICAL_HOST.
46
472003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove RTEMS_CHECK_CPU.
50
512003-09-04      Joel Sherrill <joel@OARcorp.com>
52
53        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
54        rtems/score/types.h: URL for license changed.
55
562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
59
602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove AC_CONFIG_AUX_DIR.
63
642003-02-06      Ilya Alexeev <ilya@continuum.ru>
65
66        * m68360.h: Correct the order of fields in the ethernet structure
67        to account for the typo in MC68360UM (page 7-248).
68
692002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
72        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
73
742002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Fix package name.
77
782002-11-01      Joel Sherrill <joel@OARcorp.com>
79
80        * cpu.c: Removed warnings.
81
822002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
85
862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Reformat.
89        Add autom4te*cache.
90        Remove autom4te.cache.
91
922002-08-26      Eric Norum <eric.norum@usask.ca>
93
94        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
95        compilation.
96
972002-08-14      Brett Swimley <brett.swimley@aedinc.net>
98
99        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
100        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
101        to be modified to determine if an interrupt may have modified
102        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
103        a test that would fail if _ISR_Flash was not commented out in
104        _Watchdog_Insert().  After this modification was made, my test
105        ran flawlessly.
106
1072002-08-05      Joel Sherrill <joel@OARcorp.com>
108
109        * Per PR260 eliminate use of make-target-options.  This impacted
110        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
111        SuperCore and required that the m68k optimized memcpy be moved
112        to libcpu.
113        * memcpy.c: Moved to libcpu.
114        * Makefile.am: Modified to reflect above.
115
1162002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
119
1202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use .$(OBJEXT) instead of .o.
123
1242002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: RTEMS_TOP(../../../..).
127
1282002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * rtems.S: Remove.
131        * Makefile.am: Reflect changes above.
132
1332002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove RTEMS_PROJECT_ROOT.
136
1372002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Add RTEMS_PROG_CCAS
140
1412002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
144        Add AC_PROG_RANLIB.
145
1462002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
149        Use ../../../aclocal.
150
1512002-05-28      Chris Johns <ccj@acm.org>
152
153        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
154        since it is now multilib'ed.
155
1562001-04-03      Joel Sherrill <joel@OARcorp.com>
157
158        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
159        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
160        name change.
161
1622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac:
165        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
166        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
167        * Makefile.am: Remove AUTOMAKE_OPTIONS.
168
1692002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
172
1732002-03-06      Victor V. Vengerov <vvv@oktet.ru>
174
175        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
176        Generic implementation of endian swap primitives added for Coldfire
177        family.
178
1792002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * rtems/Makefile.am: Removed.
182        * rtems/score/Makefile.am: Removed.
183        * configure.ac: Reflect changes above.
184        * Makefile.am: Reflect changes above.
185
1862001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Add multilib support.
189
1902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
193        * configure.in: Remove.
194        * configure.ac: New file, generated from configure.in by autoupdate.
195
1962001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
199        * Makefile.am: Use 'PREINSTALL_FILES ='.
200
2012001-08-09      Chris Johns <ccj@acm.org>
202
203        * cpu_asm.S: This patch was co-developed with Eric Norum
204        <eric.norum@usask.ca>.  It closes a one instruction window
205        on some m68k CPU cores.  It fixes symptoms seen as:
206            1) No more `interrupt handler invoked twice for
207               a single interrupt'.
208            2) No more `lockup when mc68360 CPM and PIT interrupts
209               are at different levels'.
210        It does insert a little more overhead on machines without hardware
211        interrupt stacks but correctness has a price.
212
2132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am, rtems/score/Makefile.am:
216        Apply include_*HEADERS instead of H_FILES.
217
2182001-01-03      Joel Sherrill <joel@OARcorp.com>
219
220        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
221        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
222        now that it is dynamically allocated.
223
2242000-12-19      Joel Sherrill <joel@OARcorp.com>
225
226        * cpu.c: Do not read or write raw interrupt vector table if
227        we are on a CPU that does not have a %vbr register and the
228        BSP is configured as having the table in ROM.
229
2302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
233
2342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
237
2382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
241        Switch to GNU canonicalization.
242
2432000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
244
245        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
246        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
247
2482000-10-12      John S Gwynne <jgwynne@mrcday.com>
249
250        * sim.h: These changes enable RTEMS to automatically generate
251        the ram_init file used by gdb with the BDM patches. The 332 has
252        on-board chip select lines (for RAM and FLASH) that must be
253        configured before use of these peripherals. These patches parse
254        data from start.c where the chip select lines are configured in
255        the runtime executable and automatically generates the gdb
256        initialization file using the same settings. A great time saver.
257        A similar file, ram_init_FW (flash writable), is also generated
258        that the flash programming tool uses.
259        * BSP/start/start.c: Must be modified to support above.
260        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
261
2622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Include compile.am.
265
2662000-08-10      Joel Sherrill <joel@OARcorp.com>
267
268        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.