source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 26c17377

4.115
Last change on this file since 26c17377 was 26c17377, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/11 at 12:15:54

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

  • timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
  • Property mode set to 100644
File size: 19.3 KB
Line 
12011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Include <rtems/btimer.h>.
4        Fix benchmark_timer_read() definition.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
11
12        * startup/bspclean.c: Remove warnings.
13
142009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * make/custom/mvme136.cfg: Remove RTEMS_BSP_FAMILY.
17
182009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Don't add -ansi -fasm to CFLAGS.
21
222009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * make/custom/mvme136.cfg: New (relocated from /make/custom).
25
262009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
29
30 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
33        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
34        have the same options.
35
362008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * bsp_specs: Move -e start from *link to *startfile to avoid warning
39        for undefined entry symbol when linking relocatables with binutils
40        2.19.
41
422008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * timer/timer.c: Eliminate uses of old benchmark timer names.
45
462008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
49        of building libbspstart.a, using automake-rules.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate *_SOURCES.
54
552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
58        components.
59
602008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
63
642008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * configure.ac: Make letting boot_card() handle work area allocation
67        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
68        BSP_BOOTCARD_OPTIONS.
69
702008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * console/console.c, include/bsp.h: Remove unnecessary boilerplate
73        comments. Eliminate use of EXTERN and move unnneccessarily global
74        variables to console.c.
75
762008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * Makefile.am, startup/linkcmds: Use top level shared
79        bsp_get_work_area() implementation.
80
812008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * Makefile.am, clock/ckinit.c, startup/bspstart.c, startup/linkcmds:
84        Add use of bsp_get_work_area() in its own file and rely on BSP
85        Framework to perform more initialization. Remove unnecessary includes
86        of rtems/libio.h and rtems/libcsupport.h.
87
882008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
91        phase, all prototypes were removed from bsp.h and empty
92        implementations were removed and made to use the shared stub.
93
942008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * clock/ckinit.c: The Shared Memory Driver no longer requires the
97        special IOCTL in Clock_control. This was a hack which has existed
98        since before the Classic API Timer Manager was implemented. All
99        implementations of and references to Clock_control were removed.
100
1012008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * console/console.c, timer/timer.c: Convert to "bool".
104
1052008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * timer/timer.c: Eliminate empty function from every benchmark timer
108        driver. Fix spelling.
109
1102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * timer/timer.c: Rename timer driver methods to follow RTEMS
113        programming conventions.
114
1152008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * startup/bspclean.c, timer/timer.c: Add missing prototypes.
118
1192008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * Makefile.am, configure.ac, startup/bspstart.c: Add capability for
122        bootcard.c BSP Initialization Framework to ask the BSP where it has
123        memory for the RTEMS Workspace and C Program Heap. These collectively
124        are referred to as work area. If the BSP supports this, then it does
125        not have to include code to split the available memory between the
126        two areas. This reduces the amount of code in the BSP specific
127        bspstart.c file. Additionally, the shared framework can dirty the
128        work area memory. Until most/all BSPs support this new capability, if
129        the BSP supports this, it should call
130        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
131        the transition is complete, this autoconf macro can be removed.
132
1332008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * Makefile.am: Rework to avoid .rel files.
136
1372008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * startup/bspstart.c: Refactored and renamed initialization routines to
140        rtems_initialize_data_structures, rtems_initialize_before_drivers,
141        rtems_initialize_device_drivers, and
142        rtems_initialize_start_multitasking. This opened the sequence up so
143        that bootcard() could provide a more robust and flexible framework
144        which is easier to explain and understand. This also lays the
145        groundwork for sharing the division of available memory between the
146        RTEMS workspace and heap and the C library initialization across all
147        BSPs.
148
1492008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * startup/linkcmds: Add wildcard to gcc_except_table section so
152        programs compiled with gcc 4.3.x can link.
153
1542007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
157        of the Configuration Table. Use the RTEMS provided accessor macros to
158        obtain configuration fields.
159
1602007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
163        from CPU Table to Configuration Table. Eliminate CPU Table from all
164        ports. Delete references to CPU Table in all forms.
165
1662007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
169        Table fields to the Configuration Table. This included
170        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
171        do_zero_of_workspace, extra_mpci_receive_server_stack,
172        stack_allocate_hook, and stack_free_hook. As a side-effect of this
173        effort some multiprocessing code was made conditional and some style
174        clean up occurred.
175
1762007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
179        m68k CPU Table since it is never read.
180
1812007-05-03      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds: Handle .data.* sections
184
1852007-05-01      Joel Sherrill <joel@OARcorp.com>
186
187        * Makefile.am: Minor rework to shrink minimum size to <48K.
188
1892007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * bsp_specs: Remove qrtems_debug.
192
1932007-04-02      Joel Sherrill <joel@OARcorp.com>
194
195        * Makefile.am: Add dummy printk support so all tests link.
196
1972006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * configure.ac: New BUG-REPORT address.
200
2012006-11-15      Joel Sherrill <joel@OARcorp.com>
202
203        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
204        file and simplified initialization.
205
2062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * Makefile.am: Remove superfluous -DASM.
209
2102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * configure.ac: Require autoconf-2.60. Require automake-1.10.
213
2142006-02-08      Joel Sherrill <joel@OARcorp.com>
215
216        * startup/linkcmds: Add sections required by newer gcc versions.
217
2182006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * Makefile.am: Add preinstall.am.
221
2222005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * include/bsp.h: New header guard.
225
2262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
229
2302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Remove build-variant support.
233
2342004-11-25      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
237
2382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * configure.ac: Require automake > 1.9.
241
2422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        PR 610/bsps
245        * Makefile.am: Add include/tm27.h, Cosmetics.
246        * include/tm27.h: Final cosmetics.
247
2482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * include/bsp.h: Split out tmtest27 support.
251        * include/tm27.h: New.
252
2532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        PR 613/bsps
256        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
257
2582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        PR 614/bsps
261        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
262
2632004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
266        mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
267        <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
268
2692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
272
2732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
276        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
277        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
278        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
279
2802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
283        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
284        c99 fixed size types.
285
2862004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Reflect changes to bsp.am.
289        Preinstall dist_project_lib*.
290
2912004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Reflect changes to bsp.am.
294
2952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
298
2992004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Pickup files from ../../m68k/shared instead of
302        ../shared. Reformat.
303
3042004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
307        Remove AM_CONDITIONAL(HAS_MP).
308
3092004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
312
3132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
316        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
317        wrapup/Makefile.am.
318        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
319        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
320        Remove.
321        * configure.ac: Reflect changes above.
322
3232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Add PREINSTALL_DIRS.
326        * wrapup/Makefile.am: Reflect changes to libcpu.
327
3282004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * wrapup/Makefile.am: Reflect changes to libcpu.
331
3322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
335        Add PRE/TMPINSTALL_FILES to CLEANFILES.
336        * startup/Makefile.am: Ditto.
337
3382004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * start/.cvsignore: Remove.
341        * start/Makefile.am: Remove.
342        * Makefile.am: Merge-in start/Makefile.am.
343        * configure.ac: Reflect changes above.
344
3452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * wrapup/Makefile.am: Eliminate $(LIB).
348        Use noinst_DATA to trigger building libbsp.a.
349
3502003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * wrapup/Makefile.am: Remove GENERIC_FILES.
353
3542003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
357        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
358
3592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
362        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
363
3642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
367
3682003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * start/Makefile.am: Misc cleanups and fixes.
371        * startup/Makefile.am: Misc cleanups and fixes.
372        * wrapup/Makefile.am: Misc cleanups and fixes.
373
3742003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Add preinstallation dirstamp support.
377        * clock/Makefile.am: Cosmetics.
378        * console/Makefile.am: Cosmetics.
379        * shmsupp/Makefile.am: Cosmetics.
380        * startup/Makefile.am: Cosmetics.
381        * timer/Makefile.am: Cosmetics.
382        * wrapup/Makefile.am: Cosmetics.
383
3842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * clock/Makefile.am: Remove all-local: $(ARCH).
387        * console/Makefile.am: Remove all-local: $(ARCH).
388        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
389        * start/Makefile.am: Remove all-local: $(ARCH).
390        * startup/Makefile.am: Remove all-local: $(ARCH).
391        * timer/Makefile.am: Remove all-local: $(ARCH).
392        * wrapup/Makefile.am: Remove all-local: $(ARCH).
393
3942003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Merge-in include/Makefile.am.
397        Reflect changes to bsp.am.
398        * include/Makefile.am: Remove.
399        * configure.ac: Reflect changes above.
400
4012003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * bsp_specs: Remove *lib:.
404
4052003-09-04      Joel Sherrill <joel@OARcorp.com>
406
407        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
408        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
409        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
410        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
411        changed.
412
4132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Reflect having moved aclocal/.
416
4172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Reflect having moved automake/.
420        * clock/Makefile.am: Reflect having moved automake/.
421        * console/Makefile.am: Reflect having moved automake/.
422        * include/Makefile.am: Reflect having moved automake/.
423        * shmsupp/Makefile.am: Reflect having moved automake/.
424        * start/Makefile.am: Reflect having moved automake/.
425        * startup/Makefile.am: Reflect having moved automake/.
426        * timer/Makefile.am: Reflect having moved automake/.
427        * wrapup/Makefile.am: Reflect having moved automake/.
428
4292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        PR 452/bsps
432        * startup/Makefile.am: Remove USE_INIT_FINI.
433
4342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
437
4382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        PR 445/bsps
441        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
442        Remove cpp, old_cpp (now unused).
443
4442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Remove AC_CONFIG_AUX_DIR.
447
4482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
451
4522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: AC_PREREQ(2.57).
455
4562003-01-20      Joel Sherrill <joel@OARcorp.com>
457
458        * startup/linkcmds*: Add FreeBSD sysctl() sections.
459
4602002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
464        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
465        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
466        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
467        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
468
4692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * start/Makefile.am: Use install-data-local to install startfile.
472
4732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476
4772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * .cvsignore: Reformat.
480        Add autom4te*cache.
481        Remove autom4te.cache.
482
4832002-08-21      Joel Sherrill <joel@OARcorp.com>
484
485        * bsp_specs: Added support for -nostdlibs.
486
4872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
490        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
492        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
493        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
494        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
495        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
496
4972002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * start/Makefile.am: Eliminate PGM.
500        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
501
5022002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
505
5062002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
509        Remove $(OBJS) from all-local.
510
5112002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
514
5152001-05-09      Joel Sherrill <joel@OARcorp.com>
516
517        * startup/linkcmds: In support of gcc 3.1, added one of more
518        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
519        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
520        and direction of segments to memory regions may also have been
521        addressed.  This was a sweep across all BSPs.
522 
5232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac:
526        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
527        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
528        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
537
5382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
541
5422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
545        * configure.in: Remove.
546        * configure.ac: New file, generated from configure.in by autoupdate.
547
5482001-09-27      Joel Sherrill <joel@OARcorp.com>
549
550        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
551
5522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
555
5562001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
559        happy.
560
5612001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.in: Add bspopts.h.
564        * include/.cvsignore: Add bspopts.h*, stamp-h*.
565        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
566        * include/bsp.h: Include bspopts.h.
567
5682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
569
570        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
571
5722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
575
5762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
579
5802000-11-01      Joel Sherrill <joel@OARcorp.com>
581
582        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
583        and libcsupport.h moved from libc to lib/include/rtems and
584        now must be referenced as <rtems/XXX.h>.   Header file order
585        was cleaned up while doing this.
586
5872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
590        Switch to GNU canonicalization.
591
5922000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
593
594        * startup/linkcmds: Added lines so DWARF debug information
595        would be available.  Otherwise gdb complains that the offsets
596        for the debug info are incorrect and doesn't load the files.
597
5982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
601        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
602        wrapup/Makefile.am: Include compile.am
603
6042000-08-10      Joel Sherrill <joel@OARcorp.com>
605
606        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.