source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 26c17377

4.115
Last change on this file since 26c17377 was 26c17377, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/11 at 12:15:54

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

  • timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
  • Property mode set to 100644
File size: 22.3 KB
Line 
12011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Include <rtems/btimer.h>.
4        Fix benchmark_timer_read() definition.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102010-08-24      Joel Sherrill <joel.sherrilL@OARcorp.com>
11
12        * startup/init68360.c: Fix type punning warning.
13
142010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * startup/init68360.c, timer/timer.c: Remove warnings.
17
182010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
19
20        * network/network.c: Fix warning.
21
222009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
23
24        * console/console.c: adapted to new prototype for *_write
25        function
26
272009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * make/custom/gen68360.cfg: Remove RTEMS_BSP_FAMILY.
30        * make/custom/pgh360.cfg: Remove RTEMS_BSP_FAMILY.
31
322009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Don't add -ansi -fasm to CFLAGS.
35
362009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * make/custom/gen68360_040.cfg: New (relocated from /make/custom).
39        * make/custom/gen68360.cfg: New (relocated from /make/custom).
40        * make/custom/pgh360.cfg: New (relocated from /make/custom).
41
422009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * console/console.c: Include <rtems/termiostypes.h>.
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
55 2009-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
652008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * bsp_specs: Move -e start from *link to *startfile to avoid warning
68        for undefined entry symbol when linking relocatables with binutils
69        2.19.
70
712008-10-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
72
73        * spi/mc68360_spidrv.h:
74        removed orphaned file
75
762008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Move PGH360, GEN68360, GEN68360_040
79        defines from *.cfg into bspopts.h.
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
902008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
93        * Makefile.am: Reflect changes above.
94
952008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Eliminate *_SOURCES.
98
992008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
102        components.
103
1042008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
107
1082008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * configure.ac: Make letting boot_card() handle work area allocation
111        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
112        BSP_BOOTCARD_OPTIONS.
113
1142008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * include/bsp.h: Remove unnecessary boilerplate comments.
117
1182008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
121        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
122        bsp_get_work_area() implementation.
123
1242008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * Makefile.am, configure.ac, start/start.S: Add use of
127        bsp_get_work_area() in its own file and rely on BSP Framework to
128        perform more initialization. Remove unnecessary includes of
129        rtems/libio.h and rtems/libcsupport.h.
130        * startup/bspstart.c: Removed.
131
1322008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
135        implementations. In this phase, all prototypes were removed from
136        bsp.h and empty implementations were removed and made to use the
137        shared stub.
138        * startup/bspclean.c: Removed.
139
1402008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * spi/mc68360_spidrv.c: Convert to "bool".
143
1442008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
147
1482008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * timer/timer.c: Eliminate empty function from every benchmark timer
151        driver. Fix spelling.
152
1532008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * timer/timer.c: Rename timer driver methods to follow RTEMS
156        programming conventions.
157
1582008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * clock/clock.c: Move extern outside of braces.
161
1622008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
163
164        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
165        added SPI driver
166
1672008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
168
169        * README:
170        added pgh360 BSP variant
171
1722008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * console/console.c: Eliminate copies of switches to convert termios
175        Bxxx constants to xxx as an integer. Use the shared
176        termios_baud_to_number() routine to do the same conversion.
177
1782008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * Makefile.am: Rework to avoid .rel files.
181
1822008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * startup/bspstart.c: Refactored and renamed initialization routines to
185        rtems_initialize_data_structures, rtems_initialize_before_drivers,
186        rtems_initialize_device_drivers, and
187        rtems_initialize_start_multitasking. This opened the sequence up so
188        that bootcard() could provide a more robust and flexible framework
189        which is easier to explain and understand. This also lays the
190        groundwork for sharing the division of available memory between the
191        RTEMS workspace and heap and the C library initialization across all
192        BSPs.
193
1942008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * Makefile.am: Remove all references to console_reserve_resources and
197        termios_reserve_resources.
198        * console/consolereserveresources.c: Removed.
199
2002008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
203        wildcard to gcc_except_table section so programs compiled with gcc
204        4.3.x can link.
205
2062007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
209        the Configuration Table. Use the RTEMS provided accessor macros to
210        obtain configuration fields.
211
2122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
215        from CPU Table to Configuration Table. Eliminate CPU Table from all
216        ports. Delete references to CPU Table in all forms.
217
2182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
221        Table fields to the Configuration Table. This included
222        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
223        do_zero_of_workspace, extra_mpci_receive_server_stack,
224        stack_allocate_hook, and stack_free_hook. As a side-effect of this
225        effort some multiprocessing code was made conditional and some style
226        clean up occurred.
227
2282007-05-03      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: Handle .data.* sections
231
2322007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * bsp_specs: Remove qrtems_debug.
235
2362007-04-02      Joel Sherrill <joel@OARcorp.com>
237
238        * Makefile.am: Add dummy printk support so all tests link.
239
2402007-03-11      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/bspstart.c: Remove assignments of
243        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
244        value in boot_card.c
245
2462006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
249
2502006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * configure.ac: New BUG-REPORT address.
253
2542006-11-15      Joel Sherrill <joel@OARcorp.com>
255
256        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
257        file and simplified initialization.
258
2592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * Makefile.am: Remove superfluous -DASM.
262
2632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * configure.ac: Require autoconf-2.60. Require automake-1.10.
266
2672006-02-08      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
270        sections required by newer gcc versions.
271
2722006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * Makefile.am: Add preinstall.am.
275
2762005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * include/bsp.h: New header guard.
279
2802005-04-26      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/alloc360.c: Eliminate warnings.
283
2842005-03-11      Joel Sherrill <joel@OARcorp.com>
285
286        * startup/init68360.c: Add _RomBase declaration.
287
2882005-02-11      Joel Sherrill <joel@OARcorp.com>
289
290        * include/bsp.h, startup/init68360.c: Correct type of symbols from
291        linkcmds to compile with gcc 4.x.
292
2932005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
296
2972005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * Makefile.am: Remove build-variant support.
300
3012004-11-25      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
304        new bss sections .bss.* and .gnu.linkonce.b*.
305
3062004-10-28      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/linkcmds: Add .gnu.linkonce.b.*.
309
3102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        * configure.ac: Require automake > 1.9.
313
3142004-05-21      Joel Sherrill <joel@OARcorp.com>
315
316        * network/network.c: Include errno.h as a consequence of recent updates
317        to BSD header files.
318
3192004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        PR 610/bsps
322        * Makefile.am: Add include/tm27.h, Cosmetics.
323        * include/tm27.h: Final cosmetics.
324
3252004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
326
327        * include/bsp.h: Split out tmtest27 support.
328        * include/tm27.h: New.
329
3302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        PR 613/bsps
333        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
334
3352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
336
337        PR 614/bsps
338        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
339
3402004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
341
342        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
343        c/src/lib/libbsp/m68k/gen68360/console/console.c,
344        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
345        c/src/lib/libbsp/m68k/gen68360/network/network.c,
346        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
347        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
348        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
349        <rtems/m68k/m68360.h> instead of <m68360.h>.
350
3512004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
352
353        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
354
3552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
356
357        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
358        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
359        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
360
3612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
362
363        * include/bsp.h, network/network.c, startup/bspstart.c,
364        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
365        types.
366
3672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Reflect changes to bsp.am.
370        Preinstall dist_project_lib*.
371
3722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Reflect changes to bsp.am.
375
3762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
379
3802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Pickup files from ../../m68k/shared instead of
383        ../shared. Reformat.
384
3852004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
388
3892004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        PR 562/bsps
392        * Makefile.am: Remove references to m68k-gdbstub.c,
393        rtems-gdbstub-glue.c.
394
395        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
396        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
397        Use automake-compilation rules.
398        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
399        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
400        Remove.
401        * configure.ac: Reflect changes above.
402
4032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Add PREINSTALL_DIRS.
406        * wrapup/Makefile.am: Reflect changes to libcpu.
407
4082004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
411        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
412        * wrapup/Makefile.am: Reflect changes to libcpu.
413
4142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
417        Add PRE/TMPINSTALL_FILES to CLEANFILES.
418        * startup/Makefile.am: Ditto.
419
4202004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * start/Makefile.am: Remove.
423        * Makefile.am: Merge-in start/Makefile.am.
424        * configure.ac: Reflect changes above.
425
4262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * wrapup/Makefile.am: Eliminate $(LIB).
429        Use noinst_DATA to trigger building libbsp.a.
430
4312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
434        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
435
4362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
439        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
440
4412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
444
4452003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * start/Makefile.am: Misc cleanups and fixes.
448        * startup/Makefile.am: Misc cleanups and fixes.
449        * wrapup/Makefile.am: Misc cleanups and fixes.
450
4512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Add preinstallation dirstamp support.
454        * clock/Makefile.am: Cosmetics.
455        * console/Makefile.am: Cosmetics.
456        * network/Makefile.am: Cosmetics.
457        * startup/Makefile.am: Cosmetics.
458        * timer/Makefile.am: Cosmetics.
459        * wrapup/Makefile.am: Cosmetics.
460
4612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * clock/Makefile.am: Remove all-local: $(ARCH).
464        * console/Makefile.am: Remove all-local: $(ARCH).
465        * network/Makefile.am: Remove all-local: $(ARCH).
466        * start/Makefile.am: Remove all-local: $(ARCH).
467        * startup/Makefile.am: Remove all-local: $(ARCH).
468        * timer/Makefile.am: Remove all-local: $(ARCH).
469        * wrapup/Makefile.am: Remove all-local: $(ARCH).
470
4712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * Makefile.am: Merge-in include/Makefile.am.
474        Reflect changes to bsp.am.
475        * include/Makefile.am: Remove.
476        * configure.ac: Reflect changes above.
477
4782003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * bsp_specs: Remove *lib:.
481
4822003-09-04      Joel Sherrill <joel@OARcorp.com>
483
484        * console/console.c, console/consolereserveresources.c, include/bsp.h,
485        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
486        URL for license changed.
487
4882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am: Reflect having moved aclocal/.
491
4922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: Reflect having moved automake/.
495        * clock/Makefile.am: Reflect having moved automake/.
496        * console/Makefile.am: Reflect having moved automake/.
497        * include/Makefile.am: Reflect having moved automake/.
498        * network/Makefile.am: Reflect having moved automake/.
499        * start/Makefile.am: Reflect having moved automake/.
500        * startup/Makefile.am: Reflect having moved automake/.
501        * timer/Makefile.am: Reflect having moved automake/.
502        * wrapup/Makefile.am: Reflect having moved automake/.
503
5042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        PR 452/bsps
507        * startup/Makefile.am: Remove USE_INIT_FINI.
508
5092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
512
5132003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        PR 445/bsps
516        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
517        Remove cpp, old_cpp (now unused).
518
5192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Remove AC_CONFIG_AUX_DIR.
522
5232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
526
5272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: AC_PREREQ(2.57).
530
5312003-01-20      Joel Sherrill <joel@OARcorp.com>
532
533        * startup/linkcmds*: Add FreeBSD sysctl() sections.
534
5352002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
538        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
539        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
540        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
541        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
542        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
543
5442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * start/Makefile.am: Use install-data-local to install startfile.
547
5482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
551
5522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * .cvsignore: Reformat.
555        Add autom4te*cache.
556        Remove autom4te.cache.
557
5582002-08-21      Joel Sherrill <joel@OARcorp.com>
559
560        * wrapup/Makefile.am: PR217 required that the idle task be moved to
561        libcpu so it could be more acutely aware of the CPU model.  This
562        file was modified to pick up the idle task from there.
563
5642002-08-21      Joel Sherrill <joel@OARcorp.com>
565
566        * bsp_specs: Added support for -nostdlibs.
567
5682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
571        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
572        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
573        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
574        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
575        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
576        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
577
5782002-08-05      Joel Sherrill <joel@OARcorp.com>
579
580        * Per PR260 eliminate use of make-target-options.  This impacted
581        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
582        SuperCore and required that the m68k optimized memcpy be moved
583        to libcpu.
584        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
585
5862002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * start/Makefile.am: Eliminate PGM.
589        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
590
5912002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
594        linkcmds.bootp.
595
5962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
599        Remove $(OBJS) from all-local.
600
6012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
604
6052002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
606
607        * startup/Makefile.am: Compile the m68k gdb stub and glue.
608
6092002-05-14      Eric Norum <eric.norum@usask.ca>
610
611        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
612        sections needed by gcc 3.1.  linkcmds had already been fixed on
613        a gcc 3.1 clean up sweep.
614
6152001-05-09      Joel Sherrill <joel@OARcorp.com>
616
617        * startup/linkcmds: In support of gcc 3.1, added one of more
618        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
619        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
620        and direction of segments to memory regions may also have been
621        addressed.  This was a sweep across all BSPs.
622 
6232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac:
626        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
627        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
628        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
629        * Makefile.am: Remove AUTOMAKE_OPTIONS.
630        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
631        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
632        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
633        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
634        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
635        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
636        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
637
6382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
641
6422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
645        * configure.in: Remove.
646        * configure.ac: New file, generated from configure.in by autoupdate.
647
6482001-09-27      Joel Sherrill <joel@OARcorp.com>
649
650        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
651
6522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
655
6562001-09-14      Eric Norum <eric.norum@usask.ca>
657
658        * startup/init68360.c: Modifications to make gcc 3.x happy.
659
6602001-09-19      Eric Norum <eric.norum@usask.ca>
661
662        * README: Bring it more in line with reality.
663
6642001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * configure.in: Add bspopts.h.
667        * include/.cvsignore: Add bspopts.h*, stamp-h*.
668        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
669        * include/bsp.h: Include bspopts.h.
670
6712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
672
673        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
674
6752001-01-12      Eric Norum <eric.norum@usask.ca>
676
677        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
678        Clock driver updated to use shell driver mechanism.
679        * clock/ckinit.c: Removed.
680        * clock/clock.c: New file.
681
6822000-12-19      Joel Sherrill <joel@OARcorp.com>
683
684        * Makefile.am: Removed unneeded blank line.
685
6862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
689
6902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
693
6942000-11-01      Joel Sherrill <joel@OARcorp.com>
695
696        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
697        and libcsupport.h moved from libc to lib/include/rtems and
698        now must be referenced as <rtems/XXX.h>.   Header file order
699        was cleaned up while doing this.
700
7012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
704        Switch to GNU canonicalization.
705
7062000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
707
708        * startup/linkcmds: Added lines so DWARF debug information
709        would be available.  Otherwise gdb complains that the offsets
710        for the debug info are incorrect and doesn't load the files.
711
7122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
715        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
716        wrapup/Makefile.am: Include compile.am
717
7182000-08-10      Joel Sherrill <joel@OARcorp.com>
719
720        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.