source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 60f7da2

4.104.114.84.95
Last change on this file since 60f7da2 was 60f7da2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 04:38:56

2003-12-01 Ralf Corsepius <corsepiu@…>

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