source: rtems/c/src/exec/score/cpu/m68k/ChangeLog @ af81910

4.104.114.84.95
Last change on this file since af81910 was af81910, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:54:50

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

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