source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 2f6261d

4.104.114.84.95
Last change on this file since 2f6261d was 2f6261d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:22:48

2002-06-17 Ralf Corsepius <corsepiu@…>

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