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

4.104.115
Last change on this file since df393962 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-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, preinstall.am: Use shared tm27.h stub.
10        * include/tm27.h: Removed.
11
122008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * timer/timer.c: Eliminate uses of old benchmark timer names.
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-23      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Make letting boot_card() handle work area allocation
32        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
33        BSP_BOOTCARD_OPTIONS.
34
352008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * include/bsp.h: Remove unnecessary boilerplate comments.
38
392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, startup/linkcmds: Use top level shared
42        bsp_get_work_area() implementation.
43
442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
47        of bsp_get_work_area() in its own file and rely on BSP Framework to
48        perform more initialization. Remove unnecessary includes of
49        rtems/libio.h and rtems/libcsupport.h.
50        * startup/bspstart.c: Removed.
51
522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
55        implementations. In this phase, all prototypes were removed from
56        bsp.h and empty implementations were removed and made to use the
57        shared stub.
58        * startup/bspclean.c: Removed.
59
602008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * startup/m68k-stub.c: Convert to "bool".
63
642008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * clock/ckinit.c: The Shared Memory Driver no longer requires the
67        special IOCTL in Clock_control. This was a hack which has existed
68        since before the Classic API Timer Manager was implemented. All
69        implementations of and references to Clock_control were removed.
70
712008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * console/console.c, timer/timer.c: Convert to "bool".
74
752008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
78        benchmark timer driver. Fix spelling.
79
802008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
83        follow RTEMS programming conventions.
84
852008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
88        Add missing prototypes.
89
902008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile.am: Rework to avoid .rel files.
93
942008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * startup/bspstart.c: Refactored and renamed initialization routines to
97        rtems_initialize_data_structures, rtems_initialize_before_drivers,
98        rtems_initialize_device_drivers, and
99        rtems_initialize_start_multitasking. This opened the sequence up so
100        that bootcard() could provide a more robust and flexible framework
101        which is easier to explain and understand. This also lays the
102        groundwork for sharing the division of available memory between the
103        RTEMS workspace and heap and the C library initialization across all
104        BSPs.
105
1062008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * startup/linkcmds: Add wildcard to gcc_except_table section so
109        programs compiled with gcc 4.3.x can link.
110
1112007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
114        of the Configuration Table. Use the RTEMS provided accessor macros to
115        obtain configuration fields.
116
1172007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
120        from CPU Table to Configuration Table. Eliminate CPU Table from all
121        ports. Delete references to CPU Table in all forms.
122
1232007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
126        Table fields to the Configuration Table. This included
127        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
128        do_zero_of_workspace, extra_mpci_receive_server_stack,
129        stack_allocate_hook, and stack_free_hook. As a side-effect of this
130        effort some multiprocessing code was made conditional and some style
131        clean up occurred.
132
1332007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
136        m68k CPU Table since it is never read.
137
1382007-05-03      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/linkcmds: Handle .data.* sections
141
1422007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * bsp_specs: Remove qrtems_debug.
145
1462007-04-02      Joel Sherrill <joel@OARcorp.com>
147
148        * Makefile.am: Add dummy printk support so all tests link.
149
1502006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * configure.ac: New BUG-REPORT address.
153
1542006-11-15      Joel Sherrill <joel@OARcorp.com>
155
156        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
157        file and simplified initialization.
158
1592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * Makefile.am: Remove superfluous -DASM.
162
1632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * configure.ac: Require autoconf-2.60. Require automake-1.10.
166
1672006-02-08      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: Add sections required by newer gcc versions.
170
1712006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Add preinstall.am.
174
1752005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * include/bsp.h: New header guard.
178
1792005-01-09      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds: Add rom section to remove warning.
182
1832005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
186
1872005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * Makefile.am: Remove build-variant support.
190
1912005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
194
1952004-11-25      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
198
1992004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
202        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
203
2042004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * configure.ac: Require automake > 1.9.
207
2082004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        PR 610/bsps
211        * Makefile.am: Add include/tm27.h, Cosmetics.
212        * include/tm27.h: Final cosmetics.
213
2142004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * include/bsp.h: Split out tmtest27 support.
217        * include/tm27.h: New.
218
2192004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        PR 613/bsps
222        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
223
2242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        PR 614/bsps
227        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
228
2292004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
230
231        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
232        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
233        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
234        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
235        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
236        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
237        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
238        <rtems/m68k/m68302.h> instead of <m68302.h>.
239
2402004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
243
2442004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
247        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
248        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
249
2502004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
253        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
254        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
255        using c99 fixed size types.
256
2572004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect changes to bsp.am.
260        Preinstall dist_project_lib*.
261
2622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Reflect changes to bsp.am.
265
2662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
269
2702004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Pickup files from ../../m68k/shared instead of
273        ../shared. Reformat.
274
2752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
278
2792004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
282        ANSI-C compliant.
283        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
284        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
285        wrapup/Makefile.am.
286        Use automake compilation rules.
287        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
288        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
289        Remove.
290        * configure.ac: Reflect changes above.
291
2922004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Add PREINSTALL_DIRS.
295        * wrapup/Makefile.am: Reflect changes to libcpu.
296
2972004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Remove non-existing times from EXTRA_DIST.
300        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
301        * wrapup/Makefile.am: Reflect changes to libcpu.
302
3032004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
306        Add PRE/TMPINSTALL_FILES to CLEANFILES.
307        * start/Makefile.am: Ditto.
308        * startup/Makefile.am: Ditto.
309
3102004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Eliminate $(LIB).
313        Use noinst_DATA to trigger building libbsp.a.
314
3152003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
318        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
319
3202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
323        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
324
3252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
328
3292003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * start/Makefile.am: Misc cleanups and fixes.
332        * startup/Makefile.am: Misc cleanups and fixes.
333        * wrapup/Makefile.am: Misc cleanups and fixes.
334
3352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Add preinstallation dirstamp support.
338        * clock/Makefile.am: Cosmetics.
339        * console/Makefile.am: Cosmetics.
340        * startup/Makefile.am: Cosmetics.
341        * timer/Makefile.am: Cosmetics.
342        * wrapup/Makefile.am: Cosmetics.
343
3442003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * clock/Makefile.am: Remove all-local: $(ARCH).
347        * console/Makefile.am: Remove all-local: $(ARCH).
348        * start/Makefile.am: Remove all-local: $(ARCH).
349        * startup/Makefile.am: Remove all-local: $(ARCH).
350        * timer/Makefile.am: Remove all-local: $(ARCH).
351        * wrapup/Makefile.am: Remove all-local: $(ARCH).
352
3532003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * include/bsp.h: Replace stringification madness to pick up bare.h
356        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
357
3582003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Merge-in include/Makefile.am.
361        Reflect changes to bsp.am.
362        * include/Makefile.am: Remove.
363        * configure.ac: Reflect changes above.
364
3652003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * bsp_specs: Remove *lib:.
368
3692003-09-04      Joel Sherrill <joel@OARcorp.com>
370
371        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
372        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
373        license changed.
374
3752003-09-04      Joel Sherrill <joel@OARcorp.com>
376
377        * start/debugreset.S, start/reset.S: Removed incorrect statement about
378        copyright assignment.
379
3802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Reflect having moved aclocal/.
383
3842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Reflect having moved automake/.
387        * clock/Makefile.am: Reflect having moved automake/.
388        * console/Makefile.am: Reflect having moved automake/.
389        * include/Makefile.am: Reflect having moved automake/.
390        * start/Makefile.am: Reflect having moved automake/.
391        * startup/Makefile.am: Reflect having moved automake/.
392        * timer/Makefile.am: Reflect having moved automake/.
393        * wrapup/Makefile.am: Reflect having moved automake/.
394
3952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        PR 452/bsps
398        * startup/Makefile.am: Remove USE_INIT_FINI.
399
4002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
403
4042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        PR 445/bsps
407        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
408        Remove cpp, old_cpp (now unused).
409
4102003-06-22      Chris Johns <cjohns@cybertec.com.au>
411
412        PR 264/bsps
413        PR 414/bsps
414        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
415        PR264 - Stopped the core dump by removing the bad instruction.
416        PR414 - Fixed the global interupt vector register.
417        Linker command file to have the boot code in the first 8K.
418        The chip select remap needed to be volatile.
419
4202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Remove AC_CONFIG_AUX_DIR.
423
4242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
427
4282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: AC_PREREQ(2.57).
431
4322003-01-20      Joel Sherrill <joel@OARcorp.com>
433
434        * startup/linkcmds*: Add FreeBSD sysctl() sections.
435
4362002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
439        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
440        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
441        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
442        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
443
4442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * start/Makefile.am: Use install-data-local to install startfile.
447
4482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451
4522002-11-01      Joel Sherrill <joel@OARcorp.com>
453
454        * startup/m68k-stub.c: Removed typos.
455
4562002-11-01      Joel Sherrill <joel@OARcorp.com>
457
458        * startup/m68k-stub.c: Removed warnings.
459
4602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * .cvsignore: Reformat.
463        Add autom4te*cache.
464        Remove autom4te.cache.
465
4662002-08-21      Joel Sherrill <joel@OARcorp.com>
467
468        * wrapup/Makefile.am: PR217 required that the idle task be moved to
469        libcpu so it could be more acutely aware of the CPU model.  This
470        file was modified to pick up the idle task from there.
471
4722002-08-21      Joel Sherrill <joel@OARcorp.com>
473
474        * bsp_specs: Added support for -nostdlibs.
475
4762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
479        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
480        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
481        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
482        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
483        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
484
4852002-08-07      Joel Sherrill <joel@OARcorp.com>
486
487        * start/Makefile.am: Pick up rest of Ralf'f changes and use
488        cp not make-rel since there is no point in this case.
489        * start/debugreset.S: Rights were not assigned.
490        * start/reset.S: Add ifdef to avoid core dump until Chris can
491        track it down.
492        * start/cpuboot.c: Moved to startup.
493        * startup/Makefile.am: Account for above.
494
4952002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
498        anywhere).
499        Add ODS60302_DEBUG conditional.
500        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
501        * configure.ac: Add --enable-ods60302-debug.
502        Add ODS60302_DEBUG conditional.
503
5042002-08-05      Joel Sherrill <joel@OARcorp.com>
505
506        * Per PR260 eliminate use of make-target-options.  This impacted
507        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
508        SuperCore and required that the m68k optimized memcpy be moved
509        to libcpu.
510        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
511
5122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * start/Makefile.am: Fix bug in previous patch.
515        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
516
5172002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * start/Makefile.am: Eliminate PGM.
520        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
521
5222002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
525
5262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
529        Remove $(OBJS) from all-local.
530
5312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
534
5352001-05-09      Joel Sherrill <joel@OARcorp.com>
536
537        * startup/linkcmds: In support of gcc 3.1, added one of more
538        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
539        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
540        and direction of segments to memory regions may also have been
541        addressed.  This was a sweep across all BSPs.
542 
5432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac:
546        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
547        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
548        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
556
5572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
560
5612001-11-27      Joel Sherrill <joel@OARcorp.com>,
562
563        This was tracked as PR39.
564        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
565        startup/linkcmds, startup/rom: Eliminated required definition of
566        macros in the custom file for the BSP to compile.  The ROM and ROM
567        address and size settings are now linker script items. 
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      Joel Sherrill <joel@OARcorp.com>
576
577        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
578
5792001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
582
5832001-06-19      Joel Sherrill <joel@OARcorp.com>
584
585        * include/Makefile.am: Fixed typo.
586
5872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.in: Add bspopts.h.
590        * include/.cvsignore: Add bspopts.h*, stamp-h*.
591        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
592        * include/bsp.h: Include bspopts.h.
593
5942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
595
596        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
597
5982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
601
6022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
605
6062000-11-01      Joel Sherrill <joel@OARcorp.com>
607
608        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
609        and libcsupport.h moved from libc to lib/include/rtems and
610        now must be referenced as <rtems/XXX.h>.   Header file order
611        was cleaned up while doing this.
612
6132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
616        Switch to GNU canonicalization.
617
6182000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
619
620        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
621
6222000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
623
624        * startup/linkcmds: Added lines so DWARF debug information
625        would be available.  Otherwise gdb complains that the offsets
626        for the debug info are incorrect and doesn't load the files.
627
6282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
631        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
632        compile.am
633
6342000-08-10      Joel Sherrill <joel@OARcorp.com>
635
636        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.