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

4.9
Last change on this file since c608efb was c608efb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/08/08 at 05:16:05

2008-12-08 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Backport from CVS-HEAD.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Backport from CVS-HEAD.
4
52008-10-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * spi/mc68360_spidrv.h:
8        removed orphaned file
9
102008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * timer/timer.c: Eliminate uses of old benchmark timer names.
13
142008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * spi/mc68360_spidrv.c: Convert to "bool".
17
182008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
21
222008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * timer/timer.c: Eliminate empty function from every benchmark timer
25        driver. Fix spelling.
26
272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * timer/timer.c: Rename timer driver methods to follow RTEMS
30        programming conventions.
31
322008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * clock/clock.c: Move extern outside of braces.
35
362008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
37
38        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
39        added SPI driver
40
412008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
42
43        * README:
44        added pgh360 BSP variant
45
462008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * console/console.c: Eliminate copies of switches to convert termios
49        Bxxx constants to xxx as an integer. Use the shared
50        termios_baud_to_number() routine to do the same conversion.
51
522008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * Makefile.am: Rework to avoid .rel files.
55
562008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * startup/bspstart.c: Refactored and renamed initialization routines to
59        rtems_initialize_data_structures, rtems_initialize_before_drivers,
60        rtems_initialize_device_drivers, and
61        rtems_initialize_start_multitasking. This opened the sequence up so
62        that bootcard() could provide a more robust and flexible framework
63        which is easier to explain and understand. This also lays the
64        groundwork for sharing the division of available memory between the
65        RTEMS workspace and heap and the C library initialization across all
66        BSPs.
67
682008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * Makefile.am: Remove all references to console_reserve_resources and
71        termios_reserve_resources.
72        * console/consolereserveresources.c: Removed.
73
742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
77        wildcard to gcc_except_table section so programs compiled with gcc
78        4.3.x can link.
79
802007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
83        the Configuration Table. Use the RTEMS provided accessor macros to
84        obtain configuration fields.
85
862007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
89        from CPU Table to Configuration Table. Eliminate CPU Table from all
90        ports. Delete references to CPU Table in all forms.
91
922007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
95        Table fields to the Configuration Table. This included
96        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
97        do_zero_of_workspace, extra_mpci_receive_server_stack,
98        stack_allocate_hook, and stack_free_hook. As a side-effect of this
99        effort some multiprocessing code was made conditional and some style
100        clean up occurred.
101
1022007-05-03      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Handle .data.* sections
105
1062007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * bsp_specs: Remove qrtems_debug.
109
1102007-04-02      Joel Sherrill <joel@OARcorp.com>
111
112        * Makefile.am: Add dummy printk support so all tests link.
113
1142007-03-11      Joel Sherrill <joel@OARcorp.com>
115
116        * startup/bspstart.c: Remove assignments of
117        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
118        value in boot_card.c
119
1202006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
123
1242006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: New BUG-REPORT address.
127
1282006-11-15      Joel Sherrill <joel@OARcorp.com>
129
130        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
131        file and simplified initialization.
132
1332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * Makefile.am: Remove superfluous -DASM.
136
1372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * configure.ac: Require autoconf-2.60. Require automake-1.10.
140
1412006-02-08      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
144        sections required by newer gcc versions.
145
1462006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * Makefile.am: Add preinstall.am.
149
1502005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * include/bsp.h: New header guard.
153
1542005-04-26      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/alloc360.c: Eliminate warnings.
157
1582005-03-11      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/init68360.c: Add _RomBase declaration.
161
1622005-02-11      Joel Sherrill <joel@OARcorp.com>
163
164        * include/bsp.h, startup/init68360.c: Correct type of symbols from
165        linkcmds to compile with gcc 4.x.
166
1672005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
170
1712005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Remove build-variant support.
174
1752004-11-25      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
178        new bss sections .bss.* and .gnu.linkonce.b*.
179
1802004-10-28      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Add .gnu.linkonce.b.*.
183
1842004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
185
186        * configure.ac: Require automake > 1.9.
187
1882004-05-21      Joel Sherrill <joel@OARcorp.com>
189
190        * network/network.c: Include errno.h as a consequence of recent updates
191        to BSD header files.
192
1932004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        PR 610/bsps
196        * Makefile.am: Add include/tm27.h, Cosmetics.
197        * include/tm27.h: Final cosmetics.
198
1992004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * include/bsp.h: Split out tmtest27 support.
202        * include/tm27.h: New.
203
2042004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        PR 613/bsps
207        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
208
2092004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        PR 614/bsps
212        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
213
2142004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
215
216        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
217        c/src/lib/libbsp/m68k/gen68360/console/console.c,
218        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
219        c/src/lib/libbsp/m68k/gen68360/network/network.c,
220        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
221        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
222        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
223        <rtems/m68k/m68360.h> instead of <m68360.h>.
224
2252004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
228
2292004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
232        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
233        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
234
2352004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
236
237        * include/bsp.h, network/network.c, startup/bspstart.c,
238        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
239        types.
240
2412004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Reflect changes to bsp.am.
244        Preinstall dist_project_lib*.
245
2462004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Reflect changes to bsp.am.
249
2502004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
253
2542004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Pickup files from ../../m68k/shared instead of
257        ../shared. Reformat.
258
2592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
262
2632004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        PR 562/bsps
266        * Makefile.am: Remove references to m68k-gdbstub.c,
267        rtems-gdbstub-glue.c.
268
269        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
270        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
271        Use automake-compilation rules.
272        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
273        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
274        Remove.
275        * configure.ac: Reflect changes above.
276
2772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Add PREINSTALL_DIRS.
280        * wrapup/Makefile.am: Reflect changes to libcpu.
281
2822004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
285        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
286        * wrapup/Makefile.am: Reflect changes to libcpu.
287
2882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
291        Add PRE/TMPINSTALL_FILES to CLEANFILES.
292        * startup/Makefile.am: Ditto.
293
2942004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Remove.
297        * Makefile.am: Merge-in start/Makefile.am.
298        * configure.ac: Reflect changes above.
299
3002004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Eliminate $(LIB).
303        Use noinst_DATA to trigger building libbsp.a.
304
3052003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
308        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
309
3102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
313        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
314
3152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
318
3192003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: Misc cleanups and fixes.
322        * startup/Makefile.am: Misc cleanups and fixes.
323        * wrapup/Makefile.am: Misc cleanups and fixes.
324
3252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Add preinstallation dirstamp support.
328        * clock/Makefile.am: Cosmetics.
329        * console/Makefile.am: Cosmetics.
330        * network/Makefile.am: Cosmetics.
331        * startup/Makefile.am: Cosmetics.
332        * timer/Makefile.am: Cosmetics.
333        * wrapup/Makefile.am: Cosmetics.
334
3352003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * clock/Makefile.am: Remove all-local: $(ARCH).
338        * console/Makefile.am: Remove all-local: $(ARCH).
339        * network/Makefile.am: Remove all-local: $(ARCH).
340        * start/Makefile.am: Remove all-local: $(ARCH).
341        * startup/Makefile.am: Remove all-local: $(ARCH).
342        * timer/Makefile.am: Remove all-local: $(ARCH).
343        * wrapup/Makefile.am: Remove all-local: $(ARCH).
344
3452003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Merge-in include/Makefile.am.
348        Reflect changes to bsp.am.
349        * include/Makefile.am: Remove.
350        * configure.ac: Reflect changes above.
351
3522003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * bsp_specs: Remove *lib:.
355
3562003-09-04      Joel Sherrill <joel@OARcorp.com>
357
358        * console/console.c, console/consolereserveresources.c, include/bsp.h,
359        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
360        URL for license changed.
361
3622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Reflect having moved aclocal/.
365
3662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Reflect having moved automake/.
369        * clock/Makefile.am: Reflect having moved automake/.
370        * console/Makefile.am: Reflect having moved automake/.
371        * include/Makefile.am: Reflect having moved automake/.
372        * network/Makefile.am: Reflect having moved automake/.
373        * start/Makefile.am: Reflect having moved automake/.
374        * startup/Makefile.am: Reflect having moved automake/.
375        * timer/Makefile.am: Reflect having moved automake/.
376        * wrapup/Makefile.am: Reflect having moved automake/.
377
3782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        PR 452/bsps
381        * startup/Makefile.am: Remove USE_INIT_FINI.
382
3832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
386
3872003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        PR 445/bsps
390        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
391        Remove cpp, old_cpp (now unused).
392
3932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Remove AC_CONFIG_AUX_DIR.
396
3972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
400
4012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: AC_PREREQ(2.57).
404
4052003-01-20      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/linkcmds*: Add FreeBSD sysctl() sections.
408
4092002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
417
4182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * start/Makefile.am: Use install-data-local to install startfile.
421
4222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
425
4262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * .cvsignore: Reformat.
429        Add autom4te*cache.
430        Remove autom4te.cache.
431
4322002-08-21      Joel Sherrill <joel@OARcorp.com>
433
434        * wrapup/Makefile.am: PR217 required that the idle task be moved to
435        libcpu so it could be more acutely aware of the CPU model.  This
436        file was modified to pick up the idle task from there.
437
4382002-08-21      Joel Sherrill <joel@OARcorp.com>
439
440        * bsp_specs: Added support for -nostdlibs.
441
4422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
445        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
451
4522002-08-05      Joel Sherrill <joel@OARcorp.com>
453
454        * Per PR260 eliminate use of make-target-options.  This impacted
455        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
456        SuperCore and required that the m68k optimized memcpy be moved
457        to libcpu.
458        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
459
4602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * start/Makefile.am: Eliminate PGM.
463        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
464
4652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
468        linkcmds.bootp.
469
4702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
473        Remove $(OBJS) from all-local.
474
4752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
478
4792002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
480
481        * startup/Makefile.am: Compile the m68k gdb stub and glue.
482
4832002-05-14      Eric Norum <eric.norum@usask.ca>
484
485        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
486        sections needed by gcc 3.1.  linkcmds had already been fixed on
487        a gcc 3.1 clean up sweep.
488
4892001-05-09      Joel Sherrill <joel@OARcorp.com>
490
491        * startup/linkcmds: In support of gcc 3.1, added one of more
492        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
493        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
494        and direction of segments to memory regions may also have been
495        addressed.  This was a sweep across all BSPs.
496 
4972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac:
500        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
501        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
502        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
511
5122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
515
5162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
519        * configure.in: Remove.
520        * configure.ac: New file, generated from configure.in by autoupdate.
521
5222001-09-27      Joel Sherrill <joel@OARcorp.com>
523
524        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
525
5262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
529
5302001-09-14      Eric Norum <eric.norum@usask.ca>
531
532        * startup/init68360.c: Modifications to make gcc 3.x happy.
533
5342001-09-19      Eric Norum <eric.norum@usask.ca>
535
536        * README: Bring it more in line with reality.
537
5382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.in: Add bspopts.h.
541        * include/.cvsignore: Add bspopts.h*, stamp-h*.
542        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
543        * include/bsp.h: Include bspopts.h.
544
5452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
546
547        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
548
5492001-01-12      Eric Norum <eric.norum@usask.ca>
550
551        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
552        Clock driver updated to use shell driver mechanism.
553        * clock/ckinit.c: Removed.
554        * clock/clock.c: New file.
555
5562000-12-19      Joel Sherrill <joel@OARcorp.com>
557
558        * Makefile.am: Removed unneeded blank line.
559
5602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
563
5642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
567
5682000-11-01      Joel Sherrill <joel@OARcorp.com>
569
570        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
571        and libcsupport.h moved from libc to lib/include/rtems and
572        now must be referenced as <rtems/XXX.h>.   Header file order
573        was cleaned up while doing this.
574
5752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
578        Switch to GNU canonicalization.
579
5802000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
581
582        * startup/linkcmds: Added lines so DWARF debug information
583        would be available.  Otherwise gdb complains that the offsets
584        for the debug info are incorrect and doesn't load the files.
585
5862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
589        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
590        wrapup/Makefile.am: Include compile.am
591
5922000-08-10      Joel Sherrill <joel@OARcorp.com>
593
594        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.