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

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

2004-04-21 Ralf Corsepius <ralf_corsepius@…>

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 13.3 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
7
8        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
9        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
10        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
11        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
12        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
13        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
14        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
15        <rtems/m68k/m68302.h> instead of <m68302.h>.
16
172004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
20
212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
24        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
25        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
26
272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
30        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
31        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
32        using c99 fixed size types.
33
342004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Reflect changes to bsp.am.
37        Preinstall dist_project_lib*.
38
392004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect changes to bsp.am.
42
432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
46
472004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Pickup files from ../../m68k/shared instead of
50        ../shared. Reformat.
51
522004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
55
562004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
59        ANSI-C compliant.
60        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
61        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
62        wrapup/Makefile.am.
63        Use automake compilation rules.
64        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
65        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
66        Remove.
67        * configure.ac: Reflect changes above.
68
692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add PREINSTALL_DIRS.
72        * wrapup/Makefile.am: Reflect changes to libcpu.
73
742004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Remove non-existing times from EXTRA_DIST.
77        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
78        * wrapup/Makefile.am: Reflect changes to libcpu.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
83        Add PRE/TMPINSTALL_FILES to CLEANFILES.
84        * start/Makefile.am: Ditto.
85        * startup/Makefile.am: Ditto.
86
872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate $(LIB).
90        Use noinst_DATA to trigger building libbsp.a.
91
922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
95        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105
1062003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Misc cleanups and fixes.
109        * startup/Makefile.am: Misc cleanups and fixes.
110        * wrapup/Makefile.am: Misc cleanups and fixes.
111
1122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Add preinstallation dirstamp support.
115        * clock/Makefile.am: Cosmetics.
116        * console/Makefile.am: Cosmetics.
117        * startup/Makefile.am: Cosmetics.
118        * timer/Makefile.am: Cosmetics.
119        * wrapup/Makefile.am: Cosmetics.
120
1212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * clock/Makefile.am: Remove all-local: $(ARCH).
124        * console/Makefile.am: Remove all-local: $(ARCH).
125        * start/Makefile.am: Remove all-local: $(ARCH).
126        * startup/Makefile.am: Remove all-local: $(ARCH).
127        * timer/Makefile.am: Remove all-local: $(ARCH).
128        * wrapup/Makefile.am: Remove all-local: $(ARCH).
129
1302003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * include/bsp.h: Replace stringification madness to pick up bare.h
133        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
134
1352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Merge-in include/Makefile.am.
138        Reflect changes to bsp.am.
139        * include/Makefile.am: Remove.
140        * configure.ac: Reflect changes above.
141
1422003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * bsp_specs: Remove *lib:.
145
1462003-09-04      Joel Sherrill <joel@OARcorp.com>
147
148        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
149        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
150        license changed.
151
1522003-09-04      Joel Sherrill <joel@OARcorp.com>
153
154        * start/debugreset.S, start/reset.S: Removed incorrect statement about
155        copyright assignment.
156
1572003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Reflect having moved aclocal/.
160
1612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Reflect having moved automake/.
164        * clock/Makefile.am: Reflect having moved automake/.
165        * console/Makefile.am: Reflect having moved automake/.
166        * include/Makefile.am: Reflect having moved automake/.
167        * start/Makefile.am: Reflect having moved automake/.
168        * startup/Makefile.am: Reflect having moved automake/.
169        * timer/Makefile.am: Reflect having moved automake/.
170        * wrapup/Makefile.am: Reflect having moved automake/.
171
1722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        PR 452/bsps
175        * startup/Makefile.am: Remove USE_INIT_FINI.
176
1772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
180
1812003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        PR 445/bsps
184        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
185        Remove cpp, old_cpp (now unused).
186
1872003-06-22      Chris Johns <cjohns@cybertec.com.au>
188
189        PR 264/bsps
190        PR 414/bsps
191        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
192        PR264 - Stopped the core dump by removing the bad instruction.
193        PR414 - Fixed the global interupt vector register.
194        Linker command file to have the boot code in the first 8K.
195        The chip select remap needed to be volatile.
196
1972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove AC_CONFIG_AUX_DIR.
200
2012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AC_PREREQ(2.57).
208
2092003-01-20      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/linkcmds*: Add FreeBSD sysctl() sections.
212
2132002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220
2212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * start/Makefile.am: Use install-data-local to install startfile.
224
2252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228
2292002-11-01      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/m68k-stub.c: Removed typos.
232
2332002-11-01      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/m68k-stub.c: Removed warnings.
236
2372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * .cvsignore: Reformat.
240        Add autom4te*cache.
241        Remove autom4te.cache.
242
2432002-08-21      Joel Sherrill <joel@OARcorp.com>
244
245        * wrapup/Makefile.am: PR217 required that the idle task be moved to
246        libcpu so it could be more acutely aware of the CPU model.  This
247        file was modified to pick up the idle task from there.
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * bsp_specs: Added support for -nostdlibs.
252
2532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
261
2622002-08-07      Joel Sherrill <joel@OARcorp.com>
263
264        * start/Makefile.am: Pick up rest of Ralf'f changes and use
265        cp not make-rel since there is no point in this case.
266        * start/debugreset.S: Rights were not assigned.
267        * start/reset.S: Add ifdef to avoid core dump until Chris can
268        track it down.
269        * start/cpuboot.c: Moved to startup.
270        * startup/Makefile.am: Account for above.
271
2722002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
275        anywhere).
276        Add ODS60302_DEBUG conditional.
277        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
278        * configure.ac: Add --enable-ods60302-debug.
279        Add ODS60302_DEBUG conditional.
280
2812002-08-05      Joel Sherrill <joel@OARcorp.com>
282
283        * Per PR260 eliminate use of make-target-options.  This impacted
284        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
285        SuperCore and required that the m68k optimized memcpy be moved
286        to libcpu.
287        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
288
2892002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: Fix bug in previous patch.
292        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
293
2942002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Eliminate PGM.
297        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
298
2992002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
302
3032002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
306        Remove $(OBJS) from all-local.
307
3082002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
311
3122001-05-09      Joel Sherrill <joel@OARcorp.com>
313
314        * startup/linkcmds: In support of gcc 3.1, added one of more
315        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
316        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
317        and direction of segments to memory regions may also have been
318        addressed.  This was a sweep across all BSPs.
319 
3202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac:
323        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
324        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
325        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
333
3342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
337
3382001-11-27      Joel Sherrill <joel@OARcorp.com>,
339
340        This was tracked as PR39.
341        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
342        startup/linkcmds, startup/rom: Eliminated required definition of
343        macros in the custom file for the BSP to compile.  The ROM and ROM
344        address and size settings are now linker script items. 
345
3462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
349        * configure.in: Remove.
350        * configure.ac: New file, generated from configure.in by autoupdate.
351
3522001-09-27      Joel Sherrill <joel@OARcorp.com>
353
354        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
355
3562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
359
3602001-06-19      Joel Sherrill <joel@OARcorp.com>
361
362        * include/Makefile.am: Fixed typo.
363
3642001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.in: Add bspopts.h.
367        * include/.cvsignore: Add bspopts.h*, stamp-h*.
368        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
369        * include/bsp.h: Include bspopts.h.
370
3712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
372
373        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
374
3752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
378
3792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
382
3832000-11-01      Joel Sherrill <joel@OARcorp.com>
384
385        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
386        and libcsupport.h moved from libc to lib/include/rtems and
387        now must be referenced as <rtems/XXX.h>.   Header file order
388        was cleaned up while doing this.
389
3902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
393        Switch to GNU canonicalization.
394
3952000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
396
397        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
398
3992000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
400
401        * startup/linkcmds: Added lines so DWARF debug information
402        would be available.  Otherwise gdb complains that the offsets
403        for the debug info are incorrect and doesn't load the files.
404
4052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
408        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
409        compile.am
410
4112000-08-10      Joel Sherrill <joel@OARcorp.com>
412
413        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.