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

4.104.115
Last change on this file since f8bf656 was 290da88f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/08 at 16:27:16

2008-09-30 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Eliminate uses of old benchmark timer names.
  • Property mode set to 100644
File size: 20.0 KB
Line 
12008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate uses of old benchmark timer names.
4
52008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
8        of building libbspstart.a, using automake-rules.
9
102008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
13        * Makefile.am: Reflect changes above.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Eliminate *_SOURCES.
18
192008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
22        components.
23
242008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
27
282008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * configure.ac: Make letting boot_card() handle work area allocation
31        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
32        BSP_BOOTCARD_OPTIONS.
33
342008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * include/bsp.h: Remove unnecessary boilerplate comments.
37
382008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
41        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
42        bsp_get_work_area() implementation.
43
442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, start/start.S: Add use of
47        bsp_get_work_area() in its own file and rely on BSP Framework to
48        perform more initialization. Remove unnecessary includes of
49        rtems/libio.h and rtems/libcsupport.h.
50        * startup/bspstart.c: Removed.
51
522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
55        implementations. In this phase, all prototypes were removed from
56        bsp.h and empty implementations were removed and made to use the
57        shared stub.
58        * startup/bspclean.c: Removed.
59
602008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * spi/mc68360_spidrv.c: Convert to "bool".
63
642008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
67
682008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * timer/timer.c: Eliminate empty function from every benchmark timer
71        driver. Fix spelling.
72
732008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * timer/timer.c: Rename timer driver methods to follow RTEMS
76        programming conventions.
77
782008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * clock/clock.c: Move extern outside of braces.
81
822008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
83
84        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
85        added SPI driver
86
872008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
88
89        * README:
90        added pgh360 BSP variant
91
922008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * console/console.c: Eliminate copies of switches to convert termios
95        Bxxx constants to xxx as an integer. Use the shared
96        termios_baud_to_number() routine to do the same conversion.
97
982008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * Makefile.am: Rework to avoid .rel files.
101
1022008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * startup/bspstart.c: Refactored and renamed initialization routines to
105        rtems_initialize_data_structures, rtems_initialize_before_drivers,
106        rtems_initialize_device_drivers, and
107        rtems_initialize_start_multitasking. This opened the sequence up so
108        that bootcard() could provide a more robust and flexible framework
109        which is easier to explain and understand. This also lays the
110        groundwork for sharing the division of available memory between the
111        RTEMS workspace and heap and the C library initialization across all
112        BSPs.
113
1142008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile.am: Remove all references to console_reserve_resources and
117        termios_reserve_resources.
118        * console/consolereserveresources.c: Removed.
119
1202008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
123        wildcard to gcc_except_table section so programs compiled with gcc
124        4.3.x can link.
125
1262007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
129        the Configuration Table. Use the RTEMS provided accessor macros to
130        obtain configuration fields.
131
1322007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
135        from CPU Table to Configuration Table. Eliminate CPU Table from all
136        ports. Delete references to CPU Table in all forms.
137
1382007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
141        Table fields to the Configuration Table. This included
142        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
143        do_zero_of_workspace, extra_mpci_receive_server_stack,
144        stack_allocate_hook, and stack_free_hook. As a side-effect of this
145        effort some multiprocessing code was made conditional and some style
146        clean up occurred.
147
1482007-05-03      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: Handle .data.* sections
151
1522007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * bsp_specs: Remove qrtems_debug.
155
1562007-04-02      Joel Sherrill <joel@OARcorp.com>
157
158        * Makefile.am: Add dummy printk support so all tests link.
159
1602007-03-11      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/bspstart.c: Remove assignments of
163        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
164        value in boot_card.c
165
1662006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
169
1702006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * configure.ac: New BUG-REPORT address.
173
1742006-11-15      Joel Sherrill <joel@OARcorp.com>
175
176        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
177        file and simplified initialization.
178
1792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * Makefile.am: Remove superfluous -DASM.
182
1832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Require autoconf-2.60. Require automake-1.10.
186
1872006-02-08      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
190        sections required by newer gcc versions.
191
1922006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * Makefile.am: Add preinstall.am.
195
1962005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * include/bsp.h: New header guard.
199
2002005-04-26      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/alloc360.c: Eliminate warnings.
203
2042005-03-11      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/init68360.c: Add _RomBase declaration.
207
2082005-02-11      Joel Sherrill <joel@OARcorp.com>
209
210        * include/bsp.h, startup/init68360.c: Correct type of symbols from
211        linkcmds to compile with gcc 4.x.
212
2132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
216
2172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Remove build-variant support.
220
2212004-11-25      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
224        new bss sections .bss.* and .gnu.linkonce.b*.
225
2262004-10-28      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Add .gnu.linkonce.b.*.
229
2302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        * configure.ac: Require automake > 1.9.
233
2342004-05-21      Joel Sherrill <joel@OARcorp.com>
235
236        * network/network.c: Include errno.h as a consequence of recent updates
237        to BSD header files.
238
2392004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        PR 610/bsps
242        * Makefile.am: Add include/tm27.h, Cosmetics.
243        * include/tm27.h: Final cosmetics.
244
2452004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        * include/bsp.h: Split out tmtest27 support.
248        * include/tm27.h: New.
249
2502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        PR 613/bsps
253        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
254
2552004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        PR 614/bsps
258        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
259
2602004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
261
262        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
263        c/src/lib/libbsp/m68k/gen68360/console/console.c,
264        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
265        c/src/lib/libbsp/m68k/gen68360/network/network.c,
266        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
267        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
268        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
269        <rtems/m68k/m68360.h> instead of <m68360.h>.
270
2712004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
274
2752004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
278        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
279        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
280
2812004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
282
283        * include/bsp.h, network/network.c, startup/bspstart.c,
284        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
285        types.
286
2872004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Reflect changes to bsp.am.
290        Preinstall dist_project_lib*.
291
2922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Reflect changes to bsp.am.
295
2962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
299
3002004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Pickup files from ../../m68k/shared instead of
303        ../shared. Reformat.
304
3052004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
308
3092004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        PR 562/bsps
312        * Makefile.am: Remove references to m68k-gdbstub.c,
313        rtems-gdbstub-glue.c.
314
315        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
316        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
317        Use automake-compilation rules.
318        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
319        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
320        Remove.
321        * configure.ac: Reflect changes above.
322
3232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Add PREINSTALL_DIRS.
326        * wrapup/Makefile.am: Reflect changes to libcpu.
327
3282004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
331        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
332        * wrapup/Makefile.am: Reflect changes to libcpu.
333
3342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
337        Add PRE/TMPINSTALL_FILES to CLEANFILES.
338        * startup/Makefile.am: Ditto.
339
3402004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * start/Makefile.am: Remove.
343        * Makefile.am: Merge-in start/Makefile.am.
344        * configure.ac: Reflect changes above.
345
3462004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * wrapup/Makefile.am: Eliminate $(LIB).
349        Use noinst_DATA to trigger building libbsp.a.
350
3512003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
354        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
355
3562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
359        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
360
3612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
364
3652003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * start/Makefile.am: Misc cleanups and fixes.
368        * startup/Makefile.am: Misc cleanups and fixes.
369        * wrapup/Makefile.am: Misc cleanups and fixes.
370
3712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Add preinstallation dirstamp support.
374        * clock/Makefile.am: Cosmetics.
375        * console/Makefile.am: Cosmetics.
376        * network/Makefile.am: Cosmetics.
377        * startup/Makefile.am: Cosmetics.
378        * timer/Makefile.am: Cosmetics.
379        * wrapup/Makefile.am: Cosmetics.
380
3812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * clock/Makefile.am: Remove all-local: $(ARCH).
384        * console/Makefile.am: Remove all-local: $(ARCH).
385        * network/Makefile.am: Remove all-local: $(ARCH).
386        * start/Makefile.am: Remove all-local: $(ARCH).
387        * startup/Makefile.am: Remove all-local: $(ARCH).
388        * timer/Makefile.am: Remove all-local: $(ARCH).
389        * wrapup/Makefile.am: Remove all-local: $(ARCH).
390
3912003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Merge-in include/Makefile.am.
394        Reflect changes to bsp.am.
395        * include/Makefile.am: Remove.
396        * configure.ac: Reflect changes above.
397
3982003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * bsp_specs: Remove *lib:.
401
4022003-09-04      Joel Sherrill <joel@OARcorp.com>
403
404        * console/console.c, console/consolereserveresources.c, include/bsp.h,
405        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
406        URL for license changed.
407
4082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Reflect having moved aclocal/.
411
4122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Reflect having moved automake/.
415        * clock/Makefile.am: Reflect having moved automake/.
416        * console/Makefile.am: Reflect having moved automake/.
417        * include/Makefile.am: Reflect having moved automake/.
418        * network/Makefile.am: Reflect having moved automake/.
419        * start/Makefile.am: Reflect having moved automake/.
420        * startup/Makefile.am: Reflect having moved automake/.
421        * timer/Makefile.am: Reflect having moved automake/.
422        * wrapup/Makefile.am: Reflect having moved automake/.
423
4242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        PR 452/bsps
427        * startup/Makefile.am: Remove USE_INIT_FINI.
428
4292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
432
4332003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        PR 445/bsps
436        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
437        Remove cpp, old_cpp (now unused).
438
4392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Remove AC_CONFIG_AUX_DIR.
442
4432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
446
4472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac: AC_PREREQ(2.57).
450
4512003-01-20      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/linkcmds*: Add FreeBSD sysctl() sections.
454
4552002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
462        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463
4642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * start/Makefile.am: Use install-data-local to install startfile.
467
4682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
471
4722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * .cvsignore: Reformat.
475        Add autom4te*cache.
476        Remove autom4te.cache.
477
4782002-08-21      Joel Sherrill <joel@OARcorp.com>
479
480        * wrapup/Makefile.am: PR217 required that the idle task be moved to
481        libcpu so it could be more acutely aware of the CPU model.  This
482        file was modified to pick up the idle task from there.
483
4842002-08-21      Joel Sherrill <joel@OARcorp.com>
485
486        * bsp_specs: Added support for -nostdlibs.
487
4882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
492        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
493        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
494        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
495        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
496        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
497
4982002-08-05      Joel Sherrill <joel@OARcorp.com>
499
500        * Per PR260 eliminate use of make-target-options.  This impacted
501        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
502        SuperCore and required that the m68k optimized memcpy be moved
503        to libcpu.
504        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
505
5062002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * start/Makefile.am: Eliminate PGM.
509        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
510
5112002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
514        linkcmds.bootp.
515
5162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
519        Remove $(OBJS) from all-local.
520
5212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
524
5252002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
526
527        * startup/Makefile.am: Compile the m68k gdb stub and glue.
528
5292002-05-14      Eric Norum <eric.norum@usask.ca>
530
531        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
532        sections needed by gcc 3.1.  linkcmds had already been fixed on
533        a gcc 3.1 clean up sweep.
534
5352001-05-09      Joel Sherrill <joel@OARcorp.com>
536
537        * startup/linkcmds: In support of gcc 3.1, added one of more
538        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
539        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
540        and direction of segments to memory regions may also have been
541        addressed.  This was a sweep across all BSPs.
542 
5432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac:
546        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
547        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
548        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
557
5582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
561
5622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
565        * configure.in: Remove.
566        * configure.ac: New file, generated from configure.in by autoupdate.
567
5682001-09-27      Joel Sherrill <joel@OARcorp.com>
569
570        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
571
5722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
575
5762001-09-14      Eric Norum <eric.norum@usask.ca>
577
578        * startup/init68360.c: Modifications to make gcc 3.x happy.
579
5802001-09-19      Eric Norum <eric.norum@usask.ca>
581
582        * README: Bring it more in line with reality.
583
5842001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * configure.in: Add bspopts.h.
587        * include/.cvsignore: Add bspopts.h*, stamp-h*.
588        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
589        * include/bsp.h: Include bspopts.h.
590
5912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
592
593        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
594
5952001-01-12      Eric Norum <eric.norum@usask.ca>
596
597        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
598        Clock driver updated to use shell driver mechanism.
599        * clock/ckinit.c: Removed.
600        * clock/clock.c: New file.
601
6022000-12-19      Joel Sherrill <joel@OARcorp.com>
603
604        * Makefile.am: Removed unneeded blank line.
605
6062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
609
6102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
613
6142000-11-01      Joel Sherrill <joel@OARcorp.com>
615
616        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
617        and libcsupport.h moved from libc to lib/include/rtems and
618        now must be referenced as <rtems/XXX.h>.   Header file order
619        was cleaned up while doing this.
620
6212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
624        Switch to GNU canonicalization.
625
6262000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
627
628        * startup/linkcmds: Added lines so DWARF debug information
629        would be available.  Otherwise gdb complains that the offsets
630        for the debug info are incorrect and doesn't load the files.
631
6322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
635        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
636        wrapup/Makefile.am: Include compile.am
637
6382000-08-10      Joel Sherrill <joel@OARcorp.com>
639
640        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.