source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 089e1b04

4.104.114.84.95
Last change on this file since 089e1b04 was 089e1b04, checked in by Joel Sherrill <joel.sherrill@…>, on 02/06/03 at 17:46:19

2003-02-06 Ilya Alexeev <ilya@…>

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