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

4.104.114.84.95
Last change on this file since fb7a141 was fb7a141, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:42

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

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