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

4.104.114.84.95
Last change on this file since f1feebb was f1feebb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:47:59

2002-07-20 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
4
52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Add $(LIB) to all-local.
13
142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
17
182001-05-09      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: In support of gcc 3.1, added one of more
21        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
22        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
23        and direction of segments to memory regions may also have been
24        addressed.  This was a sweep across all BSPs.
25 
262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac:
29        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
30        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
31        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
41
422001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
45        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
46        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
47        CPU_FILES.
48
492001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
52
532001-10-12      Joel Sherrill <joel@OARcorp.com>
54
55        * start/start.S: Fixed typo.
56
572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
60        * configure.in: Remove.
61        * configure.ac: New file, generated from configure.in by autoupdate.
62
632001-09-27      Joel Sherrill <joel@OARcorp.com>
64
65        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
66
672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * include/Makefile.am: Use 'CLEANFILES ='.
70        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
71
722001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.in: Add bspopts.h.
75        * include/.cvsignore: Add bspopts.h*, stamp-h*.
76        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
77        * include/bsp.h: Include bspopts.h.
78        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
79
802001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
81
82        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
83        bspopts.h handling to other sh-BSPs.
84        * include/.cvsignore: Add stamp-h*, bspopts.h*.
85        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
86        * startup/bspstart.c: Reworked, based on the amos BSP.
87
882001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * scitab/.cvsignore: Add.
91        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
92        bspopt.h.
93        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
94        * README: Update.
95        * bsp_specs: copy from gensh1
96
972001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
100        * include/gdbsci.h: New file.
101        * include/.cvsignore: Add stamp-h? and bspopts.h*.
102        * console/Makefile.am: Use shared/console.c.
103        * console/console-io.c, console/console-support.S: Remove.
104
1052001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * gdbsci/, scitab/, trap34/: Add directories.
108
1092001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am, README, console/console-io.c, start/start.S,
112        startup/linkcmds: Update to make shsim closer to functional.
113
1142001-01-03      Joel Sherrill <joel@OARcorp.com>
115
116        * console/console-io.c: Added console_initialize_hardware().
117
1182000-11-27      Joel Sherrill <joel@OARcorp.com>
119
120        * The shsim is for the SH simulator in gdb. It should be able
121        to be used with multiple SH CPU models.
122        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
123        configure.in, clock/.cvsignore, clock/Makefile.am,
124        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
125        console/console-io.c, console/console-support.S,
126        include/.cvsignore, include/Makefile.am, include/bsp.h,
127        start/.cvsignore, start/Makefile.am, start/regs.S,
128        start/start.S, startup/.cvsignore, startup/Makefile.am,
129        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
130        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.