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

4.104.115
Last change on this file since 1f21e563 was 1f21e563, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:15:25

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/ods68302.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 20.8 KB
Line 
12009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/ods68302.cfg: New (relocated from /make/custom).
4
52009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
8
9 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
12        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
13        have the same options.
14
152009-04-28      Chris Johns <chrisj@rtems.org>
16
17        * startup/cpuboot.c: Update for boot_card command line change.
18
192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * bsp_specs: Move -e start from *link to *startfile to avoid warning
22        for undefined entry symbol when linking relocatables with binutils
23        2.19.
24
252008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am, preinstall.am: Use shared tm27.h stub.
28        * include/tm27.h: Removed.
29
302008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * timer/timer.c: Eliminate uses of old benchmark timer names.
33
342008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate *_SOURCES.
37
382008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
41        components.
42
432008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
46
472008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * configure.ac: Make letting boot_card() handle work area allocation
50        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
51        BSP_BOOTCARD_OPTIONS.
52
532008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * include/bsp.h: Remove unnecessary boilerplate comments.
56
572008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * Makefile.am, startup/linkcmds: Use top level shared
60        bsp_get_work_area() implementation.
61
622008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
65        of bsp_get_work_area() in its own file and rely on BSP Framework to
66        perform more initialization. Remove unnecessary includes of
67        rtems/libio.h and rtems/libcsupport.h.
68        * startup/bspstart.c: Removed.
69
702008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
73        implementations. In this phase, all prototypes were removed from
74        bsp.h and empty implementations were removed and made to use the
75        shared stub.
76        * startup/bspclean.c: Removed.
77
782008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * startup/m68k-stub.c: Convert to "bool".
81
822008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * clock/ckinit.c: The Shared Memory Driver no longer requires the
85        special IOCTL in Clock_control. This was a hack which has existed
86        since before the Classic API Timer Manager was implemented. All
87        implementations of and references to Clock_control were removed.
88
892008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * console/console.c, timer/timer.c: Convert to "bool".
92
932008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
96        benchmark timer driver. Fix spelling.
97
982008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
101        follow RTEMS programming conventions.
102
1032008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
106        Add missing prototypes.
107
1082008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * Makefile.am: Rework to avoid .rel files.
111
1122008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * startup/bspstart.c: Refactored and renamed initialization routines to
115        rtems_initialize_data_structures, rtems_initialize_before_drivers,
116        rtems_initialize_device_drivers, and
117        rtems_initialize_start_multitasking. This opened the sequence up so
118        that bootcard() could provide a more robust and flexible framework
119        which is easier to explain and understand. This also lays the
120        groundwork for sharing the division of available memory between the
121        RTEMS workspace and heap and the C library initialization across all
122        BSPs.
123
1242008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * startup/linkcmds: Add wildcard to gcc_except_table section so
127        programs compiled with gcc 4.3.x can link.
128
1292007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
132        of the Configuration Table. Use the RTEMS provided accessor macros to
133        obtain configuration fields.
134
1352007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
138        from CPU Table to Configuration Table. Eliminate CPU Table from all
139        ports. Delete references to CPU Table in all forms.
140
1412007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
144        Table fields to the Configuration Table. This included
145        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
146        do_zero_of_workspace, extra_mpci_receive_server_stack,
147        stack_allocate_hook, and stack_free_hook. As a side-effect of this
148        effort some multiprocessing code was made conditional and some style
149        clean up occurred.
150
1512007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
154        m68k CPU Table since it is never read.
155
1562007-05-03      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds: Handle .data.* sections
159
1602007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * bsp_specs: Remove qrtems_debug.
163
1642007-04-02      Joel Sherrill <joel@OARcorp.com>
165
166        * Makefile.am: Add dummy printk support so all tests link.
167
1682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * configure.ac: New BUG-REPORT address.
171
1722006-11-15      Joel Sherrill <joel@OARcorp.com>
173
174        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
175        file and simplified initialization.
176
1772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * Makefile.am: Remove superfluous -DASM.
180
1812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * configure.ac: Require autoconf-2.60. Require automake-1.10.
184
1852006-02-08      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/linkcmds: Add sections required by newer gcc versions.
188
1892006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Add preinstall.am.
192
1932005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * include/bsp.h: New header guard.
196
1972005-01-09      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds: Add rom section to remove warning.
200
2012005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
204
2052005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Remove build-variant support.
208
2092005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
212
2132004-11-25      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
216
2172004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
218
219        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
220        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
221
2222004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * configure.ac: Require automake > 1.9.
225
2262004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        PR 610/bsps
229        * Makefile.am: Add include/tm27.h, Cosmetics.
230        * include/tm27.h: Final cosmetics.
231
2322004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        * include/bsp.h: Split out tmtest27 support.
235        * include/tm27.h: New.
236
2372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        PR 613/bsps
240        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
241
2422004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        PR 614/bsps
245        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
246
2472004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
248
249        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
250        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
251        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
252        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
253        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
254        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
255        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
256        <rtems/m68k/m68302.h> instead of <m68302.h>.
257
2582004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
261
2622004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
265        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
266        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
267
2682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
271        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
272        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
273        using c99 fixed size types.
274
2752004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Reflect changes to bsp.am.
278        Preinstall dist_project_lib*.
279
2802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Reflect changes to bsp.am.
283
2842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
287
2882004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Pickup files from ../../m68k/shared instead of
291        ../shared. Reformat.
292
2932004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
296
2972004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
300        ANSI-C compliant.
301        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
302        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
303        wrapup/Makefile.am.
304        Use automake compilation rules.
305        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
306        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
307        Remove.
308        * configure.ac: Reflect changes above.
309
3102004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Add PREINSTALL_DIRS.
313        * wrapup/Makefile.am: Reflect changes to libcpu.
314
3152004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Remove non-existing times from EXTRA_DIST.
318        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
319        * wrapup/Makefile.am: Reflect changes to libcpu.
320
3212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
324        Add PRE/TMPINSTALL_FILES to CLEANFILES.
325        * start/Makefile.am: Ditto.
326        * startup/Makefile.am: Ditto.
327
3282004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * wrapup/Makefile.am: Eliminate $(LIB).
331        Use noinst_DATA to trigger building libbsp.a.
332
3332003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
336        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
337
3382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
341        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
342
3432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
346
3472003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * start/Makefile.am: Misc cleanups and fixes.
350        * startup/Makefile.am: Misc cleanups and fixes.
351        * wrapup/Makefile.am: Misc cleanups and fixes.
352
3532003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Add preinstallation dirstamp support.
356        * clock/Makefile.am: Cosmetics.
357        * console/Makefile.am: Cosmetics.
358        * startup/Makefile.am: Cosmetics.
359        * timer/Makefile.am: Cosmetics.
360        * wrapup/Makefile.am: Cosmetics.
361
3622003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * clock/Makefile.am: Remove all-local: $(ARCH).
365        * console/Makefile.am: Remove all-local: $(ARCH).
366        * start/Makefile.am: Remove all-local: $(ARCH).
367        * startup/Makefile.am: Remove all-local: $(ARCH).
368        * timer/Makefile.am: Remove all-local: $(ARCH).
369        * wrapup/Makefile.am: Remove all-local: $(ARCH).
370
3712003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * include/bsp.h: Replace stringification madness to pick up bare.h
374        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
375
3762003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Merge-in include/Makefile.am.
379        Reflect changes to bsp.am.
380        * include/Makefile.am: Remove.
381        * configure.ac: Reflect changes above.
382
3832003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * bsp_specs: Remove *lib:.
386
3872003-09-04      Joel Sherrill <joel@OARcorp.com>
388
389        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
390        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
391        license changed.
392
3932003-09-04      Joel Sherrill <joel@OARcorp.com>
394
395        * start/debugreset.S, start/reset.S: Removed incorrect statement about
396        copyright assignment.
397
3982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Reflect having moved aclocal/.
401
4022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Reflect having moved automake/.
405        * clock/Makefile.am: Reflect having moved automake/.
406        * console/Makefile.am: Reflect having moved automake/.
407        * include/Makefile.am: Reflect having moved automake/.
408        * start/Makefile.am: Reflect having moved automake/.
409        * startup/Makefile.am: Reflect having moved automake/.
410        * timer/Makefile.am: Reflect having moved automake/.
411        * wrapup/Makefile.am: Reflect having moved automake/.
412
4132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        PR 452/bsps
416        * startup/Makefile.am: Remove USE_INIT_FINI.
417
4182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
421
4222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        PR 445/bsps
425        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
426        Remove cpp, old_cpp (now unused).
427
4282003-06-22      Chris Johns <cjohns@cybertec.com.au>
429
430        PR 264/bsps
431        PR 414/bsps
432        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
433        PR264 - Stopped the core dump by removing the bad instruction.
434        PR414 - Fixed the global interupt vector register.
435        Linker command file to have the boot code in the first 8K.
436        The chip select remap needed to be volatile.
437
4382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Remove AC_CONFIG_AUX_DIR.
441
4422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
445
4462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: AC_PREREQ(2.57).
449
4502003-01-20      Joel Sherrill <joel@OARcorp.com>
451
452        * startup/linkcmds*: Add FreeBSD sysctl() sections.
453
4542002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
457        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461
4622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * start/Makefile.am: Use install-data-local to install startfile.
465
4662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
469
4702002-11-01      Joel Sherrill <joel@OARcorp.com>
471
472        * startup/m68k-stub.c: Removed typos.
473
4742002-11-01      Joel Sherrill <joel@OARcorp.com>
475
476        * startup/m68k-stub.c: Removed warnings.
477
4782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * .cvsignore: Reformat.
481        Add autom4te*cache.
482        Remove autom4te.cache.
483
4842002-08-21      Joel Sherrill <joel@OARcorp.com>
485
486        * wrapup/Makefile.am: PR217 required that the idle task be moved to
487        libcpu so it could be more acutely aware of the CPU model.  This
488        file was modified to pick up the idle task from there.
489
4902002-08-21      Joel Sherrill <joel@OARcorp.com>
491
492        * bsp_specs: Added support for -nostdlibs.
493
4942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
497        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
498        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
499        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
500        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
501        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
502
5032002-08-07      Joel Sherrill <joel@OARcorp.com>
504
505        * start/Makefile.am: Pick up rest of Ralf'f changes and use
506        cp not make-rel since there is no point in this case.
507        * start/debugreset.S: Rights were not assigned.
508        * start/reset.S: Add ifdef to avoid core dump until Chris can
509        track it down.
510        * start/cpuboot.c: Moved to startup.
511        * startup/Makefile.am: Account for above.
512
5132002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
516        anywhere).
517        Add ODS60302_DEBUG conditional.
518        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
519        * configure.ac: Add --enable-ods60302-debug.
520        Add ODS60302_DEBUG conditional.
521
5222002-08-05      Joel Sherrill <joel@OARcorp.com>
523
524        * Per PR260 eliminate use of make-target-options.  This impacted
525        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
526        SuperCore and required that the m68k optimized memcpy be moved
527        to libcpu.
528        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
529
5302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * start/Makefile.am: Fix bug in previous patch.
533        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
534
5352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * start/Makefile.am: Eliminate PGM.
538        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
539
5402002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
543
5442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
547        Remove $(OBJS) from all-local.
548
5492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
552
5532001-05-09      Joel Sherrill <joel@OARcorp.com>
554
555        * startup/linkcmds: In support of gcc 3.1, added one of more
556        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
557        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
558        and direction of segments to memory regions may also have been
559        addressed.  This was a sweep across all BSPs.
560 
5612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac:
564        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
565        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
566        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
574
5752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
578
5792001-11-27      Joel Sherrill <joel@OARcorp.com>,
580
581        This was tracked as PR39.
582        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
583        startup/linkcmds, startup/rom: Eliminated required definition of
584        macros in the custom file for the BSP to compile.  The ROM and ROM
585        address and size settings are now linker script items. 
586
5872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
590        * configure.in: Remove.
591        * configure.ac: New file, generated from configure.in by autoupdate.
592
5932001-09-27      Joel Sherrill <joel@OARcorp.com>
594
595        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
596
5972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
600
6012001-06-19      Joel Sherrill <joel@OARcorp.com>
602
603        * include/Makefile.am: Fixed typo.
604
6052001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.in: Add bspopts.h.
608        * include/.cvsignore: Add bspopts.h*, stamp-h*.
609        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
610        * include/bsp.h: Include bspopts.h.
611
6122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
613
614        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
615
6162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
619
6202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
623
6242000-11-01      Joel Sherrill <joel@OARcorp.com>
625
626        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
627        and libcsupport.h moved from libc to lib/include/rtems and
628        now must be referenced as <rtems/XXX.h>.   Header file order
629        was cleaned up while doing this.
630
6312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
634        Switch to GNU canonicalization.
635
6362000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
637
638        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
639
6402000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
641
642        * startup/linkcmds: Added lines so DWARF debug information
643        would be available.  Otherwise gdb complains that the offsets
644        for the debug info are incorrect and doesn't load the files.
645
6462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
649        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
650        compile.am
651
6522000-08-10      Joel Sherrill <joel@OARcorp.com>
653
654        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.