source: rtems/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog @ 54fef8b

4.115
Last change on this file since 54fef8b was 54fef8b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/25/11 at 10:49:07

2011-02-25 Ralf Corsépius <ralf.corsepius@…>

  • tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU. Fix package name.
  • Property mode set to 100644
File size: 18.1 KB
Line 
12011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
4        Fix package name.
5
62011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * include/bsp.h:
9        Use "__asm__" instead of "asm" for improved c99-compliance.
10
112011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * timer/timer.c: Include <rtems/btimer.h>.
14        Fix benchmark_timer_read() definition.
15
162011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: Require autoconf-2.68, automake-1.11.1.
19
202011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
23
242010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * start/start.S: Verify boot_card() is passed a NULL.
27
282009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * make/custom/m32csim.cfg: Remove RTEMS_BSP_FAMILY.
31
322009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Don't add -ansi -fasm to CFLAGS.
35
362009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * make/custom/m32csim.cfg: New (relocated from /make/custom).
39
402009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
43
44 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
47        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
48        have the same options.
49
502009-05-18      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * console/console-io.c: Fix typo.
53
542009-04-28      Chris Johns <chrisj@rtems.org>
55
56        * start/start.S: Update for boot_card command line change.
57
582008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * bsp_specs, tools/runtest.in: Move -e start from *link to *startfile
61        to avoid warning for undefined entry symbol when linking relocatables
62        with binutils 2.19.
63
642008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * README: New file.
67
682008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
71        preinstall.am, console/console-io.c, console/syscalls.S,
72        include/.cvsignore, include/bsp.h, start/start.S, startup/bspstart.c,
73        startup/crtn.S, startup/linkcmds, timer/timer.c, tools/.cvsignore,
74        tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
75
762008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
79
802008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * console/console-io.c: Add missing file and remove junk code.
83        * console/syscalls.S: New file.
84
852008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * startup/linkcmds: Simulator now appears to have 16M RAM support by
88        default in gdb 6.8.
89
902008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am, console/console-io.c, include/bsp.h:
93
942008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * configure.ac: Make letting boot_card() handle work area allocation
97        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
98        BSP_BOOTCARD_OPTIONS.
99
1002008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile.am: Split out bspstart contents. Use shared stub for
103        bsp_start.
104        * startup/h8bdinstallirq.c: New file.
105        * startup/bspstart.c: Removed.
106
1072008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * include/bsp.h: Remove unnecessary boilerplate comments.
110
1112008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am, startup/linkcmds: Use top level shared
114        bsp_get_work_area() implementation.
115        * startup/bspgetworkarea.c: Removed.
116
1172008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * startup/bspstart.c: Remove unnecessary includes of
120        rtems/libcsupport.h and rtems/libio.h.
121
1222008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
125        Split out bsp_get_work_area() into its own file and user BSP
126        Framework to perform more initialization.
127        * startup/bspgetworkarea.c: New file.
128
1292008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
132        phase, all prototypes were removed from bsp.h and empty
133        implementations were removed and made to use the shared stub.
134
1352008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * startup/__main.c: Add missing prototypes.
138
1392008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
142        Framework to ask the BSP where it has memory for the RTEMS Workspace
143        and C Program Heap. These collectively are referred to as work area.
144        If the BSP supports this, then it does not have to include code to
145        split the available memory between the two areas. This reduces the
146        amount of code in the BSP specific bspstart.c file. Additionally, the
147        shared framework can initialize the C Library, call
148        rtems_debug_enable(), and dirty the work area memory. Until most/all
149        BSPs support this new capability, if the BSP supports this, it should
150        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
151        When the transition is complete, this autoconf macro can be removed.
152
1532008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am: Rework to avoid .rel files.
156
1572008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * startup/bspstart.c: Refactored and renamed initialization routines to
160        rtems_initialize_data_structures, rtems_initialize_before_drivers,
161        rtems_initialize_device_drivers, and
162        rtems_initialize_start_multitasking. This opened the sequence up so
163        that bootcard() could provide a more robust and flexible framework
164        which is easier to explain and understand. This also lays the
165        groundwork for sharing the division of available memory between the
166        RTEMS workspace and heap and the C library initialization across all
167        BSPs.
168
1692007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
172        Configuration Table. Use the RTEMS provided accessor macros to obtain
173        configuration fields.
174
1752007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
178        Configuration Table. Eliminate CPU Table from all ports. Delete
179        references to CPU Table in all forms.
180
1812007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
184        Table fields to the Configuration Table. This included
185        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
186        do_zero_of_workspace, extra_mpci_receive_server_stack,
187        stack_allocate_hook, and stack_free_hook. As a side-effect of this
188        effort some multiprocessing code was made conditional and some style
189        clean up occurred.
190
1912007-05-03      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds: Handle .data.* sections
194
1952007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * bsp_specs: Remove qrtems_debug.
198
1992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * configure.ac: New BUG-REPORT address.
202
2032006-11-15      Joel Sherrill <joel@OARcorp.com>
204
205        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
206        file and simplified initialization.
207
2082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Remove superfluous -DASM.
211
2122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * configure.ac: Require autoconf-2.60. Require automake-1.10.
215
2162006-02-08      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds: Add sections required by newer gcc versions.
219
2202006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * Makefile.am: Add preinstall.am.
223
2242005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * include/bsp.h: New header guard.
227
2282005-05-11      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: Add .rodata.* sections.
231
2322005-03-07      Joel Sherrill <joel@OARcorp.com>
233
234        * Makefile.am: Add timerstub so more tests link.
235
2362005-03-07      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
239
2402005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
243
2442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * Makefile.am: Remove build-variant support.
247
2482004-09-29      Joel Sherrill <joel@OARcorp.com>
249
250        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
251        removed.
252
2532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        * configure.ac: Require automake > 1.9.
256
2572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        PR 610/bsps
260        * Makefile.am: Add include/tm27.h, Cosmetics.
261        * include/tm27.h: Final cosmetics.
262
2632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        * include/bsp.h: Split out tmtest27 support.
266        * include/tm27.h: New.
267
2682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        PR 613/bsps
271        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
272
2732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        PR 614/bsps
276        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
277
2782004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
281        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
282        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
283
2842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
287        types.
288
2892004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Reflect changes to bsp.am.
292        Preinstall dist_project_lib*.
293
2942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Reflect changes to bsp.am.
297
2982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
301
3022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
305        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
306        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
307        startup/Makefile.am, wrapup/Makefile.am: Remove.
308        Use automake compilation rules.
309        * configure.ac: Reflect changes above.
310
3112004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Add PREINSTALL_DIRS.
314
3152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
318        Add PRE/TMPINSTALL_FILES to CLEANFILES.
319        * startup/Makefile.am: Ditto.
320
3212004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Eliminate $(LIB).
324        Use noinst_DATA to trigger building libbsp.a.
325
3262003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
329        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
330
3312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
334        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
335
3362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
339
3402003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * clock/Makefile.am: Misc cleanups and fixes.
343        * start/Makefile.am: Misc cleanups and fixes.
344        * startup/Makefile.am: Misc cleanups and fixes.
345        * wrapup/Makefile.am: Misc cleanups and fixes.
346
3472003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Add dirstamps to preinstallation.
350        * clock/Makefile.am: Cosmetics.
351        * console/Makefile.am: Cosmetics.
352        * startup/Makefile.am: Cosmetics.
353        * wrapup/Makefile.am: Cosmetics.
354
3552003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * clock/Makefile.am: Remove all-local: $(ARCH).
358        * console/Makefile.am: Remove all-local: $(ARCH).
359        * start/Makefile.am: Remove all-local: $(ARCH).
360        * startup/Makefile.am: Remove all-local: $(ARCH).
361        * wrapup/Makefile.am: Remove all-local: $(ARCH).
362
3632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Merge-in include/Makefile.am.
366        Reflect changes to bsp.am.
367        * include/Makefile.am: Remove.
368        * configure.ac: Reflect changes above.
369
3702003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * bsp_specs: Remove *lib:.
373
3742003-09-04      Joel Sherrill <joel@OARcorp.com>
375
376        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
377        license changed.
378
3792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Reflect having moved aclocal/.
382
3832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Reflect having moved automake/.
386        * clock/Makefile.am: Reflect having moved automake/.
387        * console/Makefile.am: Reflect having moved automake/.
388        * include/Makefile.am: Reflect having moved automake/.
389        * start/Makefile.am: Reflect having moved automake/.
390        * startup/Makefile.am: Reflect having moved automake/.
391        * wrapup/Makefile.am: Reflect having moved automake/.
392
3932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
396
3972003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        PR 445/bsps
400        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
401        Remove cpp, old_cpp (now unused).
402
4032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Remove AC_CONFIG_AUX_DIR.
406
4072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
410
4112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: AC_PREREQ(2.57).
414
4152003-01-20      Joel Sherrill <joel@OARcorp.com>
416
417        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
418
4192002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
422        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
423        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
424        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
425
4262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * start/Makefile.am: Use install-data-local to install startfile.
429
4302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433
4342002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
437        a routine to call.
438
4392002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * startup/bspstart.c: Remove ramStart to eliminate warning.
442
4432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * .cvsignore: Reformat.
446        Add autom4te*cache.
447        Remove autom4te.cache.
448
4492002-08-21      Joel Sherrill <joel@OARcorp.com>
450
451        * bsp_specs: Added support for -nostdlibs.
452
4532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
457        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
460
4612002-08-05      Joel Sherrill <joel@OARcorp.com>
462
463        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
464        to avoid overlapping sections and reworked the way the heap and
465        workspace are calculated.
466
4672002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * start/Makefile.am: Eliminate PGM.
470        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
471
4722002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
475
4762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
479        Remove $(OBJS) from all-local.
480
4812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Add $(LIB) to all-local.
484
4852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
488
4892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac:
492        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
493        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
494        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
501
5022002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
505
5062001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
509        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
510
5112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
514        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
515
5162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
519
5202001-10-12      Joel Sherrill <joel@OARcorp.com>
521
522        * console/console-io.c: Fixed typo.
523
5242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
527        * configure.in: Remove.
528        * configure.ac: New file, generated from configure.in by autoupdate.
529
5302001-09-27      Joel Sherrill <joel@OARcorp.com>
531
532        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
533
5342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * include/Makefile.am: Use 'CLEANFILES ='.
537        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
538
5392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.in: Add bspopts.h.
542        * include/.cvsignore: Add bspopts.h*, stamp-h*.
543        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
544        * include/bsp.h: Include bspopts.h.
545
5462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
547
548        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
549
5502001-01-03      Joel Sherrill <joel@OARcorp.com>
551
552        * console/console-io.c: Added console_initialize_hardware().
553
5542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
557
5582000-11-09      Joel Sherrill <joel@OARcorp.com>
559
560        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
561        wrapup/Makefile.am: Added include of stub clock driver so ticker
562        would link.
563
5642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
567
5682000-11-01      Joel Sherrill <joel@OARcorp.com>
569
570        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
571        libcsupport.h moved from libc to lib/include/rtems and
572        now must be referenced as <rtems/XXX.h>.   Header file order
573        was cleaned up while doing this.
574
5752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
578        Switch to GNU canonicalization.
579
5802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
583        wrapup/Makefile.am: Include compile.am
584
5852000-08-10      Joel Sherrill <joel@OARcorp.com>
586
587        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.