source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 47c0220

4.104.114.84.95
Last change on this file since 47c0220 was 47c0220, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 22:23:50

2002-11-19 Ralf Corsepius <corsepiu@…>

  • configure.ac: Fix package name.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Fix package name.
4
52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * cpu.c: Removed warnings.
8
92002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-08-26      Eric Norum <eric.norum@usask.ca>
20
21        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
22        compilation.
23
242002-08-14      Brett Swimley <brett.swimley@aedinc.net>
25
26        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
27        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
28        to be modified to determine if an interrupt may have modified
29        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
30        a test that would fail if _ISR_Flash was not commented out in
31        _Watchdog_Insert().  After this modification was made, my test
32        ran flawlessly.
33
342002-08-05      Joel Sherrill <joel@OARcorp.com>
35
36        * Per PR260 eliminate use of make-target-options.  This impacted
37        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
38        SuperCore and required that the m68k optimized memcpy be moved
39        to libcpu.
40        * memcpy.c: Moved to libcpu.
41        * Makefile.am: Modified to reflect above.
42
432002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
46
472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Use .$(OBJEXT) instead of .o.
50
512002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: RTEMS_TOP(../../../..).
54
552002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * rtems.S: Remove.
58        * Makefile.am: Reflect changes above.
59
602002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove RTEMS_PROJECT_ROOT.
63
642002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add RTEMS_PROG_CCAS
67
682002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
71        Add AC_PROG_RANLIB.
72
732002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
76        Use ../../../aclocal.
77
782002-05-28      Chris Johns <ccj@acm.org>
79
80        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
81        since it is now multilib'ed.
82
832001-04-03      Joel Sherrill <joel@OARcorp.com>
84
85        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
86        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
87        name change.
88
892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac:
92        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
93        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
94        * Makefile.am: Remove AUTOMAKE_OPTIONS.
95
962002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
99
1002002-03-06      Victor V. Vengerov <vvv@oktet.ru>
101
102        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
103        Generic implementation of endian swap primitives added for Coldfire
104        family.
105
1062002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * rtems/Makefile.am: Removed.
109        * rtems/score/Makefile.am: Removed.
110        * configure.ac: Reflect changes above.
111        * Makefile.am: Reflect changes above.
112
1132001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Add multilib support.
116
1172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
120        * configure.in: Remove.
121        * configure.ac: New file, generated from configure.in by autoupdate.
122
1232001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
126        * Makefile.am: Use 'PREINSTALL_FILES ='.
127
1282001-08-09      Chris Johns <ccj@acm.org>
129
130        * cpu_asm.S: This patch was co-developed with Eric Norum
131        <eric.norum@usask.ca>.  It closes a one instruction window
132        on some m68k CPU cores.  It fixes symptoms seen as:
133            1) No more `interrupt handler invoked twice for
134               a single interrupt'.
135            2) No more `lockup when mc68360 CPM and PIT interrupts
136               are at different levels'.
137        It does insert a little more overhead on machines without hardware
138        interrupt stacks but correctness has a price.
139
1402001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am, rtems/score/Makefile.am:
143        Apply include_*HEADERS instead of H_FILES.
144
1452001-01-03      Joel Sherrill <joel@OARcorp.com>
146
147        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
148        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
149        now that it is dynamically allocated.
150
1512000-12-19      Joel Sherrill <joel@OARcorp.com>
152
153        * cpu.c: Do not read or write raw interrupt vector table if
154        we are on a CPU that does not have a %vbr register and the
155        BSP is configured as having the table in ROM.
156
1572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
160
1612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
164
1652000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
168        Switch to GNU canonicalization.
169
1702000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
171
172        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
173        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
174
1752000-10-12      John S Gwynne <jgwynne@mrcday.com>
176
177        * sim.h: These changes enable RTEMS to automatically generate
178        the ram_init file used by gdb with the BDM patches. The 332 has
179        on-board chip select lines (for RAM and FLASH) that must be
180        configured before use of these peripherals. These patches parse
181        data from start.c where the chip select lines are configured in
182        the runtime executable and automatically generates the gdb
183        initialization file using the same settings. A great time saver.
184        A similar file, ram_init_FW (flash writable), is also generated
185        that the flash programming tool uses.
186        * BSP/start/start.c: Must be modified to support above.
187        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
188
1892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Include compile.am.
192
1932000-08-10      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.