source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 9957dbf

4.104.115
Last change on this file since 9957dbf was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 20.8 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
4        * include/tm27.h: Removed.
5
62008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * preinstall.am: Regenerated.
9
102008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove scitab.c (Not applicable).
13
142008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * Makefile.am, preinstall.am, include/bsp.h, include/tm27.h,
17        trap34/console-io.c: Now builds cleanly for runs for SH1, SH2, and
18        SH4.
19        * include/syscall.h: New file.
20        * include/gdbsci.h: Removed.
21
222008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
25        of building libbspstart.a, using automake-rules.
26
272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Eliminate *_SOURCES.
30
312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
34        components.
35
362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Remove noinst_PROGRAMS (Unused).
39
402008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
43
442008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * startup/linkcmds: GDB Simulator has 16MB RAM.
47
482008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile.am: Now runs using fake clock ticker.
51        * clock/clockdrv.c: Removed.
52
532008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * clock/clockdrv.c: Fix comment.
56
572008-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am, configure.ac, clock/clockdrv.c, include/bsp.h,
60        start/start.S, startup/linkcmds: Now runs ticker and hello on
61        sh-rtems4.10-gdb. The SH simulator in gdb has no hardware IO or
62        interrupt simulation so we use the trap interface to print.
63        * gdbsci/gdbsci.c: Removed.
64
652008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * configure.ac: Make letting boot_card() handle work area allocation
68        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
69        BSP_BOOTCARD_OPTIONS.
70
712008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, startup/linkcmds, startup/linkcmds.sim: Use top level
74        shared bsp_get_work_area() implementation.
75
762008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * startup/bspstart.c: Removed.
79
802008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
83        shared bsp_get_work_area() in its own file and rely on BSP Framework
84        to perform more initialization. After factoring this out, it turned
85        out that all SuperH BSPs has the same bsp_start() implementation so
86        this was made shared.
87
882008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
91        phase, all prototypes were removed from bsp.h and empty
92        implementations were removed and made to use the shared stub.
93
942008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * trap34/console-io.c: Add missing prototypes.
97
982008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
101        Framework to ask the BSP where it has memory for the RTEMS Workspace
102        and C Program Heap. These collectively are referred to as work area.
103        If the BSP supports this, then it does not have to include code to
104        split the available memory between the two areas. This reduces the
105        amount of code in the BSP specific bspstart.c file. Additionally, the
106        shared framework can initialize the C Library, call
107        rtems_debug_enable(), and dirty the work area memory. Until most/all
108        BSPs support this new capability, if the BSP supports this, it should
109        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
110        When the transition is complete, this autoconf macro can be removed.
111
1122008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * Makefile.am: Rework to avoid .rel files.
115
1162008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * startup/bspstart.c: Refactored and renamed initialization routines to
119        rtems_initialize_data_structures, rtems_initialize_before_drivers,
120        rtems_initialize_device_drivers, and
121        rtems_initialize_start_multitasking. This opened the sequence up so
122        that bootcard() could provide a more robust and flexible framework
123        which is easier to explain and understand. This also lays the
124        groundwork for sharing the division of available memory between the
125        RTEMS workspace and heap and the C library initialization across all
126        BSPs.
127
1282008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * startup/linkcmds, startup/linkcmds.sim: Add wildcard to
131        gcc_except_table section so programs compiled with gcc 4.3.x can
132        link.
133
1342007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
137        Configuration Table. Use the RTEMS provided accessor macros to obtain
138        configuration fields.
139
1402007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
143        from CPU Table to Configuration Table. Eliminate CPU Table from all
144        ports. Delete references to CPU Table in all forms.
145
1462007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
149        Table fields to the Configuration Table. This included
150        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
151        do_zero_of_workspace, extra_mpci_receive_server_stack,
152        stack_allocate_hook, and stack_free_hook. As a side-effect of this
153        effort some multiprocessing code was made conditional and some style
154        clean up occurred.
155
1562007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
159        SuperH CPU Table and define another mechanism for drivers to obtain
160        this information.
161
1622007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
165        script as linkcmds.sim and use one with enough memory to link all
166        tests so we can at least build things.
167        * startup/linkcmds.sim: New file.
168
1692007-05-03      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/linkcmds: Handle .data.* sections. Also change directive
172        placing stack on onchip_ram to make ld happy.
173
1742007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * bsp_specs: Remove qrtems_debug.
177
1782007-04-02      Joel Sherrill <joel@OARcorp.com>
179
180        * Makefile.am: Add dummy printk support so all tests link.
181
1822006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * configure.ac: New BUG-REPORT address.
185
1862006-11-15      Joel Sherrill <joel@OARcorp.com>
187
188        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
189        file and simplified initialization.
190
1912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Remove superfluous -DASM.
194
1952006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * configure.ac: Require autoconf-2.60. Require automake-1.10.
198
1992006-06-24      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds: Add .rela.dyn sections.
202
2032006-03-08      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/linkcmds: Add .gnu.linkonce.b.* section.
206
2072006-02-08      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: Add sections required by newer gcc versions.
210
2112006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Add preinstall.am.
214
2152005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * include/bsp.h: New header guard.
218
2192005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * Makefile.am: Add SHGEN.
222        * startup/linkcmds: Add missing sections.
223
2242005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
227
2282005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * Makefile.am: Remove build-variant support.
231
2322004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        * configure.ac: Require automake > 1.9.
235
2362004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        PR 610/bsps
239        * Makefile.am: Add include/tm27.h, Cosmetics.
240        * include/tm27.h: Final cosmetics.
241
2422004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * include/bsp.h: Split out tmtest27 support.
245        * include/tm27.h: New.
246
2472004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        PR 613/bsps
250        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
251
2522004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        PR 614/bsps
255        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
256
2572004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
260
2612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
264        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
265        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
266
2672004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
270        using c99 fixed size types.
271
2722004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Reflect changes to bsp.am.
275        Preinstall dist_project_lib*.
276
2772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Reflect changes to bsp.am.
280
2812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
284
2852004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Pickup files from ../../sh/shared instead of
288        ../shared. Reformat.
289
2902004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Cosmetics.
293
2942004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
297        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
298        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
299        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
300        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
301        trap34/Makefile.am: Remove.
302        * configure.ac: Reflect changes above.
303
3042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
307        Add RTEMS_PROG_CCAS.
308
3092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Add PREINSTALL_DIRS.
312        * wrapup/Makefile.am: Reflect changes to libcpu.
313
3142004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * clock/Makefile.am: Remove bogus EXTRA_DIST.
317        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
318        * wrapup/Makefile.am: Reflect changes to libcpu.
319
3202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
323        Add PRE/TMPINSTALL_FILES to CLEANFILES.
324        * startup/Makefile.am: Ditto.
325
3262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * start/Makefile.am: Remove.
329        * Makefile.am: Merge-in start/Makefile.am.
330        * configure.ac: Reflect changes above.
331
3322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * start/regs.S: Remove.
335
3362004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * wrapup/Makefile.am: Eliminate $(LIB).
339        Use noinst_DATA to trigger building libbsp.a.
340
3412003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
344        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
345
3462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
349        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
350
3512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
354
3552003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * start/Makefile.am: Misc cleanups and fixes.
358        * startup/Makefile.am: Misc cleanups and fixes.
359        * wrapup/Makefile.am: Misc cleanups and fixes.
360
3612003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Add preinstallation dirstamp support.
364        * clock/Makefile.am: Cosmetics.
365        * console/Makefile.am: Cosmetics.
366        * gdbsci/Makefile.am: Cosmetics.
367        * scitab/Makefile.am: Cosmetics.
368        * startup/Makefile.am: Cosmetics.
369        * trap34/Makefile.am: Cosmetics.
370        * wrapup/Makefile.am: Cosmetics.
371
3722003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * clock/Makefile.am: Remove all-local: $(ARCH).
375        * console/Makefile.am: Remove all-local: $(ARCH).
376        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
377        * scitab/Makefile.am: Remove all-local: $(ARCH).
378        * start/Makefile.am: Remove all-local: $(ARCH).
379        * startup/Makefile.am: Remove all-local: $(ARCH).
380        * trap34/Makefile.am: Remove all-local: $(ARCH).
381        * wrapup/Makefile.am: Remove all-local: $(ARCH).
382
3832003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Merge-in include/Makefile.am.
386        Reflect changes to bsp.am.
387        * include/Makefile.am: Remove.
388        * configure.ac: Reflect changes above.
389
3902003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * bsp_specs: Remove *lib:.
393
3942003-09-04      Joel Sherrill <joel@OARcorp.com>
395
396        * include/bsp.h, start/start.S, startup/bspstart.c,
397        trap34/console-io.c: URL for license changed.
398
3992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Reflect having moved aclocal/.
402
4032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Reflect having moved automake/.
406        * clock/Makefile.am: Reflect having moved automake/.
407        * console/Makefile.am: Reflect having moved automake/.
408        * gdbsci/Makefile.am: Reflect having moved automake/.
409        * include/Makefile.am: Reflect having moved automake/.
410        * scitab/Makefile.am: Reflect having moved automake/.
411        * start/Makefile.am: Reflect having moved automake/.
412        * startup/Makefile.am: Reflect having moved automake/.
413        * trap34/Makefile.am: Reflect having moved automake/.
414        * wrapup/Makefile.am: Reflect having moved automake/.
415
4162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
419
4202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        PR 445/bsps
423        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
424        Remove cpp, old_cpp (now unused).
425
4262003-06-13      Joel Sherrill <joel@OARcorp.com>
427
428        * startup/linkcmds: Removed warnings.
429
4302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Remove AC_CONFIG_AUX_DIR.
433
4342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
437
4382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: AC_PREREQ(2.57).
441
4422003-01-28      Joel Sherrill <joel@OARcorp.com>
443
444        * startup/linkcmds: Fix to work around truncated section names.
445
4462003-01-20      Joel Sherrill <joel@OARcorp.com>
447
448        * startup/linkcmds*: Add FreeBSD sysctl() sections.
449
4502003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
453        Eliminate unused GENERIC_FILES.
454
4552003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
462        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
463        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
464
4652002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * start/Makefile.am: Use install-data-local to install startfile.
468
4692002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
472
4732002-11-07      Joel Sherrill <joel@OARcorp.com>
474
475        * startup/linkcmds: Include all .rodata* sections.
476
4772002-11-01      Joel Sherrill <joel@OARcorp.com>
478
479        * gdbsci/gdbsci.c: Removed warnings.
480
4812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * .cvsignore: Reformat.
484        Add autom4te*cache.
485        Remove autom4te.cache.
486
4872002-09-14      Joel Sherrill <joel@OARcorp.com>
488
489        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
490        of all calls to bsp_libc_init() resulted in some cleanup here.
491
4922002-08-21      Joel Sherrill <joel@OARcorp.com>
493
494        * bsp_specs: Added support for -nostdlibs.
495
4962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
499        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
500
5012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
504        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
505        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
506        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
507        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
508        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
509        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
510
5112002-07-25      Joel Sherrill <joel@OARcorp.com>
512
513        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
514        to remove problems linking empty main(){} with BSP.
515
5162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * start/Makefile.am: Eliminate PGM.
519        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
520
5212002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
524
5252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
528        Remove $(OBJS) from all-local.
529
5302002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * wrapup/Makefile.am: Add $(LIB) to all-local.
533
5342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
537
5382001-05-09      Joel Sherrill <joel@OARcorp.com>
539
540        * startup/linkcmds: In support of gcc 3.1, added one of more
541        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
542        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
543        and direction of segments to memory regions may also have been
544        addressed.  This was a sweep across all BSPs.
545 
5462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac:
549        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
550        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
551        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
561
5622001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
565        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
566        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
567        CPU_FILES.
568
5692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
572
5732001-10-12      Joel Sherrill <joel@OARcorp.com>
574
575        * start/start.S: Fixed typo.
576
5772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
580        * configure.in: Remove.
581        * configure.ac: New file, generated from configure.in by autoupdate.
582
5832001-09-27      Joel Sherrill <joel@OARcorp.com>
584
585        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
586
5872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * include/Makefile.am: Use 'CLEANFILES ='.
590        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
591
5922001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.in: Add bspopts.h.
595        * include/.cvsignore: Add bspopts.h*, stamp-h*.
596        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
597        * include/bsp.h: Include bspopts.h.
598        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
599
6002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
601
602        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
603        bspopts.h handling to other sh-BSPs.
604        * include/.cvsignore: Add stamp-h*, bspopts.h*.
605        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
606        * startup/bspstart.c: Reworked, based on the amos BSP.
607
6082001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * scitab/.cvsignore: Add.
611        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
612        bspopt.h.
613        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
614        * README: Update.
615        * bsp_specs: copy from gensh1
616
6172001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
620        * include/gdbsci.h: New file.
621        * include/.cvsignore: Add stamp-h? and bspopts.h*.
622        * console/Makefile.am: Use shared/console.c.
623        * console/console-io.c, console/console-support.S: Remove.
624
6252001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * gdbsci/, scitab/, trap34/: Add directories.
628
6292001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am, README, console/console-io.c, start/start.S,
632        startup/linkcmds: Update to make shsim closer to functional.
633
6342001-01-03      Joel Sherrill <joel@OARcorp.com>
635
636        * console/console-io.c: Added console_initialize_hardware().
637
6382000-11-27      Joel Sherrill <joel@OARcorp.com>
639
640        * The shsim is for the SH simulator in gdb. It should be able
641        to be used with multiple SH CPU models.
642        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
643        configure.in, clock/.cvsignore, clock/Makefile.am,
644        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
645        console/console-io.c, console/console-support.S,
646        include/.cvsignore, include/Makefile.am, include/bsp.h,
647        start/.cvsignore, start/Makefile.am, start/regs.S,
648        start/start.S, startup/.cvsignore, startup/Makefile.am,
649        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
650        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.