source: rtems/c/src/lib/libbsp/m68k/ods68302/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.6 KB
Line 
12008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Backport from CVS-HEAD.
4
52008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * timer/timer.c: Eliminate uses of old benchmark timer names.
8
92008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * startup/m68k-stub.c: Convert to "bool".
12
132008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * clock/ckinit.c: The Shared Memory Driver no longer requires the
16        special IOCTL in Clock_control. This was a hack which has existed
17        since before the Classic API Timer Manager was implemented. All
18        implementations of and references to Clock_control were removed.
19
202008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * console/console.c, timer/timer.c: Convert to "bool".
23
242008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
27        benchmark timer driver. Fix spelling.
28
292008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
32        follow RTEMS programming conventions.
33
342008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
37        Add missing prototypes.
38
392008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * Makefile.am: Rework to avoid .rel files.
42
432008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * startup/bspstart.c: Refactored and renamed initialization routines to
46        rtems_initialize_data_structures, rtems_initialize_before_drivers,
47        rtems_initialize_device_drivers, and
48        rtems_initialize_start_multitasking. This opened the sequence up so
49        that bootcard() could provide a more robust and flexible framework
50        which is easier to explain and understand. This also lays the
51        groundwork for sharing the division of available memory between the
52        RTEMS workspace and heap and the C library initialization across all
53        BSPs.
54
552008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * startup/linkcmds: Add wildcard to gcc_except_table section so
58        programs compiled with gcc 4.3.x can link.
59
602007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
63        of the Configuration Table. Use the RTEMS provided accessor macros to
64        obtain configuration fields.
65
662007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
69        from CPU Table to Configuration Table. Eliminate CPU Table from all
70        ports. Delete references to CPU Table in all forms.
71
722007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
75        Table fields to the Configuration Table. This included
76        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
77        do_zero_of_workspace, extra_mpci_receive_server_stack,
78        stack_allocate_hook, and stack_free_hook. As a side-effect of this
79        effort some multiprocessing code was made conditional and some style
80        clean up occurred.
81
822007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
85        m68k CPU Table since it is never read.
86
872007-05-03      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds: Handle .data.* sections
90
912007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * bsp_specs: Remove qrtems_debug.
94
952007-04-02      Joel Sherrill <joel@OARcorp.com>
96
97        * Makefile.am: Add dummy printk support so all tests link.
98
992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * configure.ac: New BUG-REPORT address.
102
1032006-11-15      Joel Sherrill <joel@OARcorp.com>
104
105        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
106        file and simplified initialization.
107
1082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Remove superfluous -DASM.
111
1122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Require autoconf-2.60. Require automake-1.10.
115
1162006-02-08      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Add sections required by newer gcc versions.
119
1202006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Add preinstall.am.
123
1242005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * include/bsp.h: New header guard.
127
1282005-01-09      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/linkcmds: Add rom section to remove warning.
131
1322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
135
1362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Remove build-variant support.
139
1402005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
143
1442004-11-25      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
147
1482004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
151        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
152
1532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        * configure.ac: Require automake > 1.9.
156
1572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        PR 610/bsps
160        * Makefile.am: Add include/tm27.h, Cosmetics.
161        * include/tm27.h: Final cosmetics.
162
1632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
164
165        * include/bsp.h: Split out tmtest27 support.
166        * include/tm27.h: New.
167
1682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
169
170        PR 613/bsps
171        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
172
1732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        PR 614/bsps
176        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
177
1782004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
179
180        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
181        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
182        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
183        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
184        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
185        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
186        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
187        <rtems/m68k/m68302.h> instead of <m68302.h>.
188
1892004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
192
1932004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
196        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
197        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
198
1992004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
202        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
203        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
204        using c99 fixed size types.
205
2062004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Reflect changes to bsp.am.
209        Preinstall dist_project_lib*.
210
2112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect changes to bsp.am.
214
2152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
218
2192004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Pickup files from ../../m68k/shared instead of
222        ../shared. Reformat.
223
2242004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
227
2282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
231        ANSI-C compliant.
232        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
233        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
234        wrapup/Makefile.am.
235        Use automake compilation rules.
236        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
237        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
238        Remove.
239        * configure.ac: Reflect changes above.
240
2412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Add PREINSTALL_DIRS.
244        * wrapup/Makefile.am: Reflect changes to libcpu.
245
2462004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Remove non-existing times from EXTRA_DIST.
249        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
250        * wrapup/Makefile.am: Reflect changes to libcpu.
251
2522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
255        Add PRE/TMPINSTALL_FILES to CLEANFILES.
256        * start/Makefile.am: Ditto.
257        * startup/Makefile.am: Ditto.
258
2592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate $(LIB).
262        Use noinst_DATA to trigger building libbsp.a.
263
2642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
267        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
268
2692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
272        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
273
2742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
277
2782003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Misc cleanups and fixes.
281        * startup/Makefile.am: Misc cleanups and fixes.
282        * wrapup/Makefile.am: Misc cleanups and fixes.
283
2842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Add preinstallation dirstamp support.
287        * clock/Makefile.am: Cosmetics.
288        * console/Makefile.am: Cosmetics.
289        * startup/Makefile.am: Cosmetics.
290        * timer/Makefile.am: Cosmetics.
291        * wrapup/Makefile.am: Cosmetics.
292
2932003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * clock/Makefile.am: Remove all-local: $(ARCH).
296        * console/Makefile.am: Remove all-local: $(ARCH).
297        * start/Makefile.am: Remove all-local: $(ARCH).
298        * startup/Makefile.am: Remove all-local: $(ARCH).
299        * timer/Makefile.am: Remove all-local: $(ARCH).
300        * wrapup/Makefile.am: Remove all-local: $(ARCH).
301
3022003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * include/bsp.h: Replace stringification madness to pick up bare.h
305        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
306
3072003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Merge-in include/Makefile.am.
310        Reflect changes to bsp.am.
311        * include/Makefile.am: Remove.
312        * configure.ac: Reflect changes above.
313
3142003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * bsp_specs: Remove *lib:.
317
3182003-09-04      Joel Sherrill <joel@OARcorp.com>
319
320        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
321        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
322        license changed.
323
3242003-09-04      Joel Sherrill <joel@OARcorp.com>
325
326        * start/debugreset.S, start/reset.S: Removed incorrect statement about
327        copyright assignment.
328
3292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Reflect having moved aclocal/.
332
3332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Reflect having moved automake/.
336        * clock/Makefile.am: Reflect having moved automake/.
337        * console/Makefile.am: Reflect having moved automake/.
338        * include/Makefile.am: Reflect having moved automake/.
339        * start/Makefile.am: Reflect having moved automake/.
340        * startup/Makefile.am: Reflect having moved automake/.
341        * timer/Makefile.am: Reflect having moved automake/.
342        * wrapup/Makefile.am: Reflect having moved automake/.
343
3442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        PR 452/bsps
347        * startup/Makefile.am: Remove USE_INIT_FINI.
348
3492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
352
3532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        PR 445/bsps
356        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
357        Remove cpp, old_cpp (now unused).
358
3592003-06-22      Chris Johns <cjohns@cybertec.com.au>
360
361        PR 264/bsps
362        PR 414/bsps
363        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
364        PR264 - Stopped the core dump by removing the bad instruction.
365        PR414 - Fixed the global interupt vector register.
366        Linker command file to have the boot code in the first 8K.
367        The chip select remap needed to be volatile.
368
3692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Remove AC_CONFIG_AUX_DIR.
372
3732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
376
3772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: AC_PREREQ(2.57).
380
3812003-01-20      Joel Sherrill <joel@OARcorp.com>
382
383        * startup/linkcmds*: Add FreeBSD sysctl() sections.
384
3852002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392
3932002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * start/Makefile.am: Use install-data-local to install startfile.
396
3972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400
4012002-11-01      Joel Sherrill <joel@OARcorp.com>
402
403        * startup/m68k-stub.c: Removed typos.
404
4052002-11-01      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/m68k-stub.c: Removed warnings.
408
4092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * .cvsignore: Reformat.
412        Add autom4te*cache.
413        Remove autom4te.cache.
414
4152002-08-21      Joel Sherrill <joel@OARcorp.com>
416
417        * wrapup/Makefile.am: PR217 required that the idle task be moved to
418        libcpu so it could be more acutely aware of the CPU model.  This
419        file was modified to pick up the idle task from there.
420
4212002-08-21      Joel Sherrill <joel@OARcorp.com>
422
423        * bsp_specs: Added support for -nostdlibs.
424
4252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
428        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
429        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
430        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
431        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
432        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
433
4342002-08-07      Joel Sherrill <joel@OARcorp.com>
435
436        * start/Makefile.am: Pick up rest of Ralf'f changes and use
437        cp not make-rel since there is no point in this case.
438        * start/debugreset.S: Rights were not assigned.
439        * start/reset.S: Add ifdef to avoid core dump until Chris can
440        track it down.
441        * start/cpuboot.c: Moved to startup.
442        * startup/Makefile.am: Account for above.
443
4442002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
447        anywhere).
448        Add ODS60302_DEBUG conditional.
449        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
450        * configure.ac: Add --enable-ods60302-debug.
451        Add ODS60302_DEBUG conditional.
452
4532002-08-05      Joel Sherrill <joel@OARcorp.com>
454
455        * Per PR260 eliminate use of make-target-options.  This impacted
456        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
457        SuperCore and required that the m68k optimized memcpy be moved
458        to libcpu.
459        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
460
4612002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * start/Makefile.am: Fix bug in previous patch.
464        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
465
4662002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * start/Makefile.am: Eliminate PGM.
469        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
470
4712002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
474
4752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
478        Remove $(OBJS) from all-local.
479
4802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
483
4842001-05-09      Joel Sherrill <joel@OARcorp.com>
485
486        * startup/linkcmds: In support of gcc 3.1, added one of more
487        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
488        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
489        and direction of segments to memory regions may also have been
490        addressed.  This was a sweep across all BSPs.
491 
4922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac:
495        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
496        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
497        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
505
5062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
509
5102001-11-27      Joel Sherrill <joel@OARcorp.com>,
511
512        This was tracked as PR39.
513        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
514        startup/linkcmds, startup/rom: Eliminated required definition of
515        macros in the custom file for the BSP to compile.  The ROM and ROM
516        address and size settings are now linker script items. 
517
5182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
521        * configure.in: Remove.
522        * configure.ac: New file, generated from configure.in by autoupdate.
523
5242001-09-27      Joel Sherrill <joel@OARcorp.com>
525
526        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
527
5282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
531
5322001-06-19      Joel Sherrill <joel@OARcorp.com>
533
534        * include/Makefile.am: Fixed typo.
535
5362001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.in: Add bspopts.h.
539        * include/.cvsignore: Add bspopts.h*, stamp-h*.
540        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
541        * include/bsp.h: Include bspopts.h.
542
5432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
544
545        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
546
5472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
550
5512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
554
5552000-11-01      Joel Sherrill <joel@OARcorp.com>
556
557        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
558        and libcsupport.h moved from libc to lib/include/rtems and
559        now must be referenced as <rtems/XXX.h>.   Header file order
560        was cleaned up while doing this.
561
5622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
565        Switch to GNU canonicalization.
566
5672000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
568
569        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
570
5712000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
572
573        * startup/linkcmds: Added lines so DWARF debug information
574        would be available.  Otherwise gdb complains that the offsets
575        for the debug info are incorrect and doesn't load the files.
576
5772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
580        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
581        compile.am
582
5832000-08-10      Joel Sherrill <joel@OARcorp.com>
584
585        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.