source: rtems/cpukit/score/cpu/m68k/ChangeLog @ ec8c1949

4.104.114.84.95
Last change on this file since ec8c1949 was ec8c1949, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 02:37:03

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

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