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

4.104.114.84.95
Last change on this file since aa4369c was aa4369c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 15:24:01

2006-11-15 Joel Sherrill <joel@…>

  • Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
  • Property mode set to 100644
File size: 15.2 KB
Line 
12006-11-15      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
4        file and simplified initialization.
5
62006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove superfluous -DASM.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.60. Require automake-1.10.
13
142006-02-08      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: Add sections required by newer gcc versions.
17
182006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Add preinstall.am.
21
222005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * include/bsp.h: New header guard.
25
262005-01-09      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: Add rom section to remove warning.
29
302005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
33
342005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Remove build-variant support.
37
382005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
41
422004-11-25      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
45
462004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
49        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
50
512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * configure.ac: Require automake > 1.9.
54
552004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        PR 610/bsps
58        * Makefile.am: Add include/tm27.h, Cosmetics.
59        * include/tm27.h: Final cosmetics.
60
612004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * include/bsp.h: Split out tmtest27 support.
64        * include/tm27.h: New.
65
662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        PR 613/bsps
69        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
70
712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        PR 614/bsps
74        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
75
762004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
77
78        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
79        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
80        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
81        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
82        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
83        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
84        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
85        <rtems/m68k/m68302.h> instead of <m68302.h>.
86
872004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
90
912004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
94        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
95        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
96
972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
100        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
101        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
102        using c99 fixed size types.
103
1042004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reflect changes to bsp.am.
107        Preinstall dist_project_lib*.
108
1092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect changes to bsp.am.
112
1132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
116
1172004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Pickup files from ../../m68k/shared instead of
120        ../shared. Reformat.
121
1222004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
125
1262004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
129        ANSI-C compliant.
130        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
131        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
132        wrapup/Makefile.am.
133        Use automake compilation rules.
134        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
135        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
136        Remove.
137        * configure.ac: Reflect changes above.
138
1392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Add PREINSTALL_DIRS.
142        * wrapup/Makefile.am: Reflect changes to libcpu.
143
1442004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Remove non-existing times from EXTRA_DIST.
147        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
148        * wrapup/Makefile.am: Reflect changes to libcpu.
149
1502004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
153        Add PRE/TMPINSTALL_FILES to CLEANFILES.
154        * start/Makefile.am: Ditto.
155        * startup/Makefile.am: Ditto.
156
1572004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * wrapup/Makefile.am: Eliminate $(LIB).
160        Use noinst_DATA to trigger building libbsp.a.
161
1622003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
165        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
166
1672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
170        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
171
1722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
175
1762003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * start/Makefile.am: Misc cleanups and fixes.
179        * startup/Makefile.am: Misc cleanups and fixes.
180        * wrapup/Makefile.am: Misc cleanups and fixes.
181
1822003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Add preinstallation dirstamp support.
185        * clock/Makefile.am: Cosmetics.
186        * console/Makefile.am: Cosmetics.
187        * startup/Makefile.am: Cosmetics.
188        * timer/Makefile.am: Cosmetics.
189        * wrapup/Makefile.am: Cosmetics.
190
1912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * clock/Makefile.am: Remove all-local: $(ARCH).
194        * console/Makefile.am: Remove all-local: $(ARCH).
195        * start/Makefile.am: Remove all-local: $(ARCH).
196        * startup/Makefile.am: Remove all-local: $(ARCH).
197        * timer/Makefile.am: Remove all-local: $(ARCH).
198        * wrapup/Makefile.am: Remove all-local: $(ARCH).
199
2002003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * include/bsp.h: Replace stringification madness to pick up bare.h
203        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
204
2052003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Merge-in include/Makefile.am.
208        Reflect changes to bsp.am.
209        * include/Makefile.am: Remove.
210        * configure.ac: Reflect changes above.
211
2122003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * bsp_specs: Remove *lib:.
215
2162003-09-04      Joel Sherrill <joel@OARcorp.com>
217
218        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
219        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
220        license changed.
221
2222003-09-04      Joel Sherrill <joel@OARcorp.com>
223
224        * start/debugreset.S, start/reset.S: Removed incorrect statement about
225        copyright assignment.
226
2272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect having moved aclocal/.
230
2312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Reflect having moved automake/.
234        * clock/Makefile.am: Reflect having moved automake/.
235        * console/Makefile.am: Reflect having moved automake/.
236        * include/Makefile.am: Reflect having moved automake/.
237        * start/Makefile.am: Reflect having moved automake/.
238        * startup/Makefile.am: Reflect having moved automake/.
239        * timer/Makefile.am: Reflect having moved automake/.
240        * wrapup/Makefile.am: Reflect having moved automake/.
241
2422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        PR 452/bsps
245        * startup/Makefile.am: Remove USE_INIT_FINI.
246
2472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
250
2512003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        PR 445/bsps
254        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
255        Remove cpp, old_cpp (now unused).
256
2572003-06-22      Chris Johns <cjohns@cybertec.com.au>
258
259        PR 264/bsps
260        PR 414/bsps
261        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
262        PR264 - Stopped the core dump by removing the bad instruction.
263        PR414 - Fixed the global interupt vector register.
264        Linker command file to have the boot code in the first 8K.
265        The chip select remap needed to be volatile.
266
2672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Remove AC_CONFIG_AUX_DIR.
270
2712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
274
2752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: AC_PREREQ(2.57).
278
2792003-01-20      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds*: Add FreeBSD sysctl() sections.
282
2832002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290
2912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * start/Makefile.am: Use install-data-local to install startfile.
294
2952002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298
2992002-11-01      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/m68k-stub.c: Removed typos.
302
3032002-11-01      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/m68k-stub.c: Removed warnings.
306
3072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * .cvsignore: Reformat.
310        Add autom4te*cache.
311        Remove autom4te.cache.
312
3132002-08-21      Joel Sherrill <joel@OARcorp.com>
314
315        * wrapup/Makefile.am: PR217 required that the idle task be moved to
316        libcpu so it could be more acutely aware of the CPU model.  This
317        file was modified to pick up the idle task from there.
318
3192002-08-21      Joel Sherrill <joel@OARcorp.com>
320
321        * bsp_specs: Added support for -nostdlibs.
322
3232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
331
3322002-08-07      Joel Sherrill <joel@OARcorp.com>
333
334        * start/Makefile.am: Pick up rest of Ralf'f changes and use
335        cp not make-rel since there is no point in this case.
336        * start/debugreset.S: Rights were not assigned.
337        * start/reset.S: Add ifdef to avoid core dump until Chris can
338        track it down.
339        * start/cpuboot.c: Moved to startup.
340        * startup/Makefile.am: Account for above.
341
3422002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
345        anywhere).
346        Add ODS60302_DEBUG conditional.
347        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
348        * configure.ac: Add --enable-ods60302-debug.
349        Add ODS60302_DEBUG conditional.
350
3512002-08-05      Joel Sherrill <joel@OARcorp.com>
352
353        * Per PR260 eliminate use of make-target-options.  This impacted
354        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
355        SuperCore and required that the m68k optimized memcpy be moved
356        to libcpu.
357        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
358
3592002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * start/Makefile.am: Fix bug in previous patch.
362        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
363
3642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * start/Makefile.am: Eliminate PGM.
367        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
368
3692002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
372
3732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
376        Remove $(OBJS) from all-local.
377
3782002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
381
3822001-05-09      Joel Sherrill <joel@OARcorp.com>
383
384        * startup/linkcmds: In support of gcc 3.1, added one of more
385        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
386        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
387        and direction of segments to memory regions may also have been
388        addressed.  This was a sweep across all BSPs.
389 
3902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac:
393        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
394        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
395        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
403
4042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
407
4082001-11-27      Joel Sherrill <joel@OARcorp.com>,
409
410        This was tracked as PR39.
411        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
412        startup/linkcmds, startup/rom: Eliminated required definition of
413        macros in the custom file for the BSP to compile.  The ROM and ROM
414        address and size settings are now linker script items. 
415
4162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
419        * configure.in: Remove.
420        * configure.ac: New file, generated from configure.in by autoupdate.
421
4222001-09-27      Joel Sherrill <joel@OARcorp.com>
423
424        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
425
4262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
429
4302001-06-19      Joel Sherrill <joel@OARcorp.com>
431
432        * include/Makefile.am: Fixed typo.
433
4342001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.in: Add bspopts.h.
437        * include/.cvsignore: Add bspopts.h*, stamp-h*.
438        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
439        * include/bsp.h: Include bspopts.h.
440
4412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
442
443        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
444
4452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
448
4492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
452
4532000-11-01      Joel Sherrill <joel@OARcorp.com>
454
455        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
456        and libcsupport.h moved from libc to lib/include/rtems and
457        now must be referenced as <rtems/XXX.h>.   Header file order
458        was cleaned up while doing this.
459
4602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
463        Switch to GNU canonicalization.
464
4652000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
466
467        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
468
4692000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
470
471        * startup/linkcmds: Added lines so DWARF debug information
472        would be available.  Otherwise gdb complains that the offsets
473        for the debug info are incorrect and doesn't load the files.
474
4752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
478        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
479        compile.am
480
4812000-08-10      Joel Sherrill <joel@OARcorp.com>
482
483        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.