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

4.104.115
Last change on this file since 40c9350 was 40c9350, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:41:27

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 17.7 KB
RevLine 
[40c9350]12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY.
4        * make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY.
5
[de907016]62009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Don't add -ansi -fasm to CFLAGS.
9
[b687181]102009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * make/custom/h8sim.cfg: New (relocated from /make/custom).
13        * make/custom/h8sxsim.cfg: New (relocated from /make/custom).
14
[6b2b37d2]152009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
18
19 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
[d1be26b]20
21        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
22        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
23        have the same options.
24
[820d1ab0]252009-04-28      Chris Johns <chrisj@rtems.org>
26
27        * start/start.S: Update for boot_card command line change.
28
[df393962]292008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * bsp_specs: Move -e start from *link to *startfile to avoid warning
32        for undefined entry symbol when linking relocatables with binutils
33        2.19.
34
[356f558]352008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * startup/linkcmds: Do not specify architecture since the linker gets
38        it right even with multiple variants.
39
[9957dbf]402008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * Makefile.am, preinstall.am: Use shared tm27.h stub.
43        * include/tm27.h: Removed.
44
[56abb78]452008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
48        of building libbspstart.a, using automake-rules.
49
[64eb0c7]502008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate *_SOURCES.
53
[e94666d]542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
57        components.
58
[4ba8866]592008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Remove noinst_PROGRAMS (Unused).
62
[0aca941]632008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
66
[8b33b6af]672008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * console/console-io.c: Add missing file and remove junk code.
70        * console/syscalls.S: New file.
71
[93964629]722008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * startup/linkcmds: Simulator now appears to have 16M RAM support by
75        default in gdb 6.8.
76
[cf03ba2]772008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, console/console-io.c, include/bsp.h:
80
[95aa5e1]812008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * configure.ac: Make letting boot_card() handle work area allocation
84        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
85        BSP_BOOTCARD_OPTIONS.
86
[97c64b0]872008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am: Split out bspstart contents. Use shared stub for
90        bsp_start.
91        * startup/h8bdinstallirq.c: New file.
92        * startup/bspstart.c: Removed.
93
[ccceaf3]942008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * include/bsp.h: Remove unnecessary boilerplate comments.
97
[03f1297]982008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, startup/linkcmds: Use top level shared
101        bsp_get_work_area() implementation.
102        * startup/bspgetworkarea.c: Removed.
103
[a196084]1042008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * startup/bspstart.c: Remove unnecessary includes of
107        rtems/libcsupport.h and rtems/libio.h.
108
[ff32644e]1092008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
112        Split out bsp_get_work_area() into its own file and user BSP
113        Framework to perform more initialization.
114        * startup/bspgetworkarea.c: New file.
115
[4909a30]1162008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
119        phase, all prototypes were removed from bsp.h and empty
120        implementations were removed and made to use the shared stub.
121
[21a62ef0]1222008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * startup/__main.c: Add missing prototypes.
125
[dde1fedb]1262008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
129        Framework to ask the BSP where it has memory for the RTEMS Workspace
130        and C Program Heap. These collectively are referred to as work area.
131        If the BSP supports this, then it does not have to include code to
132        split the available memory between the two areas. This reduces the
133        amount of code in the BSP specific bspstart.c file. Additionally, the
134        shared framework can initialize the C Library, call
135        rtems_debug_enable(), and dirty the work area memory. Until most/all
136        BSPs support this new capability, if the BSP supports this, it should
137        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
138        When the transition is complete, this autoconf macro can be removed.
139
[1d0ee80e]1402008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am: Rework to avoid .rel files.
143
[6ea100c1]1442008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/bspstart.c: Refactored and renamed initialization routines to
147        rtems_initialize_data_structures, rtems_initialize_before_drivers,
148        rtems_initialize_device_drivers, and
149        rtems_initialize_start_multitasking. This opened the sequence up so
150        that bootcard() could provide a more robust and flexible framework
151        which is easier to explain and understand. This also lays the
152        groundwork for sharing the division of available memory between the
153        RTEMS workspace and heap and the C library initialization across all
154        BSPs.
155
[4130d8e2]1562007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
159        Configuration Table. Use the RTEMS provided accessor macros to obtain
160        configuration fields.
161
[cafa2c5]1622007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
165        Configuration Table. Eliminate CPU Table from all ports. Delete
166        references to CPU Table in all forms.
167
[558bc25]1682007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
171        Table fields to the Configuration Table. This included
172        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
173        do_zero_of_workspace, extra_mpci_receive_server_stack,
174        stack_allocate_hook, and stack_free_hook. As a side-effect of this
175        effort some multiprocessing code was made conditional and some style
176        clean up occurred.
177
[1144653]1782007-05-03      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds: Handle .data.* sections
181
[2948f70]1822007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * bsp_specs: Remove qrtems_debug.
185
[fcb0cd46]1862006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * configure.ac: New BUG-REPORT address.
189
[aa4369c]1902006-11-15      Joel Sherrill <joel@OARcorp.com>
191
192        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
193        file and simplified initialization.
194
[57357d9]1952006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Remove superfluous -DASM.
198
[754610f]1992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * configure.ac: Require autoconf-2.60. Require automake-1.10.
202
[4217b96]2032006-02-08      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/linkcmds: Add sections required by newer gcc versions.
206
[dec6a8da]2072006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Add preinstall.am.
210
[34c4852]2112005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * include/bsp.h: New header guard.
214
[a67e01e]2152005-05-11      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/linkcmds: Add .rodata.* sections.
218
[41b34c85]2192005-03-07      Joel Sherrill <joel@OARcorp.com>
220
221        * Makefile.am: Add timerstub so more tests link.
222
[d4d4d74c]2232005-03-07      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
226
[844609f9]2272005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
230
[db3fa14]2312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am: Remove build-variant support.
234
[8d942067]2352004-09-29      Joel Sherrill <joel@OARcorp.com>
236
237        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
238        removed.
239
[97891e5e]2402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * configure.ac: Require automake > 1.9.
243
[3defec6]2442004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        PR 610/bsps
247        * Makefile.am: Add include/tm27.h, Cosmetics.
248        * include/tm27.h: Final cosmetics.
249
[2ee14950]2502004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * include/bsp.h: Split out tmtest27 support.
253        * include/tm27.h: New.
254
[3344730a]2552004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        PR 613/bsps
258        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
259
[7dd6e8d]2602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        PR 614/bsps
263        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
264
[fb7a141]2652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
266
267        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
268        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
269        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
270
[195e6663]2712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
274        types.
275
[2a7f9a28]2762004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Reflect changes to bsp.am.
279        Preinstall dist_project_lib*.
280
[6ac101b]2812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Reflect changes to bsp.am.
284
[c24d7c84]2852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
288
[9b0804eb]2892004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
292        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
293        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
294        startup/Makefile.am, wrapup/Makefile.am: Remove.
295        Use automake compilation rules.
296        * configure.ac: Reflect changes above.
297
[aed95bd]2982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Add PREINSTALL_DIRS.
301
[545f0f0a]3022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
305        Add PRE/TMPINSTALL_FILES to CLEANFILES.
306        * startup/Makefile.am: Ditto.
307
[6411947]3082004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Eliminate $(LIB).
311        Use noinst_DATA to trigger building libbsp.a.
312
[b35414a]3132003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
316        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
317
[935773b]3182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
321        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
322
[810720b6]3232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
326
[901e5b15]3272003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * clock/Makefile.am: Misc cleanups and fixes.
330        * start/Makefile.am: Misc cleanups and fixes.
331        * startup/Makefile.am: Misc cleanups and fixes.
332        * wrapup/Makefile.am: Misc cleanups and fixes.
333
[bebc81e4]3342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Add dirstamps to preinstallation.
337        * clock/Makefile.am: Cosmetics.
338        * console/Makefile.am: Cosmetics.
339        * startup/Makefile.am: Cosmetics.
340        * wrapup/Makefile.am: Cosmetics.
341
[7416017]3422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * clock/Makefile.am: Remove all-local: $(ARCH).
345        * console/Makefile.am: Remove all-local: $(ARCH).
346        * start/Makefile.am: Remove all-local: $(ARCH).
347        * startup/Makefile.am: Remove all-local: $(ARCH).
348        * wrapup/Makefile.am: Remove all-local: $(ARCH).
349
[8d7f47f4]3502003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Merge-in include/Makefile.am.
353        Reflect changes to bsp.am.
354        * include/Makefile.am: Remove.
355        * configure.ac: Reflect changes above.
356
[27aad19]3572003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * bsp_specs: Remove *lib:.
360
[366e548]3612003-09-04      Joel Sherrill <joel@OARcorp.com>
362
363        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
364        license changed.
365
[fe8bc62f]3662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Reflect having moved aclocal/.
369
[61ffa76b]3702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
[c483a4e]372        * Makefile.am: Reflect having moved automake/.
373        * clock/Makefile.am: Reflect having moved automake/.
374        * console/Makefile.am: Reflect having moved automake/.
375        * include/Makefile.am: Reflect having moved automake/.
376        * start/Makefile.am: Reflect having moved automake/.
377        * startup/Makefile.am: Reflect having moved automake/.
378        * wrapup/Makefile.am: Reflect having moved automake/.
[61ffa76b]379
[7dcc3fe]3802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
383
[d266acd2]3842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
[75fcb394]386        PR 445/bsps
[d266acd2]387        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
388        Remove cpp, old_cpp (now unused).
389
[afaa498d]3902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Remove AC_CONFIG_AUX_DIR.
393
[ccd81b60]3942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
397
[9b5c258]3982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: AC_PREREQ(2.57).
401
[7b0c547a]4022003-01-20      Joel Sherrill <joel@OARcorp.com>
403
404        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
405
[4f28e05]4062002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
409        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
410        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
411        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412
[59a01a6e]4132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * start/Makefile.am: Use install-data-local to install startfile.
416
[ad5c7fe]4172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
420
[acf20be1]4212002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
424        a routine to call.
425
[83433304]4262002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * startup/bspstart.c: Remove ramStart to eliminate warning.
429
[8730f45]4302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * .cvsignore: Reformat.
433        Add autom4te*cache.
434        Remove autom4te.cache.
435
[a2ae30c2]4362002-08-21      Joel Sherrill <joel@OARcorp.com>
437
438        * bsp_specs: Added support for -nostdlibs.
439
[a46e5eb6]4402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
445        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
447
[db3ca1f]4482002-08-05      Joel Sherrill <joel@OARcorp.com>
449
450        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
451        to avoid overlapping sections and reworked the way the heap and
452        workspace are calculated.
453
[c86101db]4542002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * start/Makefile.am: Eliminate PGM.
457        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
458
[f4d43dd]4592002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
462
[445c0a0]4632002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
466        Remove $(OBJS) from all-local.
467
[d16af043]4682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Add $(LIB) to all-local.
471
[80defac]4722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
475
[5e5e47f0]4762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac:
479        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
480        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
481        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
488
[f7162ce]4892002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
492
[8fec915]4932001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
496        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
497
[0666ea48]4982001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
501        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
502
[9e1ae79]5032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
506
[b4a45795]5072001-10-12      Joel Sherrill <joel@OARcorp.com>
508
509        * console/console-io.c: Fixed typo.
510
[df25c998]5112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
514        * configure.in: Remove.
515        * configure.ac: New file, generated from configure.in by autoupdate.
516
[cf282090]5172001-09-27      Joel Sherrill <joel@OARcorp.com>
518
519        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
520
[7b4917c]5212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * include/Makefile.am: Use 'CLEANFILES ='.
524        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
525
[9f70652b]5262001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.in: Add bspopts.h.
529        * include/.cvsignore: Add bspopts.h*, stamp-h*.
530        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
531        * include/bsp.h: Include bspopts.h.
532
[6f21328]5332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
534
535        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
536
[1f275887]5372001-01-03      Joel Sherrill <joel@OARcorp.com>
538
539        * console/console-io.c: Added console_initialize_hardware().
540
[feead226]5412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
544
[19383174]5452000-11-09      Joel Sherrill <joel@OARcorp.com>
546
547        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
548        wrapup/Makefile.am: Added include of stub clock driver so ticker
549        would link.
[e94ad1fe]550
[a314d3b4]5512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
554
[8262fda]5552000-11-01      Joel Sherrill <joel@OARcorp.com>
556
557        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
558        libcsupport.h moved from libc to lib/include/rtems and
559        now must be referenced as <rtems/XXX.h>.   Header file order
560        was cleaned up while doing this.
561
[e83378d]5622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
565        Switch to GNU canonicalization.
566
[4a309b4f]5672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
570        wrapup/Makefile.am: Include compile.am
571
[e94ad1fe]5722000-08-10      Joel Sherrill <joel@OARcorp.com>
573
574        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.