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

4.104.114.84.95
Last change on this file since 1144653 was 1144653, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:33:33

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

  • startup/linkcmds: Handle .data.* sections
  • Property mode set to 100644
File size: 12.3 KB
Line 
12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Handle .data.* sections
4
52007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove qrtems_debug.
8
92007-04-02      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Add dummy printk support so all tests link.
12
132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: New BUG-REPORT address.
16
172006-11-15      Joel Sherrill <joel@OARcorp.com>
18
19        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
20        file and simplified initialization.
21
222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove superfluous -DASM.
25
262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Require autoconf-2.60. Require automake-1.10.
29
302006-06-24      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
33        .rela.dyn sections.
34
352006-03-08      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
38        .gnu.linkonce.b.* section.
39
402006-02-08      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
43        sections required by newer gcc versions.
44
452006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Add preinstall.am.
48
492005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * include/bsp.h: New header guard.
52
532005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
56
572005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Remove build-variant support.
60
612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * configure.ac: Require automake > 1.9.
64
652004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        PR 610/bsps
68        * Makefile.am: Add include/tm27.h, Cosmetics.
69        * include/tm27.h: Final cosmetics.
70
712004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * include/bsp.h: Split out tmtest27 support.
74        * include/tm27.h: New.
75
762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        PR 613/bsps
79        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
80
812004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        PR 614/bsps
84        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
85
862004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
89
902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
93        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
94
952004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
98        types.
99
1002004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Reflect changes to bsp.am.
103        Preinstall dist_project_lib*.
104
1052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect changes to bsp.am.
108
1092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
112
1132004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Merge-in console/Makefile.am, hw_init/Makefile.am,
116        startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
117        * console/Makefile.am, hw_init/Makefile.am, startup/Makefile.am,
118        wrapup/Makefile.am: Remove.
119        * configure.ac: Reflect changes above.
120
1212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
124        Add RTEMS_PROG_CCAS.
125
1262004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add PREINSTALL_DIRS.
129        * wrapup/Makefile.am: Reflect changes to libcpu.
130
1312004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * startup/Makefile.am: Remove bogus EXTRA_DIST.
134        * wrapup/Makefile.am: Reflect changes to libcpu.
135
1362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
139        Add PRE/TMPINSTALL_FILES to CLEANFILES.
140        * startup/Makefile.am: Ditto.
141
1422004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/Makefile.am: Remove.
145        * Makefile.am: Merge-in start/Makefile.am.
146        * configure.ac: Reflect changes above.
147
1482004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Eliminate $(LIB).
151        Use noinst_DATA to trigger building libbsp.a.
152
1532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
156        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
157
1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
162
1632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
166
1672003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: Misc cleanups and fixes.
170        * startup/Makefile.am: Misc cleanups and fixes.
171
1722003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Add preinstallation dirstamp support.
175        * console/Makefile.am: Cosmetics.
176        * hw_init/Makefile.am: Cosmetics.
177        * startup/Makefile.am: Cosmetics.
178        * wrapup/Makefile.am: Cosmetics.
179
1802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * console/Makefile.am: Remove all-local: $(ARCH).
183        * hw_init/Makefile.am: Remove all-local: $(ARCH).
184        * start/Makefile.am: Remove all-local: $(ARCH).
185        * startup/Makefile.am: Remove all-local: $(ARCH).
186        * wrapup/Makefile.am: Remove all-local: $(ARCH).
187
1882003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Merge-in include/Makefile.am.
191        Reflect changes to bsp.am.
192        * include/Makefile.am: Remove.
193        * configure.ac: Reflect changes above.
194
1952003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * bsp_specs: Remove *lib:.
198
1992003-09-04      Joel Sherrill <joel@OARcorp.com>
200
201        * console/console.c, hw_init/hw_init.c, include/bsp.h,
202        include/coverhd.h, include/sdram.h, start/start.S,
203        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
204        startup/linkcmds.rom2ram: URL for license changed.
205
2062003-08-20      Joel Sherrill <joel@OARcorp.com>
207
208        * console/console.c: Correct copyright statements.
209
2102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Reflect having moved aclocal/.
213
2142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect having moved automake/.
217        * console/Makefile.am: Reflect having moved automake/.
218        * hw_init/Makefile.am: Reflect having moved automake/.
219        * include/Makefile.am: Reflect having moved automake/.
220        * start/Makefile.am: Reflect having moved automake/.
221        * startup/Makefile.am: Reflect having moved automake/.
222        * wrapup/Makefile.am: Reflect having moved automake/.
223
2242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
227
2282003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        PR 445/bsps
231        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
232        Remove cpp, old_cpp (now unused).
233
2342003-06-13      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: Removed warnings.
237
2382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Remove AC_CONFIG_AUX_DIR.
241
2422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
245
2462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: AC_PREREQ(2.57).
249
2502003-01-28      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
253        to work around truncated section names.
254
2552003-01-20      Joel Sherrill <joel@OARcorp.com>
256
257        * startup/linkcmds*: Add FreeBSD sysctl() sections.
258
2592003-01-20      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
262        sections.
263
2642003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
267
2682003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
2752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Use install-data-local to install startfile.
278
2792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282
2832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Reformat.
286        Add autom4te*cache.
287        Remove autom4te.cache.
288
2892002-09-14      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
292        of all calls to bsp_libc_init() resulted in some cleanup here.
293
2942002-08-21      Joel Sherrill <joel@OARcorp.com>
295
296        * bsp_specs: Added support for -nostdlibs.
297
2982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
301
3022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
308
3092002-07-25      Joel Sherrill <joel@OARcorp.com>
310
311        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
312        to remove problems linking empty main(){} with BSP.
313
3142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * start/Makefile.am: Eliminate PGMS.
317        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
318
3192002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
322        linkcmds.rom2ram.
323
3242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
327        Remove $(OBJS) from all-local.
328
3292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
332
3332001-05-09      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/linkcmds: In support of gcc 3.1, added one of more
336        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
337        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
338        and direction of segments to memory regions may also have been
339        addressed.  This was a sweep across all BSPs.
340 
3412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac:
344        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
345        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
346        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
353
3542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
357
3582001-10-29      Joel Sherrill <joel@OARcorp.com>
359
360        * startup/linkcmds: Remove explicit force of output format.
361
3622001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
363
364        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
365        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
366
3672001-10-15      Joel Sherrill <joel@OARcorp.com>
368
369        * console/.cvsignore: New file.
370
3712001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
374        START_HW_INIT-support macros, add console/Makefile.
375        * Makefile.am: Add console SUBDIR.
376        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
377        * include/Makefile.am: Add bspopts.h.
378        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
379        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
380        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
381        compatibility.
382        * wrapup/Makefile.am: Add console to BSP_PIECES.
383        * console/Makefile.am: New.
384        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
385
3862001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
389        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
390        * include/.cvsignore: Add stamp-h*, bspopts.h*.
391        * include/bsp.h: Add bspopts.h.
392
3932001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
394
395        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
396        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
397        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
398        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
399        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
400        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
401        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
402        Reviewed and updated to latest automake and autoconf standards
403        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
404
Note: See TracBrowser for help on using the repository browser.