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

4.104.114.84.95
Last change on this file since 7c69d422 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

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

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 13.7 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
222004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
23
24        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
25        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
26        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
27        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
28        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
29        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
30        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
31        <rtems/m68k/m68302.h> instead of <m68302.h>.
32
332004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
36
372004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
40        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
41        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
42
432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
46        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
47        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
48        using c99 fixed size types.
49
502004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect changes to bsp.am.
53        Preinstall dist_project_lib*.
54
552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect changes to bsp.am.
58
592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
62
632004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Pickup files from ../../m68k/shared instead of
66        ../shared. Reformat.
67
682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
71
722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
75        ANSI-C compliant.
76        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
77        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
78        wrapup/Makefile.am.
79        Use automake compilation rules.
80        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
81        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
82        Remove.
83        * configure.ac: Reflect changes above.
84
852004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add PREINSTALL_DIRS.
88        * wrapup/Makefile.am: Reflect changes to libcpu.
89
902004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Remove non-existing times from EXTRA_DIST.
93        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
94        * wrapup/Makefile.am: Reflect changes to libcpu.
95
962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
99        Add PRE/TMPINSTALL_FILES to CLEANFILES.
100        * start/Makefile.am: Ditto.
101        * startup/Makefile.am: Ditto.
102
1032004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Eliminate $(LIB).
106        Use noinst_DATA to trigger building libbsp.a.
107
1082003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
111        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
116        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
117
1182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
121
1222003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * start/Makefile.am: Misc cleanups and fixes.
125        * startup/Makefile.am: Misc cleanups and fixes.
126        * wrapup/Makefile.am: Misc cleanups and fixes.
127
1282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add preinstallation dirstamp support.
131        * clock/Makefile.am: Cosmetics.
132        * console/Makefile.am: Cosmetics.
133        * startup/Makefile.am: Cosmetics.
134        * timer/Makefile.am: Cosmetics.
135        * wrapup/Makefile.am: Cosmetics.
136
1372003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * clock/Makefile.am: Remove all-local: $(ARCH).
140        * console/Makefile.am: Remove all-local: $(ARCH).
141        * start/Makefile.am: Remove all-local: $(ARCH).
142        * startup/Makefile.am: Remove all-local: $(ARCH).
143        * timer/Makefile.am: Remove all-local: $(ARCH).
144        * wrapup/Makefile.am: Remove all-local: $(ARCH).
145
1462003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * include/bsp.h: Replace stringification madness to pick up bare.h
149        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
150
1512003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Merge-in include/Makefile.am.
154        Reflect changes to bsp.am.
155        * include/Makefile.am: Remove.
156        * configure.ac: Reflect changes above.
157
1582003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * bsp_specs: Remove *lib:.
161
1622003-09-04      Joel Sherrill <joel@OARcorp.com>
163
164        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
165        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
166        license changed.
167
1682003-09-04      Joel Sherrill <joel@OARcorp.com>
169
170        * start/debugreset.S, start/reset.S: Removed incorrect statement about
171        copyright assignment.
172
1732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect having moved aclocal/.
176
1772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Reflect having moved automake/.
180        * clock/Makefile.am: Reflect having moved automake/.
181        * console/Makefile.am: Reflect having moved automake/.
182        * include/Makefile.am: Reflect having moved automake/.
183        * start/Makefile.am: Reflect having moved automake/.
184        * startup/Makefile.am: Reflect having moved automake/.
185        * timer/Makefile.am: Reflect having moved automake/.
186        * wrapup/Makefile.am: Reflect having moved automake/.
187
1882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        PR 452/bsps
191        * startup/Makefile.am: Remove USE_INIT_FINI.
192
1932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
196
1972003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        PR 445/bsps
200        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
201        Remove cpp, old_cpp (now unused).
202
2032003-06-22      Chris Johns <cjohns@cybertec.com.au>
204
205        PR 264/bsps
206        PR 414/bsps
207        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
208        PR264 - Stopped the core dump by removing the bad instruction.
209        PR414 - Fixed the global interupt vector register.
210        Linker command file to have the boot code in the first 8K.
211        The chip select remap needed to be volatile.
212
2132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove AC_CONFIG_AUX_DIR.
216
2172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
220
2212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: AC_PREREQ(2.57).
224
2252003-01-20      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/linkcmds*: Add FreeBSD sysctl() sections.
228
2292002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236
2372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: Use install-data-local to install startfile.
240
2412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244
2452002-11-01      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/m68k-stub.c: Removed typos.
248
2492002-11-01      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/m68k-stub.c: Removed warnings.
252
2532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Reformat.
256        Add autom4te*cache.
257        Remove autom4te.cache.
258
2592002-08-21      Joel Sherrill <joel@OARcorp.com>
260
261        * wrapup/Makefile.am: PR217 required that the idle task be moved to
262        libcpu so it could be more acutely aware of the CPU model.  This
263        file was modified to pick up the idle task from there.
264
2652002-08-21      Joel Sherrill <joel@OARcorp.com>
266
267        * bsp_specs: Added support for -nostdlibs.
268
2692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
277
2782002-08-07      Joel Sherrill <joel@OARcorp.com>
279
280        * start/Makefile.am: Pick up rest of Ralf'f changes and use
281        cp not make-rel since there is no point in this case.
282        * start/debugreset.S: Rights were not assigned.
283        * start/reset.S: Add ifdef to avoid core dump until Chris can
284        track it down.
285        * start/cpuboot.c: Moved to startup.
286        * startup/Makefile.am: Account for above.
287
2882002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
291        anywhere).
292        Add ODS60302_DEBUG conditional.
293        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
294        * configure.ac: Add --enable-ods60302-debug.
295        Add ODS60302_DEBUG conditional.
296
2972002-08-05      Joel Sherrill <joel@OARcorp.com>
298
299        * Per PR260 eliminate use of make-target-options.  This impacted
300        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
301        SuperCore and required that the m68k optimized memcpy be moved
302        to libcpu.
303        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
304
3052002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * start/Makefile.am: Fix bug in previous patch.
308        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
309
3102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Eliminate PGM.
313        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
314
3152002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
318
3192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
322        Remove $(OBJS) from all-local.
323
3242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
327
3282001-05-09      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: In support of gcc 3.1, added one of more
331        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
332        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
333        and direction of segments to memory regions may also have been
334        addressed.  This was a sweep across all BSPs.
335 
3362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac:
339        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
340        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
341        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
349
3502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
353
3542001-11-27      Joel Sherrill <joel@OARcorp.com>,
355
356        This was tracked as PR39.
357        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
358        startup/linkcmds, startup/rom: Eliminated required definition of
359        macros in the custom file for the BSP to compile.  The ROM and ROM
360        address and size settings are now linker script items. 
361
3622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
365        * configure.in: Remove.
366        * configure.ac: New file, generated from configure.in by autoupdate.
367
3682001-09-27      Joel Sherrill <joel@OARcorp.com>
369
370        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
371
3722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
375
3762001-06-19      Joel Sherrill <joel@OARcorp.com>
377
378        * include/Makefile.am: Fixed typo.
379
3802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.in: Add bspopts.h.
383        * include/.cvsignore: Add bspopts.h*, stamp-h*.
384        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
385        * include/bsp.h: Include bspopts.h.
386
3872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
388
389        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
390
3912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
394
3952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
398
3992000-11-01      Joel Sherrill <joel@OARcorp.com>
400
401        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
402        and libcsupport.h moved from libc to lib/include/rtems and
403        now must be referenced as <rtems/XXX.h>.   Header file order
404        was cleaned up while doing this.
405
4062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
409        Switch to GNU canonicalization.
410
4112000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
412
413        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
414
4152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
416
417        * startup/linkcmds: Added lines so DWARF debug information
418        would be available.  Otherwise gdb complains that the offsets
419        for the debug info are incorrect and doesn't load the files.
420
4212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
424        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
425        compile.am
426
4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.