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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

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

  • Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
  • Property mode set to 100644
File size: 19.7 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
4        components.
5
62008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
9
102008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Make letting boot_card() handle work area allocation
13        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
14        BSP_BOOTCARD_OPTIONS.
15
162008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * include/bsp.h: Remove unnecessary boilerplate comments.
19
202008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am, startup/linkcmds: Use top level shared
23        bsp_get_work_area() implementation.
24
252008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
28        of bsp_get_work_area() in its own file and rely on BSP Framework to
29        perform more initialization. Remove unnecessary includes of
30        rtems/libio.h and rtems/libcsupport.h.
31        * startup/bspstart.c: Removed.
32
332008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
36        implementations. In this phase, all prototypes were removed from
37        bsp.h and empty implementations were removed and made to use the
38        shared stub.
39        * startup/bspclean.c: Removed.
40
412008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * startup/m68k-stub.c: Convert to "bool".
44
452008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * clock/ckinit.c: The Shared Memory Driver no longer requires the
48        special IOCTL in Clock_control. This was a hack which has existed
49        since before the Classic API Timer Manager was implemented. All
50        implementations of and references to Clock_control were removed.
51
522008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * console/console.c, timer/timer.c: Convert to "bool".
55
562008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
59        benchmark timer driver. Fix spelling.
60
612008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
64        follow RTEMS programming conventions.
65
662008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
69        Add missing prototypes.
70
712008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * Makefile.am: Rework to avoid .rel files.
74
752008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * startup/bspstart.c: Refactored and renamed initialization routines to
78        rtems_initialize_data_structures, rtems_initialize_before_drivers,
79        rtems_initialize_device_drivers, and
80        rtems_initialize_start_multitasking. This opened the sequence up so
81        that bootcard() could provide a more robust and flexible framework
82        which is easier to explain and understand. This also lays the
83        groundwork for sharing the division of available memory between the
84        RTEMS workspace and heap and the C library initialization across all
85        BSPs.
86
872008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/linkcmds: Add wildcard to gcc_except_table section so
90        programs compiled with gcc 4.3.x can link.
91
922007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
95        of the Configuration Table. Use the RTEMS provided accessor macros to
96        obtain configuration fields.
97
982007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
101        from CPU Table to Configuration Table. Eliminate CPU Table from all
102        ports. Delete references to CPU Table in all forms.
103
1042007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
107        Table fields to the Configuration Table. This included
108        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
109        do_zero_of_workspace, extra_mpci_receive_server_stack,
110        stack_allocate_hook, and stack_free_hook. As a side-effect of this
111        effort some multiprocessing code was made conditional and some style
112        clean up occurred.
113
1142007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
117        m68k CPU Table since it is never read.
118
1192007-05-03      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/linkcmds: Handle .data.* sections
122
1232007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * bsp_specs: Remove qrtems_debug.
126
1272007-04-02      Joel Sherrill <joel@OARcorp.com>
128
129        * Makefile.am: Add dummy printk support so all tests link.
130
1312006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * configure.ac: New BUG-REPORT address.
134
1352006-11-15      Joel Sherrill <joel@OARcorp.com>
136
137        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
138        file and simplified initialization.
139
1402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Remove superfluous -DASM.
143
1442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * configure.ac: Require autoconf-2.60. Require automake-1.10.
147
1482006-02-08      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: Add sections required by newer gcc versions.
151
1522006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Add preinstall.am.
155
1562005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * include/bsp.h: New header guard.
159
1602005-01-09      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds: Add rom section to remove warning.
163
1642005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
167
1682005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Remove build-variant support.
171
1722005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
175
1762004-11-25      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
179
1802004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
183        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
184
1852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * configure.ac: Require automake > 1.9.
188
1892004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        PR 610/bsps
192        * Makefile.am: Add include/tm27.h, Cosmetics.
193        * include/tm27.h: Final cosmetics.
194
1952004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * include/bsp.h: Split out tmtest27 support.
198        * include/tm27.h: New.
199
2002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        PR 613/bsps
203        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
204
2052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 614/bsps
208        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
209
2102004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
211
212        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
213        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
214        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
215        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
216        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
217        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
218        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
219        <rtems/m68k/m68302.h> instead of <m68302.h>.
220
2212004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
224
2252004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
228        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
229        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
230
2312004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
232
233        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
234        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
235        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
236        using c99 fixed size types.
237
2382004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect changes to bsp.am.
241        Preinstall dist_project_lib*.
242
2432004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Reflect changes to bsp.am.
246
2472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
250
2512004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Pickup files from ../../m68k/shared instead of
254        ../shared. Reformat.
255
2562004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
259
2602004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
263        ANSI-C compliant.
264        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
265        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
266        wrapup/Makefile.am.
267        Use automake compilation rules.
268        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
269        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
270        Remove.
271        * configure.ac: Reflect changes above.
272
2732004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Add PREINSTALL_DIRS.
276        * wrapup/Makefile.am: Reflect changes to libcpu.
277
2782004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Remove non-existing times from EXTRA_DIST.
281        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
282        * wrapup/Makefile.am: Reflect changes to libcpu.
283
2842004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
287        Add PRE/TMPINSTALL_FILES to CLEANFILES.
288        * start/Makefile.am: Ditto.
289        * startup/Makefile.am: Ditto.
290
2912004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Eliminate $(LIB).
294        Use noinst_DATA to trigger building libbsp.a.
295
2962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
299        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
300
3012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
304        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
305
3062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
309
3102003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Misc cleanups and fixes.
313        * startup/Makefile.am: Misc cleanups and fixes.
314        * wrapup/Makefile.am: Misc cleanups and fixes.
315
3162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Add preinstallation dirstamp support.
319        * clock/Makefile.am: Cosmetics.
320        * console/Makefile.am: Cosmetics.
321        * startup/Makefile.am: Cosmetics.
322        * timer/Makefile.am: Cosmetics.
323        * wrapup/Makefile.am: Cosmetics.
324
3252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * clock/Makefile.am: Remove all-local: $(ARCH).
328        * console/Makefile.am: Remove all-local: $(ARCH).
329        * start/Makefile.am: Remove all-local: $(ARCH).
330        * startup/Makefile.am: Remove all-local: $(ARCH).
331        * timer/Makefile.am: Remove all-local: $(ARCH).
332        * wrapup/Makefile.am: Remove all-local: $(ARCH).
333
3342003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * include/bsp.h: Replace stringification madness to pick up bare.h
337        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
338
3392003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Merge-in include/Makefile.am.
342        Reflect changes to bsp.am.
343        * include/Makefile.am: Remove.
344        * configure.ac: Reflect changes above.
345
3462003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * bsp_specs: Remove *lib:.
349
3502003-09-04      Joel Sherrill <joel@OARcorp.com>
351
352        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
353        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
354        license changed.
355
3562003-09-04      Joel Sherrill <joel@OARcorp.com>
357
358        * start/debugreset.S, start/reset.S: Removed incorrect statement about
359        copyright assignment.
360
3612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Reflect having moved aclocal/.
364
3652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect having moved automake/.
368        * clock/Makefile.am: Reflect having moved automake/.
369        * console/Makefile.am: Reflect having moved automake/.
370        * include/Makefile.am: Reflect having moved automake/.
371        * start/Makefile.am: Reflect having moved automake/.
372        * startup/Makefile.am: Reflect having moved automake/.
373        * timer/Makefile.am: Reflect having moved automake/.
374        * wrapup/Makefile.am: Reflect having moved automake/.
375
3762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        PR 452/bsps
379        * startup/Makefile.am: Remove USE_INIT_FINI.
380
3812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
384
3852003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        PR 445/bsps
388        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
389        Remove cpp, old_cpp (now unused).
390
3912003-06-22      Chris Johns <cjohns@cybertec.com.au>
392
393        PR 264/bsps
394        PR 414/bsps
395        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
396        PR264 - Stopped the core dump by removing the bad instruction.
397        PR414 - Fixed the global interupt vector register.
398        Linker command file to have the boot code in the first 8K.
399        The chip select remap needed to be volatile.
400
4012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Remove AC_CONFIG_AUX_DIR.
404
4052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
408
4092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: AC_PREREQ(2.57).
412
4132003-01-20      Joel Sherrill <joel@OARcorp.com>
414
415        * startup/linkcmds*: Add FreeBSD sysctl() sections.
416
4172002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
420        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
421        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
422        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
423        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
424
4252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * start/Makefile.am: Use install-data-local to install startfile.
428
4292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
432
4332002-11-01      Joel Sherrill <joel@OARcorp.com>
434
435        * startup/m68k-stub.c: Removed typos.
436
4372002-11-01      Joel Sherrill <joel@OARcorp.com>
438
439        * startup/m68k-stub.c: Removed warnings.
440
4412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * .cvsignore: Reformat.
444        Add autom4te*cache.
445        Remove autom4te.cache.
446
4472002-08-21      Joel Sherrill <joel@OARcorp.com>
448
449        * wrapup/Makefile.am: PR217 required that the idle task be moved to
450        libcpu so it could be more acutely aware of the CPU model.  This
451        file was modified to pick up the idle task from there.
452
4532002-08-21      Joel Sherrill <joel@OARcorp.com>
454
455        * bsp_specs: Added support for -nostdlibs.
456
4572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
464        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
465
4662002-08-07      Joel Sherrill <joel@OARcorp.com>
467
468        * start/Makefile.am: Pick up rest of Ralf'f changes and use
469        cp not make-rel since there is no point in this case.
470        * start/debugreset.S: Rights were not assigned.
471        * start/reset.S: Add ifdef to avoid core dump until Chris can
472        track it down.
473        * start/cpuboot.c: Moved to startup.
474        * startup/Makefile.am: Account for above.
475
4762002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
479        anywhere).
480        Add ODS60302_DEBUG conditional.
481        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
482        * configure.ac: Add --enable-ods60302-debug.
483        Add ODS60302_DEBUG conditional.
484
4852002-08-05      Joel Sherrill <joel@OARcorp.com>
486
487        * Per PR260 eliminate use of make-target-options.  This impacted
488        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
489        SuperCore and required that the m68k optimized memcpy be moved
490        to libcpu.
491        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
492
4932002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * start/Makefile.am: Fix bug in previous patch.
496        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
497
4982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * start/Makefile.am: Eliminate PGM.
501        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
502
5032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
506
5072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
510        Remove $(OBJS) from all-local.
511
5122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
515
5162001-05-09      Joel Sherrill <joel@OARcorp.com>
517
518        * startup/linkcmds: In support of gcc 3.1, added one of more
519        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
520        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
521        and direction of segments to memory regions may also have been
522        addressed.  This was a sweep across all BSPs.
523 
5242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac:
527        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
528        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
529        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
537
5382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
541
5422001-11-27      Joel Sherrill <joel@OARcorp.com>,
543
544        This was tracked as PR39.
545        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
546        startup/linkcmds, startup/rom: Eliminated required definition of
547        macros in the custom file for the BSP to compile.  The ROM and ROM
548        address and size settings are now linker script items. 
549
5502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
553        * configure.in: Remove.
554        * configure.ac: New file, generated from configure.in by autoupdate.
555
5562001-09-27      Joel Sherrill <joel@OARcorp.com>
557
558        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
559
5602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
563
5642001-06-19      Joel Sherrill <joel@OARcorp.com>
565
566        * include/Makefile.am: Fixed typo.
567
5682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.in: Add bspopts.h.
571        * include/.cvsignore: Add bspopts.h*, stamp-h*.
572        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
573        * include/bsp.h: Include bspopts.h.
574
5752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
576
577        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
578
5792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
582
5832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
586
5872000-11-01      Joel Sherrill <joel@OARcorp.com>
588
589        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
590        and libcsupport.h moved from libc to lib/include/rtems and
591        now must be referenced as <rtems/XXX.h>.   Header file order
592        was cleaned up while doing this.
593
5942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
597        Switch to GNU canonicalization.
598
5992000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
600
601        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
602
6032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
604
605        * startup/linkcmds: Added lines so DWARF debug information
606        would be available.  Otherwise gdb complains that the offsets
607        for the debug info are incorrect and doesn't load the files.
608
6092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
612        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
613        compile.am
614
6152000-08-10      Joel Sherrill <joel@OARcorp.com>
616
617        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.