source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 7fdce449

4.115
Last change on this file since 7fdce449 was 7fdce449, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:34:24

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • include/bsp.h: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 20.7 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * timer/timer.c: Include <rtems/btimer.h>.
9        Fix benchmark_timer_read() definition.
10
112011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: Require autoconf-2.68, automake-1.11.1.
14
152010-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * start/start.S: Fix mismatched comment.
18
192010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * console/m340uart.c, startup/init68340.c: Remove warnings.
22
232009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
24
25        * console/console.c, console/m340uart.c, include/m340uart.h,
26        timer/timer.c:
27        adapted to new prototype for *_write function
28
292009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * make/custom/gen68340.cfg: Remove RTEMS_BSP_FAMILY.
32
332009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Don't add -ansi -fasm to CFLAGS.
36
372009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * make/custom/gen68340.cfg: New (relocated from /make/custom).
40
412009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * console/console.c: Include <rtems/termiostypes.h>.
44        Add missing prototype.
45
462009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * console/console.c: Reflect termios_baud_to_number having been
49        renamed to rtems_termios_baud_to_number.
50
512009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
54
552009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
58        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
59        have the same options.
60
612009-04-28      Chris Johns <chrisj@rtems.org>
62
63        * start/start.S: Update for boot_card command line change.
64
652009-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * Makefile.am: Remove unnecessary copy of cpu_asm.S
68        * console/Modif_cpu_asm.S: Removed.
69
702008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * bsp_specs: Move -e start from *link to *startfile to avoid warning
73        for undefined entry symbol when linking relocatables with binutils
74        2.19.
75
762008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * Makefile.am, preinstall.am: Use shared tm27.h stub.
79        * include/tm27.h: Removed.
80
812008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * timer/timer.c: Eliminate uses of old benchmark timer names.
84
852008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
88        of building libbspstart.a, using automake-rules.
89        * start/startfor340only.S: Remove (Unused).
90
912008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Eliminate *_SOURCES.
94
952008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
98        components.
99
1002008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
103
1042008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * configure.ac: Make letting boot_card() handle work area allocation
107        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
108        BSP_BOOTCARD_OPTIONS.
109
1102008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * include/bsp.h: Remove unnecessary boilerplate comments.
113
1142008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * Makefile.am, startup/linkcmds: Use top level shared
117        bsp_get_work_area() implementation.
118
1192008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
122        of bsp_get_work_area() in its own file and rely on BSP Framework to
123        perform more initialization. Remove unnecessary includes of
124        rtems/libio.h and rtems/libcsupport.h.
125        * startup/bspstart.c: Removed.
126
1272008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
130        implementations. In this phase, all prototypes were removed from
131        bsp.h and empty implementations were removed and made to use the
132        shared stub.
133        * startup/bspclean.c: Removed.
134
1352008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * clock/ckinit.c: The Shared Memory Driver no longer requires the
138        special IOCTL in Clock_control. This was a hack which has existed
139        since before the Classic API Timer Manager was implemented. All
140        implementations of and references to Clock_control were removed.
141
1422008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * timer/timer.c: Convert to "bool".
145
1462008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * console/console.c, include/m340timer.h, timer/timer.c: Eliminate
149        empty function from every benchmark timer driver. Fix spelling.
150
1512008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * console/console.c, include/m340timer.h, timer/timer.c: Rename timer
154        driver methods to follow RTEMS programming conventions.
155
1562008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * timer/timer.c: Add missing prototypes.
159
1602008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * console/console.c, include/m340uart.h: Use new shared
163        termios_baud_to_number() routine.
164
1652008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * console/m340uart.c: Eliminate copies of switches to convert termios
168        Bxxx constants to xxx as an integer. Use the shared
169        termios_baud_to_number() routine to do the same conversion.
170
1712008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * Makefile.am: Rework to avoid .rel files.
174
1752008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * startup/bspstart.c: Refactored and renamed initialization routines to
178        rtems_initialize_data_structures, rtems_initialize_before_drivers,
179        rtems_initialize_device_drivers, and
180        rtems_initialize_start_multitasking. This opened the sequence up so
181        that bootcard() could provide a more robust and flexible framework
182        which is easier to explain and understand. This also lays the
183        groundwork for sharing the division of available memory between the
184        RTEMS workspace and heap and the C library initialization across all
185        BSPs.
186
1872008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * startup/linkcmds: Add wildcard to gcc_except_table section so
190        programs compiled with gcc 4.3.x can link.
191
1922007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
195        of the Configuration Table. Use the RTEMS provided accessor macros to
196        obtain configuration fields.
197
1982007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
201        from CPU Table to Configuration Table. Eliminate CPU Table from all
202        ports. Delete references to CPU Table in all forms.
203
2042007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
207        Table fields to the Configuration Table. This included
208        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
209        do_zero_of_workspace, extra_mpci_receive_server_stack,
210        stack_allocate_hook, and stack_free_hook. As a side-effect of this
211        effort some multiprocessing code was made conditional and some style
212        clean up occurred.
213
2142007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
217        m68k CPU Table since it is never read.
218
2192007-05-03      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Handle .data.* sections
222
2232007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * bsp_specs: Remove qrtems_debug.
226
2272007-04-02      Joel Sherrill <joel@OARcorp.com>
228
229        * Makefile.am: Add dummy printk support so all tests link.
230
2312007-03-11      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/bspstart.c: Remove assignments of
234        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
235        value in boot_card.c
236
2372006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * configure.ac: New BUG-REPORT address.
240
2412006-11-15      Joel Sherrill <joel@OARcorp.com>
242
243        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
244        file and simplified initialization.
245
2462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * Makefile.am: Remove superfluous -DASM.
249
2502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Require autoconf-2.60. Require automake-1.10.
253
2542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * include/m68349.inc, start/start.S, startup/dumpanic.c:
257        Convert to utf-8.
258
2592006-02-08      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/linkcmds: Add sections required by newer gcc versions.
262
2632006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
264
265        * Makefile.am: Add preinstall.am.
266
2672005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * include/bsp.h: New header guard.
270
2712005-02-11      Joel Sherrill <joel@OARcorp.com>
272
273        * include/bsp.h: Correct type of symbols from linkcmds to compile with
274        gcc 4.x.
275
2762005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
279
2802005-01-04      Joel Sherrill <joel@OARcorp.com>
281
282        * console/console.c: Remove warnings.
283
2842005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * Makefile.am: Remove build-variant support.
287
2882004-11-25      Joel Sherrill <joel@OARcorp.com>
289
290        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
291
2922004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * configure.ac: Require automake > 1.9.
295
2962004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        PR 610/bsps
299        * Makefile.am: Add include/tm27.h, Cosmetics.
300        * include/tm27.h: Final cosmetics.
301
3022004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
303
304        * include/bsp.h: Split out tmtest27 support.
305        * include/tm27.h: New.
306
3072004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
308
309        PR 613/bsps
310        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
311
3122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
313
314        PR 614/bsps
315        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
316
3172004-04-19      Joel Sherrill <joel@OARcorp.com>
318
319        * start/start.S: DWARF on the m68k requires that all objects me a
320        multiple of a 16-bit word in length.
321
3222004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
323
324        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
325        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
326
3272004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
328
329        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
330        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
331        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
332        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
333
3342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
335
336        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
337        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
338        size types.
339
3402004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Reflect changes to bsp.am.
343        Preinstall dist_project_lib*.
344
3452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Reflect changes to bsp.am.
348
3492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
352
3532004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Pickup files from ../../m68k/shared instead of
356        ../shared. Reformat.
357
3582004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
361
3622004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Distribute start/startfor340only.S.
365
3662004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
369        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
370        compilation rules.
371        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
372        timer/Makefile.am, wrapup/Makefile.am: Remove.
373        * configure.ac: Reflect changes above.
374
3752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Add PREINSTALL_DIRS.
378        * wrapup/Makefile.am: Reflect changes to libcpu.
379
3802004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
383        * README: Fix minor typo.
384        * wrapup/Makefile.am: Reflect changes to libcpu.
385
3862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
389        Add PRE/TMPINSTALL_FILES to CLEANFILES.
390        * startup/Makefile.am: Ditto.
391
3922004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * start/Makefile.am: Remove.
395        * Makefile.am: Merge-in start/Makefile.am.
396        * configure.ac: Reflect changes above.
397
3982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * wrapup/Makefile.am: Eliminate $(LIB).
401        Use noinst_DATA to trigger building libbsp.a.
402
4032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
406        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
407
4082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
411        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
412
4132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
416
4172003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * start/Makefile.am: Misc cleanups and fixes.
420        * startup/Makefile.am: Misc cleanups and fixes.
421        * wrapup/Makefile.am: Misc cleanups and fixes.
422
4232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Add preinstallation dirstamp support.
426        * clock/Makefile.am: Cosmetics.
427        * console/Makefile.am: Cosmetics.
428        * startup/Makefile.am: Cosmetics.
429        * timer/Makefile.am: Cosmetics.
430        * wrapup/Makefile.am: Cosmetics.
431
4322003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * clock/Makefile.am: Remove all-local: $(ARCH).
435        * console/Makefile.am: Remove all-local: $(ARCH).
436        * start/Makefile.am: Remove all-local: $(ARCH).
437        * startup/Makefile.am: Remove all-local: $(ARCH).
438        * timer/Makefile.am: Remove all-local: $(ARCH).
439        * wrapup/Makefile.am: Remove all-local: $(ARCH).
440
4412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: Merge-in include/Makefile.am.
444        Reflect changes to bsp.am.
445        * include/Makefile.am: Remove.
446        * configure.ac: Reflect changes above.
447
4482003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * bsp_specs: Remove *lib:.
451
4522003-09-04      Joel Sherrill <joel@OARcorp.com>
453
454        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
455        console/m340uart.c, include/bsp.h, include/m340timer.h,
456        include/m340uart.h, start/start.S, start/startfor340only.S,
457        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
458        timer/timer.c: URL for license changed.
459
4602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Reflect having moved aclocal/.
463
4642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: Reflect having moved automake/.
467        * clock/Makefile.am: Reflect having moved automake/.
468        * console/Makefile.am: Reflect having moved automake/.
469        * include/Makefile.am: Reflect having moved automake/.
470        * start/Makefile.am: Reflect having moved automake/.
471        * startup/Makefile.am: Reflect having moved automake/.
472        * timer/Makefile.am: Reflect having moved automake/.
473        * wrapup/Makefile.am: Reflect having moved automake/.
474
4752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        PR 452/bsps
478        * startup/Makefile.am: Remove USE_INIT_FINI.
479
4802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
483
4842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        PR 445/bsps
487        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
488        Remove cpp, old_cpp (now unused).
489
4902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * configure.ac: Remove AC_CONFIG_AUX_DIR.
493
4942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
497
4982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac: AC_PREREQ(2.57).
501
5022003-01-20      Joel Sherrill <joel@OARcorp.com>
503
504        * startup/linkcmds*: Add FreeBSD sysctl() sections.
505
5062002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
509        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
510        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
511        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
512        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
513
5142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * start/Makefile.am: Use install-data-local to install startfile.
517
5182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
521
5222002-11-04      Joel Sherrill <joel@OARcorp.com>
523
524        * console/console.c, console/m340uart.c: Removed warnings.
525
5262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * .cvsignore: Reformat.
529        Add autom4te*cache.
530        Remove autom4te.cache.
531
5322002-08-21      Joel Sherrill <joel@OARcorp.com>
533
534        * wrapup/Makefile.am: PR217 required that the idle task be moved to
535        libcpu so it could be more acutely aware of the CPU model.  This
536        file was modified to pick up the idle task from there.
537
5382002-08-21      Joel Sherrill <joel@OARcorp.com>
539
540        * bsp_specs: Added support for -nostdlibs.
541
5422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
546        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
550
5512002-08-05      Joel Sherrill <joel@OARcorp.com>
552
553        * Per PR260 eliminate use of make-target-options.  This impacted
554        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
555        SuperCore and required that the m68k optimized memcpy be moved
556        to libcpu.
557        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
558
5592002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * start/Makefile.am: Eliminate PGM.
562        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
563
5642002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
567
5682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
571        Remove $(OBJS) from all-local.
572
5732002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
576
5772001-05-09      Joel Sherrill <joel@OARcorp.com>
578
579        * startup/linkcmds: In support of gcc 3.1, added one of more
580        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
581        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
582        and direction of segments to memory regions may also have been
583        addressed.  This was a sweep across all BSPs.
584 
5852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac:
588        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
589        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
590        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
591        * Makefile.am: Remove AUTOMAKE_OPTIONS.
592        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
595        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
596        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
597        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
598
5992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
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-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * include/Makefile.am: Fix typo in include_HEADERS.
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-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
653
654        * startup/linkcmds: Added lines so DWARF debug information
655        would be available.  Otherwise gdb complains that the offsets
656        for the debug info are incorrect and doesn't load the files.
657
6582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
661        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
662        compile.am
663
6642000-08-10      Joel Sherrill <joel@OARcorp.com>
665
666        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.