source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 05a98b7

4.104.114.84.95
Last change on this file since 05a98b7 was 05a98b7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:54:52

2003-09-04 Joel Sherrill <joel@…>

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