source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 684eebc8

4.104.114.84.95
Last change on this file since 684eebc8 was 684eebc8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:24:14

2001-09-23 Ralf Corsepius <corsepiu@…>

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