source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ dad34779

4.104.114.95
Last change on this file since dad34779 was 34ef6c7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/08 at 22:06:51

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

  • clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/ckinit.c: The Shared Memory Driver no longer requires the
4        special IOCTL in Clock_control. This was a hack which has existed
5        since before the Classic API Timer Manager was implemented. All
6        implementations of and references to Clock_control were removed.
7
82008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * console/console.c, timer/timer.c: Convert to "bool".
11
122008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
15        benchmark timer driver. Fix spelling.
16
172008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
20        follow RTEMS programming conventions.
21
222008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
25        Add missing prototypes.
26
272008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * Makefile.am: Rework to avoid .rel files.
30
312008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * startup/bspstart.c: Refactored and renamed initialization routines to
34        rtems_initialize_data_structures, rtems_initialize_before_drivers,
35        rtems_initialize_device_drivers, and
36        rtems_initialize_start_multitasking. This opened the sequence up so
37        that bootcard() could provide a more robust and flexible framework
38        which is easier to explain and understand. This also lays the
39        groundwork for sharing the division of available memory between the
40        RTEMS workspace and heap and the C library initialization across all
41        BSPs.
42
432008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * startup/linkcmds: Add wildcard to gcc_except_table section so
46        programs compiled with gcc 4.3.x can link.
47
482007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
51        of the Configuration Table. Use the RTEMS provided accessor macros to
52        obtain configuration fields.
53
542007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
57        from CPU Table to Configuration Table. Eliminate CPU Table from all
58        ports. Delete references to CPU Table in all forms.
59
602007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
63        Table fields to the Configuration Table. This included
64        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
65        do_zero_of_workspace, extra_mpci_receive_server_stack,
66        stack_allocate_hook, and stack_free_hook. As a side-effect of this
67        effort some multiprocessing code was made conditional and some style
68        clean up occurred.
69
702007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
73        m68k CPU Table since it is never read.
74
752007-05-03      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds: Handle .data.* sections
78
792007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * bsp_specs: Remove qrtems_debug.
82
832007-04-02      Joel Sherrill <joel@OARcorp.com>
84
85        * Makefile.am: Add dummy printk support so all tests link.
86
872006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * configure.ac: New BUG-REPORT address.
90
912006-11-15      Joel Sherrill <joel@OARcorp.com>
92
93        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
94        file and simplified initialization.
95
962006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Remove superfluous -DASM.
99
1002006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Require autoconf-2.60. Require automake-1.10.
103
1042006-02-08      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/linkcmds: Add sections required by newer gcc versions.
107
1082006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Add preinstall.am.
111
1122005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * include/bsp.h: New header guard.
115
1162005-01-09      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Add rom section to remove warning.
119
1202005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
123
1242005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * Makefile.am: Remove build-variant support.
127
1282005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
131
1322004-11-25      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
135
1362004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
139        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
140
1412004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * configure.ac: Require automake > 1.9.
144
1452004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        PR 610/bsps
148        * Makefile.am: Add include/tm27.h, Cosmetics.
149        * include/tm27.h: Final cosmetics.
150
1512004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * include/bsp.h: Split out tmtest27 support.
154        * include/tm27.h: New.
155
1562004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        PR 613/bsps
159        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
160
1612004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        PR 614/bsps
164        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
165
1662004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
167
168        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
169        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
170        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
171        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
172        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
173        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
174        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
175        <rtems/m68k/m68302.h> instead of <m68302.h>.
176
1772004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
178
179        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
180
1812004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
184        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
185        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
186
1872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
190        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
191        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
192        using c99 fixed size types.
193
1942004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect changes to bsp.am.
197        Preinstall dist_project_lib*.
198
1992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Reflect changes to bsp.am.
202
2032004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
206
2072004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Pickup files from ../../m68k/shared instead of
210        ../shared. Reformat.
211
2122004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
215
2162004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
219        ANSI-C compliant.
220        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
221        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
222        wrapup/Makefile.am.
223        Use automake compilation rules.
224        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
225        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
226        Remove.
227        * configure.ac: Reflect changes above.
228
2292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Add PREINSTALL_DIRS.
232        * wrapup/Makefile.am: Reflect changes to libcpu.
233
2342004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Remove non-existing times from EXTRA_DIST.
237        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
238        * wrapup/Makefile.am: Reflect changes to libcpu.
239
2402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
243        Add PRE/TMPINSTALL_FILES to CLEANFILES.
244        * start/Makefile.am: Ditto.
245        * startup/Makefile.am: Ditto.
246
2472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Eliminate $(LIB).
250        Use noinst_DATA to trigger building libbsp.a.
251
2522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
255        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
256
2572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
260        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
261
2622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
265
2662003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * start/Makefile.am: Misc cleanups and fixes.
269        * startup/Makefile.am: Misc cleanups and fixes.
270        * wrapup/Makefile.am: Misc cleanups and fixes.
271
2722003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Add preinstallation dirstamp support.
275        * clock/Makefile.am: Cosmetics.
276        * console/Makefile.am: Cosmetics.
277        * startup/Makefile.am: Cosmetics.
278        * timer/Makefile.am: Cosmetics.
279        * wrapup/Makefile.am: Cosmetics.
280
2812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * clock/Makefile.am: Remove all-local: $(ARCH).
284        * console/Makefile.am: Remove all-local: $(ARCH).
285        * start/Makefile.am: Remove all-local: $(ARCH).
286        * startup/Makefile.am: Remove all-local: $(ARCH).
287        * timer/Makefile.am: Remove all-local: $(ARCH).
288        * wrapup/Makefile.am: Remove all-local: $(ARCH).
289
2902003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * include/bsp.h: Replace stringification madness to pick up bare.h
293        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
294
2952003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Merge-in include/Makefile.am.
298        Reflect changes to bsp.am.
299        * include/Makefile.am: Remove.
300        * configure.ac: Reflect changes above.
301
3022003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * bsp_specs: Remove *lib:.
305
3062003-09-04      Joel Sherrill <joel@OARcorp.com>
307
308        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
309        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
310        license changed.
311
3122003-09-04      Joel Sherrill <joel@OARcorp.com>
313
314        * start/debugreset.S, start/reset.S: Removed incorrect statement about
315        copyright assignment.
316
3172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Reflect having moved aclocal/.
320
3212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Reflect having moved automake/.
324        * clock/Makefile.am: Reflect having moved automake/.
325        * console/Makefile.am: Reflect having moved automake/.
326        * include/Makefile.am: Reflect having moved automake/.
327        * start/Makefile.am: Reflect having moved automake/.
328        * startup/Makefile.am: Reflect having moved automake/.
329        * timer/Makefile.am: Reflect having moved automake/.
330        * wrapup/Makefile.am: Reflect having moved automake/.
331
3322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        PR 452/bsps
335        * startup/Makefile.am: Remove USE_INIT_FINI.
336
3372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
340
3412003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        PR 445/bsps
344        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
345        Remove cpp, old_cpp (now unused).
346
3472003-06-22      Chris Johns <cjohns@cybertec.com.au>
348
349        PR 264/bsps
350        PR 414/bsps
351        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
352        PR264 - Stopped the core dump by removing the bad instruction.
353        PR414 - Fixed the global interupt vector register.
354        Linker command file to have the boot code in the first 8K.
355        The chip select remap needed to be volatile.
356
3572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Remove AC_CONFIG_AUX_DIR.
360
3612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
364
3652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac: AC_PREREQ(2.57).
368
3692003-01-20      Joel Sherrill <joel@OARcorp.com>
370
371        * startup/linkcmds*: Add FreeBSD sysctl() sections.
372
3732002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
377        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
379        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
380
3812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * start/Makefile.am: Use install-data-local to install startfile.
384
3852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388
3892002-11-01      Joel Sherrill <joel@OARcorp.com>
390
391        * startup/m68k-stub.c: Removed typos.
392
3932002-11-01      Joel Sherrill <joel@OARcorp.com>
394
395        * startup/m68k-stub.c: Removed warnings.
396
3972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * .cvsignore: Reformat.
400        Add autom4te*cache.
401        Remove autom4te.cache.
402
4032002-08-21      Joel Sherrill <joel@OARcorp.com>
404
405        * wrapup/Makefile.am: PR217 required that the idle task be moved to
406        libcpu so it could be more acutely aware of the CPU model.  This
407        file was modified to pick up the idle task from there.
408
4092002-08-21      Joel Sherrill <joel@OARcorp.com>
410
411        * bsp_specs: Added support for -nostdlibs.
412
4132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
421
4222002-08-07      Joel Sherrill <joel@OARcorp.com>
423
424        * start/Makefile.am: Pick up rest of Ralf'f changes and use
425        cp not make-rel since there is no point in this case.
426        * start/debugreset.S: Rights were not assigned.
427        * start/reset.S: Add ifdef to avoid core dump until Chris can
428        track it down.
429        * start/cpuboot.c: Moved to startup.
430        * startup/Makefile.am: Account for above.
431
4322002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
435        anywhere).
436        Add ODS60302_DEBUG conditional.
437        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
438        * configure.ac: Add --enable-ods60302-debug.
439        Add ODS60302_DEBUG conditional.
440
4412002-08-05      Joel Sherrill <joel@OARcorp.com>
442
443        * Per PR260 eliminate use of make-target-options.  This impacted
444        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
445        SuperCore and required that the m68k optimized memcpy be moved
446        to libcpu.
447        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
448
4492002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * start/Makefile.am: Fix bug in previous patch.
452        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
453
4542002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * start/Makefile.am: Eliminate PGM.
457        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
458
4592002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
462
4632002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
466        Remove $(OBJS) from all-local.
467
4682002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
471
4722001-05-09      Joel Sherrill <joel@OARcorp.com>
473
474        * startup/linkcmds: In support of gcc 3.1, added one of more
475        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
476        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
477        and direction of segments to memory regions may also have been
478        addressed.  This was a sweep across all BSPs.
479 
4802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac:
483        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
484        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
485        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
493
4942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
497
4982001-11-27      Joel Sherrill <joel@OARcorp.com>,
499
500        This was tracked as PR39.
501        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
502        startup/linkcmds, startup/rom: Eliminated required definition of
503        macros in the custom file for the BSP to compile.  The ROM and ROM
504        address and size settings are now linker script items. 
505
5062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
509        * configure.in: Remove.
510        * configure.ac: New file, generated from configure.in by autoupdate.
511
5122001-09-27      Joel Sherrill <joel@OARcorp.com>
513
514        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
515
5162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
519
5202001-06-19      Joel Sherrill <joel@OARcorp.com>
521
522        * include/Makefile.am: Fixed typo.
523
5242001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.in: Add bspopts.h.
527        * include/.cvsignore: Add bspopts.h*, stamp-h*.
528        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
529        * include/bsp.h: Include bspopts.h.
530
5312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
532
533        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
534
5352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
538
5392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
542
5432000-11-01      Joel Sherrill <joel@OARcorp.com>
544
545        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
546        and libcsupport.h moved from libc to lib/include/rtems and
547        now must be referenced as <rtems/XXX.h>.   Header file order
548        was cleaned up while doing this.
549
5502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
553        Switch to GNU canonicalization.
554
5552000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
556
557        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
558
5592000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
560
561        * startup/linkcmds: Added lines so DWARF debug information
562        would be available.  Otherwise gdb complains that the offsets
563        for the debug info are incorrect and doesn't load the files.
564
5652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
568        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
569        compile.am
570
5712000-08-10      Joel Sherrill <joel@OARcorp.com>
572
573        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.