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

4.104.115
Last change on this file since d1be26b was d1be26b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/09 at 23:21:23

2009-07-16 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
  • Property mode set to 100644
File size: 20.5 KB
Line 
12009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
4        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
5        have the same options.
6
72009-04-28      Chris Johns <chrisj@rtems.org>
8
9        * startup/cpuboot.c: Update for boot_card command line change.
10
112008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * bsp_specs: Move -e start from *link to *startfile to avoid warning
14        for undefined entry symbol when linking relocatables with binutils
15        2.19.
16
172008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * Makefile.am, preinstall.am: Use shared tm27.h stub.
20        * include/tm27.h: Removed.
21
222008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * timer/timer.c: Eliminate uses of old benchmark timer names.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate *_SOURCES.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
33        components.
34
352008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
38
392008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * configure.ac: Make letting boot_card() handle work area allocation
42        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
43        BSP_BOOTCARD_OPTIONS.
44
452008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * include/bsp.h: Remove unnecessary boilerplate comments.
48
492008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, startup/linkcmds: Use top level shared
52        bsp_get_work_area() implementation.
53
542008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
57        of bsp_get_work_area() in its own file and rely on BSP Framework to
58        perform more initialization. Remove unnecessary includes of
59        rtems/libio.h and rtems/libcsupport.h.
60        * startup/bspstart.c: Removed.
61
622008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
65        implementations. In this phase, all prototypes were removed from
66        bsp.h and empty implementations were removed and made to use the
67        shared stub.
68        * startup/bspclean.c: Removed.
69
702008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * startup/m68k-stub.c: Convert to "bool".
73
742008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * clock/ckinit.c: The Shared Memory Driver no longer requires the
77        special IOCTL in Clock_control. This was a hack which has existed
78        since before the Classic API Timer Manager was implemented. All
79        implementations of and references to Clock_control were removed.
80
812008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * console/console.c, timer/timer.c: Convert to "bool".
84
852008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
88        benchmark timer driver. Fix spelling.
89
902008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
93        follow RTEMS programming conventions.
94
952008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
98        Add missing prototypes.
99
1002008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * Makefile.am: Rework to avoid .rel files.
103
1042008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * startup/bspstart.c: Refactored and renamed initialization routines to
107        rtems_initialize_data_structures, rtems_initialize_before_drivers,
108        rtems_initialize_device_drivers, and
109        rtems_initialize_start_multitasking. This opened the sequence up so
110        that bootcard() could provide a more robust and flexible framework
111        which is easier to explain and understand. This also lays the
112        groundwork for sharing the division of available memory between the
113        RTEMS workspace and heap and the C library initialization across all
114        BSPs.
115
1162008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * startup/linkcmds: Add wildcard to gcc_except_table section so
119        programs compiled with gcc 4.3.x can link.
120
1212007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
124        of the Configuration Table. Use the RTEMS provided accessor macros to
125        obtain configuration fields.
126
1272007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
130        from CPU Table to Configuration Table. Eliminate CPU Table from all
131        ports. Delete references to CPU Table in all forms.
132
1332007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
136        Table fields to the Configuration Table. This included
137        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
138        do_zero_of_workspace, extra_mpci_receive_server_stack,
139        stack_allocate_hook, and stack_free_hook. As a side-effect of this
140        effort some multiprocessing code was made conditional and some style
141        clean up occurred.
142
1432007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
146        m68k CPU Table since it is never read.
147
1482007-05-03      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: Handle .data.* sections
151
1522007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * bsp_specs: Remove qrtems_debug.
155
1562007-04-02      Joel Sherrill <joel@OARcorp.com>
157
158        * Makefile.am: Add dummy printk support so all tests link.
159
1602006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * configure.ac: New BUG-REPORT address.
163
1642006-11-15      Joel Sherrill <joel@OARcorp.com>
165
166        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
167        file and simplified initialization.
168
1692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Remove superfluous -DASM.
172
1732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * configure.ac: Require autoconf-2.60. Require automake-1.10.
176
1772006-02-08      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/linkcmds: Add sections required by newer gcc versions.
180
1812006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Add preinstall.am.
184
1852005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * include/bsp.h: New header guard.
188
1892005-01-09      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Add rom section to remove warning.
192
1932005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
196
1972005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * Makefile.am: Remove build-variant support.
200
2012005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
204
2052004-11-25      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
208
2092004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
212        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
213
2142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * configure.ac: Require automake > 1.9.
217
2182004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        PR 610/bsps
221        * Makefile.am: Add include/tm27.h, Cosmetics.
222        * include/tm27.h: Final cosmetics.
223
2242004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        * include/bsp.h: Split out tmtest27 support.
227        * include/tm27.h: New.
228
2292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        PR 613/bsps
232        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
233
2342004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        PR 614/bsps
237        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
238
2392004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
240
241        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
242        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
243        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
244        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
245        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
246        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
247        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
248        <rtems/m68k/m68302.h> instead of <m68302.h>.
249
2502004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
253
2542004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
257        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
258        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
259
2602004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
263        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
264        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
265        using c99 fixed size types.
266
2672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Reflect changes to bsp.am.
270        Preinstall dist_project_lib*.
271
2722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Reflect changes to bsp.am.
275
2762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
279
2802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Pickup files from ../../m68k/shared instead of
283        ../shared. Reformat.
284
2852004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
288
2892004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
292        ANSI-C compliant.
293        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
294        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
295        wrapup/Makefile.am.
296        Use automake compilation rules.
297        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
298        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
299        Remove.
300        * configure.ac: Reflect changes above.
301
3022004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Add PREINSTALL_DIRS.
305        * wrapup/Makefile.am: Reflect changes to libcpu.
306
3072004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Remove non-existing times from EXTRA_DIST.
310        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
311        * wrapup/Makefile.am: Reflect changes to libcpu.
312
3132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
316        Add PRE/TMPINSTALL_FILES to CLEANFILES.
317        * start/Makefile.am: Ditto.
318        * startup/Makefile.am: Ditto.
319
3202004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * wrapup/Makefile.am: Eliminate $(LIB).
323        Use noinst_DATA to trigger building libbsp.a.
324
3252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
328        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
329
3302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
333        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
334
3352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
338
3392003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * start/Makefile.am: Misc cleanups and fixes.
342        * startup/Makefile.am: Misc cleanups and fixes.
343        * wrapup/Makefile.am: Misc cleanups and fixes.
344
3452003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Add preinstallation dirstamp support.
348        * clock/Makefile.am: Cosmetics.
349        * console/Makefile.am: Cosmetics.
350        * startup/Makefile.am: Cosmetics.
351        * timer/Makefile.am: Cosmetics.
352        * wrapup/Makefile.am: Cosmetics.
353
3542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * clock/Makefile.am: Remove all-local: $(ARCH).
357        * console/Makefile.am: Remove all-local: $(ARCH).
358        * start/Makefile.am: Remove all-local: $(ARCH).
359        * startup/Makefile.am: Remove all-local: $(ARCH).
360        * timer/Makefile.am: Remove all-local: $(ARCH).
361        * wrapup/Makefile.am: Remove all-local: $(ARCH).
362
3632003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * include/bsp.h: Replace stringification madness to pick up bare.h
366        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
367
3682003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Merge-in include/Makefile.am.
371        Reflect changes to bsp.am.
372        * include/Makefile.am: Remove.
373        * configure.ac: Reflect changes above.
374
3752003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * bsp_specs: Remove *lib:.
378
3792003-09-04      Joel Sherrill <joel@OARcorp.com>
380
381        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
382        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
383        license changed.
384
3852003-09-04      Joel Sherrill <joel@OARcorp.com>
386
387        * start/debugreset.S, start/reset.S: Removed incorrect statement about
388        copyright assignment.
389
3902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Reflect having moved aclocal/.
393
3942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Reflect having moved automake/.
397        * clock/Makefile.am: Reflect having moved automake/.
398        * console/Makefile.am: Reflect having moved automake/.
399        * include/Makefile.am: Reflect having moved automake/.
400        * start/Makefile.am: Reflect having moved automake/.
401        * startup/Makefile.am: Reflect having moved automake/.
402        * timer/Makefile.am: Reflect having moved automake/.
403        * wrapup/Makefile.am: Reflect having moved automake/.
404
4052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        PR 452/bsps
408        * startup/Makefile.am: Remove USE_INIT_FINI.
409
4102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
413
4142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        PR 445/bsps
417        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
418        Remove cpp, old_cpp (now unused).
419
4202003-06-22      Chris Johns <cjohns@cybertec.com.au>
421
422        PR 264/bsps
423        PR 414/bsps
424        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
425        PR264 - Stopped the core dump by removing the bad instruction.
426        PR414 - Fixed the global interupt vector register.
427        Linker command file to have the boot code in the first 8K.
428        The chip select remap needed to be volatile.
429
4302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Remove AC_CONFIG_AUX_DIR.
433
4342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
437
4382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: AC_PREREQ(2.57).
441
4422003-01-20      Joel Sherrill <joel@OARcorp.com>
443
444        * startup/linkcmds*: Add FreeBSD sysctl() sections.
445
4462002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
453
4542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * start/Makefile.am: Use install-data-local to install startfile.
457
4582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461
4622002-11-01      Joel Sherrill <joel@OARcorp.com>
463
464        * startup/m68k-stub.c: Removed typos.
465
4662002-11-01      Joel Sherrill <joel@OARcorp.com>
467
468        * startup/m68k-stub.c: Removed warnings.
469
4702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * .cvsignore: Reformat.
473        Add autom4te*cache.
474        Remove autom4te.cache.
475
4762002-08-21      Joel Sherrill <joel@OARcorp.com>
477
478        * wrapup/Makefile.am: PR217 required that the idle task be moved to
479        libcpu so it could be more acutely aware of the CPU model.  This
480        file was modified to pick up the idle task from there.
481
4822002-08-21      Joel Sherrill <joel@OARcorp.com>
483
484        * bsp_specs: Added support for -nostdlibs.
485
4862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
489        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
490        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
492        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
493        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
494
4952002-08-07      Joel Sherrill <joel@OARcorp.com>
496
497        * start/Makefile.am: Pick up rest of Ralf'f changes and use
498        cp not make-rel since there is no point in this case.
499        * start/debugreset.S: Rights were not assigned.
500        * start/reset.S: Add ifdef to avoid core dump until Chris can
501        track it down.
502        * start/cpuboot.c: Moved to startup.
503        * startup/Makefile.am: Account for above.
504
5052002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
508        anywhere).
509        Add ODS60302_DEBUG conditional.
510        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
511        * configure.ac: Add --enable-ods60302-debug.
512        Add ODS60302_DEBUG conditional.
513
5142002-08-05      Joel Sherrill <joel@OARcorp.com>
515
516        * Per PR260 eliminate use of make-target-options.  This impacted
517        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
518        SuperCore and required that the m68k optimized memcpy be moved
519        to libcpu.
520        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
521
5222002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * start/Makefile.am: Fix bug in previous patch.
525        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
526
5272002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * start/Makefile.am: Eliminate PGM.
530        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
531
5322002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
535
5362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
539        Remove $(OBJS) from all-local.
540
5412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
544
5452001-05-09      Joel Sherrill <joel@OARcorp.com>
546
547        * startup/linkcmds: In support of gcc 3.1, added one of more
548        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
549        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
550        and direction of segments to memory regions may also have been
551        addressed.  This was a sweep across all BSPs.
552 
5532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac:
556        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
557        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
558        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
565        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
566
5672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
570
5712001-11-27      Joel Sherrill <joel@OARcorp.com>,
572
573        This was tracked as PR39.
574        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
575        startup/linkcmds, startup/rom: Eliminated required definition of
576        macros in the custom file for the BSP to compile.  The ROM and ROM
577        address and size settings are now linker script items. 
578
5792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
582        * configure.in: Remove.
583        * configure.ac: New file, generated from configure.in by autoupdate.
584
5852001-09-27      Joel Sherrill <joel@OARcorp.com>
586
587        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
588
5892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
592
5932001-06-19      Joel Sherrill <joel@OARcorp.com>
594
595        * include/Makefile.am: Fixed typo.
596
5972001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.in: Add bspopts.h.
600        * include/.cvsignore: Add bspopts.h*, stamp-h*.
601        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
602        * include/bsp.h: Include bspopts.h.
603
6042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
605
606        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
607
6082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
611
6122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
615
6162000-11-01      Joel Sherrill <joel@OARcorp.com>
617
618        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
619        and libcsupport.h moved from libc to lib/include/rtems and
620        now must be referenced as <rtems/XXX.h>.   Header file order
621        was cleaned up while doing this.
622
6232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
626        Switch to GNU canonicalization.
627
6282000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
629
630        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
631
6322000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
633
634        * startup/linkcmds: Added lines so DWARF debug information
635        would be available.  Otherwise gdb complains that the offsets
636        for the debug info are incorrect and doesn't load the files.
637
6382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
641        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
642        compile.am
643
6442000-08-10      Joel Sherrill <joel@OARcorp.com>
645
646        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.