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

4.104.115
Last change on this file since 27b355b was 27b355b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 05:10:09

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • clock/clock.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 19.7 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
4        * Makefile.am: Reflect changes above.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
18
192008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * configure.ac: Make letting boot_card() handle work area allocation
22        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
23        BSP_BOOTCARD_OPTIONS.
24
252008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * include/bsp.h: Remove unnecessary boilerplate comments.
28
292008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
32        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
33        bsp_get_work_area() implementation.
34
352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, configure.ac, start/start.S: Add use of
38        bsp_get_work_area() in its own file and rely on BSP Framework to
39        perform more initialization. Remove unnecessary includes of
40        rtems/libio.h and rtems/libcsupport.h.
41        * startup/bspstart.c: Removed.
42
432008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
46        implementations. In this phase, all prototypes were removed from
47        bsp.h and empty implementations were removed and made to use the
48        shared stub.
49        * startup/bspclean.c: Removed.
50
512008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * spi/mc68360_spidrv.c: Convert to "bool".
54
552008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
58
592008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * timer/timer.c: Eliminate empty function from every benchmark timer
62        driver. Fix spelling.
63
642008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * timer/timer.c: Rename timer driver methods to follow RTEMS
67        programming conventions.
68
692008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * clock/clock.c: Move extern outside of braces.
72
732008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
74
75        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
76        added SPI driver
77
782008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
79
80        * README:
81        added pgh360 BSP variant
82
832008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * console/console.c: Eliminate copies of switches to convert termios
86        Bxxx constants to xxx as an integer. Use the shared
87        termios_baud_to_number() routine to do the same conversion.
88
892008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * Makefile.am: Rework to avoid .rel files.
92
932008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * startup/bspstart.c: Refactored and renamed initialization routines to
96        rtems_initialize_data_structures, rtems_initialize_before_drivers,
97        rtems_initialize_device_drivers, and
98        rtems_initialize_start_multitasking. This opened the sequence up so
99        that bootcard() could provide a more robust and flexible framework
100        which is easier to explain and understand. This also lays the
101        groundwork for sharing the division of available memory between the
102        RTEMS workspace and heap and the C library initialization across all
103        BSPs.
104
1052008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am: Remove all references to console_reserve_resources and
108        termios_reserve_resources.
109        * console/consolereserveresources.c: Removed.
110
1112008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
114        wildcard to gcc_except_table section so programs compiled with gcc
115        4.3.x can link.
116
1172007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
120        the Configuration Table. Use the RTEMS provided accessor macros to
121        obtain configuration fields.
122
1232007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
126        from CPU Table to Configuration Table. Eliminate CPU Table from all
127        ports. Delete references to CPU Table in all forms.
128
1292007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
132        Table fields to the Configuration Table. This included
133        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
134        do_zero_of_workspace, extra_mpci_receive_server_stack,
135        stack_allocate_hook, and stack_free_hook. As a side-effect of this
136        effort some multiprocessing code was made conditional and some style
137        clean up occurred.
138
1392007-05-03      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds: Handle .data.* sections
142
1432007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * bsp_specs: Remove qrtems_debug.
146
1472007-04-02      Joel Sherrill <joel@OARcorp.com>
148
149        * Makefile.am: Add dummy printk support so all tests link.
150
1512007-03-11      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/bspstart.c: Remove assignments of
154        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
155        value in boot_card.c
156
1572006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
160
1612006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * configure.ac: New BUG-REPORT address.
164
1652006-11-15      Joel Sherrill <joel@OARcorp.com>
166
167        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
168        file and simplified initialization.
169
1702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Remove superfluous -DASM.
173
1742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * configure.ac: Require autoconf-2.60. Require automake-1.10.
177
1782006-02-08      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
181        sections required by newer gcc versions.
182
1832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Add preinstall.am.
186
1872005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * include/bsp.h: New header guard.
190
1912005-04-26      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/alloc360.c: Eliminate warnings.
194
1952005-03-11      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/init68360.c: Add _RomBase declaration.
198
1992005-02-11      Joel Sherrill <joel@OARcorp.com>
200
201        * include/bsp.h, startup/init68360.c: Correct type of symbols from
202        linkcmds to compile with gcc 4.x.
203
2042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
207
2082005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Remove build-variant support.
211
2122004-11-25      Joel Sherrill <joel@OARcorp.com>
213
214        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
215        new bss sections .bss.* and .gnu.linkonce.b*.
216
2172004-10-28      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: Add .gnu.linkonce.b.*.
220
2212004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * configure.ac: Require automake > 1.9.
224
2252004-05-21      Joel Sherrill <joel@OARcorp.com>
226
227        * network/network.c: Include errno.h as a consequence of recent updates
228        to BSD header files.
229
2302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        PR 610/bsps
233        * Makefile.am: Add include/tm27.h, Cosmetics.
234        * include/tm27.h: Final cosmetics.
235
2362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * include/bsp.h: Split out tmtest27 support.
239        * include/tm27.h: New.
240
2412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        PR 613/bsps
244        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
245
2462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        PR 614/bsps
249        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
250
2512004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
252
253        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
254        c/src/lib/libbsp/m68k/gen68360/console/console.c,
255        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
256        c/src/lib/libbsp/m68k/gen68360/network/network.c,
257        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
258        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
259        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
260        <rtems/m68k/m68360.h> instead of <m68360.h>.
261
2622004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
265
2662004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
269        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
270        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
271
2722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
273
274        * include/bsp.h, network/network.c, startup/bspstart.c,
275        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
276        types.
277
2782004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Reflect changes to bsp.am.
281        Preinstall dist_project_lib*.
282
2832004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Reflect changes to bsp.am.
286
2872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
290
2912004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Pickup files from ../../m68k/shared instead of
294        ../shared. Reformat.
295
2962004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
299
3002004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        PR 562/bsps
303        * Makefile.am: Remove references to m68k-gdbstub.c,
304        rtems-gdbstub-glue.c.
305
306        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
307        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
308        Use automake-compilation rules.
309        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
310        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
311        Remove.
312        * configure.ac: Reflect changes above.
313
3142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Add PREINSTALL_DIRS.
317        * wrapup/Makefile.am: Reflect changes to libcpu.
318
3192004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
322        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
323        * wrapup/Makefile.am: Reflect changes to libcpu.
324
3252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
328        Add PRE/TMPINSTALL_FILES to CLEANFILES.
329        * startup/Makefile.am: Ditto.
330
3312004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: Remove.
334        * Makefile.am: Merge-in start/Makefile.am.
335        * configure.ac: Reflect changes above.
336
3372004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Eliminate $(LIB).
340        Use noinst_DATA to trigger building libbsp.a.
341
3422003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
345        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
346
3472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
350        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
351
3522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
355
3562003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/Makefile.am: Misc cleanups and fixes.
359        * startup/Makefile.am: Misc cleanups and fixes.
360        * wrapup/Makefile.am: Misc cleanups and fixes.
361
3622003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Add preinstallation dirstamp support.
365        * clock/Makefile.am: Cosmetics.
366        * console/Makefile.am: Cosmetics.
367        * network/Makefile.am: Cosmetics.
368        * startup/Makefile.am: Cosmetics.
369        * timer/Makefile.am: Cosmetics.
370        * wrapup/Makefile.am: Cosmetics.
371
3722003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * clock/Makefile.am: Remove all-local: $(ARCH).
375        * console/Makefile.am: Remove all-local: $(ARCH).
376        * network/Makefile.am: Remove all-local: $(ARCH).
377        * start/Makefile.am: Remove all-local: $(ARCH).
378        * startup/Makefile.am: Remove all-local: $(ARCH).
379        * timer/Makefile.am: Remove all-local: $(ARCH).
380        * wrapup/Makefile.am: Remove all-local: $(ARCH).
381
3822003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Merge-in include/Makefile.am.
385        Reflect changes to bsp.am.
386        * include/Makefile.am: Remove.
387        * configure.ac: Reflect changes above.
388
3892003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * bsp_specs: Remove *lib:.
392
3932003-09-04      Joel Sherrill <joel@OARcorp.com>
394
395        * console/console.c, console/consolereserveresources.c, include/bsp.h,
396        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
397        URL for license changed.
398
3992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Reflect having moved aclocal/.
402
4032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Reflect having moved automake/.
406        * clock/Makefile.am: Reflect having moved automake/.
407        * console/Makefile.am: Reflect having moved automake/.
408        * include/Makefile.am: Reflect having moved automake/.
409        * network/Makefile.am: Reflect having moved automake/.
410        * start/Makefile.am: Reflect having moved automake/.
411        * startup/Makefile.am: Reflect having moved automake/.
412        * timer/Makefile.am: Reflect having moved automake/.
413        * wrapup/Makefile.am: Reflect having moved automake/.
414
4152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        PR 452/bsps
418        * startup/Makefile.am: Remove USE_INIT_FINI.
419
4202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
423
4242003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        PR 445/bsps
427        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
428        Remove cpp, old_cpp (now unused).
429
4302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Remove AC_CONFIG_AUX_DIR.
433
4342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
437
4382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: AC_PREREQ(2.57).
441
4422003-01-20      Joel Sherrill <joel@OARcorp.com>
443
444        * startup/linkcmds*: Add FreeBSD sysctl() sections.
445
4462002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
453        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
454
4552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * start/Makefile.am: Use install-data-local to install startfile.
458
4592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
462
4632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * .cvsignore: Reformat.
466        Add autom4te*cache.
467        Remove autom4te.cache.
468
4692002-08-21      Joel Sherrill <joel@OARcorp.com>
470
471        * wrapup/Makefile.am: PR217 required that the idle task be moved to
472        libcpu so it could be more acutely aware of the CPU model.  This
473        file was modified to pick up the idle task from there.
474
4752002-08-21      Joel Sherrill <joel@OARcorp.com>
476
477        * bsp_specs: Added support for -nostdlibs.
478
4792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
482        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
483        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
484        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
485        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
488
4892002-08-05      Joel Sherrill <joel@OARcorp.com>
490
491        * Per PR260 eliminate use of make-target-options.  This impacted
492        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
493        SuperCore and required that the m68k optimized memcpy be moved
494        to libcpu.
495        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
496
4972002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * start/Makefile.am: Eliminate PGM.
500        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
501
5022002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
505        linkcmds.bootp.
506
5072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
510        Remove $(OBJS) from all-local.
511
5122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
515
5162002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
517
518        * startup/Makefile.am: Compile the m68k gdb stub and glue.
519
5202002-05-14      Eric Norum <eric.norum@usask.ca>
521
522        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
523        sections needed by gcc 3.1.  linkcmds had already been fixed on
524        a gcc 3.1 clean up sweep.
525
5262001-05-09      Joel Sherrill <joel@OARcorp.com>
527
528        * startup/linkcmds: In support of gcc 3.1, added one of more
529        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
530        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
531        and direction of segments to memory regions may also have been
532        addressed.  This was a sweep across all BSPs.
533 
5342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac:
537        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
538        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
539        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
548
5492001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
552
5532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
556        * configure.in: Remove.
557        * configure.ac: New file, generated from configure.in by autoupdate.
558
5592001-09-27      Joel Sherrill <joel@OARcorp.com>
560
561        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
562
5632001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
566
5672001-09-14      Eric Norum <eric.norum@usask.ca>
568
569        * startup/init68360.c: Modifications to make gcc 3.x happy.
570
5712001-09-19      Eric Norum <eric.norum@usask.ca>
572
573        * README: Bring it more in line with reality.
574
5752001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.in: Add bspopts.h.
578        * include/.cvsignore: Add bspopts.h*, stamp-h*.
579        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
580        * include/bsp.h: Include bspopts.h.
581
5822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
583
584        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
585
5862001-01-12      Eric Norum <eric.norum@usask.ca>
587
588        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
589        Clock driver updated to use shell driver mechanism.
590        * clock/ckinit.c: Removed.
591        * clock/clock.c: New file.
592
5932000-12-19      Joel Sherrill <joel@OARcorp.com>
594
595        * Makefile.am: Removed unneeded blank line.
596
5972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
600
6012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
604
6052000-11-01      Joel Sherrill <joel@OARcorp.com>
606
607        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
608        and libcsupport.h moved from libc to lib/include/rtems and
609        now must be referenced as <rtems/XXX.h>.   Header file order
610        was cleaned up while doing this.
611
6122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
615        Switch to GNU canonicalization.
616
6172000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
618
619        * startup/linkcmds: Added lines so DWARF debug information
620        would be available.  Otherwise gdb complains that the offsets
621        for the debug info are incorrect and doesn't load the files.
622
6232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
626        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
627        wrapup/Makefile.am: Include compile.am
628
6292000-08-10      Joel Sherrill <joel@OARcorp.com>
630
631        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.