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

4.104.115
Last change on this file since c6fb8ed4 was c6fb8ed4, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:03:44

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

  • Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
  • startup/bspstart.c: Removed.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
4        of bsp_get_work_area() in its own file and rely on BSP Framework to
5        perform more initialization. Remove unnecessary includes of
6        rtems/libio.h and rtems/libcsupport.h.
7        * startup/bspstart.c: Removed.
8
92008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
12        implementations. In this phase, all prototypes were removed from
13        bsp.h and empty implementations were removed and made to use the
14        shared stub.
15        * startup/bspclean.c: Removed.
16
172008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * startup/m68k-stub.c: Convert to "bool".
20
212008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * clock/ckinit.c: The Shared Memory Driver no longer requires the
24        special IOCTL in Clock_control. This was a hack which has existed
25        since before the Classic API Timer Manager was implemented. All
26        implementations of and references to Clock_control were removed.
27
282008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * console/console.c, timer/timer.c: Convert to "bool".
31
322008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
35        benchmark timer driver. Fix spelling.
36
372008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
40        follow RTEMS programming conventions.
41
422008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
45        Add missing prototypes.
46
472008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * Makefile.am: Rework to avoid .rel files.
50
512008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * startup/bspstart.c: Refactored and renamed initialization routines to
54        rtems_initialize_data_structures, rtems_initialize_before_drivers,
55        rtems_initialize_device_drivers, and
56        rtems_initialize_start_multitasking. This opened the sequence up so
57        that bootcard() could provide a more robust and flexible framework
58        which is easier to explain and understand. This also lays the
59        groundwork for sharing the division of available memory between the
60        RTEMS workspace and heap and the C library initialization across all
61        BSPs.
62
632008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * startup/linkcmds: Add wildcard to gcc_except_table section so
66        programs compiled with gcc 4.3.x can link.
67
682007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
71        of the Configuration Table. Use the RTEMS provided accessor macros to
72        obtain configuration fields.
73
742007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
77        from CPU Table to Configuration Table. Eliminate CPU Table from all
78        ports. Delete references to CPU Table in all forms.
79
802007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
83        Table fields to the Configuration Table. This included
84        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
85        do_zero_of_workspace, extra_mpci_receive_server_stack,
86        stack_allocate_hook, and stack_free_hook. As a side-effect of this
87        effort some multiprocessing code was made conditional and some style
88        clean up occurred.
89
902007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
93        m68k CPU Table since it is never read.
94
952007-05-03      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: Handle .data.* sections
98
992007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * bsp_specs: Remove qrtems_debug.
102
1032007-04-02      Joel Sherrill <joel@OARcorp.com>
104
105        * Makefile.am: Add dummy printk support so all tests link.
106
1072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * configure.ac: New BUG-REPORT address.
110
1112006-11-15      Joel Sherrill <joel@OARcorp.com>
112
113        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
114        file and simplified initialization.
115
1162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Remove superfluous -DASM.
119
1202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * configure.ac: Require autoconf-2.60. Require automake-1.10.
123
1242006-02-08      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds: Add sections required by newer gcc versions.
127
1282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Add preinstall.am.
131
1322005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * include/bsp.h: New header guard.
135
1362005-01-09      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: Add rom section to remove warning.
139
1402005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
143
1442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Remove build-variant support.
147
1482005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
151
1522004-11-25      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
155
1562004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
159        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
160
1612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * configure.ac: Require automake > 1.9.
164
1652004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        PR 610/bsps
168        * Makefile.am: Add include/tm27.h, Cosmetics.
169        * include/tm27.h: Final cosmetics.
170
1712004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * include/bsp.h: Split out tmtest27 support.
174        * include/tm27.h: New.
175
1762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        PR 613/bsps
179        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
180
1812004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        PR 614/bsps
184        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
185
1862004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
187
188        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
189        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
190        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
191        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
192        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
193        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
194        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
195        <rtems/m68k/m68302.h> instead of <m68302.h>.
196
1972004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
200
2012004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
204        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
205        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
206
2072004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
208
209        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
210        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
211        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
212        using c99 fixed size types.
213
2142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect changes to bsp.am.
217        Preinstall dist_project_lib*.
218
2192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Reflect changes to bsp.am.
222
2232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
226
2272004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Pickup files from ../../m68k/shared instead of
230        ../shared. Reformat.
231
2322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
235
2362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
239        ANSI-C compliant.
240        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
241        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
242        wrapup/Makefile.am.
243        Use automake compilation rules.
244        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
245        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
246        Remove.
247        * configure.ac: Reflect changes above.
248
2492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Add PREINSTALL_DIRS.
252        * wrapup/Makefile.am: Reflect changes to libcpu.
253
2542004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Remove non-existing times from EXTRA_DIST.
257        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
258        * wrapup/Makefile.am: Reflect changes to libcpu.
259
2602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
263        Add PRE/TMPINSTALL_FILES to CLEANFILES.
264        * start/Makefile.am: Ditto.
265        * startup/Makefile.am: Ditto.
266
2672004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Eliminate $(LIB).
270        Use noinst_DATA to trigger building libbsp.a.
271
2722003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
275        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
276
2772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
280        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
281
2822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
285
2862003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Misc cleanups and fixes.
289        * startup/Makefile.am: Misc cleanups and fixes.
290        * wrapup/Makefile.am: Misc cleanups and fixes.
291
2922003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Add preinstallation dirstamp support.
295        * clock/Makefile.am: Cosmetics.
296        * console/Makefile.am: Cosmetics.
297        * startup/Makefile.am: Cosmetics.
298        * timer/Makefile.am: Cosmetics.
299        * wrapup/Makefile.am: Cosmetics.
300
3012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * clock/Makefile.am: Remove all-local: $(ARCH).
304        * console/Makefile.am: Remove all-local: $(ARCH).
305        * start/Makefile.am: Remove all-local: $(ARCH).
306        * startup/Makefile.am: Remove all-local: $(ARCH).
307        * timer/Makefile.am: Remove all-local: $(ARCH).
308        * wrapup/Makefile.am: Remove all-local: $(ARCH).
309
3102003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * include/bsp.h: Replace stringification madness to pick up bare.h
313        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
314
3152003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Merge-in include/Makefile.am.
318        Reflect changes to bsp.am.
319        * include/Makefile.am: Remove.
320        * configure.ac: Reflect changes above.
321
3222003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * bsp_specs: Remove *lib:.
325
3262003-09-04      Joel Sherrill <joel@OARcorp.com>
327
328        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
329        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
330        license changed.
331
3322003-09-04      Joel Sherrill <joel@OARcorp.com>
333
334        * start/debugreset.S, start/reset.S: Removed incorrect statement about
335        copyright assignment.
336
3372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Reflect having moved aclocal/.
340
3412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Reflect having moved automake/.
344        * clock/Makefile.am: Reflect having moved automake/.
345        * console/Makefile.am: Reflect having moved automake/.
346        * include/Makefile.am: Reflect having moved automake/.
347        * start/Makefile.am: Reflect having moved automake/.
348        * startup/Makefile.am: Reflect having moved automake/.
349        * timer/Makefile.am: Reflect having moved automake/.
350        * wrapup/Makefile.am: Reflect having moved automake/.
351
3522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        PR 452/bsps
355        * startup/Makefile.am: Remove USE_INIT_FINI.
356
3572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
360
3612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        PR 445/bsps
364        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
365        Remove cpp, old_cpp (now unused).
366
3672003-06-22      Chris Johns <cjohns@cybertec.com.au>
368
369        PR 264/bsps
370        PR 414/bsps
371        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
372        PR264 - Stopped the core dump by removing the bad instruction.
373        PR414 - Fixed the global interupt vector register.
374        Linker command file to have the boot code in the first 8K.
375        The chip select remap needed to be volatile.
376
3772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Remove AC_CONFIG_AUX_DIR.
380
3812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
384
3852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: AC_PREREQ(2.57).
388
3892003-01-20      Joel Sherrill <joel@OARcorp.com>
390
391        * startup/linkcmds*: Add FreeBSD sysctl() sections.
392
3932002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400
4012002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Use install-data-local to install startfile.
404
4052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408
4092002-11-01      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/m68k-stub.c: Removed typos.
412
4132002-11-01      Joel Sherrill <joel@OARcorp.com>
414
415        * startup/m68k-stub.c: Removed warnings.
416
4172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * .cvsignore: Reformat.
420        Add autom4te*cache.
421        Remove autom4te.cache.
422
4232002-08-21      Joel Sherrill <joel@OARcorp.com>
424
425        * wrapup/Makefile.am: PR217 required that the idle task be moved to
426        libcpu so it could be more acutely aware of the CPU model.  This
427        file was modified to pick up the idle task from there.
428
4292002-08-21      Joel Sherrill <joel@OARcorp.com>
430
431        * bsp_specs: Added support for -nostdlibs.
432
4332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
439        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
441
4422002-08-07      Joel Sherrill <joel@OARcorp.com>
443
444        * start/Makefile.am: Pick up rest of Ralf'f changes and use
445        cp not make-rel since there is no point in this case.
446        * start/debugreset.S: Rights were not assigned.
447        * start/reset.S: Add ifdef to avoid core dump until Chris can
448        track it down.
449        * start/cpuboot.c: Moved to startup.
450        * startup/Makefile.am: Account for above.
451
4522002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
455        anywhere).
456        Add ODS60302_DEBUG conditional.
457        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
458        * configure.ac: Add --enable-ods60302-debug.
459        Add ODS60302_DEBUG conditional.
460
4612002-08-05      Joel Sherrill <joel@OARcorp.com>
462
463        * Per PR260 eliminate use of make-target-options.  This impacted
464        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
465        SuperCore and required that the m68k optimized memcpy be moved
466        to libcpu.
467        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
468
4692002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * start/Makefile.am: Fix bug in previous patch.
472        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
473
4742002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * start/Makefile.am: Eliminate PGM.
477        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
478
4792002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
482
4832002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
486        Remove $(OBJS) from all-local.
487
4882002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
491
4922001-05-09      Joel Sherrill <joel@OARcorp.com>
493
494        * startup/linkcmds: In support of gcc 3.1, added one of more
495        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
496        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
497        and direction of segments to memory regions may also have been
498        addressed.  This was a sweep across all BSPs.
499 
5002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac:
503        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
504        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
505        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
513
5142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
517
5182001-11-27      Joel Sherrill <joel@OARcorp.com>,
519
520        This was tracked as PR39.
521        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
522        startup/linkcmds, startup/rom: Eliminated required definition of
523        macros in the custom file for the BSP to compile.  The ROM and ROM
524        address and size settings are now linker script items. 
525
5262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
529        * configure.in: Remove.
530        * configure.ac: New file, generated from configure.in by autoupdate.
531
5322001-09-27      Joel Sherrill <joel@OARcorp.com>
533
534        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
535
5362001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
539
5402001-06-19      Joel Sherrill <joel@OARcorp.com>
541
542        * include/Makefile.am: Fixed typo.
543
5442001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.in: Add bspopts.h.
547        * include/.cvsignore: Add bspopts.h*, stamp-h*.
548        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
549        * include/bsp.h: Include bspopts.h.
550
5512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
552
553        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
554
5552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
558
5592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
562
5632000-11-01      Joel Sherrill <joel@OARcorp.com>
564
565        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
566        and libcsupport.h moved from libc to lib/include/rtems and
567        now must be referenced as <rtems/XXX.h>.   Header file order
568        was cleaned up while doing this.
569
5702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
573        Switch to GNU canonicalization.
574
5752000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
576
577        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
578
5792000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
580
581        * startup/linkcmds: Added lines so DWARF debug information
582        would be available.  Otherwise gdb complains that the offsets
583        for the debug info are incorrect and doesn't load the files.
584
5852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
588        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
589        compile.am
590
5912000-08-10      Joel Sherrill <joel@OARcorp.com>
592
593        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.