source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 2b677d9

4.104.114.84.95
Last change on this file since 2b677d9 was dc5e3d4f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/05 at 19:36:01

2005-05-03 Joel Sherrill <joel@…>

  • startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix overflow of _CPU_Interrupt_stack_high calculation.
  • Property mode set to 100644
File size: 13.1 KB
Line 
12005-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
4        overflow of _CPU_Interrupt_stack_high calculation.
5
62005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
9
102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove build-variant support.
13
142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Require automake > 1.9.
17
182004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        PR 610/bsps
21        * Makefile.am: Add include/tm27.h, Cosmetics.
22        * include/tm27.h: Final cosmetics.
23
242004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * include/bsp.h: Split out tmtest27 support.
27        * include/tm27.h: New.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 613/bsps
32        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
33
342004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 614/bsps
37        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
38
392004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
42
432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
46        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
47        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
48
492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
52        using c99 fixed size types.
53
542004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect changes to bsp.am.
57        Preinstall dist_project_lib*.
58
592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Reflect changes to bsp.am.
62
632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
66
672004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Pickup files from ../../sh/shared instead of
70        ../shared. Reformat.
71
722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
75        startup/Makefile.am, wrapup/Makefile.am.
76        Use automake compilation rules.
77        * console/Makefile.am, scitab/Makefile.am,
78        startup/Makefile.am, wrapup/Makefile.am: Remove.
79        * configure.ac: Reflect changes above.
80
812004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
84        Add RTEMS_PROG_CCAS.
85
862004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Add PREINSTALL_DIRS.
89        * wrapup/Makefile.am: Reflect changes to libcpu.
90
912004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Reflect changes to libcpu.
94
952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
98        Add PRE/TMPINSTALL_FILES to CLEANFILES.
99        * startup/Makefile.am: Ditto.
100
1012004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Remove.
104        * Makefile.am: Merge-in start/Makefile.am.
105        * configure.ac: Reflect changes above.
106
1072004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Eliminate $(LIB).
110        Use noinst_DATA to trigger building libbsp.a.
111
1122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
115        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
116
1172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
120        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
121
1222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
125
1262003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/Makefile.am: Misc cleanups and fixes.
129        * startup/Makefile.am: Misc cleanups and fixes.
130
1312003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add preinstallation dirstamp support.
134        * console/Makefile.am: Cosmetics.
135        * startup/Makefile.am: Cosmetics.
136        * wrapup/Makefile.am: Cosmetics.
137
1382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * console/Makefile.am: Remove all-local: $(ARCH).
141        * scitab/Makefile.am: Remove all-local: $(ARCH).
142        * start/Makefile.am: Remove all-local: $(ARCH).
143        * startup/Makefile.am: Remove all-local: $(ARCH).
144        * wrapup/Makefile.am: Remove all-local: $(ARCH).
145
1462003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Merge-in include/Makefile.am.
149        Reflect changes to bsp.am.
150        * include/Makefile.am: Remove.
151        * configure.ac: Reflect changes above.
152
1532003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * bsp_specs: Remove *lib:.
156
1572003-09-04      Joel Sherrill <joel@OARcorp.com>
158
159        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
160        start/start.ram, start/start.rom, startup/bspclean.c,
161        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
162        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
163
1642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Reflect having moved aclocal/.
167
1682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved automake/.
171        * console/Makefile.am: Reflect having moved automake/.
172        * include/Makefile.am: Reflect having moved automake/.
173        * scitab/Makefile.am: Reflect having moved automake/.
174        * start/Makefile.am: Reflect having moved automake/.
175        * startup/Makefile.am: Reflect having moved automake/.
176        * wrapup/Makefile.am: Reflect having moved automake/.
177
1782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
181
1822003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        PR 445/bsps
185        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
186        Remove cpp, old_cpp (now unused).
187
1882003-06-13      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds: Removed warnings.
191
1922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove AC_CONFIG_AUX_DIR.
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
199
2002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: AC_PREREQ(2.57).
203
2042003-01-28      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
207        work around truncated section names.
208
2092003-01-20      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
212        FreeBSD sysctl() sections.
213
2142003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
217
2182003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224
2252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * start/Makefile.am: Use install-data-local to install startfile.
228
2292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232
2332002-11-07      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/linkcmds: Include all .rodata* sections.
236
2372002-11-01      Joel Sherrill <joel@OARcorp.com>
238
239        * start/start.S, startup/hw_init.c: Removed warnings.
240
2412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * .cvsignore: Reformat.
244        Add autom4te*cache.
245        Remove autom4te.cache.
246
2472002-09-14      Joel Sherrill <joel@OARcorp.com>
248
249        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
250        of all calls to bsp_libc_init() resulted in some cleanup here.
251
2522002-08-21      Joel Sherrill <joel@OARcorp.com>
253
254        * bsp_specs: Added support for -nostdlibs.
255
2562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
259
2602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
266
2672002-07-25      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
270        to remove problems linking empty main(){} with BSP.
271
2722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Eliminate PGMS.
275        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
276
2772002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
280
2812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
284        Remove $(OBJS) from all-local.
285
2862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
289
2902001-05-09      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/linkcmds: In support of gcc 3.1, added one of more
293        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
294        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
295        and direction of segments to memory regions may also have been
296        addressed.  This was a sweep across all BSPs.
297 
2982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac:
301        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
302        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
303        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
310
3112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
314
3152001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
318        RTEMS_BSPOPTS_*(START_HW_INIT),
319        RTEMS_BSPOPTS_*(STANDALONE_EVB).
320        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
321
3222001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
325
3262001-10-12      Joel Sherrill <joel@OARcorp.com>
327
328        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
329        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
330        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
331
3322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
335        * configure.in: Remove.
336        * configure.ac: New file, generated from configure.in by autoupdate.
337
3382001-09-27      Joel Sherrill <joel@OARcorp.com>
339
340        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
341
3422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
345        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
346
3472001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
350
3512001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
352
353        * include/bsp.h: Disabled redefinition of
354        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
355        * console/config.c: New file. Definitions of externs referenced
356        from libbsp/shared/console.c.
357        * console/Makefile.am: Changed VPATH to point to
358        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
359
3602001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.in: Add bspopts.h.
363        * include/.cvsignore: Add bspopts.h*, stamp-h*.
364        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
365        * include/bsp.h: Include bspopts.h.
366        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
367
3682001-06-19      Joel Sherrill <joel@OARcorp.com>
369
370        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
371        it is called in configure.in instead of HZ.
372
3732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
374
375        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
376        bspopts.h.     
377        * include/.cvsignore: Add stamp-h*, bspopts.h*.
378        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
379        * include/bsp.h: Add bspopts.h.
380        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
381
3822001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * startup/linkcmds: Remove OUTPUT_FORMAT.
385
3862001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
387
388        * README.EVB7045F: New file.
389        * README: Additions and corrections.
390        * include/bsp.h: Switch console to sci0.
391
3922001-01-05      Joel Sherrill <joel@OARcorp.com>
393
394        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
395        the movement of this component to libmisc.
396        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
397
3982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
401
4022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
405
4062000-11-01      Joel Sherrill <joel@OARcorp.com>
407
408        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
409        and libcsupport.h moved from libc to lib/include/rtems and
410        now must be referenced as <rtems/XXX.h>.   Header file order
411        was cleaned up while doing this.
412
4132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
416        Switch to GNU canonicalization.
417
4182000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * scitab/Makefile.am: PROJECT_TOPdir.
421
4222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
425        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
426
4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.