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

4.115
Last change on this file since 6e1990d was 6e1990d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:38:31

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • include/bsp.h, startup/m68k-stub.c, startup/trace.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 21.7 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h, startup/m68k-stub.c, startup/trace.c:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * timer/timer.c: Include <rtems/btimer.h>.
9        Fix benchmark_timer_read() definition.
10
112011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: Require autoconf-2.68, automake-1.11.1.
14
152010-06-22      Chris Johns <chrisj@rtems.org>
16
17        * startup/m68k-stub.c: PR 1539. Fix buffer overrun.
18       
192010-04-30      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * include/bsp.h: Add BSP_SMALL_MEMORY.
22
232010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
24
25        * startup/m68k-stub.c: Remove warnings.
26
272009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * make/custom/ods68302.cfg: Remove RTEMS_BSP_FAMILY.
30
312009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Don't add -ansi -fasm to CFLAGS.
34
352009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * make/custom/ods68302.cfg: New (relocated from /make/custom).
38
392009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
42
43 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
46        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
47        have the same options.
48
492009-04-28      Chris Johns <chrisj@rtems.org>
50
51        * startup/cpuboot.c: Update for boot_card command line change.
52
532008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * bsp_specs: Move -e start from *link to *startfile to avoid warning
56        for undefined entry symbol when linking relocatables with binutils
57        2.19.
58
592008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * Makefile.am, preinstall.am: Use shared tm27.h stub.
62        * include/tm27.h: Removed.
63
642008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * timer/timer.c: Eliminate uses of old benchmark timer names.
67
682008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Eliminate *_SOURCES.
71
722008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
75        components.
76
772008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
80
812008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * configure.ac: Make letting boot_card() handle work area allocation
84        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
85        BSP_BOOTCARD_OPTIONS.
86
872008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * include/bsp.h: Remove unnecessary boilerplate comments.
90
912008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * Makefile.am, startup/linkcmds: Use top level shared
94        bsp_get_work_area() implementation.
95
962008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
99        of bsp_get_work_area() in its own file and rely on BSP Framework to
100        perform more initialization. Remove unnecessary includes of
101        rtems/libio.h and rtems/libcsupport.h.
102        * startup/bspstart.c: Removed.
103
1042008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
107        implementations. In this phase, all prototypes were removed from
108        bsp.h and empty implementations were removed and made to use the
109        shared stub.
110        * startup/bspclean.c: Removed.
111
1122008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * startup/m68k-stub.c: Convert to "bool".
115
1162008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * clock/ckinit.c: The Shared Memory Driver no longer requires the
119        special IOCTL in Clock_control. This was a hack which has existed
120        since before the Classic API Timer Manager was implemented. All
121        implementations of and references to Clock_control were removed.
122
1232008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * console/console.c, timer/timer.c: Convert to "bool".
126
1272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
130        benchmark timer driver. Fix spelling.
131
1322008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
135        follow RTEMS programming conventions.
136
1372008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
140        Add missing prototypes.
141
1422008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * Makefile.am: Rework to avoid .rel files.
145
1462008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * startup/bspstart.c: Refactored and renamed initialization routines to
149        rtems_initialize_data_structures, rtems_initialize_before_drivers,
150        rtems_initialize_device_drivers, and
151        rtems_initialize_start_multitasking. This opened the sequence up so
152        that bootcard() could provide a more robust and flexible framework
153        which is easier to explain and understand. This also lays the
154        groundwork for sharing the division of available memory between the
155        RTEMS workspace and heap and the C library initialization across all
156        BSPs.
157
1582008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * startup/linkcmds: Add wildcard to gcc_except_table section so
161        programs compiled with gcc 4.3.x can link.
162
1632007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
166        of the Configuration Table. Use the RTEMS provided accessor macros to
167        obtain configuration fields.
168
1692007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
172        from CPU Table to Configuration Table. Eliminate CPU Table from all
173        ports. Delete references to CPU Table in all forms.
174
1752007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
178        Table fields to the Configuration Table. This included
179        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
180        do_zero_of_workspace, extra_mpci_receive_server_stack,
181        stack_allocate_hook, and stack_free_hook. As a side-effect of this
182        effort some multiprocessing code was made conditional and some style
183        clean up occurred.
184
1852007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
188        m68k CPU Table since it is never read.
189
1902007-05-03      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: Handle .data.* sections
193
1942007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * bsp_specs: Remove qrtems_debug.
197
1982007-04-02      Joel Sherrill <joel@OARcorp.com>
199
200        * Makefile.am: Add dummy printk support so all tests link.
201
2022006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * configure.ac: New BUG-REPORT address.
205
2062006-11-15      Joel Sherrill <joel@OARcorp.com>
207
208        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
209        file and simplified initialization.
210
2112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Remove superfluous -DASM.
214
2152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * configure.ac: Require autoconf-2.60. Require automake-1.10.
218
2192006-02-08      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Add sections required by newer gcc versions.
222
2232006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * Makefile.am: Add preinstall.am.
226
2272005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * include/bsp.h: New header guard.
230
2312005-01-09      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: Add rom section to remove warning.
234
2352005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
238
2392005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * Makefile.am: Remove build-variant support.
242
2432005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
246
2472004-11-25      Joel Sherrill <joel@OARcorp.com>
248
249        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
250
2512004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
254        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
255
2562004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
257
258        * configure.ac: Require automake > 1.9.
259
2602004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        PR 610/bsps
263        * Makefile.am: Add include/tm27.h, Cosmetics.
264        * include/tm27.h: Final cosmetics.
265
2662004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * include/bsp.h: Split out tmtest27 support.
269        * include/tm27.h: New.
270
2712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        PR 613/bsps
274        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
275
2762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
277
278        PR 614/bsps
279        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
280
2812004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
282
283        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
284        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
285        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
286        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
287        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
288        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
289        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
290        <rtems/m68k/m68302.h> instead of <m68302.h>.
291
2922004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
295
2962004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
299        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
300        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
301
3022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
303
304        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
305        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
306        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
307        using c99 fixed size types.
308
3092004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Reflect changes to bsp.am.
312        Preinstall dist_project_lib*.
313
3142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Reflect changes to bsp.am.
317
3182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
321
3222004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Pickup files from ../../m68k/shared instead of
325        ../shared. Reformat.
326
3272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
330
3312004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
334        ANSI-C compliant.
335        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
336        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
337        wrapup/Makefile.am.
338        Use automake compilation rules.
339        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
340        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
341        Remove.
342        * configure.ac: Reflect changes above.
343
3442004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Add PREINSTALL_DIRS.
347        * wrapup/Makefile.am: Reflect changes to libcpu.
348
3492004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Remove non-existing times from EXTRA_DIST.
352        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
353        * wrapup/Makefile.am: Reflect changes to libcpu.
354
3552004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
358        Add PRE/TMPINSTALL_FILES to CLEANFILES.
359        * start/Makefile.am: Ditto.
360        * startup/Makefile.am: Ditto.
361
3622004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Eliminate $(LIB).
365        Use noinst_DATA to trigger building libbsp.a.
366
3672003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
370        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
371
3722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
375        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
376
3772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
380
3812003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * start/Makefile.am: Misc cleanups and fixes.
384        * startup/Makefile.am: Misc cleanups and fixes.
385        * wrapup/Makefile.am: Misc cleanups and fixes.
386
3872003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Add preinstallation dirstamp support.
390        * clock/Makefile.am: Cosmetics.
391        * console/Makefile.am: Cosmetics.
392        * startup/Makefile.am: Cosmetics.
393        * timer/Makefile.am: Cosmetics.
394        * wrapup/Makefile.am: Cosmetics.
395
3962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * clock/Makefile.am: Remove all-local: $(ARCH).
399        * console/Makefile.am: Remove all-local: $(ARCH).
400        * start/Makefile.am: Remove all-local: $(ARCH).
401        * startup/Makefile.am: Remove all-local: $(ARCH).
402        * timer/Makefile.am: Remove all-local: $(ARCH).
403        * wrapup/Makefile.am: Remove all-local: $(ARCH).
404
4052003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * include/bsp.h: Replace stringification madness to pick up bare.h
408        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
409
4102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Merge-in include/Makefile.am.
413        Reflect changes to bsp.am.
414        * include/Makefile.am: Remove.
415        * configure.ac: Reflect changes above.
416
4172003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * bsp_specs: Remove *lib:.
420
4212003-09-04      Joel Sherrill <joel@OARcorp.com>
422
423        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
424        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
425        license changed.
426
4272003-09-04      Joel Sherrill <joel@OARcorp.com>
428
429        * start/debugreset.S, start/reset.S: Removed incorrect statement about
430        copyright assignment.
431
4322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Reflect having moved aclocal/.
435
4362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Reflect having moved automake/.
439        * clock/Makefile.am: Reflect having moved automake/.
440        * console/Makefile.am: Reflect having moved automake/.
441        * include/Makefile.am: Reflect having moved automake/.
442        * start/Makefile.am: Reflect having moved automake/.
443        * startup/Makefile.am: Reflect having moved automake/.
444        * timer/Makefile.am: Reflect having moved automake/.
445        * wrapup/Makefile.am: Reflect having moved automake/.
446
4472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        PR 452/bsps
450        * startup/Makefile.am: Remove USE_INIT_FINI.
451
4522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
455
4562003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        PR 445/bsps
459        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
460        Remove cpp, old_cpp (now unused).
461
4622003-06-22      Chris Johns <cjohns@cybertec.com.au>
463
464        PR 264/bsps
465        PR 414/bsps
466        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
467        PR264 - Stopped the core dump by removing the bad instruction.
468        PR414 - Fixed the global interupt vector register.
469        Linker command file to have the boot code in the first 8K.
470        The chip select remap needed to be volatile.
471
4722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac: Remove AC_CONFIG_AUX_DIR.
475
4762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
479
4802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: AC_PREREQ(2.57).
483
4842003-01-20      Joel Sherrill <joel@OARcorp.com>
485
486        * startup/linkcmds*: Add FreeBSD sysctl() sections.
487
4882002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
491        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
492        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
493        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
494        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
495
4962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * start/Makefile.am: Use install-data-local to install startfile.
499
5002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
503
5042002-11-01      Joel Sherrill <joel@OARcorp.com>
505
506        * startup/m68k-stub.c: Removed typos.
507
5082002-11-01      Joel Sherrill <joel@OARcorp.com>
509
510        * startup/m68k-stub.c: Removed warnings.
511
5122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * .cvsignore: Reformat.
515        Add autom4te*cache.
516        Remove autom4te.cache.
517
5182002-08-21      Joel Sherrill <joel@OARcorp.com>
519
520        * wrapup/Makefile.am: PR217 required that the idle task be moved to
521        libcpu so it could be more acutely aware of the CPU model.  This
522        file was modified to pick up the idle task from there.
523
5242002-08-21      Joel Sherrill <joel@OARcorp.com>
525
526        * bsp_specs: Added support for -nostdlibs.
527
5282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
531        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
532        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
533        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
534        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
535        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
536
5372002-08-07      Joel Sherrill <joel@OARcorp.com>
538
539        * start/Makefile.am: Pick up rest of Ralf'f changes and use
540        cp not make-rel since there is no point in this case.
541        * start/debugreset.S: Rights were not assigned.
542        * start/reset.S: Add ifdef to avoid core dump until Chris can
543        track it down.
544        * start/cpuboot.c: Moved to startup.
545        * startup/Makefile.am: Account for above.
546
5472002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
550        anywhere).
551        Add ODS60302_DEBUG conditional.
552        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
553        * configure.ac: Add --enable-ods60302-debug.
554        Add ODS60302_DEBUG conditional.
555
5562002-08-05      Joel Sherrill <joel@OARcorp.com>
557
558        * Per PR260 eliminate use of make-target-options.  This impacted
559        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
560        SuperCore and required that the m68k optimized memcpy be moved
561        to libcpu.
562        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
563
5642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * start/Makefile.am: Fix bug in previous patch.
567        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
568
5692002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * start/Makefile.am: Eliminate PGM.
572        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
573
5742002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
577
5782002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
581        Remove $(OBJS) from all-local.
582
5832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
586
5872001-05-09      Joel Sherrill <joel@OARcorp.com>
588
589        * startup/linkcmds: In support of gcc 3.1, added one of more
590        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
591        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
592        and direction of segments to memory regions may also have been
593        addressed.  This was a sweep across all BSPs.
594 
5952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac:
598        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
599        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
600        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
608
6092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
612
6132001-11-27      Joel Sherrill <joel@OARcorp.com>,
614
615        This was tracked as PR39.
616        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
617        startup/linkcmds, startup/rom: Eliminated required definition of
618        macros in the custom file for the BSP to compile.  The ROM and ROM
619        address and size settings are now linker script items. 
620
6212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
624        * configure.in: Remove.
625        * configure.ac: New file, generated from configure.in by autoupdate.
626
6272001-09-27      Joel Sherrill <joel@OARcorp.com>
628
629        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
630
6312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
634
6352001-06-19      Joel Sherrill <joel@OARcorp.com>
636
637        * include/Makefile.am: Fixed typo.
638
6392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.in: Add bspopts.h.
642        * include/.cvsignore: Add bspopts.h*, stamp-h*.
643        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
644        * include/bsp.h: Include bspopts.h.
645
6462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
647
648        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
649
6502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
653
6542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
657
6582000-11-01      Joel Sherrill <joel@OARcorp.com>
659
660        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
661        and libcsupport.h moved from libc to lib/include/rtems and
662        now must be referenced as <rtems/XXX.h>.   Header file order
663        was cleaned up while doing this.
664
6652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
668        Switch to GNU canonicalization.
669
6702000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
671
672        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
673
6742000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
675
676        * startup/linkcmds: Added lines so DWARF debug information
677        would be available.  Otherwise gdb complains that the offsets
678        for the debug info are incorrect and doesn't load the files.
679
6802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
683        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
684        compile.am
685
6862000-08-10      Joel Sherrill <joel@OARcorp.com>
687
688        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.