source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ bb2b825

4.115
Last change on this file since bb2b825 was d72de56, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 11:25:49

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

  • Makefile.am: Don't reference non-existing files.
  • Property mode set to 100644
File size: 18.1 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
142009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * start/start.S: Remove warning.
17
182009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY.
21        * make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY.
22
232009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Don't add -ansi -fasm to CFLAGS.
26
272009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * make/custom/h8sim.cfg: New (relocated from /make/custom).
30        * make/custom/h8sxsim.cfg: New (relocated from /make/custom).
31
322009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
35
36 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
39        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
40        have the same options.
41
422009-04-28      Chris Johns <chrisj@rtems.org>
43
44        * start/start.S: Update for boot_card command line change.
45
462008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * bsp_specs: Move -e start from *link to *startfile to avoid warning
49        for undefined entry symbol when linking relocatables with binutils
50        2.19.
51
522008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * startup/linkcmds: Do not specify architecture since the linker gets
55        it right even with multiple variants.
56
572008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am, preinstall.am: Use shared tm27.h stub.
60        * include/tm27.h: Removed.
61
622008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
65        of building libbspstart.a, using automake-rules.
66
672008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Eliminate *_SOURCES.
70
712008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
74        components.
75
762008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Remove noinst_PROGRAMS (Unused).
79
802008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
83
842008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * console/console-io.c: Add missing file and remove junk code.
87        * console/syscalls.S: New file.
88
892008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * startup/linkcmds: Simulator now appears to have 16M RAM support by
92        default in gdb 6.8.
93
942008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, console/console-io.c, include/bsp.h:
97
982008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * configure.ac: Make letting boot_card() handle work area allocation
101        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
102        BSP_BOOTCARD_OPTIONS.
103
1042008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am: Split out bspstart contents. Use shared stub for
107        bsp_start.
108        * startup/h8bdinstallirq.c: New file.
109        * startup/bspstart.c: Removed.
110
1112008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * include/bsp.h: Remove unnecessary boilerplate comments.
114
1152008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * Makefile.am, startup/linkcmds: Use top level shared
118        bsp_get_work_area() implementation.
119        * startup/bspgetworkarea.c: Removed.
120
1212008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * startup/bspstart.c: Remove unnecessary includes of
124        rtems/libcsupport.h and rtems/libio.h.
125
1262008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
129        Split out bsp_get_work_area() into its own file and user BSP
130        Framework to perform more initialization.
131        * startup/bspgetworkarea.c: New file.
132
1332008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
136        phase, all prototypes were removed from bsp.h and empty
137        implementations were removed and made to use the shared stub.
138
1392008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * startup/__main.c: Add missing prototypes.
142
1432008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
146        Framework to ask the BSP where it has memory for the RTEMS Workspace
147        and C Program Heap. These collectively are referred to as work area.
148        If the BSP supports this, then it does not have to include code to
149        split the available memory between the two areas. This reduces the
150        amount of code in the BSP specific bspstart.c file. Additionally, the
151        shared framework can initialize the C Library, call
152        rtems_debug_enable(), and dirty the work area memory. Until most/all
153        BSPs support this new capability, if the BSP supports this, it should
154        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
155        When the transition is complete, this autoconf macro can be removed.
156
1572008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * Makefile.am: Rework to avoid .rel files.
160
1612008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * startup/bspstart.c: Refactored and renamed initialization routines to
164        rtems_initialize_data_structures, rtems_initialize_before_drivers,
165        rtems_initialize_device_drivers, and
166        rtems_initialize_start_multitasking. This opened the sequence up so
167        that bootcard() could provide a more robust and flexible framework
168        which is easier to explain and understand. This also lays the
169        groundwork for sharing the division of available memory between the
170        RTEMS workspace and heap and the C library initialization across all
171        BSPs.
172
1732007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
176        Configuration Table. Use the RTEMS provided accessor macros to obtain
177        configuration fields.
178
1792007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
182        Configuration Table. Eliminate CPU Table from all ports. Delete
183        references to CPU Table in all forms.
184
1852007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
188        Table fields to the Configuration Table. This included
189        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
190        do_zero_of_workspace, extra_mpci_receive_server_stack,
191        stack_allocate_hook, and stack_free_hook. As a side-effect of this
192        effort some multiprocessing code was made conditional and some style
193        clean up occurred.
194
1952007-05-03      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: Handle .data.* sections
198
1992007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * bsp_specs: Remove qrtems_debug.
202
2032006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * configure.ac: New BUG-REPORT address.
206
2072006-11-15      Joel Sherrill <joel@OARcorp.com>
208
209        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
210        file and simplified initialization.
211
2122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * Makefile.am: Remove superfluous -DASM.
215
2162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * configure.ac: Require autoconf-2.60. Require automake-1.10.
219
2202006-02-08      Joel Sherrill <joel@OARcorp.com>
221
222        * startup/linkcmds: Add sections required by newer gcc versions.
223
2242006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Add preinstall.am.
227
2282005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * include/bsp.h: New header guard.
231
2322005-05-11      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/linkcmds: Add .rodata.* sections.
235
2362005-03-07      Joel Sherrill <joel@OARcorp.com>
237
238        * Makefile.am: Add timerstub so more tests link.
239
2402005-03-07      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
243
2442005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
247
2482005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * Makefile.am: Remove build-variant support.
251
2522004-09-29      Joel Sherrill <joel@OARcorp.com>
253
254        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
255        removed.
256
2572004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        * configure.ac: Require automake > 1.9.
260
2612004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        PR 610/bsps
264        * Makefile.am: Add include/tm27.h, Cosmetics.
265        * include/tm27.h: Final cosmetics.
266
2672004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * include/bsp.h: Split out tmtest27 support.
270        * include/tm27.h: New.
271
2722004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
273
274        PR 613/bsps
275        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
276
2772004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
278
279        PR 614/bsps
280        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
281
2822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
285        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
286        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
287
2882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
291        types.
292
2932004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Reflect changes to bsp.am.
296        Preinstall dist_project_lib*.
297
2982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Reflect changes to bsp.am.
301
3022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
305
3062004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
309        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
310        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
311        startup/Makefile.am, wrapup/Makefile.am: Remove.
312        Use automake compilation rules.
313        * configure.ac: Reflect changes above.
314
3152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Add PREINSTALL_DIRS.
318
3192004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
322        Add PRE/TMPINSTALL_FILES to CLEANFILES.
323        * startup/Makefile.am: Ditto.
324
3252004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Eliminate $(LIB).
328        Use noinst_DATA to trigger building libbsp.a.
329
3302003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
333        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
334
3352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
338        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
339
3402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
343
3442003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * clock/Makefile.am: Misc cleanups and fixes.
347        * start/Makefile.am: Misc cleanups and fixes.
348        * startup/Makefile.am: Misc cleanups and fixes.
349        * wrapup/Makefile.am: Misc cleanups and fixes.
350
3512003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Add dirstamps to preinstallation.
354        * clock/Makefile.am: Cosmetics.
355        * console/Makefile.am: Cosmetics.
356        * startup/Makefile.am: Cosmetics.
357        * wrapup/Makefile.am: Cosmetics.
358
3592003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * clock/Makefile.am: Remove all-local: $(ARCH).
362        * console/Makefile.am: Remove all-local: $(ARCH).
363        * start/Makefile.am: Remove all-local: $(ARCH).
364        * startup/Makefile.am: Remove all-local: $(ARCH).
365        * wrapup/Makefile.am: Remove all-local: $(ARCH).
366
3672003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Merge-in include/Makefile.am.
370        Reflect changes to bsp.am.
371        * include/Makefile.am: Remove.
372        * configure.ac: Reflect changes above.
373
3742003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * bsp_specs: Remove *lib:.
377
3782003-09-04      Joel Sherrill <joel@OARcorp.com>
379
380        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
381        license changed.
382
3832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Reflect having moved aclocal/.
386
3872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Reflect having moved automake/.
390        * clock/Makefile.am: Reflect having moved automake/.
391        * console/Makefile.am: Reflect having moved automake/.
392        * include/Makefile.am: Reflect having moved automake/.
393        * start/Makefile.am: Reflect having moved automake/.
394        * startup/Makefile.am: Reflect having moved automake/.
395        * wrapup/Makefile.am: Reflect having moved automake/.
396
3972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
400
4012003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        PR 445/bsps
404        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
405        Remove cpp, old_cpp (now unused).
406
4072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: Remove AC_CONFIG_AUX_DIR.
410
4112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
414
4152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: AC_PREREQ(2.57).
418
4192003-01-20      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
422
4232002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
426        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429
4302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * start/Makefile.am: Use install-data-local to install startfile.
433
4342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
437
4382002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
441        a routine to call.
442
4432002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * startup/bspstart.c: Remove ramStart to eliminate warning.
446
4472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * .cvsignore: Reformat.
450        Add autom4te*cache.
451        Remove autom4te.cache.
452
4532002-08-21      Joel Sherrill <joel@OARcorp.com>
454
455        * bsp_specs: Added support for -nostdlibs.
456
4572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
464
4652002-08-05      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
468        to avoid overlapping sections and reworked the way the heap and
469        workspace are calculated.
470
4712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * start/Makefile.am: Eliminate PGM.
474        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
475
4762002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
479
4802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
483        Remove $(OBJS) from all-local.
484
4852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * wrapup/Makefile.am: Add $(LIB) to all-local.
488
4892002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
492
4932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac:
496        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
497        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
498        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
505
5062002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
509
5102001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
513        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
514
5152001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
518        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
519
5202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
523
5242001-10-12      Joel Sherrill <joel@OARcorp.com>
525
526        * console/console-io.c: Fixed typo.
527
5282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
531        * configure.in: Remove.
532        * configure.ac: New file, generated from configure.in by autoupdate.
533
5342001-09-27      Joel Sherrill <joel@OARcorp.com>
535
536        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
537
5382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * include/Makefile.am: Use 'CLEANFILES ='.
541        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
542
5432001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.in: Add bspopts.h.
546        * include/.cvsignore: Add bspopts.h*, stamp-h*.
547        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
548        * include/bsp.h: Include bspopts.h.
549
5502001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
551
552        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
553
5542001-01-03      Joel Sherrill <joel@OARcorp.com>
555
556        * console/console-io.c: Added console_initialize_hardware().
557
5582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
561
5622000-11-09      Joel Sherrill <joel@OARcorp.com>
563
564        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
565        wrapup/Makefile.am: Added include of stub clock driver so ticker
566        would link.
567
5682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
571
5722000-11-01      Joel Sherrill <joel@OARcorp.com>
573
574        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
575        libcsupport.h moved from libc to lib/include/rtems and
576        now must be referenced as <rtems/XXX.h>.   Header file order
577        was cleaned up while doing this.
578
5792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
582        Switch to GNU canonicalization.
583
5842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
587        wrapup/Makefile.am: Include compile.am
588
5892000-08-10      Joel Sherrill <joel@OARcorp.com>
590
591        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.