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

4.104.114.84.95
Last change on this file since f286330 was f286330, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:03
  • timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 12.7 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
8        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
9        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
10
112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
14        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
15        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
16        using c99 fixed size types.
17
182004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect changes to bsp.am.
21        Preinstall dist_project_lib*.
22
232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect changes to bsp.am.
26
272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
30
312004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Pickup files from ../../m68k/shared instead of
34        ../shared. Reformat.
35
362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
39
402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
43        ANSI-C compliant.
44        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
45        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
46        wrapup/Makefile.am.
47        Use automake compilation rules.
48        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
49        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
50        Remove.
51        * configure.ac: Reflect changes above.
52
532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add PREINSTALL_DIRS.
56        * wrapup/Makefile.am: Reflect changes to libcpu.
57
582004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Remove non-existing times from EXTRA_DIST.
61        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
62        * wrapup/Makefile.am: Reflect changes to libcpu.
63
642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
67        Add PRE/TMPINSTALL_FILES to CLEANFILES.
68        * start/Makefile.am: Ditto.
69        * startup/Makefile.am: Ditto.
70
712004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Eliminate $(LIB).
74        Use noinst_DATA to trigger building libbsp.a.
75
762003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
79        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
80
812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
84        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
85
862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
89
902003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * start/Makefile.am: Misc cleanups and fixes.
93        * startup/Makefile.am: Misc cleanups and fixes.
94        * wrapup/Makefile.am: Misc cleanups and fixes.
95
962003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Add preinstallation dirstamp support.
99        * clock/Makefile.am: Cosmetics.
100        * console/Makefile.am: Cosmetics.
101        * startup/Makefile.am: Cosmetics.
102        * timer/Makefile.am: Cosmetics.
103        * wrapup/Makefile.am: Cosmetics.
104
1052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * clock/Makefile.am: Remove all-local: $(ARCH).
108        * console/Makefile.am: Remove all-local: $(ARCH).
109        * start/Makefile.am: Remove all-local: $(ARCH).
110        * startup/Makefile.am: Remove all-local: $(ARCH).
111        * timer/Makefile.am: Remove all-local: $(ARCH).
112        * wrapup/Makefile.am: Remove all-local: $(ARCH).
113
1142003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * include/bsp.h: Replace stringification madness to pick up bare.h
117        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
118
1192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Merge-in include/Makefile.am.
122        Reflect changes to bsp.am.
123        * include/Makefile.am: Remove.
124        * configure.ac: Reflect changes above.
125
1262003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * bsp_specs: Remove *lib:.
129
1302003-09-04      Joel Sherrill <joel@OARcorp.com>
131
132        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
133        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
134        license changed.
135
1362003-09-04      Joel Sherrill <joel@OARcorp.com>
137
138        * start/debugreset.S, start/reset.S: Removed incorrect statement about
139        copyright assignment.
140
1412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Reflect having moved aclocal/.
144
1452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect having moved automake/.
148        * clock/Makefile.am: Reflect having moved automake/.
149        * console/Makefile.am: Reflect having moved automake/.
150        * include/Makefile.am: Reflect having moved automake/.
151        * start/Makefile.am: Reflect having moved automake/.
152        * startup/Makefile.am: Reflect having moved automake/.
153        * timer/Makefile.am: Reflect having moved automake/.
154        * wrapup/Makefile.am: Reflect having moved automake/.
155
1562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        PR 452/bsps
159        * startup/Makefile.am: Remove USE_INIT_FINI.
160
1612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
164
1652003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        PR 445/bsps
168        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
169        Remove cpp, old_cpp (now unused).
170
1712003-06-22      Chris Johns <cjohns@cybertec.com.au>
172
173        PR 264/bsps
174        PR 414/bsps
175        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
176        PR264 - Stopped the core dump by removing the bad instruction.
177        PR414 - Fixed the global interupt vector register.
178        Linker command file to have the boot code in the first 8K.
179        The chip select remap needed to be volatile.
180
1812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Remove AC_CONFIG_AUX_DIR.
184
1852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AC_PREREQ(2.57).
192
1932003-01-20      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds*: Add FreeBSD sysctl() sections.
196
1972002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204
2052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: Use install-data-local to install startfile.
208
2092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212
2132002-11-01      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/m68k-stub.c: Removed typos.
216
2172002-11-01      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/m68k-stub.c: Removed warnings.
220
2212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * .cvsignore: Reformat.
224        Add autom4te*cache.
225        Remove autom4te.cache.
226
2272002-08-21      Joel Sherrill <joel@OARcorp.com>
228
229        * wrapup/Makefile.am: PR217 required that the idle task be moved to
230        libcpu so it could be more acutely aware of the CPU model.  This
231        file was modified to pick up the idle task from there.
232
2332002-08-21      Joel Sherrill <joel@OARcorp.com>
234
235        * bsp_specs: Added support for -nostdlibs.
236
2372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
245
2462002-08-07      Joel Sherrill <joel@OARcorp.com>
247
248        * start/Makefile.am: Pick up rest of Ralf'f changes and use
249        cp not make-rel since there is no point in this case.
250        * start/debugreset.S: Rights were not assigned.
251        * start/reset.S: Add ifdef to avoid core dump until Chris can
252        track it down.
253        * start/cpuboot.c: Moved to startup.
254        * startup/Makefile.am: Account for above.
255
2562002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
259        anywhere).
260        Add ODS60302_DEBUG conditional.
261        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
262        * configure.ac: Add --enable-ods60302-debug.
263        Add ODS60302_DEBUG conditional.
264
2652002-08-05      Joel Sherrill <joel@OARcorp.com>
266
267        * Per PR260 eliminate use of make-target-options.  This impacted
268        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
269        SuperCore and required that the m68k optimized memcpy be moved
270        to libcpu.
271        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
272
2732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * start/Makefile.am: Fix bug in previous patch.
276        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
277
2782002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Eliminate PGM.
281        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
282
2832002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
286
2872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
290        Remove $(OBJS) from all-local.
291
2922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
295
2962001-05-09      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds: In support of gcc 3.1, added one of more
299        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
300        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
301        and direction of segments to memory regions may also have been
302        addressed.  This was a sweep across all BSPs.
303 
3042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac:
307        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
308        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
309        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
317
3182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
321
3222001-11-27      Joel Sherrill <joel@OARcorp.com>,
323
324        This was tracked as PR39.
325        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
326        startup/linkcmds, startup/rom: Eliminated required definition of
327        macros in the custom file for the BSP to compile.  The ROM and ROM
328        address and size settings are now linker script items. 
329
3302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
333        * configure.in: Remove.
334        * configure.ac: New file, generated from configure.in by autoupdate.
335
3362001-09-27      Joel Sherrill <joel@OARcorp.com>
337
338        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
339
3402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
343
3442001-06-19      Joel Sherrill <joel@OARcorp.com>
345
346        * include/Makefile.am: Fixed typo.
347
3482001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.in: Add bspopts.h.
351        * include/.cvsignore: Add bspopts.h*, stamp-h*.
352        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
353        * include/bsp.h: Include bspopts.h.
354
3552001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
356
357        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
358
3592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
362
3632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
366
3672000-11-01      Joel Sherrill <joel@OARcorp.com>
368
369        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
370        and libcsupport.h moved from libc to lib/include/rtems and
371        now must be referenced as <rtems/XXX.h>.   Header file order
372        was cleaned up while doing this.
373
3742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
377        Switch to GNU canonicalization.
378
3792000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
380
381        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
382
3832000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
384
385        * startup/linkcmds: Added lines so DWARF debug information
386        would be available.  Otherwise gdb complains that the offsets
387        for the debug info are incorrect and doesn't load the files.
388
3892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
392        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
393        compile.am
394
3952000-08-10      Joel Sherrill <joel@OARcorp.com>
396
397        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.