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

4.104.115
Last change on this file since ccceaf3 was ccceaf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:42:45

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

  • include/bsp.h: Remove unnecessary boilerplate comments.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Remove unnecessary boilerplate comments.
4
52008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
8        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
9        bsp_get_work_area() implementation.
10
112008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, configure.ac, start/start.S: Add use of
14        bsp_get_work_area() in its own file and rely on BSP Framework to
15        perform more initialization. Remove unnecessary includes of
16        rtems/libio.h and rtems/libcsupport.h.
17        * startup/bspstart.c: Removed.
18
192008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
22        implementations. In this phase, all prototypes were removed from
23        bsp.h and empty implementations were removed and made to use the
24        shared stub.
25        * startup/bspclean.c: Removed.
26
272008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * spi/mc68360_spidrv.c: Convert to "bool".
30
312008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
34
352008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * timer/timer.c: Eliminate empty function from every benchmark timer
38        driver. Fix spelling.
39
402008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * timer/timer.c: Rename timer driver methods to follow RTEMS
43        programming conventions.
44
452008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * clock/clock.c: Move extern outside of braces.
48
492008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
50
51        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
52        added SPI driver
53
542008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
55
56        * README:
57        added pgh360 BSP variant
58
592008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * console/console.c: Eliminate copies of switches to convert termios
62        Bxxx constants to xxx as an integer. Use the shared
63        termios_baud_to_number() routine to do the same conversion.
64
652008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * Makefile.am: Rework to avoid .rel files.
68
692008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * startup/bspstart.c: Refactored and renamed initialization routines to
72        rtems_initialize_data_structures, rtems_initialize_before_drivers,
73        rtems_initialize_device_drivers, and
74        rtems_initialize_start_multitasking. This opened the sequence up so
75        that bootcard() could provide a more robust and flexible framework
76        which is easier to explain and understand. This also lays the
77        groundwork for sharing the division of available memory between the
78        RTEMS workspace and heap and the C library initialization across all
79        BSPs.
80
812008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am: Remove all references to console_reserve_resources and
84        termios_reserve_resources.
85        * console/consolereserveresources.c: Removed.
86
872008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
90        wildcard to gcc_except_table section so programs compiled with gcc
91        4.3.x can link.
92
932007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
96        the Configuration Table. Use the RTEMS provided accessor macros to
97        obtain configuration fields.
98
992007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
102        from CPU Table to Configuration Table. Eliminate CPU Table from all
103        ports. Delete references to CPU Table in all forms.
104
1052007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
108        Table fields to the Configuration Table. This included
109        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
110        do_zero_of_workspace, extra_mpci_receive_server_stack,
111        stack_allocate_hook, and stack_free_hook. As a side-effect of this
112        effort some multiprocessing code was made conditional and some style
113        clean up occurred.
114
1152007-05-03      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/linkcmds: Handle .data.* sections
118
1192007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * bsp_specs: Remove qrtems_debug.
122
1232007-04-02      Joel Sherrill <joel@OARcorp.com>
124
125        * Makefile.am: Add dummy printk support so all tests link.
126
1272007-03-11      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/bspstart.c: Remove assignments of
130        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
131        value in boot_card.c
132
1332006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
136
1372006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * configure.ac: New BUG-REPORT address.
140
1412006-11-15      Joel Sherrill <joel@OARcorp.com>
142
143        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
144        file and simplified initialization.
145
1462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * Makefile.am: Remove superfluous -DASM.
149
1502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * configure.ac: Require autoconf-2.60. Require automake-1.10.
153
1542006-02-08      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
157        sections required by newer gcc versions.
158
1592006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * Makefile.am: Add preinstall.am.
162
1632005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * include/bsp.h: New header guard.
166
1672005-04-26      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/alloc360.c: Eliminate warnings.
170
1712005-03-11      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/init68360.c: Add _RomBase declaration.
174
1752005-02-11      Joel Sherrill <joel@OARcorp.com>
176
177        * include/bsp.h, startup/init68360.c: Correct type of symbols from
178        linkcmds to compile with gcc 4.x.
179
1802005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
183
1842005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * Makefile.am: Remove build-variant support.
187
1882004-11-25      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
191        new bss sections .bss.* and .gnu.linkonce.b*.
192
1932004-10-28      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Add .gnu.linkonce.b.*.
196
1972004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * configure.ac: Require automake > 1.9.
200
2012004-05-21      Joel Sherrill <joel@OARcorp.com>
202
203        * network/network.c: Include errno.h as a consequence of recent updates
204        to BSD header files.
205
2062004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        PR 610/bsps
209        * Makefile.am: Add include/tm27.h, Cosmetics.
210        * include/tm27.h: Final cosmetics.
211
2122004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * include/bsp.h: Split out tmtest27 support.
215        * include/tm27.h: New.
216
2172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
218
219        PR 613/bsps
220        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
221
2222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        PR 614/bsps
225        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
226
2272004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
228
229        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
230        c/src/lib/libbsp/m68k/gen68360/console/console.c,
231        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
232        c/src/lib/libbsp/m68k/gen68360/network/network.c,
233        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
234        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
235        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
236        <rtems/m68k/m68360.h> instead of <m68360.h>.
237
2382004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
241
2422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
245        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
246        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
247
2482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * include/bsp.h, network/network.c, startup/bspstart.c,
251        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
252        types.
253
2542004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Reflect changes to bsp.am.
257        Preinstall dist_project_lib*.
258
2592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Reflect changes to bsp.am.
262
2632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
266
2672004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Pickup files from ../../m68k/shared instead of
270        ../shared. Reformat.
271
2722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
275
2762004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        PR 562/bsps
279        * Makefile.am: Remove references to m68k-gdbstub.c,
280        rtems-gdbstub-glue.c.
281
282        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
283        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
284        Use automake-compilation rules.
285        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
286        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
287        Remove.
288        * configure.ac: Reflect changes above.
289
2902004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Add PREINSTALL_DIRS.
293        * wrapup/Makefile.am: Reflect changes to libcpu.
294
2952004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
298        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
299        * wrapup/Makefile.am: Reflect changes to libcpu.
300
3012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
304        Add PRE/TMPINSTALL_FILES to CLEANFILES.
305        * startup/Makefile.am: Ditto.
306
3072004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/Makefile.am: Remove.
310        * Makefile.am: Merge-in start/Makefile.am.
311        * configure.ac: Reflect changes above.
312
3132004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * wrapup/Makefile.am: Eliminate $(LIB).
316        Use noinst_DATA to trigger building libbsp.a.
317
3182003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
321        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
322
3232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
326        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
327
3282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
331
3322003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * start/Makefile.am: Misc cleanups and fixes.
335        * startup/Makefile.am: Misc cleanups and fixes.
336        * wrapup/Makefile.am: Misc cleanups and fixes.
337
3382003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Add preinstallation dirstamp support.
341        * clock/Makefile.am: Cosmetics.
342        * console/Makefile.am: Cosmetics.
343        * network/Makefile.am: Cosmetics.
344        * startup/Makefile.am: Cosmetics.
345        * timer/Makefile.am: Cosmetics.
346        * wrapup/Makefile.am: Cosmetics.
347
3482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * clock/Makefile.am: Remove all-local: $(ARCH).
351        * console/Makefile.am: Remove all-local: $(ARCH).
352        * network/Makefile.am: Remove all-local: $(ARCH).
353        * start/Makefile.am: Remove all-local: $(ARCH).
354        * startup/Makefile.am: Remove all-local: $(ARCH).
355        * timer/Makefile.am: Remove all-local: $(ARCH).
356        * wrapup/Makefile.am: Remove all-local: $(ARCH).
357
3582003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Merge-in include/Makefile.am.
361        Reflect changes to bsp.am.
362        * include/Makefile.am: Remove.
363        * configure.ac: Reflect changes above.
364
3652003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * bsp_specs: Remove *lib:.
368
3692003-09-04      Joel Sherrill <joel@OARcorp.com>
370
371        * console/console.c, console/consolereserveresources.c, include/bsp.h,
372        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
373        URL for license changed.
374
3752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Reflect having moved aclocal/.
378
3792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Reflect having moved automake/.
382        * clock/Makefile.am: Reflect having moved automake/.
383        * console/Makefile.am: Reflect having moved automake/.
384        * include/Makefile.am: Reflect having moved automake/.
385        * network/Makefile.am: Reflect having moved automake/.
386        * start/Makefile.am: Reflect having moved automake/.
387        * startup/Makefile.am: Reflect having moved automake/.
388        * timer/Makefile.am: Reflect having moved automake/.
389        * wrapup/Makefile.am: Reflect having moved automake/.
390
3912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        PR 452/bsps
394        * startup/Makefile.am: Remove USE_INIT_FINI.
395
3962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
399
4002003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        PR 445/bsps
403        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
404        Remove cpp, old_cpp (now unused).
405
4062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Remove AC_CONFIG_AUX_DIR.
409
4102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
413
4142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: AC_PREREQ(2.57).
417
4182003-01-20      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/linkcmds*: Add FreeBSD sysctl() sections.
421
4222002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
425        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
426        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
430
4312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * start/Makefile.am: Use install-data-local to install startfile.
434
4352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
438
4392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * .cvsignore: Reformat.
442        Add autom4te*cache.
443        Remove autom4te.cache.
444
4452002-08-21      Joel Sherrill <joel@OARcorp.com>
446
447        * wrapup/Makefile.am: PR217 required that the idle task be moved to
448        libcpu so it could be more acutely aware of the CPU model.  This
449        file was modified to pick up the idle task from there.
450
4512002-08-21      Joel Sherrill <joel@OARcorp.com>
452
453        * bsp_specs: Added support for -nostdlibs.
454
4552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
464
4652002-08-05      Joel Sherrill <joel@OARcorp.com>
466
467        * Per PR260 eliminate use of make-target-options.  This impacted
468        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
469        SuperCore and required that the m68k optimized memcpy be moved
470        to libcpu.
471        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
472
4732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * start/Makefile.am: Eliminate PGM.
476        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
477
4782002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
481        linkcmds.bootp.
482
4832002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
486        Remove $(OBJS) from all-local.
487
4882002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
491
4922002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
493
494        * startup/Makefile.am: Compile the m68k gdb stub and glue.
495
4962002-05-14      Eric Norum <eric.norum@usask.ca>
497
498        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
499        sections needed by gcc 3.1.  linkcmds had already been fixed on
500        a gcc 3.1 clean up sweep.
501
5022001-05-09      Joel Sherrill <joel@OARcorp.com>
503
504        * startup/linkcmds: In support of gcc 3.1, added one of more
505        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
506        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
507        and direction of segments to memory regions may also have been
508        addressed.  This was a sweep across all BSPs.
509 
5102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac:
513        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
514        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
515        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
524
5252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
528
5292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
532        * configure.in: Remove.
533        * configure.ac: New file, generated from configure.in by autoupdate.
534
5352001-09-27      Joel Sherrill <joel@OARcorp.com>
536
537        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
538
5392001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
542
5432001-09-14      Eric Norum <eric.norum@usask.ca>
544
545        * startup/init68360.c: Modifications to make gcc 3.x happy.
546
5472001-09-19      Eric Norum <eric.norum@usask.ca>
548
549        * README: Bring it more in line with reality.
550
5512001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.in: Add bspopts.h.
554        * include/.cvsignore: Add bspopts.h*, stamp-h*.
555        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
556        * include/bsp.h: Include bspopts.h.
557
5582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
559
560        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
561
5622001-01-12      Eric Norum <eric.norum@usask.ca>
563
564        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
565        Clock driver updated to use shell driver mechanism.
566        * clock/ckinit.c: Removed.
567        * clock/clock.c: New file.
568
5692000-12-19      Joel Sherrill <joel@OARcorp.com>
570
571        * Makefile.am: Removed unneeded blank line.
572
5732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
576
5772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
580
5812000-11-01      Joel Sherrill <joel@OARcorp.com>
582
583        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
584        and libcsupport.h moved from libc to lib/include/rtems and
585        now must be referenced as <rtems/XXX.h>.   Header file order
586        was cleaned up while doing this.
587
5882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
591        Switch to GNU canonicalization.
592
5932000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
594
595        * startup/linkcmds: Added lines so DWARF debug information
596        would be available.  Otherwise gdb complains that the offsets
597        for the debug info are incorrect and doesn't load the files.
598
5992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
602        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
603        wrapup/Makefile.am: Include compile.am
604
6052000-08-10      Joel Sherrill <joel@OARcorp.com>
606
607        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.