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

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

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

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 20.5 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
8        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
9        have the same options.
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-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * timer/timer.c: Eliminate uses of old benchmark timer names.
20
212008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
24        of building libbspstart.a, using automake-rules.
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-24      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Cosmetics.
42
432008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * configure.ac: Make letting boot_card() handle work area allocation
46        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
47        BSP_BOOTCARD_OPTIONS.
48
492008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * include/bsp.h: Remove unnecessary boilerplate comments.
52
532008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile.am, startup/linkcmds: Use top level shared
56        bsp_get_work_area() implementation.
57
582008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
61        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
62        rely on BSP Framework to perform more initialization. Remove
63        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
64
652008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
68        phase, all prototypes were removed from bsp.h and empty
69        implementations were removed and made to use the shared stub.
70
712008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * clock/ckinit.c: The Shared Memory Driver no longer requires the
74        special IOCTL in Clock_control. This was a hack which has existed
75        since before the Classic API Timer Manager was implemented. All
76        implementations of and references to Clock_control were removed.
77
782008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
81
822008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * timer/timer.c: Eliminate empty function from every benchmark timer
85        driver. Fix spelling.
86
872008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * timer/timer.c: Rename timer driver methods to follow RTEMS
90        programming conventions.
91
922008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * startup/bspclean.c, timer/timer.c, tod/tod.c:
95        Add missing prototypes.
96
972008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am: Rework to avoid .rel files.
100
1012008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * startup/bspstart.c: Refactored and renamed initialization routines to
104        rtems_initialize_data_structures, rtems_initialize_before_drivers,
105        rtems_initialize_device_drivers, and
106        rtems_initialize_start_multitasking. This opened the sequence up so
107        that bootcard() could provide a more robust and flexible framework
108        which is easier to explain and understand. This also lays the
109        groundwork for sharing the division of available memory between the
110        RTEMS workspace and heap and the C library initialization across all
111        BSPs.
112
1132008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * startup/linkcmds: Add wildcard to gcc_except_table section so
116        programs compiled with gcc 4.3.x can link.
117
1182007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
121        of the Configuration Table. Use the RTEMS provided accessor macros to
122        obtain configuration fields.
123
1242007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
127        from CPU Table to Configuration Table. Eliminate CPU Table from all
128        ports. Delete references to CPU Table in all forms.
129
1302007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
133        Table fields to the Configuration Table. This included
134        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
135        do_zero_of_workspace, extra_mpci_receive_server_stack,
136        stack_allocate_hook, and stack_free_hook. As a side-effect of this
137        effort some multiprocessing code was made conditional and some style
138        clean up occurred.
139
1402007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
143        m68k CPU Table since it is never read.
144
1452007-05-03      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: Handle .data.* sections
148
1492007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * bsp_specs: Remove qrtems_debug.
152
1532007-04-02      Joel Sherrill <joel@OARcorp.com>
154
155        * Makefile.am, configure.ac: Add dummy printk support so all tests
156        link.
157
1582006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * configure.ac: New BUG-REPORT address.
161
1622006-11-15      Joel Sherrill <joel@OARcorp.com>
163
164        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
165        file and simplified initialization.
166
1672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Remove superfluous -DASM.
170
1712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * configure.ac: Require autoconf-2.60. Require automake-1.10.
174
1752006-02-08      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds: Add sections required by newer gcc versions.
178
1792006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * Makefile.am: Add preinstall.am.
182
1832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Add preinstall.am.
186
1872005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * include/bsp.h: New header guard.
190
1912005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
194        * include/tod.h: Remove.
195
1962005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
199
2002005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * Makefile.am: Remove build-variant support.
203
2042004-11-25      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
207
2082004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        * configure.ac: Require automake > 1.9.
211
2122004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        PR 610/bsps
215        * Makefile.am: Add include/tm27.h, Cosmetics.
216        * include/tm27.h: Final cosmetics.
217
2182004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * include/bsp.h: Split out tmtest27 support.
221        * include/tm27.h: New.
222
2232004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        PR 613/bsps
226        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
227
2282004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        PR 614/bsps
231        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
232
2332004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
234
235        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
236        instead of <zilog/z8036.h>.
237
2382004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
241
2422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
245        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
246        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
247        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
248
2492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
250
251        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
252        using c99 fixed size types.
253
2542004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Reflect changes to bsp.am.
257        Preinstall dist_project_lib*.
258
2592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Reflect changes to bsp.am.
262
2632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
266
2672004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Pickup files from ../../m68k/shared instead of
270        ../shared. Reformat.
271
2722004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Pick up ../mvme167/network/network.c.
275
2762004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
279
2802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * README: Remove references to consolex.
283        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
284        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
285        tod/Makefile.am, wrapup/Makefile.am.
286        Use automake compilation rules.
287        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
288        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
289        wrapup/Makefile.am: Remove.
290        * configure.ac: Reflect changes above. 
291
2922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        PR 563/bsps
295        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
296        consolex/Makefile.am, consolex/README:
297        Remove (Abandoned).
298
2992004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Add PREINSTALL_DIRS.
302        * consolex/Makefile.am: Add PREINSTALL_DIRS.
303        * wrapup/Makefile.am: Reflect changes to libcpu.
304
3052004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
308        * wrapup/Makefile.am: Reflect changes to libcpu.
309
3102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
313        Add PRE/TMPINSTALL_FILES to CLEANFILES.
314        * consolex/Makefile.am: Ditto.
315        * startup/Makefile.am: Ditto.
316
3172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/.cvsignore: Remove.
320        * start/Makefile.am: Remove.
321        * Makefile.am: Merge-in start/Makefile.am.
322        * configure.ac: Reflect changes above.
323
3242004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Eliminate $(LIB).
327        Use noinst_DATA to trigger building libbsp.a.
328
3292003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
332        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
333
3342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
337        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
338        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
339
3402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
343
3442003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Misc cleanups and fixes.
347        * start/Makefile.am: Misc cleanups and fixes.
348        * startup/Makefile.am: Misc cleanups and fixes.
349        * wrapup/Makefile.am: Misc cleanups and fixes.
350
3512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Add preinstallation dirstamp support.
354        * clock/Makefile.am: Cosmetics.
355        * console/Makefile.am: Cosmetics.
356        * consolex/Makefile.am: Add preinstallation dirstamp support.
357        * network/Makefile.am: Cosmetics.
358        * startup/Makefile.am: Cosmetics.
359        * timer/Makefile.am: Cosmetics.
360        * tod/Makefile.am: Cosmetics.
361        * tools/Makefile.am: Cosmetics.
362        * wrapup/Makefile.am: Cosmetics.
363
3642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * clock/Makefile.am: Remove all-local: $(ARCH).
367        * console/Makefile.am: Remove all-local: $(ARCH).
368        * consolex/Makefile.am: Remove all-local: $(ARCH).
369        * network/Makefile.am: Remove all-local: $(ARCH).
370        * start/Makefile.am: Remove all-local: $(ARCH).
371        * startup/Makefile.am: Remove all-local: $(ARCH).
372        * timer/Makefile.am: Remove all-local: $(ARCH).
373        * tod/Makefile.am: Remove all-local: $(ARCH).
374        * wrapup/Makefile.am: Remove all-local: $(ARCH).
375
3762003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Correct path to mvme16x_hw.h.
379
3802003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Merge-in include/Makefile.am.
383        Reflect changes to bsp.am.
384        * include/Makefile.am: Remove.
385        * configure.ac: Reflect changes above.
386
3872003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * bsp_specs: Remove *lib:.
390
3912003-09-04      Joel Sherrill <joel@OARcorp.com>
392
393        * clock/ckinit.c, console/console.c, consolex/cTest.c,
394        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
395        include/coverhd.h, include/tod.h, startup/bspclean.c,
396        startup/bspstart.c, startup/linkcmds, timer/timer.c,
397        timer/timerisr.S, tod/tod.c: URL for license changed.
398
3992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Reflect having moved aclocal/.
402
4032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Reflect having moved automake/.
406        * clock/Makefile.am: Reflect having moved automake/.
407        * console/Makefile.am: Reflect having moved automake/.
408        * consolex/Makefile.am: Reflect having moved automake/.
409        * include/Makefile.am: Reflect having moved automake/.
410        * network/Makefile.am: Reflect having moved automake/.
411        * start/Makefile.am: Reflect having moved automake/.
412        * startup/Makefile.am: Reflect having moved automake/.
413        * timer/Makefile.am: Reflect having moved automake/.
414        * tod/Makefile.am: Reflect having moved automake/.
415        * wrapup/Makefile.am: Reflect having moved automake/.
416
4172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        PR 452/bsps
420        * startup/Makefile.am: Remove USE_INIT_FINI.
421
4222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
425
4262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        PR 445/bsps
429        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
430        Remove cpp, old_cpp (now unused).
431
4322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Remove AC_CONFIG_AUX_DIR.
435
4362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
439
4402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: AC_PREREQ(2.57).
443
4442003-01-20      Joel Sherrill <joel@OARcorp.com>
445
446        * startup/linkcmds*: Add FreeBSD sysctl() sections.
447
4482002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
453        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
454        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
455        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
456        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
457        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458
4592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * start/Makefile.am: Use install-data-local to install startfile.
462
4632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
466
4672002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
470        changes.
471
4722002-11-01      Joel Sherrill <joel@OARcorp.com>
473
474        * startup/page_table.c: Removed warnings.
475
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        * wrapup/Makefile.am: PR217 required that the idle task be moved to
486        libcpu so it could be more acutely aware of the CPU model.  This
487        file was modified to pick up the idle task from there.
488
4892002-08-21      Joel Sherrill <joel@OARcorp.com>
490
491        * bsp_specs: Added support for -nostdlibs.
492
4932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
496        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
497        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
498        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
499        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
500        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
501        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
502        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
503        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
504        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
505
5062002-08-05      Joel Sherrill <joel@OARcorp.com>
507
508        * Per PR260 eliminate use of make-target-options.  This impacted
509        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
510        SuperCore and required that the m68k optimized memcpy be moved
511        to libcpu.
512        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
513
5142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * start/Makefile.am: Eliminate PGM.
517        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
518
5192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
522
5232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
526        Remove $(OBJS) from all-local.
527
5282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
531
5322001-05-28      Joel Sherrill <joel@OARcorp.com>
533
534        * ChangeLog: Corrected spacing.
535
5362001-05-28      Joel Sherrill <joel@OARcorp.com>
537
538        * Per PR31, moved mvme16x_hw.h to shared/mvme.
539        * include/Makefile.am: Modified to reflect movement.
540        * include/mvme16x_hw.h: Moved to shared/mvme.
541
5422001-05-09      Joel Sherrill <joel@OARcorp.com>
543
544        * startup/linkcmds: In support of gcc 3.1, added one of more
545        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
546        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
547        and direction of segments to memory regions may also have been
548        addressed.  This was a sweep across all BSPs.
549 
5502002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
553
5542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.ac:
557        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
558        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
559        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
565        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
566        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
570
5712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
574
5752001-10-29      Joel Sherrill <joel@OARcorp.com>
576
577        * startup/linkcmds: Remove explicit force of output format.
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      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
588
5892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.in: Add bspopts.h.
592        * include/.cvsignore: Add bspopts.h*, stamp-h*.
593        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
594        * consolex/Makefile.am: Ditto.
595        * include/bsp.h: Include bspopts.h.
596
5972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
598
599        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
600
6012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
604
6052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
608
6092000-11-01      Joel Sherrill <joel@OARcorp.com>
610
611        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
612        and libcsupport.h moved from libc to lib/include/rtems and
613        now must be referenced as <rtems/XXX.h>.   Header file order
614        was cleaned up while doing this.
615
6162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
619        Switch to GNU canonicalization.
620
6212000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
622
623        * startup/linkcmds: Added lines so DWARF debug information
624        would be available.  Otherwise gdb complains that the offsets
625        for the debug info are incorrect and doesn't load the files.
626
6272000-09-14      Joel Sherrill <joel@OARcorp.com>
628
629        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
630        can check which BSP this is being used with.
631
6322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
635        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
636        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
637        compile.am
638
6392000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
640
641        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
642        a manner that should work for 162, 162lx, and 167.
643
6442000-08-10      Joel Sherrill <joel@OARcorp.com>
645
646        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.