source: rtems/cpukit/score/cpu/m68k/ChangeLog @ ce3c6f3e

4.104.114.84.95
Last change on this file since ce3c6f3e was ce3c6f3e, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:13:01

2001-04-03 Joel Sherrill <joel@…>

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