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

4.104.114.84.95
Last change on this file since 7e950a4 was 66387986, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:07:37

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
10        * Makefile.am: Use 'PREINSTALL_FILES ='.
11
122001-08-09      Chris Johns <ccj@acm.org>
13
14        * cpu_asm.S: This patch was co-developed with Eric Norum
15        <eric.norum@usask.ca>.  It closes a one instruction window
16        on some m68k CPU cores.  It fixes symptoms seen as:
17            1) No more `interrupt handler invoked twice for
18               a single interrupt'.
19            2) No more `lockup when mc68360 CPM and PIT interrupts
20               are at different levels'.
21        It does insert a little more overhead on machines without hardware
22        interrupt stacks but correctness has a price.
23
242001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am, rtems/score/Makefile.am:
27        Apply include_*HEADERS instead of H_FILES.
28
292001-01-03      Joel Sherrill <joel@OARcorp.com>
30
31        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
32        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
33        now that it is dynamically allocated.
34
352000-12-19      Joel Sherrill <joel@OARcorp.com>
36
37        * cpu.c: Do not read or write raw interrupt vector table if
38        we are on a CPU that does not have a %vbr register and the
39        BSP is configured as having the table in ROM.
40
412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
44
452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
48
492000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
52        Switch to GNU canonicalization.
53
542000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
55
56        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
57        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
58
592000-10-12      John S Gwynne <jgwynne@mrcday.com>
60
61        * sim.h: These changes enable RTEMS to automatically generate
62        the ram_init file used by gdb with the BDM patches. The 332 has
63        on-board chip select lines (for RAM and FLASH) that must be
64        configured before use of these peripherals. These patches parse
65        data from start.c where the chip select lines are configured in
66        the runtime executable and automatically generates the gdb
67        initialization file using the same settings. A great time saver.
68        A similar file, ram_init_FW (flash writable), is also generated
69        that the flash programming tool uses.
70        * BSP/start/start.c: Must be modified to support above.
71        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
72
732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Include compile.am.
76
772000-08-10      Joel Sherrill <joel@OARcorp.com>
78
79        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.