source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

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

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 22.2 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52010-08-24      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * startup/init68360.c: Fix type punning warning.
8
92010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
10
11        * startup/init68360.c, timer/timer.c: Remove warnings.
12
132010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
14
15        * network/network.c: Fix warning.
16
172009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
18
19        * console/console.c: adapted to new prototype for *_write
20        function
21
222009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * make/custom/gen68360.cfg: Remove RTEMS_BSP_FAMILY.
25        * make/custom/pgh360.cfg: Remove RTEMS_BSP_FAMILY.
26
272009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Don't add -ansi -fasm to CFLAGS.
30
312009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * make/custom/gen68360_040.cfg: New (relocated from /make/custom).
34        * make/custom/gen68360.cfg: New (relocated from /make/custom).
35        * make/custom/pgh360.cfg: New (relocated from /make/custom).
36
372009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * console/console.c: Include <rtems/termiostypes.h>.
40
412009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * console/console.c: Reflect termios_baud_to_number having been
44        renamed to rtems_termios_baud_to_number.
45
462009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
49
50 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
53        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
54        have the same options.
55
562009-04-28      Chris Johns <chrisj@rtems.org>
57
58        * start/start.S: Update for boot_card command line change.
59
602008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * bsp_specs: Move -e start from *link to *startfile to avoid warning
63        for undefined entry symbol when linking relocatables with binutils
64        2.19.
65
662008-10-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
67
68        * spi/mc68360_spidrv.h:
69        removed orphaned file
70
712008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Move PGH360, GEN68360, GEN68360_040
74        defines from *.cfg into bspopts.h.
75
762008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * timer/timer.c: Eliminate uses of old benchmark timer names.
79
802008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
83        of building libbspstart.a, using automake-rules.
84
852008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
88        * Makefile.am: Reflect changes above.
89
902008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate *_SOURCES.
93
942008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
97        components.
98
992008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
102
1032008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * configure.ac: Make letting boot_card() handle work area allocation
106        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
107        BSP_BOOTCARD_OPTIONS.
108
1092008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * include/bsp.h: Remove unnecessary boilerplate comments.
112
1132008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
116        startup/linkcmds.bootp, startup/linkcmds.prom: 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, start/start.S: Add use of
122        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-06      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * spi/mc68360_spidrv.c: Convert to "bool".
138
1392008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
142
1432008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * timer/timer.c: Eliminate empty function from every benchmark timer
146        driver. Fix spelling.
147
1482008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * timer/timer.c: Rename timer driver methods to follow RTEMS
151        programming conventions.
152
1532008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * clock/clock.c: Move extern outside of braces.
156
1572008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
158
159        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
160        added SPI driver
161
1622008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
163
164        * README:
165        added pgh360 BSP variant
166
1672008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * console/console.c: Eliminate copies of switches to convert termios
170        Bxxx constants to xxx as an integer. Use the shared
171        termios_baud_to_number() routine to do the same conversion.
172
1732008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * Makefile.am: Rework to avoid .rel files.
176
1772008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * startup/bspstart.c: Refactored and renamed initialization routines to
180        rtems_initialize_data_structures, rtems_initialize_before_drivers,
181        rtems_initialize_device_drivers, and
182        rtems_initialize_start_multitasking. This opened the sequence up so
183        that bootcard() could provide a more robust and flexible framework
184        which is easier to explain and understand. This also lays the
185        groundwork for sharing the division of available memory between the
186        RTEMS workspace and heap and the C library initialization across all
187        BSPs.
188
1892008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * Makefile.am: Remove all references to console_reserve_resources and
192        termios_reserve_resources.
193        * console/consolereserveresources.c: Removed.
194
1952008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
198        wildcard to gcc_except_table section so programs compiled with gcc
199        4.3.x can link.
200
2012007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
204        the Configuration Table. Use the RTEMS provided accessor macros to
205        obtain configuration fields.
206
2072007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
210        from CPU Table to Configuration Table. Eliminate CPU Table from all
211        ports. Delete references to CPU Table in all forms.
212
2132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
216        Table fields to the Configuration Table. This included
217        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
218        do_zero_of_workspace, extra_mpci_receive_server_stack,
219        stack_allocate_hook, and stack_free_hook. As a side-effect of this
220        effort some multiprocessing code was made conditional and some style
221        clean up occurred.
222
2232007-05-03      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds: Handle .data.* sections
226
2272007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
228
229        * bsp_specs: Remove qrtems_debug.
230
2312007-04-02      Joel Sherrill <joel@OARcorp.com>
232
233        * Makefile.am: Add dummy printk support so all tests link.
234
2352007-03-11      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/bspstart.c: Remove assignments of
238        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
239        value in boot_card.c
240
2412006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
244
2452006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * configure.ac: New BUG-REPORT address.
248
2492006-11-15      Joel Sherrill <joel@OARcorp.com>
250
251        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
252        file and simplified initialization.
253
2542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * Makefile.am: Remove superfluous -DASM.
257
2582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * configure.ac: Require autoconf-2.60. Require automake-1.10.
261
2622006-02-08      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
265        sections required by newer gcc versions.
266
2672006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * Makefile.am: Add preinstall.am.
270
2712005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * include/bsp.h: New header guard.
274
2752005-04-26      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/alloc360.c: Eliminate warnings.
278
2792005-03-11      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/init68360.c: Add _RomBase declaration.
282
2832005-02-11      Joel Sherrill <joel@OARcorp.com>
284
285        * include/bsp.h, startup/init68360.c: Correct type of symbols from
286        linkcmds to compile with gcc 4.x.
287
2882005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
291
2922005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
293
294        * Makefile.am: Remove build-variant support.
295
2962004-11-25      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
299        new bss sections .bss.* and .gnu.linkonce.b*.
300
3012004-10-28      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds: Add .gnu.linkonce.b.*.
304
3052004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * configure.ac: Require automake > 1.9.
308
3092004-05-21      Joel Sherrill <joel@OARcorp.com>
310
311        * network/network.c: Include errno.h as a consequence of recent updates
312        to BSD header files.
313
3142004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        PR 610/bsps
317        * Makefile.am: Add include/tm27.h, Cosmetics.
318        * include/tm27.h: Final cosmetics.
319
3202004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
321
322        * include/bsp.h: Split out tmtest27 support.
323        * include/tm27.h: New.
324
3252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        PR 613/bsps
328        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
329
3302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        PR 614/bsps
333        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
334
3352004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
336
337        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
338        c/src/lib/libbsp/m68k/gen68360/console/console.c,
339        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
340        c/src/lib/libbsp/m68k/gen68360/network/network.c,
341        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
342        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
343        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
344        <rtems/m68k/m68360.h> instead of <m68360.h>.
345
3462004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
347
348        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
349
3502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
351
352        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
353        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
354        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
355
3562004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
357
358        * include/bsp.h, network/network.c, startup/bspstart.c,
359        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
360        types.
361
3622004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Reflect changes to bsp.am.
365        Preinstall dist_project_lib*.
366
3672004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Reflect changes to bsp.am.
370
3712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
374
3752004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Pickup files from ../../m68k/shared instead of
378        ../shared. Reformat.
379
3802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
383
3842004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        PR 562/bsps
387        * Makefile.am: Remove references to m68k-gdbstub.c,
388        rtems-gdbstub-glue.c.
389
390        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
391        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
392        Use automake-compilation rules.
393        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
394        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
395        Remove.
396        * configure.ac: Reflect changes above.
397
3982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Add PREINSTALL_DIRS.
401        * wrapup/Makefile.am: Reflect changes to libcpu.
402
4032004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
406        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
407        * wrapup/Makefile.am: Reflect changes to libcpu.
408
4092004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
412        Add PRE/TMPINSTALL_FILES to CLEANFILES.
413        * startup/Makefile.am: Ditto.
414
4152004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * start/Makefile.am: Remove.
418        * Makefile.am: Merge-in start/Makefile.am.
419        * configure.ac: Reflect changes above.
420
4212004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Eliminate $(LIB).
424        Use noinst_DATA to trigger building libbsp.a.
425
4262003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
429        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
430
4312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
434        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
435
4362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
439
4402003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * start/Makefile.am: Misc cleanups and fixes.
443        * startup/Makefile.am: Misc cleanups and fixes.
444        * wrapup/Makefile.am: Misc cleanups and fixes.
445
4462003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Add preinstallation dirstamp support.
449        * clock/Makefile.am: Cosmetics.
450        * console/Makefile.am: Cosmetics.
451        * network/Makefile.am: Cosmetics.
452        * startup/Makefile.am: Cosmetics.
453        * timer/Makefile.am: Cosmetics.
454        * wrapup/Makefile.am: Cosmetics.
455
4562003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * clock/Makefile.am: Remove all-local: $(ARCH).
459        * console/Makefile.am: Remove all-local: $(ARCH).
460        * network/Makefile.am: Remove all-local: $(ARCH).
461        * start/Makefile.am: Remove all-local: $(ARCH).
462        * startup/Makefile.am: Remove all-local: $(ARCH).
463        * timer/Makefile.am: Remove all-local: $(ARCH).
464        * wrapup/Makefile.am: Remove all-local: $(ARCH).
465
4662003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: Merge-in include/Makefile.am.
469        Reflect changes to bsp.am.
470        * include/Makefile.am: Remove.
471        * configure.ac: Reflect changes above.
472
4732003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * bsp_specs: Remove *lib:.
476
4772003-09-04      Joel Sherrill <joel@OARcorp.com>
478
479        * console/console.c, console/consolereserveresources.c, include/bsp.h,
480        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
481        URL for license changed.
482
4832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: Reflect having moved aclocal/.
486
4872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * Makefile.am: Reflect having moved automake/.
490        * clock/Makefile.am: Reflect having moved automake/.
491        * console/Makefile.am: Reflect having moved automake/.
492        * include/Makefile.am: Reflect having moved automake/.
493        * network/Makefile.am: Reflect having moved automake/.
494        * start/Makefile.am: Reflect having moved automake/.
495        * startup/Makefile.am: Reflect having moved automake/.
496        * timer/Makefile.am: Reflect having moved automake/.
497        * wrapup/Makefile.am: Reflect having moved automake/.
498
4992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        PR 452/bsps
502        * startup/Makefile.am: Remove USE_INIT_FINI.
503
5042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
507
5082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        PR 445/bsps
511        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
512        Remove cpp, old_cpp (now unused).
513
5142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Remove AC_CONFIG_AUX_DIR.
517
5182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
521
5222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * configure.ac: AC_PREREQ(2.57).
525
5262003-01-20      Joel Sherrill <joel@OARcorp.com>
527
528        * startup/linkcmds*: Add FreeBSD sysctl() sections.
529
5302002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
533        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
534        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
535        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
536        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
537        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
538
5392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * start/Makefile.am: Use install-data-local to install startfile.
542
5432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
546
5472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * .cvsignore: Reformat.
550        Add autom4te*cache.
551        Remove autom4te.cache.
552
5532002-08-21      Joel Sherrill <joel@OARcorp.com>
554
555        * wrapup/Makefile.am: PR217 required that the idle task be moved to
556        libcpu so it could be more acutely aware of the CPU model.  This
557        file was modified to pick up the idle task from there.
558
5592002-08-21      Joel Sherrill <joel@OARcorp.com>
560
561        * bsp_specs: Added support for -nostdlibs.
562
5632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
566        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
567        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
568        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
569        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
570        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
571        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
572
5732002-08-05      Joel Sherrill <joel@OARcorp.com>
574
575        * Per PR260 eliminate use of make-target-options.  This impacted
576        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
577        SuperCore and required that the m68k optimized memcpy be moved
578        to libcpu.
579        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
580
5812002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * start/Makefile.am: Eliminate PGM.
584        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
585
5862002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
589        linkcmds.bootp.
590
5912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
594        Remove $(OBJS) from all-local.
595
5962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
599
6002002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
601
602        * startup/Makefile.am: Compile the m68k gdb stub and glue.
603
6042002-05-14      Eric Norum <eric.norum@usask.ca>
605
606        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
607        sections needed by gcc 3.1.  linkcmds had already been fixed on
608        a gcc 3.1 clean up sweep.
609
6102001-05-09      Joel Sherrill <joel@OARcorp.com>
611
612        * startup/linkcmds: In support of gcc 3.1, added one of more
613        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
614        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
615        and direction of segments to memory regions may also have been
616        addressed.  This was a sweep across all BSPs.
617 
6182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac:
621        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
622        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
623        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * Makefile.am: Remove AUTOMAKE_OPTIONS.
625        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
626        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
627        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
628        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
629        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
630        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
631        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
632
6332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
636
6372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
640        * configure.in: Remove.
641        * configure.ac: New file, generated from configure.in by autoupdate.
642
6432001-09-27      Joel Sherrill <joel@OARcorp.com>
644
645        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
646
6472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
650
6512001-09-14      Eric Norum <eric.norum@usask.ca>
652
653        * startup/init68360.c: Modifications to make gcc 3.x happy.
654
6552001-09-19      Eric Norum <eric.norum@usask.ca>
656
657        * README: Bring it more in line with reality.
658
6592001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.in: Add bspopts.h.
662        * include/.cvsignore: Add bspopts.h*, stamp-h*.
663        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
664        * include/bsp.h: Include bspopts.h.
665
6662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
667
668        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
669
6702001-01-12      Eric Norum <eric.norum@usask.ca>
671
672        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
673        Clock driver updated to use shell driver mechanism.
674        * clock/ckinit.c: Removed.
675        * clock/clock.c: New file.
676
6772000-12-19      Joel Sherrill <joel@OARcorp.com>
678
679        * Makefile.am: Removed unneeded blank line.
680
6812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
684
6852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
688
6892000-11-01      Joel Sherrill <joel@OARcorp.com>
690
691        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
692        and libcsupport.h moved from libc to lib/include/rtems and
693        now must be referenced as <rtems/XXX.h>.   Header file order
694        was cleaned up while doing this.
695
6962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
699        Switch to GNU canonicalization.
700
7012000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
702
703        * startup/linkcmds: Added lines so DWARF debug information
704        would be available.  Otherwise gdb complains that the offsets
705        for the debug info are incorrect and doesn't load the files.
706
7072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
710        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
711        wrapup/Makefile.am: Include compile.am
712
7132000-08-10      Joel Sherrill <joel@OARcorp.com>
714
715        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.