OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [m68k/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-08-05      Joel Sherrill 
2
 
3
        * Per PR260 eliminate use of make-target-options.  This impacted
4
        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
5
        SuperCore and required that the m68k optimized memcpy be moved
6
        to libcpu.
7
        * memcpy.c: Moved to libcpu.
8
        * Makefile.am: Modified to reflect above.
9
 
10
2002-07-26      Ralf Corsepius 
11
 
12
        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
13
 
14
2002-07-22      Ralf Corsepius 
15
 
16
        * Makefile.am: Use .$(OBJEXT) instead of .o.
17
 
18
2002-07-05      Ralf Corsepius 
19
 
20
        * configure.ac: RTEMS_TOP(../../../..).
21
 
22
2002-07-03      Ralf Corsepius 
23
 
24
        * rtems.S: Remove.
25
        * Makefile.am: Reflect changes above.
26
 
27
2002-07-01      Ralf Corsepius 
28
 
29
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
30
 
31
2002-06-27      Ralf Corsepius 
32
 
33
        * configure.ac: Add RTEMS_PROG_CCAS
34
 
35
2002-06-27      Ralf Corsepius 
36
 
37
        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
38
        Add AC_PROG_RANLIB.
39
 
40
2002-06-17      Ralf Corsepius 
41
 
42
        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
43
        Use ../../../aclocal.
44
 
45
2002-05-28      Chris Johns 
46
 
47
        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
48
        since it is now multilib'ed.
49
 
50
2001-04-03      Joel Sherrill 
51
 
52
        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
53
        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
54
        name change.
55
 
56
2002-03-27      Ralf Corsepius 
57
 
58
        * configure.ac:
59
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
60
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
61
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
62
 
63
2002-03-15      Ralf Corsepius 
64
 
65
        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
66
 
67
2002-03-06      Victor V. Vengerov 
68
 
69
        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
70
        Generic implementation of endian swap primitives added for Coldfire
71
        family.
72
 
73
2002-01-29      Ralf Corsepius 
74
 
75
        * rtems/Makefile.am: Removed.
76
        * rtems/score/Makefile.am: Removed.
77
        * configure.ac: Reflect changes above.
78
        * Makefile.am: Reflect changes above.
79
 
80
2001-12-19      Ralf Corsepius 
81
 
82
        * Makefile.am: Add multilib support.
83
 
84
2001-10-11      Ralf Corsepius 
85
 
86
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
87
        * configure.in: Remove.
88
        * configure.ac: New file, generated from configure.in by autoupdate.
89
 
90
2001-09-23      Ralf Corsepius 
91
 
92
        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
93
        * Makefile.am: Use 'PREINSTALL_FILES ='.
94
 
95
2001-08-09      Chris Johns 
96
 
97
        * cpu_asm.S: This patch was co-developed with Eric Norum
98
        .  It closes a one instruction window
99
        on some m68k CPU cores.  It fixes symptoms seen as:
100
            1) No more `interrupt handler invoked twice for
101
               a single interrupt'.
102
            2) No more `lockup when mc68360 CPM and PIT interrupts
103
               are at different levels'.
104
        It does insert a little more overhead on machines without hardware
105
        interrupt stacks but correctness has a price.
106
 
107
2001-02-04      Ralf Corsepius 
108
 
109
        * Makefile.am, rtems/score/Makefile.am:
110
        Apply include_*HEADERS instead of H_FILES.
111
 
112
2001-01-03      Joel Sherrill 
113
 
114
        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
115
        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
116
        now that it is dynamically allocated.
117
 
118
2000-12-19      Joel Sherrill 
119
 
120
        * cpu.c: Do not read or write raw interrupt vector table if
121
        we are on a CPU that does not have a %vbr register and the
122
        BSP is configured as having the table in ROM.
123
 
124
2000-11-09      Ralf Corsepius 
125
 
126
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
127
 
128
2000-11-02      Ralf Corsepius 
129
 
130
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
131
 
132
2000-10-25      Ralf Corsepius 
133
 
134
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
135
        Switch to GNU canonicalization.
136
 
137
2000-10-19  Antti P Miettinen  
138
 
139
        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
140
        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
141
 
142
2000-10-12      John S Gwynne 
143
 
144
        * sim.h: These changes enable RTEMS to automatically generate
145
        the ram_init file used by gdb with the BDM patches. The 332 has
146
        on-board chip select lines (for RAM and FLASH) that must be
147
        configured before use of these peripherals. These patches parse
148
        data from start.c where the chip select lines are configured in
149
        the runtime executable and automatically generates the gdb
150
        initialization file using the same settings. A great time saver.
151
        A similar file, ram_init_FW (flash writable), is also generated
152
        that the flash programming tool uses.
153
        * BSP/start/start.c: Must be modified to support above.
154
        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
155
 
156
2000-09-04      Ralf Corsepius 
157
 
158
        * Makefile.am: Include compile.am.
159
 
160
2000-08-10      Joel Sherrill 
161
 
162
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.