source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ a4aeb92

4.104.114.84.95
Last change on this file since a4aeb92 was a4aeb92, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:57:24

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 8.1 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        clock/Makefile.am: Reflect having moved automake.
5        console/Makefile.am: Reflect having moved automake.
6        include/Makefile.am: Reflect having moved automake.
7        start/Makefile.am: Reflect having moved automake.
8        startup/Makefile.am: Reflect having moved automake.
9        timer/Makefile.am: Reflect having moved automake.
10        wrapup/Makefile.am: Reflect having moved automake.
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        PR 452/bsps
15        * startup/Makefile.am: Remove USE_INIT_FINI.
16
172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
20
212003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        PR 445/bsps
24        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
25        Remove cpp, old_cpp (now unused).
26
272003-06-22      Chris Johns <cjohns@cybertec.com.au>
28
29        PR 264/bsps
30        PR 414/bsps
31        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
32        PR264 - Stopped the core dump by removing the bad instruction.
33        PR414 - Fixed the global interupt vector register.
34        Linker command file to have the boot code in the first 8K.
35        The chip select remap needed to be volatile.
36
372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove AC_CONFIG_AUX_DIR.
40
412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AC_PREREQ(2.57).
48
492003-01-20      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds*: Add FreeBSD sysctl() sections.
52
532002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60
612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Use install-data-local to install startfile.
64
652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68
692002-11-01      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/m68k-stub.c: Removed typos.
72
732002-11-01      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/m68k-stub.c: Removed warnings.
76
772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Reformat.
80        Add autom4te*cache.
81        Remove autom4te.cache.
82
832002-08-21      Joel Sherrill <joel@OARcorp.com>
84
85        * wrapup/Makefile.am: PR217 required that the idle task be moved to
86        libcpu so it could be more acutely aware of the CPU model.  This
87        file was modified to pick up the idle task from there.
88
892002-08-21      Joel Sherrill <joel@OARcorp.com>
90
91        * bsp_specs: Added support for -nostdlibs.
92
932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
101
1022002-08-07      Joel Sherrill <joel@OARcorp.com>
103
104        * start/Makefile.am: Pick up rest of Ralf'f changes and use
105        cp not make-rel since there is no point in this case.
106        * start/debugreset.S: Rights were not assigned.
107        * start/reset.S: Add ifdef to avoid core dump until Chris can
108        track it down.
109        * start/cpuboot.c: Moved to startup.
110        * startup/Makefile.am: Account for above.
111
1122002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
115        anywhere).
116        Add ODS60302_DEBUG conditional.
117        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
118        * configure.ac: Add --enable-ods60302-debug.
119        Add ODS60302_DEBUG conditional.
120
1212002-08-05      Joel Sherrill <joel@OARcorp.com>
122
123        * Per PR260 eliminate use of make-target-options.  This impacted
124        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
125        SuperCore and required that the m68k optimized memcpy be moved
126        to libcpu.
127        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
128
1292002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Fix bug in previous patch.
132        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
133
1342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Eliminate PGM.
137        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
138
1392002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
142
1432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
146        Remove $(OBJS) from all-local.
147
1482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
151
1522001-05-09      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: In support of gcc 3.1, added one of more
155        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
156        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
157        and direction of segments to memory regions may also have been
158        addressed.  This was a sweep across all BSPs.
159 
1602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac:
163        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
164        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
165        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
173
1742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
177
1782001-11-27      Joel Sherrill <joel@OARcorp.com>,
179
180        This was tracked as PR39.
181        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
182        startup/linkcmds, startup/rom: Eliminated required definition of
183        macros in the custom file for the BSP to compile.  The ROM and ROM
184        address and size settings are now linker script items. 
185
1862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
189        * configure.in: Remove.
190        * configure.ac: New file, generated from configure.in by autoupdate.
191
1922001-09-27      Joel Sherrill <joel@OARcorp.com>
193
194        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
195
1962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
199
2002001-06-19      Joel Sherrill <joel@OARcorp.com>
201
202        * include/Makefile.am: Fixed typo.
203
2042001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.in: Add bspopts.h.
207        * include/.cvsignore: Add bspopts.h*, stamp-h*.
208        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
209        * include/bsp.h: Include bspopts.h.
210
2112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
212
213        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
214
2152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
218
2192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
222
2232000-11-01      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
226        and libcsupport.h moved from libc to lib/include/rtems and
227        now must be referenced as <rtems/XXX.h>.   Header file order
228        was cleaned up while doing this.
229
2302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
233        Switch to GNU canonicalization.
234
2352000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
236
237        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
238
2392000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
240
241        * startup/linkcmds: Added lines so DWARF debug information
242        would be available.  Otherwise gdb complains that the offsets
243        for the debug info are incorrect and doesn't load the files.
244
2452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
248        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
249        compile.am
250
2512000-08-10      Joel Sherrill <joel@OARcorp.com>
252
253        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.