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

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

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

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove noinst_PROGRAMS (Unused).
13
142008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
17
182008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * configure.ac: Make letting boot_card() handle work area allocation
21        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
22        BSP_BOOTCARD_OPTIONS.
23
242008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, startup/linkcmds, startup/linkcmds.ram,
27        startup/linkcmds.rom: Use top level shared bsp_get_work_area()
28        implementation.
29
302008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
33        shared bsp_get_work_area() in its own file and rely on BSP Framework
34        to perform more initialization. After factoring this out, it turned
35        out that all SuperH BSPs has the same bsp_start() implementation so
36        this was made shared.
37        * startup/bspstart.c: Removed.
38
392008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
42        implementations. In this phase, all prototypes were removed from
43        bsp.h and empty implementations were removed and made to use the
44        shared stub.
45        * startup/bspclean.c: Removed.
46
472008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
50        Framework to ask the BSP where it has memory for the RTEMS Workspace
51        and C Program Heap. These collectively are referred to as work area.
52        If the BSP supports this, then it does not have to include code to
53        split the available memory between the two areas. This reduces the
54        amount of code in the BSP specific bspstart.c file. Additionally, the
55        shared framework can initialize the C Library, call
56        rtems_debug_enable(), and dirty the work area memory. Until most/all
57        BSPs support this new capability, if the BSP supports this, it should
58        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
59        When the transition is complete, this autoconf macro can be removed.
60
612008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * Makefile.am: Rework to avoid .rel files.
64
652008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * startup/bspstart.c: Refactored and renamed initialization routines to
68        rtems_initialize_data_structures, rtems_initialize_before_drivers,
69        rtems_initialize_device_drivers, and
70        rtems_initialize_start_multitasking. This opened the sequence up so
71        that bootcard() could provide a more robust and flexible framework
72        which is easier to explain and understand. This also lays the
73        groundwork for sharing the division of available memory between the
74        RTEMS workspace and heap and the C library initialization across all
75        BSPs.
76
772008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * startup/linkcmds: Add wildcard to gcc_except_table section so
80        programs compiled with gcc 4.3.x can link.
81
822007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
85        Configuration Table. Use the RTEMS provided accessor macros to obtain
86        configuration fields.
87
882007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
91        from CPU Table to Configuration Table. Eliminate CPU Table from all
92        ports. Delete references to CPU Table in all forms.
93
942007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
97        Table fields to the Configuration Table. This included
98        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
99        do_zero_of_workspace, extra_mpci_receive_server_stack,
100        stack_allocate_hook, and stack_free_hook. As a side-effect of this
101        effort some multiprocessing code was made conditional and some style
102        clean up occurred.
103
1042007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
107        SuperH CPU Table and define another mechanism for drivers to obtain
108        this information.
109
1102007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am: Separate debug IO from console so console driver is not
113        linked in all the time. This manaifested itself when the IO manager
114        optional manager stub dropped some symbols.
115
1162007-05-03      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Handle .data.* sections
119
1202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * bsp_specs: Remove qrtems_debug.
123
1242007-04-02      Joel Sherrill <joel@OARcorp.com>
125
126        * Makefile.am: Add dummy printk support so all tests link.
127
1282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * configure.ac: New BUG-REPORT address.
131
1322006-11-15      Joel Sherrill <joel@OARcorp.com>
133
134        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
135        file and simplified initialization.
136
1372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Remove superfluous -DASM.
140
1412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: Require autoconf-2.60. Require automake-1.10.
144
1452006-06-24      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
148        .rela.dyn sections.
149
1502006-03-08      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
153        .gnu.linkonce.b.* section.
154
1552006-02-08      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
158        sections required by newer gcc versions.
159
1602006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * Makefile.am: Add preinstall.am.
163
1642005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * include/bsp.h: New header guard.
167
1682005-05-11      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds: Add .rodata.* sections.
171
1722005-05-03      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
175        overflow of _CPU_Interrupt_stack_high calculation.
176
1772005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
180
1812005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Remove build-variant support.
184
1852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * configure.ac: Require automake > 1.9.
188
1892004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        PR 610/bsps
192        * Makefile.am: Add include/tm27.h, Cosmetics.
193        * include/tm27.h: Final cosmetics.
194
1952004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * include/bsp.h: Split out tmtest27 support.
198        * include/tm27.h: New.
199
2002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        PR 613/bsps
203        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
204
2052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 614/bsps
208        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
209
2102004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
213
2142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
217        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
218        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
219
2202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
221
222        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
223        using c99 fixed size types.
224
2252004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Reflect changes to bsp.am.
228        Preinstall dist_project_lib*.
229
2302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Reflect changes to bsp.am.
233
2342004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
237
2382004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Pickup files from ../../sh/shared instead of
241        ../shared. Reformat.
242
2432004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
246        startup/Makefile.am, wrapup/Makefile.am.
247        Use automake compilation rules.
248        * console/Makefile.am, scitab/Makefile.am,
249        startup/Makefile.am, wrapup/Makefile.am: Remove.
250        * configure.ac: Reflect changes above.
251
2522004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
255        Add RTEMS_PROG_CCAS.
256
2572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Add PREINSTALL_DIRS.
260        * wrapup/Makefile.am: Reflect changes to libcpu.
261
2622004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Reflect changes to libcpu.
265
2662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
269        Add PRE/TMPINSTALL_FILES to CLEANFILES.
270        * startup/Makefile.am: Ditto.
271
2722004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Remove.
275        * Makefile.am: Merge-in start/Makefile.am.
276        * configure.ac: Reflect changes above.
277
2782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Eliminate $(LIB).
281        Use noinst_DATA to trigger building libbsp.a.
282
2832003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
286        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
287
2882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
291        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
292
2932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
296
2972003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * start/Makefile.am: Misc cleanups and fixes.
300        * startup/Makefile.am: Misc cleanups and fixes.
301
3022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Add preinstallation dirstamp support.
305        * console/Makefile.am: Cosmetics.
306        * startup/Makefile.am: Cosmetics.
307        * wrapup/Makefile.am: Cosmetics.
308
3092003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * console/Makefile.am: Remove all-local: $(ARCH).
312        * scitab/Makefile.am: Remove all-local: $(ARCH).
313        * start/Makefile.am: Remove all-local: $(ARCH).
314        * startup/Makefile.am: Remove all-local: $(ARCH).
315        * wrapup/Makefile.am: Remove all-local: $(ARCH).
316
3172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Merge-in include/Makefile.am.
320        Reflect changes to bsp.am.
321        * include/Makefile.am: Remove.
322        * configure.ac: Reflect changes above.
323
3242003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * bsp_specs: Remove *lib:.
327
3282003-09-04      Joel Sherrill <joel@OARcorp.com>
329
330        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
331        start/start.ram, start/start.rom, startup/bspclean.c,
332        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
333        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
334
3352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Reflect having moved aclocal/.
338
3392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Reflect having moved automake/.
342        * console/Makefile.am: Reflect having moved automake/.
343        * include/Makefile.am: Reflect having moved automake/.
344        * scitab/Makefile.am: Reflect having moved automake/.
345        * start/Makefile.am: Reflect having moved automake/.
346        * startup/Makefile.am: Reflect having moved automake/.
347        * wrapup/Makefile.am: Reflect having moved automake/.
348
3492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
352
3532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        PR 445/bsps
356        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
357        Remove cpp, old_cpp (now unused).
358
3592003-06-13      Joel Sherrill <joel@OARcorp.com>
360
361        * startup/linkcmds: Removed warnings.
362
3632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Remove AC_CONFIG_AUX_DIR.
366
3672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
370
3712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: AC_PREREQ(2.57).
374
3752003-01-28      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
378        work around truncated section names.
379
3802003-01-20      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
383        FreeBSD sysctl() sections.
384
3852003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
388
3892003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
393        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
394        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
395
3962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * start/Makefile.am: Use install-data-local to install startfile.
399
4002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
403
4042002-11-07      Joel Sherrill <joel@OARcorp.com>
405
406        * startup/linkcmds: Include all .rodata* sections.
407
4082002-11-01      Joel Sherrill <joel@OARcorp.com>
409
410        * start/start.S, startup/hw_init.c: Removed warnings.
411
4122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * .cvsignore: Reformat.
415        Add autom4te*cache.
416        Remove autom4te.cache.
417
4182002-09-14      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
421        of all calls to bsp_libc_init() resulted in some cleanup here.
422
4232002-08-21      Joel Sherrill <joel@OARcorp.com>
424
425        * bsp_specs: Added support for -nostdlibs.
426
4272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
430
4312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
434        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
435        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
437
4382002-07-25      Joel Sherrill <joel@OARcorp.com>
439
440        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
441        to remove problems linking empty main(){} with BSP.
442
4432002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * start/Makefile.am: Eliminate PGMS.
446        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
447
4482002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
451
4522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
455        Remove $(OBJS) from all-local.
456
4572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
460
4612001-05-09      Joel Sherrill <joel@OARcorp.com>
462
463        * startup/linkcmds: In support of gcc 3.1, added one of more
464        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
465        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
466        and direction of segments to memory regions may also have been
467        addressed.  This was a sweep across all BSPs.
468 
4692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac:
472        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
473        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
474        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
481
4822001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
485
4862001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
489        RTEMS_BSPOPTS_*(START_HW_INIT),
490        RTEMS_BSPOPTS_*(STANDALONE_EVB).
491        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
492
4932001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
496
4972001-10-12      Joel Sherrill <joel@OARcorp.com>
498
499        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
500        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
501        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
502
5032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
506        * configure.in: Remove.
507        * configure.ac: New file, generated from configure.in by autoupdate.
508
5092001-09-27      Joel Sherrill <joel@OARcorp.com>
510
511        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
512
5132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
516        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
517
5182001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
521
5222001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
523
524        * include/bsp.h: Disabled redefinition of
525        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
526        * console/config.c: New file. Definitions of externs referenced
527        from libbsp/shared/console.c.
528        * console/Makefile.am: Changed VPATH to point to
529        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
530
5312001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.in: Add bspopts.h.
534        * include/.cvsignore: Add bspopts.h*, stamp-h*.
535        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
536        * include/bsp.h: Include bspopts.h.
537        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
538
5392001-06-19      Joel Sherrill <joel@OARcorp.com>
540
541        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
542        it is called in configure.in instead of HZ.
543
5442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
545
546        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
547        bspopts.h.     
548        * include/.cvsignore: Add stamp-h*, bspopts.h*.
549        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
550        * include/bsp.h: Add bspopts.h.
551        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
552
5532001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * startup/linkcmds: Remove OUTPUT_FORMAT.
556
5572001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
558
559        * README.EVB7045F: New file.
560        * README: Additions and corrections.
561        * include/bsp.h: Switch console to sci0.
562
5632001-01-05      Joel Sherrill <joel@OARcorp.com>
564
565        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
566        the movement of this component to libmisc.
567        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
568
5692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
572
5732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
576
5772000-11-01      Joel Sherrill <joel@OARcorp.com>
578
579        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
580        and libcsupport.h moved from libc to lib/include/rtems and
581        now must be referenced as <rtems/XXX.h>.   Header file order
582        was cleaned up while doing this.
583
5842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
587        Switch to GNU canonicalization.
588
5892000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * scitab/Makefile.am: PROJECT_TOPdir.
592
5932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
596        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
597
5982000-08-10      Joel Sherrill <joel@OARcorp.com>
599
600        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.