source: rtems/c/src/lib/libbsp/sh/simsh4/ChangeLog @ 7a5a3a41

4.104.114.84.95
Last change on this file since 7a5a3a41 was 7a5a3a41, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 07:17:01

2004-01-05 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Remove.
  • Makefile.am: Merge-in start/Makefile.am.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 8.8 KB
Line 
12004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Remove.
4        * Makefile.am: Merge-in start/Makefile.am.
5        * configure.ac: Reflect changes above.
6
72004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * wrapup/Makefile.am: Eliminate $(LIB).
10        Use noinst_DATA to trigger building libbsp.a.
11
122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
15        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
20        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * clock/Makefile.am: Misc cleanups and fixes.
29        * start/Makefile.am: Misc cleanups and fixes.
30        * startup/Makefile.am: Misc cleanups and fixes.
31        * timer/Makefile.am: Misc cleanups and fixes.
32
332003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Add preinstallation dirstamp support.
36        * clock/Makefile.am: Cosmetics.
37        * console/Makefile.am: Cosmetics.
38        * startup/Makefile.am: Cosmetics.
39        * timer/Makefile.am: Cosmetics.
40        * wrapup/Makefile.am: Cosmetics.
41
422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * console/Makefile.am: Remove all-local: $(ARCH).
45        * start/Makefile.am: Remove all-local: $(ARCH).
46        * startup/Makefile.am: Remove all-local: $(ARCH).
47        * wrapup/Makefile.am: Remove all-local: $(ARCH).
48
492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Merge-in include/Makefile.am.
52        Reflect changes to bsp.am.
53        * include/Makefile.am: Remove.
54        * configure.ac: Reflect changes above.
55
562003-09-04      Joel Sherrill <joel@OARcorp.com>
57
58        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
59        include/ramdisk.h, start/start.S, startup/bspstart.c,
60        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
61        timer/timer.c, tools/runtest.in: URL for license changed.
62
632003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Add tools to SUBDIRS.
66        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
67
682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect having moved aclocal/.
71
722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect having moved automake/.
75        * clock/Makefile.am: Reflect having moved automake/.
76        * console/Makefile.am: Reflect having moved automake/.
77        * include/Makefile.am: Reflect having moved automake/.
78        * start/Makefile.am: Reflect having moved automake/.
79        * startup/Makefile.am: Reflect having moved automake/.
80        * timer/Makefile.am: Reflect having moved automake/.
81        * tools/Makefile.am: Reflect having moved automake/.
82        * wrapup/Makefile.am: Reflect having moved automake/.
83
842003-08-14      Joel Sherrill <joel@OARcorp.com>
85
86        * tools/runtest: Add fileio to list of interactive tests.
87
882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
91
922003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        PR 445/bsps
95        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
96        Remove cpp, old_cpp (now unused).
97
982003-06-13      Joel Sherrill <joel@OARcorp.com>
99
100        * console/console.c, startup/linkcmds: Removed warnings.
101
1022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove AC_CONFIG_AUX_DIR.
105
1062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
109
1102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: AC_PREREQ(2.57).
113
1142003-01-28      Joel Sherrill <joel@OARcorp.com>
115
116        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
117        startup/linkcmds-le.coff: Fix to work around truncated section names.
118
1192003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
122
1232003-01-20      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds*: Add FreeBSD sysctl() sections.
126
1272003-01-20      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
130        sections.
131
1322003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
135
1362003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
139        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
140        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
142        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143
1442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Use install-data-local to install startfile.
147
1482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
151
1522002-11-07      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: Include all .rodata* sections.
155
1562002-11-01      Joel Sherrill <joel@OARcorp.com>
157
158        * clock/ckinit.c, console/console.c: Removed warnings.
159
1602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Reformat.
163        Add autom4te*cache.
164        Remove autom4te.cache.
165
1662002-09-14      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
169        of all calls to bsp_libc_init() resulted in some cleanup here.
170
1712002-08-21      Joel Sherrill <joel@OARcorp.com>
172
173        * bsp_specs: Added support for -nostdlibs.
174
1752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
178
1792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
182        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
183        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
184        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
185        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
186
1872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Eliminate PGMS.
190        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
191
1922002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
195
1962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
199        Remove $(OBJS) from all-local.
200
2012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
204
2052001-05-09      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/linkcmds: In support of gcc 3.1, added one of more
208        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
209        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
210        and direction of segments to memory regions may also have been
211        addressed.  This was a sweep across all BSPs.
212 
2132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac:
216        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
217        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
218        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
227
2282001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
231
2322001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
233
234        * tools: New subdirectory.
235        * tools/Makefile.am, tools/runtest: New files.
236
2372001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Added support for START_HW_INIT.
240        * console/Makefile.am: Removed VPATH.
241        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
242        * startup/linkcmds: Do not force output format to coff-sh.
243        * startup/linkcmds-le: Comment out force of output format and add
244        comment questioning need to have special linkcmds for little endian.
245        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
246
2472001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
250        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
251        * include/.cvsignore: Add stamp-h* bspopts.h*
252        * include/bsp.h: Add bspopts.h.
253
2542001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
255
256        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
257        README, bsp_specs, console/Makefile.am, console/console.c,
258        console/.cvsignore, include/Makefile.am, include/bsp.h,
259        include/coverhd.h, include/syscall.h, include/ramdisk.h,
260        include/.cvsignore, start/Makefile.am, start/start.S,
261        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
262        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
263        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
264        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
265        configure.ac, .cvsignore, ChangeLog:  New files. 
266        Reviewed and updated to latest automake and autoconf standards
267        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
268
Note: See TracBrowser for help on using the repository browser.