source: rtems/c/src/lib/libbsp/m32r/m32rsim/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: 17.8 KB
Line 
12011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Don't reference non-existing files.
4
52011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * include/bsp.h:
8        Use "__asm__" instead of "asm" for improved c99-compliance.
9
102011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.68, automake-1.11.1.
13
142011-01-31      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * startup/bspreset.c: New file.
17
182011-01-31      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * Makefile.am, configure.ac, console/console-io.c, include/bsp.h,
21        start/start.S: Create dedicated bsp_reset() and clean up.
22
232010-05-31      Joel Sherrill <joel.sherrilL@OARcorp.com>
24
25        * start/start.S: Pass 0/NULL for argc/argv.
26
272009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * make/custom/m32rsim.cfg: Remove RTEMS_BSP_FAMILY.
30
312009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Don't add -ansi -fasm to CFLAGS.
34
352009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * make/custom/m32rsim.cfg: New (relocated from /make/custom).
38
392009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
42
43 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
46        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
47        have the same options.
48
492009-04-28      Chris Johns <chrisj@rtems.org>
50
51        * start/start.S: Update for boot_card command line change.
52
532008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * bsp_specs: Move -e start from *link to *startfile to avoid warning
56        for undefined entry symbol when linking relocatables with binutils
57        2.19.
58
592008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
62        preinstall.am, console/console-io.c, console/syscalls.S,
63        console/trap0.S, include/.cvsignore, include/bsp.h, include/tm27.h,
64        start/start.S, startup/linkcmds: New files.
65
662008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
69
702008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * console/console-io.c: Add missing file and remove junk code.
73        * console/syscalls.S: New file.
74
752008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * startup/linkcmds: Simulator now appears to have 16M RAM support by
78        default in gdb 6.8.
79
802008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * Makefile.am, console/console-io.c, include/bsp.h:
83
842008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * configure.ac: Make letting boot_card() handle work area allocation
87        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
88        BSP_BOOTCARD_OPTIONS.
89
902008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am: Split out bspstart contents. Use shared stub for
93        bsp_start.
94        * startup/h8bdinstallirq.c: New file.
95        * startup/bspstart.c: Removed.
96
972008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * include/bsp.h: Remove unnecessary boilerplate comments.
100
1012008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * Makefile.am, startup/linkcmds: Use top level shared
104        bsp_get_work_area() implementation.
105        * startup/bspgetworkarea.c: Removed.
106
1072008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * startup/bspstart.c: Remove unnecessary includes of
110        rtems/libcsupport.h and rtems/libio.h.
111
1122008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
115        Split out bsp_get_work_area() into its own file and user BSP
116        Framework to perform more initialization.
117        * startup/bspgetworkarea.c: New file.
118
1192008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
122        phase, all prototypes were removed from bsp.h and empty
123        implementations were removed and made to use the shared stub.
124
1252008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * startup/__main.c: Add missing prototypes.
128
1292008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
132        Framework to ask the BSP where it has memory for the RTEMS Workspace
133        and C Program Heap. These collectively are referred to as work area.
134        If the BSP supports this, then it does not have to include code to
135        split the available memory between the two areas. This reduces the
136        amount of code in the BSP specific bspstart.c file. Additionally, the
137        shared framework can initialize the C Library, call
138        rtems_debug_enable(), and dirty the work area memory. Until most/all
139        BSPs support this new capability, if the BSP supports this, it should
140        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
141        When the transition is complete, this autoconf macro can be removed.
142
1432008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * Makefile.am: Rework to avoid .rel files.
146
1472008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * startup/bspstart.c: Refactored and renamed initialization routines to
150        rtems_initialize_data_structures, rtems_initialize_before_drivers,
151        rtems_initialize_device_drivers, and
152        rtems_initialize_start_multitasking. This opened the sequence up so
153        that bootcard() could provide a more robust and flexible framework
154        which is easier to explain and understand. This also lays the
155        groundwork for sharing the division of available memory between the
156        RTEMS workspace and heap and the C library initialization across all
157        BSPs.
158
1592007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
162        Configuration Table. Use the RTEMS provided accessor macros to obtain
163        configuration fields.
164
1652007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
168        Configuration Table. Eliminate CPU Table from all ports. Delete
169        references to CPU Table in all forms.
170
1712007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
174        Table fields to the Configuration Table. This included
175        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
176        do_zero_of_workspace, extra_mpci_receive_server_stack,
177        stack_allocate_hook, and stack_free_hook. As a side-effect of this
178        effort some multiprocessing code was made conditional and some style
179        clean up occurred.
180
1812007-05-03      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds: Handle .data.* sections
184
1852007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * bsp_specs: Remove qrtems_debug.
188
1892006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * configure.ac: New BUG-REPORT address.
192
1932006-11-15      Joel Sherrill <joel@OARcorp.com>
194
195        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
196        file and simplified initialization.
197
1982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * Makefile.am: Remove superfluous -DASM.
201
2022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * configure.ac: Require autoconf-2.60. Require automake-1.10.
205
2062006-02-08      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds: Add sections required by newer gcc versions.
209
2102006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * Makefile.am: Add preinstall.am.
213
2142005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * include/bsp.h: New header guard.
217
2182005-05-11      Joel Sherrill <joel@OARcorp.com>
219
220        * startup/linkcmds: Add .rodata.* sections.
221
2222005-03-07      Joel Sherrill <joel@OARcorp.com>
223
224        * Makefile.am: Add timerstub so more tests link.
225
2262005-03-07      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
229
2302005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
233
2342005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * Makefile.am: Remove build-variant support.
237
2382004-09-29      Joel Sherrill <joel@OARcorp.com>
239
240        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
241        removed.
242
2432004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * configure.ac: Require automake > 1.9.
246
2472004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        PR 610/bsps
250        * Makefile.am: Add include/tm27.h, Cosmetics.
251        * include/tm27.h: Final cosmetics.
252
2532004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        * include/bsp.h: Split out tmtest27 support.
256        * include/tm27.h: New.
257
2582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        PR 613/bsps
261        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
262
2632004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        PR 614/bsps
266        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
267
2682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
271        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
272        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
273
2742004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
277        types.
278
2792004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Reflect changes to bsp.am.
282        Preinstall dist_project_lib*.
283
2842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Reflect changes to bsp.am.
287
2882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
291
2922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
295        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
296        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
297        startup/Makefile.am, wrapup/Makefile.am: Remove.
298        Use automake compilation rules.
299        * configure.ac: Reflect changes above.
300
3012004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Add PREINSTALL_DIRS.
304
3052004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
308        Add PRE/TMPINSTALL_FILES to CLEANFILES.
309        * startup/Makefile.am: Ditto.
310
3112004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Eliminate $(LIB).
314        Use noinst_DATA to trigger building libbsp.a.
315
3162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
319        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
320
3212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
324        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
325
3262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
329
3302003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * clock/Makefile.am: Misc cleanups and fixes.
333        * start/Makefile.am: Misc cleanups and fixes.
334        * startup/Makefile.am: Misc cleanups and fixes.
335        * wrapup/Makefile.am: Misc cleanups and fixes.
336
3372003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Add dirstamps to preinstallation.
340        * clock/Makefile.am: Cosmetics.
341        * console/Makefile.am: Cosmetics.
342        * startup/Makefile.am: Cosmetics.
343        * wrapup/Makefile.am: Cosmetics.
344
3452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * clock/Makefile.am: Remove all-local: $(ARCH).
348        * console/Makefile.am: Remove all-local: $(ARCH).
349        * start/Makefile.am: Remove all-local: $(ARCH).
350        * startup/Makefile.am: Remove all-local: $(ARCH).
351        * wrapup/Makefile.am: Remove all-local: $(ARCH).
352
3532003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Merge-in include/Makefile.am.
356        Reflect changes to bsp.am.
357        * include/Makefile.am: Remove.
358        * configure.ac: Reflect changes above.
359
3602003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * bsp_specs: Remove *lib:.
363
3642003-09-04      Joel Sherrill <joel@OARcorp.com>
365
366        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
367        license changed.
368
3692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Reflect having moved aclocal/.
372
3732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Reflect having moved automake/.
376        * clock/Makefile.am: Reflect having moved automake/.
377        * console/Makefile.am: Reflect having moved automake/.
378        * include/Makefile.am: Reflect having moved automake/.
379        * start/Makefile.am: Reflect having moved automake/.
380        * startup/Makefile.am: Reflect having moved automake/.
381        * wrapup/Makefile.am: Reflect having moved automake/.
382
3832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
386
3872003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        PR 445/bsps
390        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
391        Remove cpp, old_cpp (now unused).
392
3932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Remove AC_CONFIG_AUX_DIR.
396
3972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
400
4012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: AC_PREREQ(2.57).
404
4052003-01-20      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
408
4092002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415
4162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * start/Makefile.am: Use install-data-local to install startfile.
419
4202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
423
4242002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
427        a routine to call.
428
4292002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * startup/bspstart.c: Remove ramStart to eliminate warning.
432
4332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * .cvsignore: Reformat.
436        Add autom4te*cache.
437        Remove autom4te.cache.
438
4392002-08-21      Joel Sherrill <joel@OARcorp.com>
440
441        * bsp_specs: Added support for -nostdlibs.
442
4432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
450
4512002-08-05      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
454        to avoid overlapping sections and reworked the way the heap and
455        workspace are calculated.
456
4572002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * start/Makefile.am: Eliminate PGM.
460        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
461
4622002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
465
4662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
469        Remove $(OBJS) from all-local.
470
4712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * wrapup/Makefile.am: Add $(LIB) to all-local.
474
4752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
478
4792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac:
482        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
483        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
484        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
491
4922002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
495
4962001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
499        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
500
5012001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
504        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
505
5062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
509
5102001-10-12      Joel Sherrill <joel@OARcorp.com>
511
512        * console/console-io.c: Fixed typo.
513
5142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
517        * configure.in: Remove.
518        * configure.ac: New file, generated from configure.in by autoupdate.
519
5202001-09-27      Joel Sherrill <joel@OARcorp.com>
521
522        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
523
5242001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * include/Makefile.am: Use 'CLEANFILES ='.
527        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
528
5292001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.in: Add bspopts.h.
532        * include/.cvsignore: Add bspopts.h*, stamp-h*.
533        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
534        * include/bsp.h: Include bspopts.h.
535
5362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
537
538        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
539
5402001-01-03      Joel Sherrill <joel@OARcorp.com>
541
542        * console/console-io.c: Added console_initialize_hardware().
543
5442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
547
5482000-11-09      Joel Sherrill <joel@OARcorp.com>
549
550        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
551        wrapup/Makefile.am: Added include of stub clock driver so ticker
552        would link.
553
5542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
557
5582000-11-01      Joel Sherrill <joel@OARcorp.com>
559
560        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
561        libcsupport.h moved from libc to lib/include/rtems and
562        now must be referenced as <rtems/XXX.h>.   Header file order
563        was cleaned up while doing this.
564
5652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
568        Switch to GNU canonicalization.
569
5702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
573        wrapup/Makefile.am: Include compile.am
574
5752000-08-10      Joel Sherrill <joel@OARcorp.com>
576
577        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.