source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ c7b9ed35

4.104.115
Last change on this file since c7b9ed35 was 57a40406, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 07:12:11

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 19.2 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
4        of building libbspstart.a, using automake-rules.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Remove noinst_PROGRAMS (Unused).
18
192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
22
232008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * configure.ac: Make letting boot_card() handle work area allocation
26        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
27        BSP_BOOTCARD_OPTIONS.
28
292008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, startup/linkcmds, startup/linkcmds.ram,
32        startup/linkcmds.rom: Use top level shared bsp_get_work_area()
33        implementation.
34
352008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
38        shared bsp_get_work_area() in its own file and rely on BSP Framework
39        to perform more initialization. After factoring this out, it turned
40        out that all SuperH BSPs has the same bsp_start() implementation so
41        this was made shared.
42        * startup/bspstart.c: Removed.
43
442008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
47        implementations. In this phase, all prototypes were removed from
48        bsp.h and empty implementations were removed and made to use the
49        shared stub.
50        * startup/bspclean.c: Removed.
51
522008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
55        Framework to ask the BSP where it has memory for the RTEMS Workspace
56        and C Program Heap. These collectively are referred to as work area.
57        If the BSP supports this, then it does not have to include code to
58        split the available memory between the two areas. This reduces the
59        amount of code in the BSP specific bspstart.c file. Additionally, the
60        shared framework can initialize the C Library, call
61        rtems_debug_enable(), and dirty the work area memory. Until most/all
62        BSPs support this new capability, if the BSP supports this, it should
63        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
64        When the transition is complete, this autoconf macro can be removed.
65
662008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * Makefile.am: Rework to avoid .rel files.
69
702008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * startup/bspstart.c: Refactored and renamed initialization routines to
73        rtems_initialize_data_structures, rtems_initialize_before_drivers,
74        rtems_initialize_device_drivers, and
75        rtems_initialize_start_multitasking. This opened the sequence up so
76        that bootcard() could provide a more robust and flexible framework
77        which is easier to explain and understand. This also lays the
78        groundwork for sharing the division of available memory between the
79        RTEMS workspace and heap and the C library initialization across all
80        BSPs.
81
822008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * startup/linkcmds: Add wildcard to gcc_except_table section so
85        programs compiled with gcc 4.3.x can link.
86
872007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
90        Configuration Table. Use the RTEMS provided accessor macros to obtain
91        configuration fields.
92
932007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
96        from CPU Table to Configuration Table. Eliminate CPU Table from all
97        ports. Delete references to CPU Table in all forms.
98
992007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
102        Table fields to the Configuration Table. This included
103        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
104        do_zero_of_workspace, extra_mpci_receive_server_stack,
105        stack_allocate_hook, and stack_free_hook. As a side-effect of this
106        effort some multiprocessing code was made conditional and some style
107        clean up occurred.
108
1092007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
112        SuperH CPU Table and define another mechanism for drivers to obtain
113        this information.
114
1152007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * Makefile.am: Separate debug IO from console so console driver is not
118        linked in all the time. This manaifested itself when the IO manager
119        optional manager stub dropped some symbols.
120
1212007-05-03      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Handle .data.* sections
124
1252007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * bsp_specs: Remove qrtems_debug.
128
1292007-04-02      Joel Sherrill <joel@OARcorp.com>
130
131        * Makefile.am: Add dummy printk support so all tests link.
132
1332006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * configure.ac: New BUG-REPORT address.
136
1372006-11-15      Joel Sherrill <joel@OARcorp.com>
138
139        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
140        file and simplified initialization.
141
1422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Remove superfluous -DASM.
145
1462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * configure.ac: Require autoconf-2.60. Require automake-1.10.
149
1502006-06-24      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
153        .rela.dyn sections.
154
1552006-03-08      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
158        .gnu.linkonce.b.* section.
159
1602006-02-08      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
163        sections required by newer gcc versions.
164
1652006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * Makefile.am: Add preinstall.am.
168
1692005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * include/bsp.h: New header guard.
172
1732005-05-11      Joel Sherrill <joel@OARcorp.com>
174
175        * startup/linkcmds: Add .rodata.* sections.
176
1772005-05-03      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
180        overflow of _CPU_Interrupt_stack_high calculation.
181
1822005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
185
1862005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * Makefile.am: Remove build-variant support.
189
1902004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * configure.ac: Require automake > 1.9.
193
1942004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        PR 610/bsps
197        * Makefile.am: Add include/tm27.h, Cosmetics.
198        * include/tm27.h: Final cosmetics.
199
2002004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * include/bsp.h: Split out tmtest27 support.
203        * include/tm27.h: New.
204
2052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 613/bsps
208        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
209
2102004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        PR 614/bsps
213        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
214
2152004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
218
2192004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
222        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
223        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
224
2252004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
228        using c99 fixed size types.
229
2302004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Reflect changes to bsp.am.
233        Preinstall dist_project_lib*.
234
2352004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Reflect changes to bsp.am.
238
2392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
242
2432004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Pickup files from ../../sh/shared instead of
246        ../shared. Reformat.
247
2482004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
251        startup/Makefile.am, wrapup/Makefile.am.
252        Use automake compilation rules.
253        * console/Makefile.am, scitab/Makefile.am,
254        startup/Makefile.am, wrapup/Makefile.am: Remove.
255        * configure.ac: Reflect changes above.
256
2572004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
260        Add RTEMS_PROG_CCAS.
261
2622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Add PREINSTALL_DIRS.
265        * wrapup/Makefile.am: Reflect changes to libcpu.
266
2672004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Reflect changes to libcpu.
270
2712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
274        Add PRE/TMPINSTALL_FILES to CLEANFILES.
275        * startup/Makefile.am: Ditto.
276
2772004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Remove.
280        * Makefile.am: Merge-in start/Makefile.am.
281        * configure.ac: Reflect changes above.
282
2832004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Eliminate $(LIB).
286        Use noinst_DATA to trigger building libbsp.a.
287
2882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
291        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
292
2932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
296        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
297
2982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
301
3022003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Misc cleanups and fixes.
305        * startup/Makefile.am: Misc cleanups and fixes.
306
3072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Add preinstallation dirstamp support.
310        * console/Makefile.am: Cosmetics.
311        * startup/Makefile.am: Cosmetics.
312        * wrapup/Makefile.am: Cosmetics.
313
3142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * console/Makefile.am: Remove all-local: $(ARCH).
317        * scitab/Makefile.am: Remove all-local: $(ARCH).
318        * start/Makefile.am: Remove all-local: $(ARCH).
319        * startup/Makefile.am: Remove all-local: $(ARCH).
320        * wrapup/Makefile.am: Remove all-local: $(ARCH).
321
3222003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Merge-in include/Makefile.am.
325        Reflect changes to bsp.am.
326        * include/Makefile.am: Remove.
327        * configure.ac: Reflect changes above.
328
3292003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * bsp_specs: Remove *lib:.
332
3332003-09-04      Joel Sherrill <joel@OARcorp.com>
334
335        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
336        start/start.ram, start/start.rom, startup/bspclean.c,
337        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
338        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
339
3402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Reflect having moved aclocal/.
343
3442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Reflect having moved automake/.
347        * console/Makefile.am: Reflect having moved automake/.
348        * include/Makefile.am: Reflect having moved automake/.
349        * scitab/Makefile.am: Reflect having moved automake/.
350        * start/Makefile.am: Reflect having moved automake/.
351        * startup/Makefile.am: Reflect having moved automake/.
352        * wrapup/Makefile.am: Reflect having moved automake/.
353
3542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
357
3582003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        PR 445/bsps
361        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
362        Remove cpp, old_cpp (now unused).
363
3642003-06-13      Joel Sherrill <joel@OARcorp.com>
365
366        * startup/linkcmds: Removed warnings.
367
3682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Remove AC_CONFIG_AUX_DIR.
371
3722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
375
3762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: AC_PREREQ(2.57).
379
3802003-01-28      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
383        work around truncated section names.
384
3852003-01-20      Joel Sherrill <joel@OARcorp.com>
386
387        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
388        FreeBSD sysctl() sections.
389
3902003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
393
3942003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400
4012002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Use install-data-local to install startfile.
404
4052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408
4092002-11-07      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds: Include all .rodata* sections.
412
4132002-11-01      Joel Sherrill <joel@OARcorp.com>
414
415        * start/start.S, startup/hw_init.c: Removed warnings.
416
4172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * .cvsignore: Reformat.
420        Add autom4te*cache.
421        Remove autom4te.cache.
422
4232002-09-14      Joel Sherrill <joel@OARcorp.com>
424
425        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
426        of all calls to bsp_libc_init() resulted in some cleanup here.
427
4282002-08-21      Joel Sherrill <joel@OARcorp.com>
429
430        * bsp_specs: Added support for -nostdlibs.
431
4322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
435
4362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
439        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
441        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
442
4432002-07-25      Joel Sherrill <joel@OARcorp.com>
444
445        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
446        to remove problems linking empty main(){} with BSP.
447
4482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * start/Makefile.am: Eliminate PGMS.
451        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
452
4532002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
456
4572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
460        Remove $(OBJS) from all-local.
461
4622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
465
4662001-05-09      Joel Sherrill <joel@OARcorp.com>
467
468        * startup/linkcmds: In support of gcc 3.1, added one of more
469        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
470        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
471        and direction of segments to memory regions may also have been
472        addressed.  This was a sweep across all BSPs.
473 
4742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac:
477        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
478        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
479        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
486
4872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
490
4912001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
494        RTEMS_BSPOPTS_*(START_HW_INIT),
495        RTEMS_BSPOPTS_*(STANDALONE_EVB).
496        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
497
4982001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
501
5022001-10-12      Joel Sherrill <joel@OARcorp.com>
503
504        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
505        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
506        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
507
5082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
511        * configure.in: Remove.
512        * configure.ac: New file, generated from configure.in by autoupdate.
513
5142001-09-27      Joel Sherrill <joel@OARcorp.com>
515
516        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
517
5182001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
521        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
522
5232001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
526
5272001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
528
529        * include/bsp.h: Disabled redefinition of
530        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
531        * console/config.c: New file. Definitions of externs referenced
532        from libbsp/shared/console.c.
533        * console/Makefile.am: Changed VPATH to point to
534        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
535
5362001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.in: Add bspopts.h.
539        * include/.cvsignore: Add bspopts.h*, stamp-h*.
540        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
541        * include/bsp.h: Include bspopts.h.
542        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
543
5442001-06-19      Joel Sherrill <joel@OARcorp.com>
545
546        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
547        it is called in configure.in instead of HZ.
548
5492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
550
551        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
552        bspopts.h.     
553        * include/.cvsignore: Add stamp-h*, bspopts.h*.
554        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
555        * include/bsp.h: Add bspopts.h.
556        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
557
5582001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * startup/linkcmds: Remove OUTPUT_FORMAT.
561
5622001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
563
564        * README.EVB7045F: New file.
565        * README: Additions and corrections.
566        * include/bsp.h: Switch console to sci0.
567
5682001-01-05      Joel Sherrill <joel@OARcorp.com>
569
570        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
571        the movement of this component to libmisc.
572        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
573
5742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
577
5782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
581
5822000-11-01      Joel Sherrill <joel@OARcorp.com>
583
584        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
585        and libcsupport.h moved from libc to lib/include/rtems and
586        now must be referenced as <rtems/XXX.h>.   Header file order
587        was cleaned up while doing this.
588
5892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
592        Switch to GNU canonicalization.
593
5942000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * scitab/Makefile.am: PROJECT_TOPdir.
597
5982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
601        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
602
6032000-08-10      Joel Sherrill <joel@OARcorp.com>
604
605        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.