source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ f6c6e17d

4.104.115
Last change on this file since f6c6e17d was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 20.2 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * timer/timer.c: Eliminate uses of old benchmark timer names.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
14        of building libbspstart.a, using automake-rules.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate *_SOURCES.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
23        components.
24
252008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
28
292008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Cosmetics.
32
332008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * configure.ac: Make letting boot_card() handle work area allocation
36        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
37        BSP_BOOTCARD_OPTIONS.
38
392008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * include/bsp.h: Remove unnecessary boilerplate comments.
42
432008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * Makefile.am, startup/linkcmds: Use top level shared
46        bsp_get_work_area() implementation.
47
482008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
51        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
52        rely on BSP Framework to perform more initialization. Remove
53        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
54
552008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
58        phase, all prototypes were removed from bsp.h and empty
59        implementations were removed and made to use the shared stub.
60
612008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * clock/ckinit.c: The Shared Memory Driver no longer requires the
64        special IOCTL in Clock_control. This was a hack which has existed
65        since before the Classic API Timer Manager was implemented. All
66        implementations of and references to Clock_control were removed.
67
682008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
71
722008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * timer/timer.c: Eliminate empty function from every benchmark timer
75        driver. Fix spelling.
76
772008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * timer/timer.c: Rename timer driver methods to follow RTEMS
80        programming conventions.
81
822008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * startup/bspclean.c, timer/timer.c, tod/tod.c:
85        Add missing prototypes.
86
872008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * Makefile.am: Rework to avoid .rel files.
90
912008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * startup/bspstart.c: Refactored and renamed initialization routines to
94        rtems_initialize_data_structures, rtems_initialize_before_drivers,
95        rtems_initialize_device_drivers, and
96        rtems_initialize_start_multitasking. This opened the sequence up so
97        that bootcard() could provide a more robust and flexible framework
98        which is easier to explain and understand. This also lays the
99        groundwork for sharing the division of available memory between the
100        RTEMS workspace and heap and the C library initialization across all
101        BSPs.
102
1032008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * startup/linkcmds: Add wildcard to gcc_except_table section so
106        programs compiled with gcc 4.3.x can link.
107
1082007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
111        of the Configuration Table. Use the RTEMS provided accessor macros to
112        obtain configuration fields.
113
1142007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
117        from CPU Table to Configuration Table. Eliminate CPU Table from all
118        ports. Delete references to CPU Table in all forms.
119
1202007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
123        Table fields to the Configuration Table. This included
124        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
125        do_zero_of_workspace, extra_mpci_receive_server_stack,
126        stack_allocate_hook, and stack_free_hook. As a side-effect of this
127        effort some multiprocessing code was made conditional and some style
128        clean up occurred.
129
1302007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
133        m68k CPU Table since it is never read.
134
1352007-05-03      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Handle .data.* sections
138
1392007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * bsp_specs: Remove qrtems_debug.
142
1432007-04-02      Joel Sherrill <joel@OARcorp.com>
144
145        * Makefile.am, configure.ac: Add dummy printk support so all tests
146        link.
147
1482006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * configure.ac: New BUG-REPORT address.
151
1522006-11-15      Joel Sherrill <joel@OARcorp.com>
153
154        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
155        file and simplified initialization.
156
1572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Remove superfluous -DASM.
160
1612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * configure.ac: Require autoconf-2.60. Require automake-1.10.
164
1652006-02-08      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Add sections required by newer gcc versions.
168
1692006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Add preinstall.am.
172
1732006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * Makefile.am: Add preinstall.am.
176
1772005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * include/bsp.h: New header guard.
180
1812005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
184        * include/tod.h: Remove.
185
1862005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
189
1902005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Remove build-variant support.
193
1942004-11-25      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
197
1982004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * configure.ac: Require automake > 1.9.
201
2022004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        PR 610/bsps
205        * Makefile.am: Add include/tm27.h, Cosmetics.
206        * include/tm27.h: Final cosmetics.
207
2082004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        * include/bsp.h: Split out tmtest27 support.
211        * include/tm27.h: New.
212
2132004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        PR 613/bsps
216        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
217
2182004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        PR 614/bsps
221        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
222
2232004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
226        instead of <zilog/z8036.h>.
227
2282004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
231
2322004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
235        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
236        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
237        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
238
2392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
242        using c99 fixed size types.
243
2442004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Reflect changes to bsp.am.
247        Preinstall dist_project_lib*.
248
2492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Reflect changes to bsp.am.
252
2532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
256
2572004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Pickup files from ../../m68k/shared instead of
260        ../shared. Reformat.
261
2622004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Pick up ../mvme167/network/network.c.
265
2662004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
269
2702004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * README: Remove references to consolex.
273        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
274        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
275        tod/Makefile.am, wrapup/Makefile.am.
276        Use automake compilation rules.
277        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
278        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
279        wrapup/Makefile.am: Remove.
280        * configure.ac: Reflect changes above. 
281
2822004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        PR 563/bsps
285        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
286        consolex/Makefile.am, consolex/README:
287        Remove (Abandoned).
288
2892004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Add PREINSTALL_DIRS.
292        * consolex/Makefile.am: Add PREINSTALL_DIRS.
293        * wrapup/Makefile.am: Reflect changes to libcpu.
294
2952004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
298        * wrapup/Makefile.am: Reflect changes to libcpu.
299
3002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
303        Add PRE/TMPINSTALL_FILES to CLEANFILES.
304        * consolex/Makefile.am: Ditto.
305        * startup/Makefile.am: Ditto.
306
3072004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/.cvsignore: Remove.
310        * start/Makefile.am: Remove.
311        * Makefile.am: Merge-in start/Makefile.am.
312        * configure.ac: Reflect changes above.
313
3142004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * wrapup/Makefile.am: Eliminate $(LIB).
317        Use noinst_DATA to trigger building libbsp.a.
318
3192003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
322        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
323
3242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
327        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
328        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
329
3302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
333
3342003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Misc cleanups and fixes.
337        * start/Makefile.am: Misc cleanups and fixes.
338        * startup/Makefile.am: Misc cleanups and fixes.
339        * wrapup/Makefile.am: Misc cleanups and fixes.
340
3412003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add preinstallation dirstamp support.
344        * clock/Makefile.am: Cosmetics.
345        * console/Makefile.am: Cosmetics.
346        * consolex/Makefile.am: Add preinstallation dirstamp support.
347        * network/Makefile.am: Cosmetics.
348        * startup/Makefile.am: Cosmetics.
349        * timer/Makefile.am: Cosmetics.
350        * tod/Makefile.am: Cosmetics.
351        * tools/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        * consolex/Makefile.am: Remove all-local: $(ARCH).
359        * network/Makefile.am: Remove all-local: $(ARCH).
360        * start/Makefile.am: Remove all-local: $(ARCH).
361        * startup/Makefile.am: Remove all-local: $(ARCH).
362        * timer/Makefile.am: Remove all-local: $(ARCH).
363        * tod/Makefile.am: Remove all-local: $(ARCH).
364        * wrapup/Makefile.am: Remove all-local: $(ARCH).
365
3662003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Correct path to mvme16x_hw.h.
369
3702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Merge-in include/Makefile.am.
373        Reflect changes to bsp.am.
374        * include/Makefile.am: Remove.
375        * configure.ac: Reflect changes above.
376
3772003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * bsp_specs: Remove *lib:.
380
3812003-09-04      Joel Sherrill <joel@OARcorp.com>
382
383        * clock/ckinit.c, console/console.c, consolex/cTest.c,
384        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
385        include/coverhd.h, include/tod.h, startup/bspclean.c,
386        startup/bspstart.c, startup/linkcmds, timer/timer.c,
387        timer/timerisr.S, tod/tod.c: URL for license changed.
388
3892003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Reflect having moved aclocal/.
392
3932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Reflect having moved automake/.
396        * clock/Makefile.am: Reflect having moved automake/.
397        * console/Makefile.am: Reflect having moved automake/.
398        * consolex/Makefile.am: Reflect having moved automake/.
399        * include/Makefile.am: Reflect having moved automake/.
400        * network/Makefile.am: Reflect having moved automake/.
401        * start/Makefile.am: Reflect having moved automake/.
402        * startup/Makefile.am: Reflect having moved automake/.
403        * timer/Makefile.am: Reflect having moved automake/.
404        * tod/Makefile.am: Reflect having moved automake/.
405        * wrapup/Makefile.am: Reflect having moved automake/.
406
4072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        PR 452/bsps
410        * startup/Makefile.am: Remove USE_INIT_FINI.
411
4122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
415
4162003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        PR 445/bsps
419        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
420        Remove cpp, old_cpp (now unused).
421
4222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: Remove AC_CONFIG_AUX_DIR.
425
4262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
429
4302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: AC_PREREQ(2.57).
433
4342003-01-20      Joel Sherrill <joel@OARcorp.com>
435
436        * startup/linkcmds*: Add FreeBSD sysctl() sections.
437
4382002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
441        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
442        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
443        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
444        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448
4492002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * start/Makefile.am: Use install-data-local to install startfile.
452
4532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
456
4572002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
460        changes.
461
4622002-11-01      Joel Sherrill <joel@OARcorp.com>
463
464        * startup/page_table.c: Removed warnings.
465
466
4672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * .cvsignore: Reformat.
470        Add autom4te*cache.
471        Remove autom4te.cache.
472
4732002-08-21      Joel Sherrill <joel@OARcorp.com>
474
475        * wrapup/Makefile.am: PR217 required that the idle task be moved to
476        libcpu so it could be more acutely aware of the CPU model.  This
477        file was modified to pick up the idle task from there.
478
4792002-08-21      Joel Sherrill <joel@OARcorp.com>
480
481        * bsp_specs: Added support for -nostdlibs.
482
4832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
488        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
489        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
490        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
492        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
493        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
494        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
495
4962002-08-05      Joel Sherrill <joel@OARcorp.com>
497
498        * Per PR260 eliminate use of make-target-options.  This impacted
499        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
500        SuperCore and required that the m68k optimized memcpy be moved
501        to libcpu.
502        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
503
5042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * start/Makefile.am: Eliminate PGM.
507        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
508
5092002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
512
5132002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
516        Remove $(OBJS) from all-local.
517
5182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
521
5222001-05-28      Joel Sherrill <joel@OARcorp.com>
523
524        * ChangeLog: Corrected spacing.
525
5262001-05-28      Joel Sherrill <joel@OARcorp.com>
527
528        * Per PR31, moved mvme16x_hw.h to shared/mvme.
529        * include/Makefile.am: Modified to reflect movement.
530        * include/mvme16x_hw.h: Moved to shared/mvme.
531
5322001-05-09      Joel Sherrill <joel@OARcorp.com>
533
534        * startup/linkcmds: In support of gcc 3.1, added one of more
535        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
536        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
537        and direction of segments to memory regions may also have been
538        addressed.  This was a sweep across all BSPs.
539 
5402002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
543
5442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac:
547        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
548        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
549        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
560
5612001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
564
5652001-10-29      Joel Sherrill <joel@OARcorp.com>
566
567        * startup/linkcmds: Remove explicit force of output format.
568
5692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
572        * configure.in: Remove.
573        * configure.ac: New file, generated from configure.in by autoupdate.
574
5752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
578
5792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * configure.in: Add bspopts.h.
582        * include/.cvsignore: Add bspopts.h*, stamp-h*.
583        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
584        * consolex/Makefile.am: Ditto.
585        * include/bsp.h: Include bspopts.h.
586
5872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
588
589        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
590
5912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
594
5952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
598
5992000-11-01      Joel Sherrill <joel@OARcorp.com>
600
601        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
602        and libcsupport.h moved from libc to lib/include/rtems and
603        now must be referenced as <rtems/XXX.h>.   Header file order
604        was cleaned up while doing this.
605
6062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
609        Switch to GNU canonicalization.
610
6112000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
612
613        * startup/linkcmds: Added lines so DWARF debug information
614        would be available.  Otherwise gdb complains that the offsets
615        for the debug info are incorrect and doesn't load the files.
616
6172000-09-14      Joel Sherrill <joel@OARcorp.com>
618
619        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
620        can check which BSP this is being used with.
621
6222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
625        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
626        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
627        compile.am
628
6292000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
630
631        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
632        a manner that should work for 162, 162lx, and 167.
633
6342000-08-10      Joel Sherrill <joel@OARcorp.com>
635
636        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.