source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 6b2b37d2

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 21.4 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-08-17     Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * include/bsp.h: Mark as a small memory BSP.
8
92009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
12        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
13        have the same options.
14
152009-04-28      Chris Johns <chrisj@rtems.org>
16
17        * start/start.S: Update for boot_card command line change.
18
192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * bsp_specs: Move -e start from *link to *startfile to avoid warning
22        for undefined entry symbol when linking relocatables with binutils
23        2.19.
24
252008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am, preinstall.am: Use shared tm27.h stub.
28        * include/tm27.h: Removed.
29
302008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * preinstall.am: Regenerated.
33
342008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Remove scitab.c (Not applicable).
37
382008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, preinstall.am, include/bsp.h, include/tm27.h,
41        trap34/console-io.c: Now builds cleanly for runs for SH1, SH2, and
42        SH4.
43        * include/syscall.h: New file.
44        * include/gdbsci.h: Removed.
45
462008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
49        of building libbspstart.a, using automake-rules.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate *_SOURCES.
54
552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
58        components.
59
602008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Remove noinst_PROGRAMS (Unused).
63
642008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
67
682008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * startup/linkcmds: GDB Simulator has 16MB RAM.
71
722008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * Makefile.am: Now runs using fake clock ticker.
75        * clock/clockdrv.c: Removed.
76
772008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * clock/clockdrv.c: Fix comment.
80
812008-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am, configure.ac, clock/clockdrv.c, include/bsp.h,
84        start/start.S, startup/linkcmds: Now runs ticker and hello on
85        sh-rtems4.10-gdb. The SH simulator in gdb has no hardware IO or
86        interrupt simulation so we use the trap interface to print.
87        * gdbsci/gdbsci.c: Removed.
88
892008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * configure.ac: Make letting boot_card() handle work area allocation
92        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
93        BSP_BOOTCARD_OPTIONS.
94
952008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * Makefile.am, startup/linkcmds, startup/linkcmds.sim: Use top level
98        shared bsp_get_work_area() implementation.
99
1002008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * startup/bspstart.c: Removed.
103
1042008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
107        shared bsp_get_work_area() in its own file and rely on BSP Framework
108        to perform more initialization. After factoring this out, it turned
109        out that all SuperH BSPs has the same bsp_start() implementation so
110        this was made shared.
111
1122008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
115        phase, all prototypes were removed from bsp.h and empty
116        implementations were removed and made to use the shared stub.
117
1182008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * trap34/console-io.c: Add missing prototypes.
121
1222008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
125        Framework to ask the BSP where it has memory for the RTEMS Workspace
126        and C Program Heap. These collectively are referred to as work area.
127        If the BSP supports this, then it does not have to include code to
128        split the available memory between the two areas. This reduces the
129        amount of code in the BSP specific bspstart.c file. Additionally, the
130        shared framework can initialize the C Library, call
131        rtems_debug_enable(), and dirty the work area memory. Until most/all
132        BSPs support this new capability, if the BSP supports this, it should
133        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
134        When the transition is complete, this autoconf macro can be removed.
135
1362008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * Makefile.am: Rework to avoid .rel files.
139
1402008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * startup/bspstart.c: Refactored and renamed initialization routines to
143        rtems_initialize_data_structures, rtems_initialize_before_drivers,
144        rtems_initialize_device_drivers, and
145        rtems_initialize_start_multitasking. This opened the sequence up so
146        that bootcard() could provide a more robust and flexible framework
147        which is easier to explain and understand. This also lays the
148        groundwork for sharing the division of available memory between the
149        RTEMS workspace and heap and the C library initialization across all
150        BSPs.
151
1522008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * startup/linkcmds, startup/linkcmds.sim: Add wildcard to
155        gcc_except_table section so programs compiled with gcc 4.3.x can
156        link.
157
1582007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
161        Configuration Table. Use the RTEMS provided accessor macros to obtain
162        configuration fields.
163
1642007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
167        from CPU Table to Configuration Table. Eliminate CPU Table from all
168        ports. Delete references to CPU Table in all forms.
169
1702007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
173        Table fields to the Configuration Table. This included
174        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
175        do_zero_of_workspace, extra_mpci_receive_server_stack,
176        stack_allocate_hook, and stack_free_hook. As a side-effect of this
177        effort some multiprocessing code was made conditional and some style
178        clean up occurred.
179
1802007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
183        SuperH CPU Table and define another mechanism for drivers to obtain
184        this information.
185
1862007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
189        script as linkcmds.sim and use one with enough memory to link all
190        tests so we can at least build things.
191        * startup/linkcmds.sim: New file.
192
1932007-05-03      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Handle .data.* sections. Also change directive
196        placing stack on onchip_ram to make ld happy.
197
1982007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * bsp_specs: Remove qrtems_debug.
201
2022007-04-02      Joel Sherrill <joel@OARcorp.com>
203
204        * Makefile.am: Add dummy printk support so all tests link.
205
2062006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * configure.ac: New BUG-REPORT address.
209
2102006-11-15      Joel Sherrill <joel@OARcorp.com>
211
212        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
213        file and simplified initialization.
214
2152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * Makefile.am: Remove superfluous -DASM.
218
2192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * configure.ac: Require autoconf-2.60. Require automake-1.10.
222
2232006-06-24      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds: Add .rela.dyn sections.
226
2272006-03-08      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds: Add .gnu.linkonce.b.* section.
230
2312006-02-08      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: Add sections required by newer gcc versions.
234
2352006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * Makefile.am: Add preinstall.am.
238
2392005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * include/bsp.h: New header guard.
242
2432005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * Makefile.am: Add SHGEN.
246        * startup/linkcmds: Add missing sections.
247
2482005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
251
2522005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * Makefile.am: Remove build-variant support.
255
2562004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
257
258        * configure.ac: Require automake > 1.9.
259
2602004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        PR 610/bsps
263        * Makefile.am: Add include/tm27.h, Cosmetics.
264        * include/tm27.h: Final cosmetics.
265
2662004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * include/bsp.h: Split out tmtest27 support.
269        * include/tm27.h: New.
270
2712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        PR 613/bsps
274        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
275
2762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
277
278        PR 614/bsps
279        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
280
2812004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
282
283        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
284
2852004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
288        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
289        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
290
2912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
294        using c99 fixed size types.
295
2962004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect changes to bsp.am.
299        Preinstall dist_project_lib*.
300
3012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Reflect changes to bsp.am.
304
3052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
308
3092004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Pickup files from ../../sh/shared instead of
312        ../shared. Reformat.
313
3142004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Cosmetics.
317
3182004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
321        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
322        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
323        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
324        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
325        trap34/Makefile.am: Remove.
326        * configure.ac: Reflect changes above.
327
3282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
331        Add RTEMS_PROG_CCAS.
332
3332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Add PREINSTALL_DIRS.
336        * wrapup/Makefile.am: Reflect changes to libcpu.
337
3382004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * clock/Makefile.am: Remove bogus EXTRA_DIST.
341        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
342        * wrapup/Makefile.am: Reflect changes to libcpu.
343
3442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
347        Add PRE/TMPINSTALL_FILES to CLEANFILES.
348        * startup/Makefile.am: Ditto.
349
3502004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * start/Makefile.am: Remove.
353        * Makefile.am: Merge-in start/Makefile.am.
354        * configure.ac: Reflect changes above.
355
3562004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/regs.S: Remove.
359
3602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Eliminate $(LIB).
363        Use noinst_DATA to trigger building libbsp.a.
364
3652003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
368        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
369
3702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
373        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
374
3752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
378
3792003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * start/Makefile.am: Misc cleanups and fixes.
382        * startup/Makefile.am: Misc cleanups and fixes.
383        * wrapup/Makefile.am: Misc cleanups and fixes.
384
3852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Add preinstallation dirstamp support.
388        * clock/Makefile.am: Cosmetics.
389        * console/Makefile.am: Cosmetics.
390        * gdbsci/Makefile.am: Cosmetics.
391        * scitab/Makefile.am: Cosmetics.
392        * startup/Makefile.am: Cosmetics.
393        * trap34/Makefile.am: Cosmetics.
394        * wrapup/Makefile.am: Cosmetics.
395
3962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * clock/Makefile.am: Remove all-local: $(ARCH).
399        * console/Makefile.am: Remove all-local: $(ARCH).
400        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
401        * scitab/Makefile.am: Remove all-local: $(ARCH).
402        * start/Makefile.am: Remove all-local: $(ARCH).
403        * startup/Makefile.am: Remove all-local: $(ARCH).
404        * trap34/Makefile.am: Remove all-local: $(ARCH).
405        * wrapup/Makefile.am: Remove all-local: $(ARCH).
406
4072003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Merge-in include/Makefile.am.
410        Reflect changes to bsp.am.
411        * include/Makefile.am: Remove.
412        * configure.ac: Reflect changes above.
413
4142003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * bsp_specs: Remove *lib:.
417
4182003-09-04      Joel Sherrill <joel@OARcorp.com>
419
420        * include/bsp.h, start/start.S, startup/bspstart.c,
421        trap34/console-io.c: URL for license changed.
422
4232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Reflect having moved aclocal/.
426
4272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Reflect having moved automake/.
430        * clock/Makefile.am: Reflect having moved automake/.
431        * console/Makefile.am: Reflect having moved automake/.
432        * gdbsci/Makefile.am: Reflect having moved automake/.
433        * include/Makefile.am: Reflect having moved automake/.
434        * scitab/Makefile.am: Reflect having moved automake/.
435        * start/Makefile.am: Reflect having moved automake/.
436        * startup/Makefile.am: Reflect having moved automake/.
437        * trap34/Makefile.am: Reflect having moved automake/.
438        * wrapup/Makefile.am: Reflect having moved automake/.
439
4402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
443
4442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        PR 445/bsps
447        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
448        Remove cpp, old_cpp (now unused).
449
4502003-06-13      Joel Sherrill <joel@OARcorp.com>
451
452        * startup/linkcmds: Removed warnings.
453
4542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Remove AC_CONFIG_AUX_DIR.
457
4582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
461
4622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: AC_PREREQ(2.57).
465
4662003-01-28      Joel Sherrill <joel@OARcorp.com>
467
468        * startup/linkcmds: Fix to work around truncated section names.
469
4702003-01-20      Joel Sherrill <joel@OARcorp.com>
471
472        * startup/linkcmds*: Add FreeBSD sysctl() sections.
473
4742003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
477        Eliminate unused GENERIC_FILES.
478
4792003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
482        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
483        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
484        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
485        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
486        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
487        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
488
4892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * start/Makefile.am: Use install-data-local to install startfile.
492
4932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
496
4972002-11-07      Joel Sherrill <joel@OARcorp.com>
498
499        * startup/linkcmds: Include all .rodata* sections.
500
5012002-11-01      Joel Sherrill <joel@OARcorp.com>
502
503        * gdbsci/gdbsci.c: Removed warnings.
504
5052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * .cvsignore: Reformat.
508        Add autom4te*cache.
509        Remove autom4te.cache.
510
5112002-09-14      Joel Sherrill <joel@OARcorp.com>
512
513        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
514        of all calls to bsp_libc_init() resulted in some cleanup here.
515
5162002-08-21      Joel Sherrill <joel@OARcorp.com>
517
518        * bsp_specs: Added support for -nostdlibs.
519
5202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
523        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
524
5252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
528        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
529        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
530        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
531        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
532        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
533        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
534
5352002-07-25      Joel Sherrill <joel@OARcorp.com>
536
537        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
538        to remove problems linking empty main(){} with BSP.
539
5402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * start/Makefile.am: Eliminate PGM.
543        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
544
5452002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
548
5492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
552        Remove $(OBJS) from all-local.
553
5542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * wrapup/Makefile.am: Add $(LIB) to all-local.
557
5582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
561
5622001-05-09      Joel Sherrill <joel@OARcorp.com>
563
564        * startup/linkcmds: In support of gcc 3.1, added one of more
565        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
566        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
567        and direction of segments to memory regions may also have been
568        addressed.  This was a sweep across all BSPs.
569 
5702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * configure.ac:
573        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
574        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
575        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * Makefile.am: Remove AUTOMAKE_OPTIONS.
577        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
578        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
579        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
580        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
581        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
582        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
583        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
584        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
585
5862001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
589        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
590        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
591        CPU_FILES.
592
5932001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
596
5972001-10-12      Joel Sherrill <joel@OARcorp.com>
598
599        * start/start.S: Fixed typo.
600
6012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
604        * configure.in: Remove.
605        * configure.ac: New file, generated from configure.in by autoupdate.
606
6072001-09-27      Joel Sherrill <joel@OARcorp.com>
608
609        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
610
6112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * include/Makefile.am: Use 'CLEANFILES ='.
614        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
615
6162001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.in: Add bspopts.h.
619        * include/.cvsignore: Add bspopts.h*, stamp-h*.
620        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
621        * include/bsp.h: Include bspopts.h.
622        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
623
6242001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
625
626        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
627        bspopts.h handling to other sh-BSPs.
628        * include/.cvsignore: Add stamp-h*, bspopts.h*.
629        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
630        * startup/bspstart.c: Reworked, based on the amos BSP.
631
6322001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * scitab/.cvsignore: Add.
635        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
636        bspopt.h.
637        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
638        * README: Update.
639        * bsp_specs: copy from gensh1
640
6412001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
644        * include/gdbsci.h: New file.
645        * include/.cvsignore: Add stamp-h? and bspopts.h*.
646        * console/Makefile.am: Use shared/console.c.
647        * console/console-io.c, console/console-support.S: Remove.
648
6492001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * gdbsci/, scitab/, trap34/: Add directories.
652
6532001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * Makefile.am, README, console/console-io.c, start/start.S,
656        startup/linkcmds: Update to make shsim closer to functional.
657
6582001-01-03      Joel Sherrill <joel@OARcorp.com>
659
660        * console/console-io.c: Added console_initialize_hardware().
661
6622000-11-27      Joel Sherrill <joel@OARcorp.com>
663
664        * The shsim is for the SH simulator in gdb. It should be able
665        to be used with multiple SH CPU models.
666        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
667        configure.in, clock/.cvsignore, clock/Makefile.am,
668        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
669        console/console-io.c, console/console-support.S,
670        include/.cvsignore, include/Makefile.am, include/bsp.h,
671        start/.cvsignore, start/Makefile.am, start/regs.S,
672        start/start.S, startup/.cvsignore, startup/Makefile.am,
673        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
674        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.