source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 3f5480c

4.104.114.84.95
Last change on this file since 3f5480c was a85d8ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/26/02 at 13:32:13

2002-07-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use .$(OBJEXT) instead of .o.
8
92002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: RTEMS_TOP(../../../..).
12
132002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * rtems.S: Remove.
16        * Makefile.am: Reflect changes above.
17
182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove RTEMS_PROJECT_ROOT.
21
222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Add RTEMS_PROG_CCAS
25
262002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
29        Add AC_PROG_RANLIB.
30
312002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
34        Use ../../../aclocal.
35
362002-05-28      Chris Johns <ccj@acm.org>
37
38        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
39        since it is now multilib'ed.
40
412001-04-03      Joel Sherrill <joel@OARcorp.com>
42
43        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
44        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
45        name change.
46
472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac:
50        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
51        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
52        * Makefile.am: Remove AUTOMAKE_OPTIONS.
53
542002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
57
582002-03-06      Victor V. Vengerov <vvv@oktet.ru>
59
60        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
61        Generic implementation of endian swap primitives added for Coldfire
62        family.
63
642002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * rtems/Makefile.am: Removed.
67        * rtems/score/Makefile.am: Removed.
68        * configure.ac: Reflect changes above.
69        * Makefile.am: Reflect changes above.
70
712001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Add multilib support.
74
752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
78        * configure.in: Remove.
79        * configure.ac: New file, generated from configure.in by autoupdate.
80
812001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
84        * Makefile.am: Use 'PREINSTALL_FILES ='.
85
862001-08-09      Chris Johns <ccj@acm.org>
87
88        * cpu_asm.S: This patch was co-developed with Eric Norum
89        <eric.norum@usask.ca>.  It closes a one instruction window
90        on some m68k CPU cores.  It fixes symptoms seen as:
91            1) No more `interrupt handler invoked twice for
92               a single interrupt'.
93            2) No more `lockup when mc68360 CPM and PIT interrupts
94               are at different levels'.
95        It does insert a little more overhead on machines without hardware
96        interrupt stacks but correctness has a price.
97
982001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am, rtems/score/Makefile.am:
101        Apply include_*HEADERS instead of H_FILES.
102
1032001-01-03      Joel Sherrill <joel@OARcorp.com>
104
105        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
106        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
107        now that it is dynamically allocated.
108
1092000-12-19      Joel Sherrill <joel@OARcorp.com>
110
111        * cpu.c: Do not read or write raw interrupt vector table if
112        we are on a CPU that does not have a %vbr register and the
113        BSP is configured as having the table in ROM.
114
1152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
118
1192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
122
1232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
126        Switch to GNU canonicalization.
127
1282000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
129
130        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
131        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
132
1332000-10-12      John S Gwynne <jgwynne@mrcday.com>
134
135        * sim.h: These changes enable RTEMS to automatically generate
136        the ram_init file used by gdb with the BDM patches. The 332 has
137        on-board chip select lines (for RAM and FLASH) that must be
138        configured before use of these peripherals. These patches parse
139        data from start.c where the chip select lines are configured in
140        the runtime executable and automatically generates the gdb
141        initialization file using the same settings. A great time saver.
142        A similar file, ram_init_FW (flash writable), is also generated
143        that the flash programming tool uses.
144        * BSP/start/start.c: Must be modified to support above.
145        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
146
1472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Include compile.am.
150
1512000-08-10      Joel Sherrill <joel@OARcorp.com>
152
153        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.