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

4.104.115
Last change on this file since 33d5f33 was 33d5f33, checked in by Joel Sherrill <joel.sherrill@…>, on 04/30/10 at 16:44:40

2010-04-30 Joel Sherrill <joel.sherrilL@…>

  • include/bsp.h: Add BSP_SMALL_MEMORY.
  • Property mode set to 100644
File size: 21.2 KB
Line 
12010-04-30      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * include/bsp.h: Add BSP_SMALL_MEMORY.
4
52010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * startup/m68k-stub.c: Remove warnings.
8
92009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * make/custom/ods68302.cfg: Remove RTEMS_BSP_FAMILY.
12
132009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Don't add -ansi -fasm to CFLAGS.
16
172009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * make/custom/ods68302.cfg: New (relocated from /make/custom).
20
212009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
24
25 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
28        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
29        have the same options.
30
312009-04-28      Chris Johns <chrisj@rtems.org>
32
33        * startup/cpuboot.c: Update for boot_card command line change.
34
352008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * bsp_specs: Move -e start from *link to *startfile to avoid warning
38        for undefined entry symbol when linking relocatables with binutils
39        2.19.
40
412008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * Makefile.am, preinstall.am: Use shared tm27.h stub.
44        * include/tm27.h: Removed.
45
462008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * timer/timer.c: Eliminate uses of old benchmark timer names.
49
502008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate *_SOURCES.
53
542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
57        components.
58
592008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
62
632008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * configure.ac: Make letting boot_card() handle work area allocation
66        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
67        BSP_BOOTCARD_OPTIONS.
68
692008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * include/bsp.h: Remove unnecessary boilerplate comments.
72
732008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, startup/linkcmds: Use top level shared
76        bsp_get_work_area() implementation.
77
782008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
81        of bsp_get_work_area() in its own file and rely on BSP Framework to
82        perform more initialization. Remove unnecessary includes of
83        rtems/libio.h and rtems/libcsupport.h.
84        * startup/bspstart.c: Removed.
85
862008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
89        implementations. In this phase, all prototypes were removed from
90        bsp.h and empty implementations were removed and made to use the
91        shared stub.
92        * startup/bspclean.c: Removed.
93
942008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * startup/m68k-stub.c: Convert to "bool".
97
982008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * clock/ckinit.c: The Shared Memory Driver no longer requires the
101        special IOCTL in Clock_control. This was a hack which has existed
102        since before the Classic API Timer Manager was implemented. All
103        implementations of and references to Clock_control were removed.
104
1052008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * console/console.c, timer/timer.c: Convert to "bool".
108
1092008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
112        benchmark timer driver. Fix spelling.
113
1142008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
117        follow RTEMS programming conventions.
118
1192008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
122        Add missing prototypes.
123
1242008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * Makefile.am: Rework to avoid .rel files.
127
1282008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * startup/bspstart.c: Refactored and renamed initialization routines to
131        rtems_initialize_data_structures, rtems_initialize_before_drivers,
132        rtems_initialize_device_drivers, and
133        rtems_initialize_start_multitasking. This opened the sequence up so
134        that bootcard() could provide a more robust and flexible framework
135        which is easier to explain and understand. This also lays the
136        groundwork for sharing the division of available memory between the
137        RTEMS workspace and heap and the C library initialization across all
138        BSPs.
139
1402008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * startup/linkcmds: Add wildcard to gcc_except_table section so
143        programs compiled with gcc 4.3.x can link.
144
1452007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
148        of the Configuration Table. Use the RTEMS provided accessor macros to
149        obtain configuration fields.
150
1512007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
154        from CPU Table to Configuration Table. Eliminate CPU Table from all
155        ports. Delete references to CPU Table in all forms.
156
1572007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
160        Table fields to the Configuration Table. This included
161        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
162        do_zero_of_workspace, extra_mpci_receive_server_stack,
163        stack_allocate_hook, and stack_free_hook. As a side-effect of this
164        effort some multiprocessing code was made conditional and some style
165        clean up occurred.
166
1672007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
170        m68k CPU Table since it is never read.
171
1722007-05-03      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/linkcmds: Handle .data.* sections
175
1762007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * bsp_specs: Remove qrtems_debug.
179
1802007-04-02      Joel Sherrill <joel@OARcorp.com>
181
182        * Makefile.am: Add dummy printk support so all tests link.
183
1842006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * configure.ac: New BUG-REPORT address.
187
1882006-11-15      Joel Sherrill <joel@OARcorp.com>
189
190        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
191        file and simplified initialization.
192
1932006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Remove superfluous -DASM.
196
1972006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * configure.ac: Require autoconf-2.60. Require automake-1.10.
200
2012006-02-08      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: Add sections required by newer gcc versions.
204
2052006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Add preinstall.am.
208
2092005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * include/bsp.h: New header guard.
212
2132005-01-09      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds: Add rom section to remove warning.
216
2172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
220
2212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * Makefile.am: Remove build-variant support.
224
2252005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
228
2292004-11-25      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
232
2332004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
234
235        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
236        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
237
2382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * configure.ac: Require automake > 1.9.
241
2422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        PR 610/bsps
245        * Makefile.am: Add include/tm27.h, Cosmetics.
246        * include/tm27.h: Final cosmetics.
247
2482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * include/bsp.h: Split out tmtest27 support.
251        * include/tm27.h: New.
252
2532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        PR 613/bsps
256        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
257
2582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        PR 614/bsps
261        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
262
2632004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
264
265        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
266        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
267        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
268        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
269        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
270        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
271        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
272        <rtems/m68k/m68302.h> instead of <m68302.h>.
273
2742004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
277
2782004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
281        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
282        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
283
2842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
287        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
288        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
289        using c99 fixed size types.
290
2912004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Reflect changes to bsp.am.
294        Preinstall dist_project_lib*.
295
2962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect changes to bsp.am.
299
3002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
303
3042004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Pickup files from ../../m68k/shared instead of
307        ../shared. Reformat.
308
3092004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
312
3132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
316        ANSI-C compliant.
317        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
318        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
319        wrapup/Makefile.am.
320        Use automake compilation rules.
321        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
322        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
323        Remove.
324        * configure.ac: Reflect changes above.
325
3262004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Add PREINSTALL_DIRS.
329        * wrapup/Makefile.am: Reflect changes to libcpu.
330
3312004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Remove non-existing times from EXTRA_DIST.
334        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
335        * wrapup/Makefile.am: Reflect changes to libcpu.
336
3372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
340        Add PRE/TMPINSTALL_FILES to CLEANFILES.
341        * start/Makefile.am: Ditto.
342        * startup/Makefile.am: Ditto.
343
3442004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Eliminate $(LIB).
347        Use noinst_DATA to trigger building libbsp.a.
348
3492003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
352        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
353
3542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
357        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
358
3592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
362
3632003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/Makefile.am: Misc cleanups and fixes.
366        * startup/Makefile.am: Misc cleanups and fixes.
367        * wrapup/Makefile.am: Misc cleanups and fixes.
368
3692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Add preinstallation dirstamp support.
372        * clock/Makefile.am: Cosmetics.
373        * console/Makefile.am: Cosmetics.
374        * startup/Makefile.am: Cosmetics.
375        * timer/Makefile.am: Cosmetics.
376        * wrapup/Makefile.am: Cosmetics.
377
3782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * clock/Makefile.am: Remove all-local: $(ARCH).
381        * console/Makefile.am: Remove all-local: $(ARCH).
382        * start/Makefile.am: Remove all-local: $(ARCH).
383        * startup/Makefile.am: Remove all-local: $(ARCH).
384        * timer/Makefile.am: Remove all-local: $(ARCH).
385        * wrapup/Makefile.am: Remove all-local: $(ARCH).
386
3872003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * include/bsp.h: Replace stringification madness to pick up bare.h
390        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
391
3922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Merge-in include/Makefile.am.
395        Reflect changes to bsp.am.
396        * include/Makefile.am: Remove.
397        * configure.ac: Reflect changes above.
398
3992003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * bsp_specs: Remove *lib:.
402
4032003-09-04      Joel Sherrill <joel@OARcorp.com>
404
405        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
406        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
407        license changed.
408
4092003-09-04      Joel Sherrill <joel@OARcorp.com>
410
411        * start/debugreset.S, start/reset.S: Removed incorrect statement about
412        copyright assignment.
413
4142003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * Makefile.am: Reflect having moved aclocal/.
417
4182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Reflect having moved automake/.
421        * clock/Makefile.am: Reflect having moved automake/.
422        * console/Makefile.am: Reflect having moved automake/.
423        * include/Makefile.am: Reflect having moved automake/.
424        * start/Makefile.am: Reflect having moved automake/.
425        * startup/Makefile.am: Reflect having moved automake/.
426        * timer/Makefile.am: Reflect having moved automake/.
427        * wrapup/Makefile.am: Reflect having moved automake/.
428
4292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        PR 452/bsps
432        * startup/Makefile.am: Remove USE_INIT_FINI.
433
4342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
437
4382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        PR 445/bsps
441        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
442        Remove cpp, old_cpp (now unused).
443
4442003-06-22      Chris Johns <cjohns@cybertec.com.au>
445
446        PR 264/bsps
447        PR 414/bsps
448        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
449        PR264 - Stopped the core dump by removing the bad instruction.
450        PR414 - Fixed the global interupt vector register.
451        Linker command file to have the boot code in the first 8K.
452        The chip select remap needed to be volatile.
453
4542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Remove AC_CONFIG_AUX_DIR.
457
4582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
461
4622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: AC_PREREQ(2.57).
465
4662003-01-20      Joel Sherrill <joel@OARcorp.com>
467
468        * startup/linkcmds*: Add FreeBSD sysctl() sections.
469
4702002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
473        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
474        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
475        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
477
4782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * start/Makefile.am: Use install-data-local to install startfile.
481
4822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
485
4862002-11-01      Joel Sherrill <joel@OARcorp.com>
487
488        * startup/m68k-stub.c: Removed typos.
489
4902002-11-01      Joel Sherrill <joel@OARcorp.com>
491
492        * startup/m68k-stub.c: Removed warnings.
493
4942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * .cvsignore: Reformat.
497        Add autom4te*cache.
498        Remove autom4te.cache.
499
5002002-08-21      Joel Sherrill <joel@OARcorp.com>
501
502        * wrapup/Makefile.am: PR217 required that the idle task be moved to
503        libcpu so it could be more acutely aware of the CPU model.  This
504        file was modified to pick up the idle task from there.
505
5062002-08-21      Joel Sherrill <joel@OARcorp.com>
507
508        * bsp_specs: Added support for -nostdlibs.
509
5102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
513        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
514        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
515        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
516        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
517        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
518
5192002-08-07      Joel Sherrill <joel@OARcorp.com>
520
521        * start/Makefile.am: Pick up rest of Ralf'f changes and use
522        cp not make-rel since there is no point in this case.
523        * start/debugreset.S: Rights were not assigned.
524        * start/reset.S: Add ifdef to avoid core dump until Chris can
525        track it down.
526        * start/cpuboot.c: Moved to startup.
527        * startup/Makefile.am: Account for above.
528
5292002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
532        anywhere).
533        Add ODS60302_DEBUG conditional.
534        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
535        * configure.ac: Add --enable-ods60302-debug.
536        Add ODS60302_DEBUG conditional.
537
5382002-08-05      Joel Sherrill <joel@OARcorp.com>
539
540        * Per PR260 eliminate use of make-target-options.  This impacted
541        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
542        SuperCore and required that the m68k optimized memcpy be moved
543        to libcpu.
544        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
545
5462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * start/Makefile.am: Fix bug in previous patch.
549        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
550
5512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * start/Makefile.am: Eliminate PGM.
554        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
555
5562002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
559
5602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
563        Remove $(OBJS) from all-local.
564
5652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
568
5692001-05-09      Joel Sherrill <joel@OARcorp.com>
570
571        * startup/linkcmds: In support of gcc 3.1, added one of more
572        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
573        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
574        and direction of segments to memory regions may also have been
575        addressed.  This was a sweep across all BSPs.
576 
5772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac:
580        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
581        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
582        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
583        * Makefile.am: Remove AUTOMAKE_OPTIONS.
584        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
585        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
586        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
587        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
588        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
589        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
590
5912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
594
5952001-11-27      Joel Sherrill <joel@OARcorp.com>,
596
597        This was tracked as PR39.
598        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
599        startup/linkcmds, startup/rom: Eliminated required definition of
600        macros in the custom file for the BSP to compile.  The ROM and ROM
601        address and size settings are now linker script items. 
602
6032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
606        * configure.in: Remove.
607        * configure.ac: New file, generated from configure.in by autoupdate.
608
6092001-09-27      Joel Sherrill <joel@OARcorp.com>
610
611        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
612
6132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
616
6172001-06-19      Joel Sherrill <joel@OARcorp.com>
618
619        * include/Makefile.am: Fixed typo.
620
6212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * configure.in: Add bspopts.h.
624        * include/.cvsignore: Add bspopts.h*, stamp-h*.
625        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
626        * include/bsp.h: Include bspopts.h.
627
6282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
629
630        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
631
6322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
635
6362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
639
6402000-11-01      Joel Sherrill <joel@OARcorp.com>
641
642        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
643        and libcsupport.h moved from libc to lib/include/rtems and
644        now must be referenced as <rtems/XXX.h>.   Header file order
645        was cleaned up while doing this.
646
6472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
650        Switch to GNU canonicalization.
651
6522000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
653
654        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
655
6562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
657
658        * startup/linkcmds: Added lines so DWARF debug information
659        would be available.  Otherwise gdb complains that the offsets
660        for the debug info are incorrect and doesn't load the files.
661
6622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
665        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
666        compile.am
667
6682000-08-10      Joel Sherrill <joel@OARcorp.com>
669
670        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.