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

4.104.114.84.95
Last change on this file since d2c26e4b was d2c26e4b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 08:10:00

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-06      Ilya Alexeev <ilya@continuum.ru>
6
7        * m68360.h: Correct the order of fields in the ethernet structure
8        to account for the typo in MC68360UM (page 7-248).
9
102002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
13        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
14
152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Fix package name.
18
192002-11-01      Joel Sherrill <joel@OARcorp.com>
20
21        * cpu.c: Removed warnings.
22
232002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
26
272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * .cvsignore: Reformat.
30        Add autom4te*cache.
31        Remove autom4te.cache.
32
332002-08-26      Eric Norum <eric.norum@usask.ca>
34
35        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
36        compilation.
37
382002-08-14      Brett Swimley <brett.swimley@aedinc.net>
39
40        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
41        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
42        to be modified to determine if an interrupt may have modified
43        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
44        a test that would fail if _ISR_Flash was not commented out in
45        _Watchdog_Insert().  After this modification was made, my test
46        ran flawlessly.
47
482002-08-05      Joel Sherrill <joel@OARcorp.com>
49
50        * Per PR260 eliminate use of make-target-options.  This impacted
51        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
52        SuperCore and required that the m68k optimized memcpy be moved
53        to libcpu.
54        * memcpy.c: Moved to libcpu.
55        * Makefile.am: Modified to reflect above.
56
572002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
60
612002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Use .$(OBJEXT) instead of .o.
64
652002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: RTEMS_TOP(../../../..).
68
692002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * rtems.S: Remove.
72        * Makefile.am: Reflect changes above.
73
742002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove RTEMS_PROJECT_ROOT.
77
782002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Add RTEMS_PROG_CCAS
81
822002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
85        Add AC_PROG_RANLIB.
86
872002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
90        Use ../../../aclocal.
91
922002-05-28      Chris Johns <ccj@acm.org>
93
94        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
95        since it is now multilib'ed.
96
972001-04-03      Joel Sherrill <joel@OARcorp.com>
98
99        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
100        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
101        name change.
102
1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * Makefile.am: Remove AUTOMAKE_OPTIONS.
109
1102002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
113
1142002-03-06      Victor V. Vengerov <vvv@oktet.ru>
115
116        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
117        Generic implementation of endian swap primitives added for Coldfire
118        family.
119
1202002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * rtems/Makefile.am: Removed.
123        * rtems/score/Makefile.am: Removed.
124        * configure.ac: Reflect changes above.
125        * Makefile.am: Reflect changes above.
126
1272001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Add multilib support.
130
1312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
134        * configure.in: Remove.
135        * configure.ac: New file, generated from configure.in by autoupdate.
136
1372001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
140        * Makefile.am: Use 'PREINSTALL_FILES ='.
141
1422001-08-09      Chris Johns <ccj@acm.org>
143
144        * cpu_asm.S: This patch was co-developed with Eric Norum
145        <eric.norum@usask.ca>.  It closes a one instruction window
146        on some m68k CPU cores.  It fixes symptoms seen as:
147            1) No more `interrupt handler invoked twice for
148               a single interrupt'.
149            2) No more `lockup when mc68360 CPM and PIT interrupts
150               are at different levels'.
151        It does insert a little more overhead on machines without hardware
152        interrupt stacks but correctness has a price.
153
1542001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am, rtems/score/Makefile.am:
157        Apply include_*HEADERS instead of H_FILES.
158
1592001-01-03      Joel Sherrill <joel@OARcorp.com>
160
161        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
162        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
163        now that it is dynamically allocated.
164
1652000-12-19      Joel Sherrill <joel@OARcorp.com>
166
167        * cpu.c: Do not read or write raw interrupt vector table if
168        we are on a CPU that does not have a %vbr register and the
169        BSP is configured as having the table in ROM.
170
1712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
174
1752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
178
1792000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
182        Switch to GNU canonicalization.
183
1842000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
185
186        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
187        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
188
1892000-10-12      John S Gwynne <jgwynne@mrcday.com>
190
191        * sim.h: These changes enable RTEMS to automatically generate
192        the ram_init file used by gdb with the BDM patches. The 332 has
193        on-board chip select lines (for RAM and FLASH) that must be
194        configured before use of these peripherals. These patches parse
195        data from start.c where the chip select lines are configured in
196        the runtime executable and automatically generates the gdb
197        initialization file using the same settings. A great time saver.
198        A similar file, ram_init_FW (flash writable), is also generated
199        that the flash programming tool uses.
200        * BSP/start/start.c: Must be modified to support above.
201        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
202
2032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Include compile.am.
206
2072000-08-10      Joel Sherrill <joel@OARcorp.com>
208
209        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.