source: rtems/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog @ 386a963

4.115
Last change on this file since 386a963 was 386a963, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 10:58:50

2011-06-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Don't reference non-existing files.
  • Property mode set to 100644
File size: 18.5 KB
Line 
12011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Don't reference non-existing files.
4
52011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, configure.ac: runtest for this BSP obsoleted by
8        rtems-testing/sim-scripts support. Please use those scripts.
9        * tools/.cvsignore, tools/Makefile.am, tools/configure.ac,
10        tools/runtest.in: Removed.
11
122011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
15        Fix package name.
16
172011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * include/bsp.h:
20        Use "__asm__" instead of "asm" for improved c99-compliance.
21
222011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * timer/timer.c: Include <rtems/btimer.h>.
25        Fix benchmark_timer_read() definition.
26
272011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Require autoconf-2.68, automake-1.11.1.
30
312011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
34
352010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * start/start.S: Verify boot_card() is passed a NULL.
38
392009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * make/custom/m32csim.cfg: Remove RTEMS_BSP_FAMILY.
42
432009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Don't add -ansi -fasm to CFLAGS.
46
472009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * make/custom/m32csim.cfg: New (relocated from /make/custom).
50
512009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
54
55 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
58        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
59        have the same options.
60
612009-05-18      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * console/console-io.c: Fix typo.
64
652009-04-28      Chris Johns <chrisj@rtems.org>
66
67        * start/start.S: Update for boot_card command line change.
68
692008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * bsp_specs, tools/runtest.in: Move -e start from *link to *startfile
72        to avoid warning for undefined entry symbol when linking relocatables
73        with binutils 2.19.
74
752008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * README: New file.
78
792008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
82        preinstall.am, console/console-io.c, console/syscalls.S,
83        include/.cvsignore, include/bsp.h, start/start.S, startup/bspstart.c,
84        startup/crtn.S, startup/linkcmds, timer/timer.c, tools/.cvsignore,
85        tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
86
872008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
90
912008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * console/console-io.c: Add missing file and remove junk code.
94        * console/syscalls.S: New file.
95
962008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * startup/linkcmds: Simulator now appears to have 16M RAM support by
99        default in gdb 6.8.
100
1012008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * Makefile.am, console/console-io.c, include/bsp.h:
104
1052008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * configure.ac: Make letting boot_card() handle work area allocation
108        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
109        BSP_BOOTCARD_OPTIONS.
110
1112008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am: Split out bspstart contents. Use shared stub for
114        bsp_start.
115        * startup/h8bdinstallirq.c: New file.
116        * startup/bspstart.c: Removed.
117
1182008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * include/bsp.h: Remove unnecessary boilerplate comments.
121
1222008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * Makefile.am, startup/linkcmds: Use top level shared
125        bsp_get_work_area() implementation.
126        * startup/bspgetworkarea.c: Removed.
127
1282008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * startup/bspstart.c: Remove unnecessary includes of
131        rtems/libcsupport.h and rtems/libio.h.
132
1332008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
136        Split out bsp_get_work_area() into its own file and user BSP
137        Framework to perform more initialization.
138        * startup/bspgetworkarea.c: New file.
139
1402008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
143        phase, all prototypes were removed from bsp.h and empty
144        implementations were removed and made to use the shared stub.
145
1462008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * startup/__main.c: Add missing prototypes.
149
1502008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
153        Framework to ask the BSP where it has memory for the RTEMS Workspace
154        and C Program Heap. These collectively are referred to as work area.
155        If the BSP supports this, then it does not have to include code to
156        split the available memory between the two areas. This reduces the
157        amount of code in the BSP specific bspstart.c file. Additionally, the
158        shared framework can initialize the C Library, call
159        rtems_debug_enable(), and dirty the work area memory. Until most/all
160        BSPs support this new capability, if the BSP supports this, it should
161        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
162        When the transition is complete, this autoconf macro can be removed.
163
1642008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * Makefile.am: Rework to avoid .rel files.
167
1682008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * startup/bspstart.c: Refactored and renamed initialization routines to
171        rtems_initialize_data_structures, rtems_initialize_before_drivers,
172        rtems_initialize_device_drivers, and
173        rtems_initialize_start_multitasking. This opened the sequence up so
174        that bootcard() could provide a more robust and flexible framework
175        which is easier to explain and understand. This also lays the
176        groundwork for sharing the division of available memory between the
177        RTEMS workspace and heap and the C library initialization across all
178        BSPs.
179
1802007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
183        Configuration Table. Use the RTEMS provided accessor macros to obtain
184        configuration fields.
185
1862007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
189        Configuration Table. Eliminate CPU Table from all ports. Delete
190        references to CPU Table in all forms.
191
1922007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
195        Table fields to the Configuration Table. This included
196        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
197        do_zero_of_workspace, extra_mpci_receive_server_stack,
198        stack_allocate_hook, and stack_free_hook. As a side-effect of this
199        effort some multiprocessing code was made conditional and some style
200        clean up occurred.
201
2022007-05-03      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Handle .data.* sections
205
2062007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * bsp_specs: Remove qrtems_debug.
209
2102006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * configure.ac: New BUG-REPORT address.
213
2142006-11-15      Joel Sherrill <joel@OARcorp.com>
215
216        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
217        file and simplified initialization.
218
2192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * Makefile.am: Remove superfluous -DASM.
222
2232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * configure.ac: Require autoconf-2.60. Require automake-1.10.
226
2272006-02-08      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds: Add sections required by newer gcc versions.
230
2312006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am: Add preinstall.am.
234
2352005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * include/bsp.h: New header guard.
238
2392005-05-11      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/linkcmds: Add .rodata.* sections.
242
2432005-03-07      Joel Sherrill <joel@OARcorp.com>
244
245        * Makefile.am: Add timerstub so more tests link.
246
2472005-03-07      Joel Sherrill <joel@OARcorp.com>
248
249        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
250
2512005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
254
2552005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * Makefile.am: Remove build-variant support.
258
2592004-09-29      Joel Sherrill <joel@OARcorp.com>
260
261        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
262        removed.
263
2642004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * configure.ac: Require automake > 1.9.
267
2682004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        PR 610/bsps
271        * Makefile.am: Add include/tm27.h, Cosmetics.
272        * include/tm27.h: Final cosmetics.
273
2742004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        * include/bsp.h: Split out tmtest27 support.
277        * include/tm27.h: New.
278
2792004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
280
281        PR 613/bsps
282        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
283
2842004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        PR 614/bsps
287        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
288
2892004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
292        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
293        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
294
2952004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
296
297        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
298        types.
299
3002004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Reflect changes to bsp.am.
303        Preinstall dist_project_lib*.
304
3052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Reflect changes to bsp.am.
308
3092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
312
3132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
316        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
317        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
318        startup/Makefile.am, wrapup/Makefile.am: Remove.
319        Use automake compilation rules.
320        * configure.ac: Reflect changes above.
321
3222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Add PREINSTALL_DIRS.
325
3262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
329        Add PRE/TMPINSTALL_FILES to CLEANFILES.
330        * startup/Makefile.am: Ditto.
331
3322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Eliminate $(LIB).
335        Use noinst_DATA to trigger building libbsp.a.
336
3372003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
340        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
341
3422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
345        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
346
3472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
350
3512003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * clock/Makefile.am: Misc cleanups and fixes.
354        * start/Makefile.am: Misc cleanups and fixes.
355        * startup/Makefile.am: Misc cleanups and fixes.
356        * wrapup/Makefile.am: Misc cleanups and fixes.
357
3582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Add dirstamps to preinstallation.
361        * clock/Makefile.am: Cosmetics.
362        * console/Makefile.am: Cosmetics.
363        * startup/Makefile.am: Cosmetics.
364        * wrapup/Makefile.am: Cosmetics.
365
3662003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * clock/Makefile.am: Remove all-local: $(ARCH).
369        * console/Makefile.am: Remove all-local: $(ARCH).
370        * start/Makefile.am: Remove all-local: $(ARCH).
371        * startup/Makefile.am: Remove all-local: $(ARCH).
372        * wrapup/Makefile.am: Remove all-local: $(ARCH).
373
3742003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Merge-in include/Makefile.am.
377        Reflect changes to bsp.am.
378        * include/Makefile.am: Remove.
379        * configure.ac: Reflect changes above.
380
3812003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * bsp_specs: Remove *lib:.
384
3852003-09-04      Joel Sherrill <joel@OARcorp.com>
386
387        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
388        license changed.
389
3902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Reflect having moved aclocal/.
393
3942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Reflect having moved automake/.
397        * clock/Makefile.am: Reflect having moved automake/.
398        * console/Makefile.am: Reflect having moved automake/.
399        * include/Makefile.am: Reflect having moved automake/.
400        * start/Makefile.am: Reflect having moved automake/.
401        * startup/Makefile.am: Reflect having moved automake/.
402        * wrapup/Makefile.am: Reflect having moved automake/.
403
4042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
407
4082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        PR 445/bsps
411        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
412        Remove cpp, old_cpp (now unused).
413
4142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Remove AC_CONFIG_AUX_DIR.
417
4182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
421
4222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: AC_PREREQ(2.57).
425
4262003-01-20      Joel Sherrill <joel@OARcorp.com>
427
428        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
429
4302002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
434        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
435        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
436
4372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * start/Makefile.am: Use install-data-local to install startfile.
440
4412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
444
4452002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
448        a routine to call.
449
4502002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * startup/bspstart.c: Remove ramStart to eliminate warning.
453
4542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * .cvsignore: Reformat.
457        Add autom4te*cache.
458        Remove autom4te.cache.
459
4602002-08-21      Joel Sherrill <joel@OARcorp.com>
461
462        * bsp_specs: Added support for -nostdlibs.
463
4642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
467        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
470        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
471
4722002-08-05      Joel Sherrill <joel@OARcorp.com>
473
474        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
475        to avoid overlapping sections and reworked the way the heap and
476        workspace are calculated.
477
4782002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * start/Makefile.am: Eliminate PGM.
481        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
482
4832002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
486
4872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
490        Remove $(OBJS) from all-local.
491
4922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * wrapup/Makefile.am: Add $(LIB) to all-local.
495
4962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
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        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
512
5132002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
516
5172001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
520        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
521
5222001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
525        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
526
5272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
530
5312001-10-12      Joel Sherrill <joel@OARcorp.com>
532
533        * console/console-io.c: Fixed typo.
534
5352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
538        * configure.in: Remove.
539        * configure.ac: New file, generated from configure.in by autoupdate.
540
5412001-09-27      Joel Sherrill <joel@OARcorp.com>
542
543        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
544
5452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * include/Makefile.am: Use 'CLEANFILES ='.
548        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
549
5502001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.in: Add bspopts.h.
553        * include/.cvsignore: Add bspopts.h*, stamp-h*.
554        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
555        * include/bsp.h: Include bspopts.h.
556
5572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
558
559        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
560
5612001-01-03      Joel Sherrill <joel@OARcorp.com>
562
563        * console/console-io.c: Added console_initialize_hardware().
564
5652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
568
5692000-11-09      Joel Sherrill <joel@OARcorp.com>
570
571        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
572        wrapup/Makefile.am: Added include of stub clock driver so ticker
573        would link.
574
5752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
578
5792000-11-01      Joel Sherrill <joel@OARcorp.com>
580
581        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
582        libcsupport.h moved from libc to lib/include/rtems and
583        now must be referenced as <rtems/XXX.h>.   Header file order
584        was cleaned up while doing this.
585
5862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
589        Switch to GNU canonicalization.
590
5912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
594        wrapup/Makefile.am: Include compile.am
595
5962000-08-10      Joel Sherrill <joel@OARcorp.com>
597
598        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.