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

4.104.114.84.95
Last change on this file since aa4369c was aa4369c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 15:24:01

2006-11-15 Joel Sherrill <joel@…>

  • Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
  • Property mode set to 100644
File size: 14.2 KB
Line 
12006-11-15      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
4        file and simplified initialization.
5
62006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove superfluous -DASM.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.60. Require automake-1.10.
13
142006-06-24      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
17        .rela.dyn sections.
18
192006-03-08      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
22        .gnu.linkonce.b.* section.
23
242006-02-08      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
27        sections required by newer gcc versions.
28
292006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Add preinstall.am.
32
332005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * include/bsp.h: New header guard.
36
372005-05-11      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: Add .rodata.* sections.
40
412005-05-03      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
44        overflow of _CPU_Interrupt_stack_high calculation.
45
462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
49
502005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Remove build-variant support.
53
542004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * configure.ac: Require automake > 1.9.
57
582004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 610/bsps
61        * Makefile.am: Add include/tm27.h, Cosmetics.
62        * include/tm27.h: Final cosmetics.
63
642004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h: Split out tmtest27 support.
67        * include/tm27.h: New.
68
692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 613/bsps
72        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
73
742004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        PR 614/bsps
77        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
78
792004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
82
832004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
86        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
87        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
88
892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
92        using c99 fixed size types.
93
942004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect changes to bsp.am.
97        Preinstall dist_project_lib*.
98
992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect changes to bsp.am.
102
1032004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
106
1072004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Pickup files from ../../sh/shared instead of
110        ../shared. Reformat.
111
1122004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
115        startup/Makefile.am, wrapup/Makefile.am.
116        Use automake compilation rules.
117        * console/Makefile.am, scitab/Makefile.am,
118        startup/Makefile.am, 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        * wrapup/Makefile.am: Reflect changes to libcpu.
134
1352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
138        Add PRE/TMPINSTALL_FILES to CLEANFILES.
139        * startup/Makefile.am: Ditto.
140
1412004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * start/Makefile.am: Remove.
144        * Makefile.am: Merge-in start/Makefile.am.
145        * configure.ac: Reflect changes above.
146
1472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * wrapup/Makefile.am: Eliminate $(LIB).
150        Use noinst_DATA to trigger building libbsp.a.
151
1522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
155        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
156
1572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
160        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161
1622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
165
1662003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * start/Makefile.am: Misc cleanups and fixes.
169        * startup/Makefile.am: Misc cleanups and fixes.
170
1712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Add preinstallation dirstamp support.
174        * console/Makefile.am: Cosmetics.
175        * startup/Makefile.am: Cosmetics.
176        * wrapup/Makefile.am: Cosmetics.
177
1782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * console/Makefile.am: Remove all-local: $(ARCH).
181        * scitab/Makefile.am: Remove all-local: $(ARCH).
182        * start/Makefile.am: Remove all-local: $(ARCH).
183        * startup/Makefile.am: Remove all-local: $(ARCH).
184        * wrapup/Makefile.am: Remove all-local: $(ARCH).
185
1862003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Merge-in include/Makefile.am.
189        Reflect changes to bsp.am.
190        * include/Makefile.am: Remove.
191        * configure.ac: Reflect changes above.
192
1932003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * bsp_specs: Remove *lib:.
196
1972003-09-04      Joel Sherrill <joel@OARcorp.com>
198
199        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
200        start/start.ram, start/start.rom, startup/bspclean.c,
201        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
202        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
203
2042003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Reflect having moved aclocal/.
207
2082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect having moved automake/.
211        * console/Makefile.am: Reflect having moved automake/.
212        * include/Makefile.am: Reflect having moved automake/.
213        * scitab/Makefile.am: Reflect having moved automake/.
214        * start/Makefile.am: Reflect having moved automake/.
215        * startup/Makefile.am: Reflect having moved automake/.
216        * wrapup/Makefile.am: Reflect having moved automake/.
217
2182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
221
2222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        PR 445/bsps
225        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
226        Remove cpp, old_cpp (now unused).
227
2282003-06-13      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: Removed warnings.
231
2322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove AC_CONFIG_AUX_DIR.
235
2362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
239
2402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: AC_PREREQ(2.57).
243
2442003-01-28      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
247        work around truncated section names.
248
2492003-01-20      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
252        FreeBSD sysctl() sections.
253
2542003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
257
2582003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264
2652002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * start/Makefile.am: Use install-data-local to install startfile.
268
2692002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272
2732002-11-07      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/linkcmds: Include all .rodata* sections.
276
2772002-11-01      Joel Sherrill <joel@OARcorp.com>
278
279        * start/start.S, startup/hw_init.c: Removed warnings.
280
2812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * .cvsignore: Reformat.
284        Add autom4te*cache.
285        Remove autom4te.cache.
286
2872002-09-14      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
290        of all calls to bsp_libc_init() resulted in some cleanup here.
291
2922002-08-21      Joel Sherrill <joel@OARcorp.com>
293
294        * bsp_specs: Added support for -nostdlibs.
295
2962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
299
3002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
306
3072002-07-25      Joel Sherrill <joel@OARcorp.com>
308
309        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
310        to remove problems linking empty main(){} with BSP.
311
3122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * start/Makefile.am: Eliminate PGMS.
315        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
316
3172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
320
3212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
324        Remove $(OBJS) from all-local.
325
3262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
329
3302001-05-09      Joel Sherrill <joel@OARcorp.com>
331
332        * startup/linkcmds: In support of gcc 3.1, added one of more
333        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
334        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
335        and direction of segments to memory regions may also have been
336        addressed.  This was a sweep across all BSPs.
337 
3382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac:
341        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
342        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
343        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
350
3512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
354
3552001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
358        RTEMS_BSPOPTS_*(START_HW_INIT),
359        RTEMS_BSPOPTS_*(STANDALONE_EVB).
360        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
361
3622001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
365
3662001-10-12      Joel Sherrill <joel@OARcorp.com>
367
368        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
369        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
370        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
371
3722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
375        * configure.in: Remove.
376        * configure.ac: New file, generated from configure.in by autoupdate.
377
3782001-09-27      Joel Sherrill <joel@OARcorp.com>
379
380        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
381
3822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
385        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
386
3872001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
390
3912001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
392
393        * include/bsp.h: Disabled redefinition of
394        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
395        * console/config.c: New file. Definitions of externs referenced
396        from libbsp/shared/console.c.
397        * console/Makefile.am: Changed VPATH to point to
398        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
399
4002001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.in: Add bspopts.h.
403        * include/.cvsignore: Add bspopts.h*, stamp-h*.
404        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
405        * include/bsp.h: Include bspopts.h.
406        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
407
4082001-06-19      Joel Sherrill <joel@OARcorp.com>
409
410        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
411        it is called in configure.in instead of HZ.
412
4132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
414
415        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
416        bspopts.h.     
417        * include/.cvsignore: Add stamp-h*, bspopts.h*.
418        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
419        * include/bsp.h: Add bspopts.h.
420        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
421
4222001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * startup/linkcmds: Remove OUTPUT_FORMAT.
425
4262001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
427
428        * README.EVB7045F: New file.
429        * README: Additions and corrections.
430        * include/bsp.h: Switch console to sci0.
431
4322001-01-05      Joel Sherrill <joel@OARcorp.com>
433
434        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
435        the movement of this component to libmisc.
436        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
437
4382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
441
4422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
445
4462000-11-01      Joel Sherrill <joel@OARcorp.com>
447
448        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
449        and libcsupport.h moved from libc to lib/include/rtems and
450        now must be referenced as <rtems/XXX.h>.   Header file order
451        was cleaned up while doing this.
452
4532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
456        Switch to GNU canonicalization.
457
4582000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * scitab/Makefile.am: PROJECT_TOPdir.
461
4622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
465        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
466
4672000-08-10      Joel Sherrill <joel@OARcorp.com>
468
469        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.