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

4.104.115
Last change on this file since d236e964 was d236e964, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/09 at 09:40:07

2009-10-20 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Don't add -ansi -fasm to CFLAGS.
  • Property mode set to 100644
File size: 20.9 KB
Line 
12009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Don't add -ansi -fasm to CFLAGS.
4
52009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/ods68302.cfg: New (relocated from /make/custom).
8
92009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
12
13 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
16        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
17        have the same options.
18
192009-04-28      Chris Johns <chrisj@rtems.org>
20
21        * startup/cpuboot.c: Update for boot_card command line change.
22
232008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * bsp_specs: Move -e start from *link to *startfile to avoid warning
26        for undefined entry symbol when linking relocatables with binutils
27        2.19.
28
292008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * Makefile.am, preinstall.am: Use shared tm27.h stub.
32        * include/tm27.h: Removed.
33
342008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * timer/timer.c: Eliminate uses of old benchmark timer names.
37
382008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Eliminate *_SOURCES.
41
422008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
45        components.
46
472008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
50
512008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * configure.ac: Make letting boot_card() handle work area allocation
54        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
55        BSP_BOOTCARD_OPTIONS.
56
572008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * include/bsp.h: Remove unnecessary boilerplate comments.
60
612008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * Makefile.am, startup/linkcmds: Use top level shared
64        bsp_get_work_area() implementation.
65
662008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
69        of bsp_get_work_area() in its own file and rely on BSP Framework to
70        perform more initialization. Remove unnecessary includes of
71        rtems/libio.h and rtems/libcsupport.h.
72        * startup/bspstart.c: Removed.
73
742008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
77        implementations. In this phase, all prototypes were removed from
78        bsp.h and empty implementations were removed and made to use the
79        shared stub.
80        * startup/bspclean.c: Removed.
81
822008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * startup/m68k-stub.c: Convert to "bool".
85
862008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * clock/ckinit.c: The Shared Memory Driver no longer requires the
89        special IOCTL in Clock_control. This was a hack which has existed
90        since before the Classic API Timer Manager was implemented. All
91        implementations of and references to Clock_control were removed.
92
932008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * console/console.c, timer/timer.c: Convert to "bool".
96
972008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
100        benchmark timer driver. Fix spelling.
101
1022008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
105        follow RTEMS programming conventions.
106
1072008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
110        Add missing prototypes.
111
1122008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * Makefile.am: Rework to avoid .rel files.
115
1162008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * startup/bspstart.c: Refactored and renamed initialization routines to
119        rtems_initialize_data_structures, rtems_initialize_before_drivers,
120        rtems_initialize_device_drivers, and
121        rtems_initialize_start_multitasking. This opened the sequence up so
122        that bootcard() could provide a more robust and flexible framework
123        which is easier to explain and understand. This also lays the
124        groundwork for sharing the division of available memory between the
125        RTEMS workspace and heap and the C library initialization across all
126        BSPs.
127
1282008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * startup/linkcmds: Add wildcard to gcc_except_table section so
131        programs compiled with gcc 4.3.x can link.
132
1332007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
136        of the Configuration Table. Use the RTEMS provided accessor macros to
137        obtain configuration fields.
138
1392007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
142        from CPU Table to Configuration Table. Eliminate CPU Table from all
143        ports. Delete references to CPU Table in all forms.
144
1452007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
148        Table fields to the Configuration Table. This included
149        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
150        do_zero_of_workspace, extra_mpci_receive_server_stack,
151        stack_allocate_hook, and stack_free_hook. As a side-effect of this
152        effort some multiprocessing code was made conditional and some style
153        clean up occurred.
154
1552007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
158        m68k CPU Table since it is never read.
159
1602007-05-03      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds: Handle .data.* sections
163
1642007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * bsp_specs: Remove qrtems_debug.
167
1682007-04-02      Joel Sherrill <joel@OARcorp.com>
169
170        * Makefile.am: Add dummy printk support so all tests link.
171
1722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * configure.ac: New BUG-REPORT address.
175
1762006-11-15      Joel Sherrill <joel@OARcorp.com>
177
178        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
179        file and simplified initialization.
180
1812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Remove superfluous -DASM.
184
1852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * configure.ac: Require autoconf-2.60. Require automake-1.10.
188
1892006-02-08      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Add sections required by newer gcc versions.
192
1932006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Add preinstall.am.
196
1972005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * include/bsp.h: New header guard.
200
2012005-01-09      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: Add rom section to remove warning.
204
2052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
208
2092005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Remove build-variant support.
212
2132005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
216
2172004-11-25      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
220
2212004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
224        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
225
2262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * configure.ac: Require automake > 1.9.
229
2302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        PR 610/bsps
233        * Makefile.am: Add include/tm27.h, Cosmetics.
234        * include/tm27.h: Final cosmetics.
235
2362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * include/bsp.h: Split out tmtest27 support.
239        * include/tm27.h: New.
240
2412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        PR 613/bsps
244        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
245
2462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        PR 614/bsps
249        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
250
2512004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
252
253        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
254        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
255        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
256        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
257        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
258        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
259        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
260        <rtems/m68k/m68302.h> instead of <m68302.h>.
261
2622004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
265
2662004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
269        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
270        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
271
2722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
273
274        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
275        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
276        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
277        using c99 fixed size types.
278
2792004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Reflect changes to bsp.am.
282        Preinstall dist_project_lib*.
283
2842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Reflect changes to bsp.am.
287
2882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
291
2922004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Pickup files from ../../m68k/shared instead of
295        ../shared. Reformat.
296
2972004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
300
3012004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
304        ANSI-C compliant.
305        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
306        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
307        wrapup/Makefile.am.
308        Use automake compilation rules.
309        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
310        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
311        Remove.
312        * configure.ac: Reflect changes above.
313
3142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Add PREINSTALL_DIRS.
317        * wrapup/Makefile.am: Reflect changes to libcpu.
318
3192004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Remove non-existing times from EXTRA_DIST.
322        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
323        * wrapup/Makefile.am: Reflect changes to libcpu.
324
3252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
328        Add PRE/TMPINSTALL_FILES to CLEANFILES.
329        * start/Makefile.am: Ditto.
330        * startup/Makefile.am: Ditto.
331
3322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Eliminate $(LIB).
335        Use noinst_DATA to trigger building libbsp.a.
336
3372003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
340        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
341
3422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
345        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
346
3472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
350
3512003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * start/Makefile.am: Misc cleanups and fixes.
354        * startup/Makefile.am: Misc cleanups and fixes.
355        * wrapup/Makefile.am: Misc cleanups and fixes.
356
3572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Add preinstallation dirstamp support.
360        * clock/Makefile.am: Cosmetics.
361        * console/Makefile.am: Cosmetics.
362        * startup/Makefile.am: Cosmetics.
363        * timer/Makefile.am: Cosmetics.
364        * wrapup/Makefile.am: Cosmetics.
365
3662003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * clock/Makefile.am: Remove all-local: $(ARCH).
369        * console/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        * wrapup/Makefile.am: Remove all-local: $(ARCH).
374
3752003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * include/bsp.h: Replace stringification madness to pick up bare.h
378        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
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, include/bsp.h, include/coverhd.h,
394        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
395        license changed.
396
3972003-09-04      Joel Sherrill <joel@OARcorp.com>
398
399        * start/debugreset.S, start/reset.S: Removed incorrect statement about
400        copyright assignment.
401
4022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Reflect having moved aclocal/.
405
4062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Reflect having moved automake/.
409        * clock/Makefile.am: Reflect having moved automake/.
410        * console/Makefile.am: Reflect having moved automake/.
411        * include/Makefile.am: Reflect having moved automake/.
412        * start/Makefile.am: Reflect having moved automake/.
413        * startup/Makefile.am: Reflect having moved automake/.
414        * timer/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-06-22      Chris Johns <cjohns@cybertec.com.au>
433
434        PR 264/bsps
435        PR 414/bsps
436        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
437        PR264 - Stopped the core dump by removing the bad instruction.
438        PR414 - Fixed the global interupt vector register.
439        Linker command file to have the boot code in the first 8K.
440        The chip select remap needed to be volatile.
441
4422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Remove AC_CONFIG_AUX_DIR.
445
4462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
449
4502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: AC_PREREQ(2.57).
453
4542003-01-20      Joel Sherrill <joel@OARcorp.com>
455
456        * startup/linkcmds*: Add FreeBSD sysctl() sections.
457
4582002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
462        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
464        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
465
4662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * start/Makefile.am: Use install-data-local to install startfile.
469
4702002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
473
4742002-11-01      Joel Sherrill <joel@OARcorp.com>
475
476        * startup/m68k-stub.c: Removed typos.
477
4782002-11-01      Joel Sherrill <joel@OARcorp.com>
479
480        * startup/m68k-stub.c: Removed warnings.
481
4822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * .cvsignore: Reformat.
485        Add autom4te*cache.
486        Remove autom4te.cache.
487
4882002-08-21      Joel Sherrill <joel@OARcorp.com>
489
490        * wrapup/Makefile.am: PR217 required that the idle task be moved to
491        libcpu so it could be more acutely aware of the CPU model.  This
492        file was modified to pick up the idle task from there.
493
4942002-08-21      Joel Sherrill <joel@OARcorp.com>
495
496        * bsp_specs: Added support for -nostdlibs.
497
4982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
501        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
502        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
503        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
504        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
505        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
506
5072002-08-07      Joel Sherrill <joel@OARcorp.com>
508
509        * start/Makefile.am: Pick up rest of Ralf'f changes and use
510        cp not make-rel since there is no point in this case.
511        * start/debugreset.S: Rights were not assigned.
512        * start/reset.S: Add ifdef to avoid core dump until Chris can
513        track it down.
514        * start/cpuboot.c: Moved to startup.
515        * startup/Makefile.am: Account for above.
516
5172002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
520        anywhere).
521        Add ODS60302_DEBUG conditional.
522        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
523        * configure.ac: Add --enable-ods60302-debug.
524        Add ODS60302_DEBUG conditional.
525
5262002-08-05      Joel Sherrill <joel@OARcorp.com>
527
528        * Per PR260 eliminate use of make-target-options.  This impacted
529        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
530        SuperCore and required that the m68k optimized memcpy be moved
531        to libcpu.
532        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
533
5342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * start/Makefile.am: Fix bug in previous patch.
537        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
538
5392002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * start/Makefile.am: Eliminate PGM.
542        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
543
5442002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
547
5482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
551        Remove $(OBJS) from all-local.
552
5532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
556
5572001-05-09      Joel Sherrill <joel@OARcorp.com>
558
559        * startup/linkcmds: In support of gcc 3.1, added one of more
560        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
561        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
562        and direction of segments to memory regions may also have been
563        addressed.  This was a sweep across all BSPs.
564 
5652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.ac:
568        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
569        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
570        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
575        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
577        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
578
5792001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
582
5832001-11-27      Joel Sherrill <joel@OARcorp.com>,
584
585        This was tracked as PR39.
586        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
587        startup/linkcmds, startup/rom: Eliminated required definition of
588        macros in the custom file for the BSP to compile.  The ROM and ROM
589        address and size settings are now linker script items. 
590
5912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
594        * configure.in: Remove.
595        * configure.ac: New file, generated from configure.in by autoupdate.
596
5972001-09-27      Joel Sherrill <joel@OARcorp.com>
598
599        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
600
6012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
604
6052001-06-19      Joel Sherrill <joel@OARcorp.com>
606
607        * include/Makefile.am: Fixed typo.
608
6092001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.in: Add bspopts.h.
612        * include/.cvsignore: Add bspopts.h*, stamp-h*.
613        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
614        * include/bsp.h: Include bspopts.h.
615
6162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
617
618        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
619
6202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
623
6242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
627
6282000-11-01      Joel Sherrill <joel@OARcorp.com>
629
630        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
631        and libcsupport.h moved from libc to lib/include/rtems and
632        now must be referenced as <rtems/XXX.h>.   Header file order
633        was cleaned up while doing this.
634
6352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
638        Switch to GNU canonicalization.
639
6402000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
641
642        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
643
6442000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
645
646        * startup/linkcmds: Added lines so DWARF debug information
647        would be available.  Otherwise gdb complains that the offsets
648        for the debug info are incorrect and doesn't load the files.
649
6502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
653        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
654        compile.am
655
6562000-08-10      Joel Sherrill <joel@OARcorp.com>
657
658        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.