source: rtems/c/src/lib/libbsp/m32r/m32rsim/ChangeLog @ bd6cbca3

4.115
Last change on this file since bd6cbca3 was bd6cbca3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:15:54

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

  • include/bsp.h: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 17.7 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102011-01-31      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * startup/bspreset.c: New file.
13
142011-01-31      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * Makefile.am, configure.ac, console/console-io.c, include/bsp.h,
17        start/start.S: Create dedicated bsp_reset() and clean up.
18
192010-05-31      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * start/start.S: Pass 0/NULL for argc/argv.
22
232009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/m32rsim.cfg: Remove RTEMS_BSP_FAMILY.
26
272009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Don't add -ansi -fasm to CFLAGS.
30
312009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * make/custom/m32rsim.cfg: New (relocated from /make/custom).
34
352009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
38
39 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
42        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
43        have the same options.
44
452009-04-28      Chris Johns <chrisj@rtems.org>
46
47        * start/start.S: Update for boot_card command line change.
48
492008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * bsp_specs: Move -e start from *link to *startfile to avoid warning
52        for undefined entry symbol when linking relocatables with binutils
53        2.19.
54
552008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
58        preinstall.am, console/console-io.c, console/syscalls.S,
59        console/trap0.S, include/.cvsignore, include/bsp.h, include/tm27.h,
60        start/start.S, startup/linkcmds: New files.
61
622008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
65
662008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * console/console-io.c: Add missing file and remove junk code.
69        * console/syscalls.S: New file.
70
712008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * startup/linkcmds: Simulator now appears to have 16M RAM support by
74        default in gdb 6.8.
75
762008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * Makefile.am, console/console-io.c, include/bsp.h:
79
802008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * configure.ac: Make letting boot_card() handle work area allocation
83        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
84        BSP_BOOTCARD_OPTIONS.
85
862008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.am: Split out bspstart contents. Use shared stub for
89        bsp_start.
90        * startup/h8bdinstallirq.c: New file.
91        * startup/bspstart.c: Removed.
92
932008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * include/bsp.h: Remove unnecessary boilerplate comments.
96
972008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * Makefile.am, startup/linkcmds: Use top level shared
100        bsp_get_work_area() implementation.
101        * startup/bspgetworkarea.c: Removed.
102
1032008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * startup/bspstart.c: Remove unnecessary includes of
106        rtems/libcsupport.h and rtems/libio.h.
107
1082008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
111        Split out bsp_get_work_area() into its own file and user BSP
112        Framework to perform more initialization.
113        * startup/bspgetworkarea.c: New file.
114
1152008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
118        phase, all prototypes were removed from bsp.h and empty
119        implementations were removed and made to use the shared stub.
120
1212008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * startup/__main.c: Add missing prototypes.
124
1252008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
128        Framework to ask the BSP where it has memory for the RTEMS Workspace
129        and C Program Heap. These collectively are referred to as work area.
130        If the BSP supports this, then it does not have to include code to
131        split the available memory between the two areas. This reduces the
132        amount of code in the BSP specific bspstart.c file. Additionally, the
133        shared framework can initialize the C Library, call
134        rtems_debug_enable(), and dirty the work area memory. Until most/all
135        BSPs support this new capability, if the BSP supports this, it should
136        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
137        When the transition is complete, this autoconf macro can be removed.
138
1392008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * Makefile.am: Rework to avoid .rel files.
142
1432008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * startup/bspstart.c: Refactored and renamed initialization routines to
146        rtems_initialize_data_structures, rtems_initialize_before_drivers,
147        rtems_initialize_device_drivers, and
148        rtems_initialize_start_multitasking. This opened the sequence up so
149        that bootcard() could provide a more robust and flexible framework
150        which is easier to explain and understand. This also lays the
151        groundwork for sharing the division of available memory between the
152        RTEMS workspace and heap and the C library initialization across all
153        BSPs.
154
1552007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
158        Configuration Table. Use the RTEMS provided accessor macros to obtain
159        configuration fields.
160
1612007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
164        Configuration Table. Eliminate CPU Table from all ports. Delete
165        references to CPU Table in all forms.
166
1672007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
170        Table fields to the Configuration Table. This included
171        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
172        do_zero_of_workspace, extra_mpci_receive_server_stack,
173        stack_allocate_hook, and stack_free_hook. As a side-effect of this
174        effort some multiprocessing code was made conditional and some style
175        clean up occurred.
176
1772007-05-03      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/linkcmds: Handle .data.* sections
180
1812007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * bsp_specs: Remove qrtems_debug.
184
1852006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * configure.ac: New BUG-REPORT address.
188
1892006-11-15      Joel Sherrill <joel@OARcorp.com>
190
191        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
192        file and simplified initialization.
193
1942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * Makefile.am: Remove superfluous -DASM.
197
1982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * configure.ac: Require autoconf-2.60. Require automake-1.10.
201
2022006-02-08      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Add sections required by newer gcc versions.
205
2062006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * Makefile.am: Add preinstall.am.
209
2102005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * include/bsp.h: New header guard.
213
2142005-05-11      Joel Sherrill <joel@OARcorp.com>
215
216        * startup/linkcmds: Add .rodata.* sections.
217
2182005-03-07      Joel Sherrill <joel@OARcorp.com>
219
220        * Makefile.am: Add timerstub so more tests link.
221
2222005-03-07      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
225
2262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
229
2302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Remove build-variant support.
233
2342004-09-29      Joel Sherrill <joel@OARcorp.com>
235
236        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
237        removed.
238
2392004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        * configure.ac: Require automake > 1.9.
242
2432004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        PR 610/bsps
246        * Makefile.am: Add include/tm27.h, Cosmetics.
247        * include/tm27.h: Final cosmetics.
248
2492004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
250
251        * include/bsp.h: Split out tmtest27 support.
252        * include/tm27.h: New.
253
2542004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        PR 613/bsps
257        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
258
2592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        PR 614/bsps
262        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
263
2642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
267        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
268        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
269
2702004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
273        types.
274
2752004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Reflect changes to bsp.am.
278        Preinstall dist_project_lib*.
279
2802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Reflect changes to bsp.am.
283
2842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
287
2882004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
291        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
292        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
293        startup/Makefile.am, wrapup/Makefile.am: Remove.
294        Use automake compilation rules.
295        * configure.ac: Reflect changes above.
296
2972004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Add PREINSTALL_DIRS.
300
3012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
304        Add PRE/TMPINSTALL_FILES to CLEANFILES.
305        * startup/Makefile.am: Ditto.
306
3072004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Eliminate $(LIB).
310        Use noinst_DATA to trigger building libbsp.a.
311
3122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
315        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
316
3172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
320        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
321
3222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
325
3262003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * clock/Makefile.am: Misc cleanups and fixes.
329        * start/Makefile.am: Misc cleanups and fixes.
330        * startup/Makefile.am: Misc cleanups and fixes.
331        * wrapup/Makefile.am: Misc cleanups and fixes.
332
3332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Add dirstamps to preinstallation.
336        * clock/Makefile.am: Cosmetics.
337        * console/Makefile.am: Cosmetics.
338        * startup/Makefile.am: Cosmetics.
339        * wrapup/Makefile.am: Cosmetics.
340
3412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * clock/Makefile.am: Remove all-local: $(ARCH).
344        * console/Makefile.am: Remove all-local: $(ARCH).
345        * start/Makefile.am: Remove all-local: $(ARCH).
346        * startup/Makefile.am: Remove all-local: $(ARCH).
347        * wrapup/Makefile.am: Remove all-local: $(ARCH).
348
3492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Merge-in include/Makefile.am.
352        Reflect changes to bsp.am.
353        * include/Makefile.am: Remove.
354        * configure.ac: Reflect changes above.
355
3562003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * bsp_specs: Remove *lib:.
359
3602003-09-04      Joel Sherrill <joel@OARcorp.com>
361
362        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
363        license changed.
364
3652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect having moved aclocal/.
368
3692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Reflect having moved automake/.
372        * clock/Makefile.am: Reflect having moved automake/.
373        * console/Makefile.am: Reflect having moved automake/.
374        * include/Makefile.am: Reflect having moved automake/.
375        * start/Makefile.am: Reflect having moved automake/.
376        * startup/Makefile.am: Reflect having moved automake/.
377        * wrapup/Makefile.am: Reflect having moved automake/.
378
3792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
382
3832003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        PR 445/bsps
386        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
387        Remove cpp, old_cpp (now unused).
388
3892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Remove AC_CONFIG_AUX_DIR.
392
3932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
396
3972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: AC_PREREQ(2.57).
400
4012003-01-20      Joel Sherrill <joel@OARcorp.com>
402
403        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
404
4052002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
409        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
410        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
411
4122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * start/Makefile.am: Use install-data-local to install startfile.
415
4162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
419
4202002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
423        a routine to call.
424
4252002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * startup/bspstart.c: Remove ramStart to eliminate warning.
428
4292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * .cvsignore: Reformat.
432        Add autom4te*cache.
433        Remove autom4te.cache.
434
4352002-08-21      Joel Sherrill <joel@OARcorp.com>
436
437        * bsp_specs: Added support for -nostdlibs.
438
4392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
442        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
445        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
446
4472002-08-05      Joel Sherrill <joel@OARcorp.com>
448
449        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
450        to avoid overlapping sections and reworked the way the heap and
451        workspace are calculated.
452
4532002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * start/Makefile.am: Eliminate PGM.
456        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
457
4582002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
461
4622002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
465        Remove $(OBJS) from all-local.
466
4672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * wrapup/Makefile.am: Add $(LIB) to all-local.
470
4712002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
474
4752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac:
478        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
479        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
480        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
487
4882002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
491
4922001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
495        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
496
4972001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
500        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
501
5022001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
505
5062001-10-12      Joel Sherrill <joel@OARcorp.com>
507
508        * console/console-io.c: Fixed typo.
509
5102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
513        * configure.in: Remove.
514        * configure.ac: New file, generated from configure.in by autoupdate.
515
5162001-09-27      Joel Sherrill <joel@OARcorp.com>
517
518        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
519
5202001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * include/Makefile.am: Use 'CLEANFILES ='.
523        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
524
5252001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.in: Add bspopts.h.
528        * include/.cvsignore: Add bspopts.h*, stamp-h*.
529        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
530        * include/bsp.h: Include bspopts.h.
531
5322001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
533
534        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
535
5362001-01-03      Joel Sherrill <joel@OARcorp.com>
537
538        * console/console-io.c: Added console_initialize_hardware().
539
5402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
543
5442000-11-09      Joel Sherrill <joel@OARcorp.com>
545
546        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
547        wrapup/Makefile.am: Added include of stub clock driver so ticker
548        would link.
549
5502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
553
5542000-11-01      Joel Sherrill <joel@OARcorp.com>
555
556        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
557        libcsupport.h moved from libc to lib/include/rtems and
558        now must be referenced as <rtems/XXX.h>.   Header file order
559        was cleaned up while doing this.
560
5612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
564        Switch to GNU canonicalization.
565
5662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
569        wrapup/Makefile.am: Include compile.am
570
5712000-08-10      Joel Sherrill <joel@OARcorp.com>
572
573        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.