source: rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog @ d1f57b5

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 13.5 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
9        Configuration Table. Use the RTEMS provided accessor macros to obtain
10        configuration fields.
11
122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
15        from CPU Table to Configuration Table. Eliminate CPU Table from all
16        ports. Delete references to CPU Table in all forms.
17
182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
21        Table fields to the Configuration Table. This included
22        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
23        do_zero_of_workspace, extra_mpci_receive_server_stack,
24        stack_allocate_hook, and stack_free_hook. As a side-effect of this
25        effort some multiprocessing code was made conditional and some style
26        clean up occurred.
27
282007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
31        SuperH CPU Table and define another mechanism for drivers to obtain
32        this information.
33
342007-05-03      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds: Handle .data.* sections
37
382007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * bsp_specs: Remove qrtems_debug.
41
422007-04-02      Joel Sherrill <joel@OARcorp.com>
43
44        * Makefile.am: Add dummy printk support so all tests link.
45
462006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: New BUG-REPORT address.
49
502006-11-15      Joel Sherrill <joel@OARcorp.com>
51
52        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
53        file and simplified initialization.
54
552006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Remove superfluous -DASM.
58
592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * configure.ac: Require autoconf-2.60. Require automake-1.10.
62
632006-06-24      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
66        .rela.dyn sections.
67
682006-03-08      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
71        .gnu.linkonce.b.* section.
72
732006-02-08      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
76        sections required by newer gcc versions.
77
782006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Add preinstall.am.
81
822005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * include/bsp.h: New header guard.
85
862005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
89
902005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Remove build-variant support.
93
942004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * configure.ac: Require automake > 1.9.
97
982004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        PR 610/bsps
101        * Makefile.am: Add include/tm27.h, Cosmetics.
102        * include/tm27.h: Final cosmetics.
103
1042004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * include/bsp.h: Split out tmtest27 support.
107        * include/tm27.h: New.
108
1092004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        PR 613/bsps
112        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
113
1142004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        PR 614/bsps
117        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
118
1192004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
122
1232004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
126        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
127
1282004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
131        types.
132
1332004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect changes to bsp.am.
136        Preinstall dist_project_lib*.
137
1382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect changes to bsp.am.
141
1422004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
145
1462004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Merge-in console/Makefile.am, hw_init/Makefile.am,
149        startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
150        * console/Makefile.am, hw_init/Makefile.am, startup/Makefile.am,
151        wrapup/Makefile.am: Remove.
152        * configure.ac: Reflect changes above.
153
1542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
157        Add RTEMS_PROG_CCAS.
158
1592004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add PREINSTALL_DIRS.
162        * wrapup/Makefile.am: Reflect changes to libcpu.
163
1642004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * startup/Makefile.am: Remove bogus EXTRA_DIST.
167        * wrapup/Makefile.am: Reflect changes to libcpu.
168
1692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
172        Add PRE/TMPINSTALL_FILES to CLEANFILES.
173        * startup/Makefile.am: Ditto.
174
1752004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Remove.
178        * Makefile.am: Merge-in start/Makefile.am.
179        * configure.ac: Reflect changes above.
180
1812004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * wrapup/Makefile.am: Eliminate $(LIB).
184        Use noinst_DATA to trigger building libbsp.a.
185
1862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
189        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
190
1912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
194        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
195
1962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
199
2002003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * start/Makefile.am: Misc cleanups and fixes.
203        * startup/Makefile.am: Misc cleanups and fixes.
204
2052003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Add preinstallation dirstamp support.
208        * console/Makefile.am: Cosmetics.
209        * hw_init/Makefile.am: Cosmetics.
210        * startup/Makefile.am: Cosmetics.
211        * wrapup/Makefile.am: Cosmetics.
212
2132003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * console/Makefile.am: Remove all-local: $(ARCH).
216        * hw_init/Makefile.am: Remove all-local: $(ARCH).
217        * start/Makefile.am: Remove all-local: $(ARCH).
218        * startup/Makefile.am: Remove all-local: $(ARCH).
219        * wrapup/Makefile.am: Remove all-local: $(ARCH).
220
2212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Merge-in include/Makefile.am.
224        Reflect changes to bsp.am.
225        * include/Makefile.am: Remove.
226        * configure.ac: Reflect changes above.
227
2282003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * bsp_specs: Remove *lib:.
231
2322003-09-04      Joel Sherrill <joel@OARcorp.com>
233
234        * console/console.c, hw_init/hw_init.c, include/bsp.h,
235        include/coverhd.h, include/sdram.h, start/start.S,
236        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
237        startup/linkcmds.rom2ram: URL for license changed.
238
2392003-08-20      Joel Sherrill <joel@OARcorp.com>
240
241        * console/console.c: Correct copyright statements.
242
2432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Reflect having moved aclocal/.
246
2472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Reflect having moved automake/.
250        * console/Makefile.am: Reflect having moved automake/.
251        * hw_init/Makefile.am: Reflect having moved automake/.
252        * include/Makefile.am: Reflect having moved automake/.
253        * start/Makefile.am: Reflect having moved automake/.
254        * startup/Makefile.am: Reflect having moved automake/.
255        * wrapup/Makefile.am: Reflect having moved automake/.
256
2572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
260
2612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        PR 445/bsps
264        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
265        Remove cpp, old_cpp (now unused).
266
2672003-06-13      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/linkcmds: Removed warnings.
270
2712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Remove AC_CONFIG_AUX_DIR.
274
2752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
278
2792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: AC_PREREQ(2.57).
282
2832003-01-28      Joel Sherrill <joel@OARcorp.com>
284
285        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
286        to work around truncated section names.
287
2882003-01-20      Joel Sherrill <joel@OARcorp.com>
289
290        * startup/linkcmds*: Add FreeBSD sysctl() sections.
291
2922003-01-20      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
295        sections.
296
2972003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
300
3012003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307
3082002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * start/Makefile.am: Use install-data-local to install startfile.
311
3122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315
3162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * .cvsignore: Reformat.
319        Add autom4te*cache.
320        Remove autom4te.cache.
321
3222002-09-14      Joel Sherrill <joel@OARcorp.com>
323
324        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
325        of all calls to bsp_libc_init() resulted in some cleanup here.
326
3272002-08-21      Joel Sherrill <joel@OARcorp.com>
328
329        * bsp_specs: Added support for -nostdlibs.
330
3312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
334
3352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
341
3422002-07-25      Joel Sherrill <joel@OARcorp.com>
343
344        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
345        to remove problems linking empty main(){} with BSP.
346
3472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * start/Makefile.am: Eliminate PGMS.
350        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
351
3522002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
355        linkcmds.rom2ram.
356
3572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
360        Remove $(OBJS) from all-local.
361
3622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
365
3662001-05-09      Joel Sherrill <joel@OARcorp.com>
367
368        * startup/linkcmds: In support of gcc 3.1, added one of more
369        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
370        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
371        and direction of segments to memory regions may also have been
372        addressed.  This was a sweep across all BSPs.
373 
3742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac:
377        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
378        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
379        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
386
3872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
390
3912001-10-29      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/linkcmds: Remove explicit force of output format.
394
3952001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
396
397        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
398        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
399
4002001-10-15      Joel Sherrill <joel@OARcorp.com>
401
402        * console/.cvsignore: New file.
403
4042001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
407        START_HW_INIT-support macros, add console/Makefile.
408        * Makefile.am: Add console SUBDIR.
409        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
410        * include/Makefile.am: Add bspopts.h.
411        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
412        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
413        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
414        compatibility.
415        * wrapup/Makefile.am: Add console to BSP_PIECES.
416        * console/Makefile.am: New.
417        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
418
4192001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
422        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
423        * include/.cvsignore: Add stamp-h*, bspopts.h*.
424        * include/bsp.h: Add bspopts.h.
425
4262001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
427
428        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
429        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
430        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
431        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
432        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
433        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
434        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
435        Reviewed and updated to latest automake and autoconf standards
436        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
437
Note: See TracBrowser for help on using the repository browser.