source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 39a9f8e

4.104.115
Last change on this file since 39a9f8e was 39a9f8e, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 12/17/09 at 08:42:17

adapted to new prototype for *_write function

  • Property mode set to 100644
File size: 21.8 KB
Line 
12009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * console/console.c: adapted to new prototype for *_write
4        function
5
62009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * make/custom/gen68360.cfg: Remove RTEMS_BSP_FAMILY.
9        * make/custom/pgh360.cfg: Remove RTEMS_BSP_FAMILY.
10
112009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: Don't add -ansi -fasm to CFLAGS.
14
152009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * make/custom/gen68360_040.cfg: New (relocated from /make/custom).
18        * make/custom/gen68360.cfg: New (relocated from /make/custom).
19        * make/custom/pgh360.cfg: New (relocated from /make/custom).
20
212009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * console/console.c: Include <rtems/termiostypes.h>.
24
252009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * console/console.c: Reflect termios_baud_to_number having been
28        renamed to rtems_termios_baud_to_number.
29
302009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
33
34 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
37        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
38        have the same options.
39
402009-04-28      Chris Johns <chrisj@rtems.org>
41
42        * start/start.S: Update for boot_card command line change.
43
442008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * bsp_specs: Move -e start from *link to *startfile to avoid warning
47        for undefined entry symbol when linking relocatables with binutils
48        2.19.
49
502008-10-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
51
52        * spi/mc68360_spidrv.h:
53        removed orphaned file
54
552008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Move PGH360, GEN68360, GEN68360_040
58        defines from *.cfg into bspopts.h.
59
602008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * timer/timer.c: Eliminate uses of old benchmark timer names.
63
642008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
67        of building libbspstart.a, using automake-rules.
68
692008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
72        * Makefile.am: Reflect changes above.
73
742008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Eliminate *_SOURCES.
77
782008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
81        components.
82
832008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
86
872008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * configure.ac: Make letting boot_card() handle work area allocation
90        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
91        BSP_BOOTCARD_OPTIONS.
92
932008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * include/bsp.h: Remove unnecessary boilerplate comments.
96
972008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
100        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
101        bsp_get_work_area() implementation.
102
1032008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am, configure.ac, start/start.S: Add use of
106        bsp_get_work_area() in its own file and rely on BSP Framework to
107        perform more initialization. Remove unnecessary includes of
108        rtems/libio.h and rtems/libcsupport.h.
109        * startup/bspstart.c: Removed.
110
1112008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
114        implementations. In this phase, all prototypes were removed from
115        bsp.h and empty implementations were removed and made to use the
116        shared stub.
117        * startup/bspclean.c: Removed.
118
1192008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * spi/mc68360_spidrv.c: Convert to "bool".
122
1232008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
126
1272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * timer/timer.c: Eliminate empty function from every benchmark timer
130        driver. Fix spelling.
131
1322008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * timer/timer.c: Rename timer driver methods to follow RTEMS
135        programming conventions.
136
1372008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * clock/clock.c: Move extern outside of braces.
140
1412008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
142
143        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
144        added SPI driver
145
1462008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
147
148        * README:
149        added pgh360 BSP variant
150
1512008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * console/console.c: Eliminate copies of switches to convert termios
154        Bxxx constants to xxx as an integer. Use the shared
155        termios_baud_to_number() routine to do the same conversion.
156
1572008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * Makefile.am: Rework to avoid .rel files.
160
1612008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * startup/bspstart.c: Refactored and renamed initialization routines to
164        rtems_initialize_data_structures, rtems_initialize_before_drivers,
165        rtems_initialize_device_drivers, and
166        rtems_initialize_start_multitasking. This opened the sequence up so
167        that bootcard() could provide a more robust and flexible framework
168        which is easier to explain and understand. This also lays the
169        groundwork for sharing the division of available memory between the
170        RTEMS workspace and heap and the C library initialization across all
171        BSPs.
172
1732008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * Makefile.am: Remove all references to console_reserve_resources and
176        termios_reserve_resources.
177        * console/consolereserveresources.c: Removed.
178
1792008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
182        wildcard to gcc_except_table section so programs compiled with gcc
183        4.3.x can link.
184
1852007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
188        the Configuration Table. Use the RTEMS provided accessor macros to
189        obtain configuration fields.
190
1912007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
194        from CPU Table to Configuration Table. Eliminate CPU Table from all
195        ports. Delete references to CPU Table in all forms.
196
1972007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
200        Table fields to the Configuration Table. This included
201        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
202        do_zero_of_workspace, extra_mpci_receive_server_stack,
203        stack_allocate_hook, and stack_free_hook. As a side-effect of this
204        effort some multiprocessing code was made conditional and some style
205        clean up occurred.
206
2072007-05-03      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: Handle .data.* sections
210
2112007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * bsp_specs: Remove qrtems_debug.
214
2152007-04-02      Joel Sherrill <joel@OARcorp.com>
216
217        * Makefile.am: Add dummy printk support so all tests link.
218
2192007-03-11      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/bspstart.c: Remove assignments of
222        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
223        value in boot_card.c
224
2252006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
228
2292006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * configure.ac: New BUG-REPORT address.
232
2332006-11-15      Joel Sherrill <joel@OARcorp.com>
234
235        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
236        file and simplified initialization.
237
2382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * Makefile.am: Remove superfluous -DASM.
241
2422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * configure.ac: Require autoconf-2.60. Require automake-1.10.
245
2462006-02-08      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
249        sections required by newer gcc versions.
250
2512006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * Makefile.am: Add preinstall.am.
254
2552005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * include/bsp.h: New header guard.
258
2592005-04-26      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/alloc360.c: Eliminate warnings.
262
2632005-03-11      Joel Sherrill <joel@OARcorp.com>
264
265        * startup/init68360.c: Add _RomBase declaration.
266
2672005-02-11      Joel Sherrill <joel@OARcorp.com>
268
269        * include/bsp.h, startup/init68360.c: Correct type of symbols from
270        linkcmds to compile with gcc 4.x.
271
2722005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
275
2762005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * Makefile.am: Remove build-variant support.
279
2802004-11-25      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
283        new bss sections .bss.* and .gnu.linkonce.b*.
284
2852004-10-28      Joel Sherrill <joel@OARcorp.com>
286
287        * startup/linkcmds: Add .gnu.linkonce.b.*.
288
2892004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * configure.ac: Require automake > 1.9.
292
2932004-05-21      Joel Sherrill <joel@OARcorp.com>
294
295        * network/network.c: Include errno.h as a consequence of recent updates
296        to BSD header files.
297
2982004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        PR 610/bsps
301        * Makefile.am: Add include/tm27.h, Cosmetics.
302        * include/tm27.h: Final cosmetics.
303
3042004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * include/bsp.h: Split out tmtest27 support.
307        * include/tm27.h: New.
308
3092004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        PR 613/bsps
312        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
313
3142004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        PR 614/bsps
317        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
318
3192004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
320
321        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
322        c/src/lib/libbsp/m68k/gen68360/console/console.c,
323        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
324        c/src/lib/libbsp/m68k/gen68360/network/network.c,
325        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
326        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
327        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
328        <rtems/m68k/m68360.h> instead of <m68360.h>.
329
3302004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
333
3342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
335
336        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
337        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
338        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
339
3402004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
341
342        * include/bsp.h, network/network.c, startup/bspstart.c,
343        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
344        types.
345
3462004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Reflect changes to bsp.am.
349        Preinstall dist_project_lib*.
350
3512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Reflect changes to bsp.am.
354
3552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
358
3592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Pickup files from ../../m68k/shared instead of
362        ../shared. Reformat.
363
3642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
367
3682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        PR 562/bsps
371        * Makefile.am: Remove references to m68k-gdbstub.c,
372        rtems-gdbstub-glue.c.
373
374        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
375        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
376        Use automake-compilation rules.
377        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
378        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
379        Remove.
380        * configure.ac: Reflect changes above.
381
3822004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Add PREINSTALL_DIRS.
385        * wrapup/Makefile.am: Reflect changes to libcpu.
386
3872004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
390        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
391        * wrapup/Makefile.am: Reflect changes to libcpu.
392
3932004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
396        Add PRE/TMPINSTALL_FILES to CLEANFILES.
397        * startup/Makefile.am: Ditto.
398
3992004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * start/Makefile.am: Remove.
402        * Makefile.am: Merge-in start/Makefile.am.
403        * configure.ac: Reflect changes above.
404
4052004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Eliminate $(LIB).
408        Use noinst_DATA to trigger building libbsp.a.
409
4102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
413        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
414
4152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
418        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
419
4202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
423
4242003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * start/Makefile.am: Misc cleanups and fixes.
427        * startup/Makefile.am: Misc cleanups and fixes.
428        * wrapup/Makefile.am: Misc cleanups and fixes.
429
4302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Add preinstallation dirstamp support.
433        * clock/Makefile.am: Cosmetics.
434        * console/Makefile.am: Cosmetics.
435        * network/Makefile.am: Cosmetics.
436        * startup/Makefile.am: Cosmetics.
437        * timer/Makefile.am: Cosmetics.
438        * wrapup/Makefile.am: Cosmetics.
439
4402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * clock/Makefile.am: Remove all-local: $(ARCH).
443        * console/Makefile.am: Remove all-local: $(ARCH).
444        * network/Makefile.am: Remove all-local: $(ARCH).
445        * start/Makefile.am: Remove all-local: $(ARCH).
446        * startup/Makefile.am: Remove all-local: $(ARCH).
447        * timer/Makefile.am: Remove all-local: $(ARCH).
448        * wrapup/Makefile.am: Remove all-local: $(ARCH).
449
4502003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: Merge-in include/Makefile.am.
453        Reflect changes to bsp.am.
454        * include/Makefile.am: Remove.
455        * configure.ac: Reflect changes above.
456
4572003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * bsp_specs: Remove *lib:.
460
4612003-09-04      Joel Sherrill <joel@OARcorp.com>
462
463        * console/console.c, console/consolereserveresources.c, include/bsp.h,
464        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
465        URL for license changed.
466
4672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * Makefile.am: Reflect having moved aclocal/.
470
4712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * Makefile.am: Reflect having moved automake/.
474        * clock/Makefile.am: Reflect having moved automake/.
475        * console/Makefile.am: Reflect having moved automake/.
476        * include/Makefile.am: Reflect having moved automake/.
477        * network/Makefile.am: Reflect having moved automake/.
478        * start/Makefile.am: Reflect having moved automake/.
479        * startup/Makefile.am: Reflect having moved automake/.
480        * timer/Makefile.am: Reflect having moved automake/.
481        * wrapup/Makefile.am: Reflect having moved automake/.
482
4832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        PR 452/bsps
486        * startup/Makefile.am: Remove USE_INIT_FINI.
487
4882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
491
4922003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        PR 445/bsps
495        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
496        Remove cpp, old_cpp (now unused).
497
4982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac: Remove AC_CONFIG_AUX_DIR.
501
5022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
505
5062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: AC_PREREQ(2.57).
509
5102003-01-20      Joel Sherrill <joel@OARcorp.com>
511
512        * startup/linkcmds*: Add FreeBSD sysctl() sections.
513
5142002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
517        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
518        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
519        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
520        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
521        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
522
5232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * start/Makefile.am: Use install-data-local to install startfile.
526
5272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
530
5312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * .cvsignore: Reformat.
534        Add autom4te*cache.
535        Remove autom4te.cache.
536
5372002-08-21      Joel Sherrill <joel@OARcorp.com>
538
539        * wrapup/Makefile.am: PR217 required that the idle task be moved to
540        libcpu so it could be more acutely aware of the CPU model.  This
541        file was modified to pick up the idle task from there.
542
5432002-08-21      Joel Sherrill <joel@OARcorp.com>
544
545        * bsp_specs: Added support for -nostdlibs.
546
5472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
553        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
554        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
555        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
556
5572002-08-05      Joel Sherrill <joel@OARcorp.com>
558
559        * Per PR260 eliminate use of make-target-options.  This impacted
560        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
561        SuperCore and required that the m68k optimized memcpy be moved
562        to libcpu.
563        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
564
5652002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * start/Makefile.am: Eliminate PGM.
568        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
569
5702002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
573        linkcmds.bootp.
574
5752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
578        Remove $(OBJS) from all-local.
579
5802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
583
5842002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
585
586        * startup/Makefile.am: Compile the m68k gdb stub and glue.
587
5882002-05-14      Eric Norum <eric.norum@usask.ca>
589
590        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
591        sections needed by gcc 3.1.  linkcmds had already been fixed on
592        a gcc 3.1 clean up sweep.
593
5942001-05-09      Joel Sherrill <joel@OARcorp.com>
595
596        * startup/linkcmds: In support of gcc 3.1, added one of more
597        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
598        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
599        and direction of segments to memory regions may also have been
600        addressed.  This was a sweep across all BSPs.
601 
6022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac:
605        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
606        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
607        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
613        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
614        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
615        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
616
6172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
620
6212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
624        * configure.in: Remove.
625        * configure.ac: New file, generated from configure.in by autoupdate.
626
6272001-09-27      Joel Sherrill <joel@OARcorp.com>
628
629        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
630
6312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
634
6352001-09-14      Eric Norum <eric.norum@usask.ca>
636
637        * startup/init68360.c: Modifications to make gcc 3.x happy.
638
6392001-09-19      Eric Norum <eric.norum@usask.ca>
640
641        * README: Bring it more in line with reality.
642
6432001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * configure.in: Add bspopts.h.
646        * include/.cvsignore: Add bspopts.h*, stamp-h*.
647        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
648        * include/bsp.h: Include bspopts.h.
649
6502001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
651
652        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
653
6542001-01-12      Eric Norum <eric.norum@usask.ca>
655
656        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
657        Clock driver updated to use shell driver mechanism.
658        * clock/ckinit.c: Removed.
659        * clock/clock.c: New file.
660
6612000-12-19      Joel Sherrill <joel@OARcorp.com>
662
663        * Makefile.am: Removed unneeded blank line.
664
6652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
668
6692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
672
6732000-11-01      Joel Sherrill <joel@OARcorp.com>
674
675        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
676        and libcsupport.h moved from libc to lib/include/rtems and
677        now must be referenced as <rtems/XXX.h>.   Header file order
678        was cleaned up while doing this.
679
6802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
683        Switch to GNU canonicalization.
684
6852000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
686
687        * startup/linkcmds: Added lines so DWARF debug information
688        would be available.  Otherwise gdb complains that the offsets
689        for the debug info are incorrect and doesn't load the files.
690
6912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
694        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
695        wrapup/Makefile.am: Include compile.am
696
6972000-08-10      Joel Sherrill <joel@OARcorp.com>
698
699        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.