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

4.104.114.84.95
Last change on this file since 968b78d was 968b78d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 04:09:16

2003-12-11 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Misc cleanups and fixes.
4        * startup/Makefile.am: Misc cleanups and fixes.
5
62003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Add preinstallation dirstamp support.
9        * console/Makefile.am: Cosmetics.
10        * hw_init/Makefile.am: Cosmetics.
11        * startup/Makefile.am: Cosmetics.
12        * wrapup/Makefile.am: Cosmetics.
13
142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * console/Makefile.am: Remove all-local: $(ARCH).
17        * hw_init/Makefile.am: Remove all-local: $(ARCH).
18        * start/Makefile.am: Remove all-local: $(ARCH).
19        * startup/Makefile.am: Remove all-local: $(ARCH).
20        * wrapup/Makefile.am: Remove all-local: $(ARCH).
21
222003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Merge-in include/Makefile.am.
25        Reflect changes to bsp.am.
26        * include/Makefile.am: Remove.
27        * configure.ac: Reflect changes above.
28
292003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * bsp_specs: Remove *lib:.
32
332003-09-04      Joel Sherrill <joel@OARcorp.com>
34
35        * console/console.c, hw_init/hw_init.c, include/bsp.h,
36        include/coverhd.h, include/sdram.h, start/start.S,
37        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
38        startup/linkcmds.rom2ram: URL for license changed.
39
402003-08-20      Joel Sherrill <joel@OARcorp.com>
41
42        * console/console.c: Correct copyright statements.
43
442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Reflect having moved aclocal/.
47
482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect having moved automake/.
51        * console/Makefile.am: Reflect having moved automake/.
52        * hw_init/Makefile.am: Reflect having moved automake/.
53        * include/Makefile.am: Reflect having moved automake/.
54        * start/Makefile.am: Reflect having moved automake/.
55        * startup/Makefile.am: Reflect having moved automake/.
56        * wrapup/Makefile.am: Reflect having moved automake/.
57
582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
61
622003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        PR 445/bsps
65        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
66        Remove cpp, old_cpp (now unused).
67
682003-06-13      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Removed warnings.
71
722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove AC_CONFIG_AUX_DIR.
75
762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AC_PREREQ(2.57).
83
842003-01-28      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
87        to work around truncated section names.
88
892003-01-20      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds*: Add FreeBSD sysctl() sections.
92
932003-01-20      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
96        sections.
97
982003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
101
1022003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
107        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
108
1092002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/Makefile.am: Use install-data-local to install startfile.
112
1132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
116
1172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Reformat.
120        Add autom4te*cache.
121        Remove autom4te.cache.
122
1232002-09-14      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
126        of all calls to bsp_libc_init() resulted in some cleanup here.
127
1282002-08-21      Joel Sherrill <joel@OARcorp.com>
129
130        * bsp_specs: Added support for -nostdlibs.
131
1322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
135
1362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
139        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
140        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
141        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
142
1432002-07-25      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
146        to remove problems linking empty main(){} with BSP.
147
1482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * start/Makefile.am: Eliminate PGMS.
151        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
152
1532002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
156        linkcmds.rom2ram.
157
1582002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
161        Remove $(OBJS) from all-local.
162
1632002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
166
1672001-05-09      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: In support of gcc 3.1, added one of more
170        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
171        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
172        and direction of segments to memory regions may also have been
173        addressed.  This was a sweep across all BSPs.
174 
1752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac:
178        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
180        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
187
1882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
191
1922001-10-29      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds: Remove explicit force of output format.
195
1962001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
197
198        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
199        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
200
2012001-10-15      Joel Sherrill <joel@OARcorp.com>
202
203        * console/.cvsignore: New file.
204
2052001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
208        START_HW_INIT-support macros, add console/Makefile.
209        * Makefile.am: Add console SUBDIR.
210        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
211        * include/Makefile.am: Add bspopts.h.
212        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
213        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
214        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
215        compatibility.
216        * wrapup/Makefile.am: Add console to BSP_PIECES.
217        * console/Makefile.am: New.
218        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
219
2202001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
223        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
224        * include/.cvsignore: Add stamp-h*, bspopts.h*.
225        * include/bsp.h: Add bspopts.h.
226
2272001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
228
229        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
230        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
231        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
232        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
233        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
234        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
235        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
236        Reviewed and updated to latest automake and autoconf standards
237        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
238
Note: See TracBrowser for help on using the repository browser.