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

4.104.114.84.95
Last change on this file since 7a5a3a41 was 7a5a3a41, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 07:17:01

2004-01-05 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Remove.
  • Makefile.am: Merge-in start/Makefile.am.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Remove.
4        * Makefile.am: Merge-in start/Makefile.am.
5        * configure.ac: Reflect changes above.
6
72004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * wrapup/Makefile.am: Eliminate $(LIB).
10        Use noinst_DATA to trigger building libbsp.a.
11
122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
15        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
20        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * start/Makefile.am: Misc cleanups and fixes.
29        * startup/Makefile.am: Misc cleanups and fixes.
30
312003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Add preinstallation dirstamp support.
34        * console/Makefile.am: Cosmetics.
35        * hw_init/Makefile.am: Cosmetics.
36        * startup/Makefile.am: Cosmetics.
37        * wrapup/Makefile.am: Cosmetics.
38
392003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * console/Makefile.am: Remove all-local: $(ARCH).
42        * hw_init/Makefile.am: Remove all-local: $(ARCH).
43        * start/Makefile.am: Remove all-local: $(ARCH).
44        * startup/Makefile.am: Remove all-local: $(ARCH).
45        * wrapup/Makefile.am: Remove all-local: $(ARCH).
46
472003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Merge-in include/Makefile.am.
50        Reflect changes to bsp.am.
51        * include/Makefile.am: Remove.
52        * configure.ac: Reflect changes above.
53
542003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * bsp_specs: Remove *lib:.
57
582003-09-04      Joel Sherrill <joel@OARcorp.com>
59
60        * console/console.c, hw_init/hw_init.c, include/bsp.h,
61        include/coverhd.h, include/sdram.h, start/start.S,
62        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
63        startup/linkcmds.rom2ram: URL for license changed.
64
652003-08-20      Joel Sherrill <joel@OARcorp.com>
66
67        * console/console.c: Correct copyright statements.
68
692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect having moved aclocal/.
72
732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect having moved automake/.
76        * console/Makefile.am: Reflect having moved automake/.
77        * hw_init/Makefile.am: Reflect having moved automake/.
78        * include/Makefile.am: Reflect having moved automake/.
79        * start/Makefile.am: Reflect having moved automake/.
80        * startup/Makefile.am: Reflect having moved automake/.
81        * wrapup/Makefile.am: Reflect having moved automake/.
82
832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
86
872003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        PR 445/bsps
90        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
91        Remove cpp, old_cpp (now unused).
92
932003-06-13      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Removed warnings.
96
972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove AC_CONFIG_AUX_DIR.
100
1012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
104
1052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: AC_PREREQ(2.57).
108
1092003-01-28      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
112        to work around truncated section names.
113
1142003-01-20      Joel Sherrill <joel@OARcorp.com>
115
116        * startup/linkcmds*: Add FreeBSD sysctl() sections.
117
1182003-01-20      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
121        sections.
122
1232003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
126
1272003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Use install-data-local to install startfile.
137
1382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Reformat.
145        Add autom4te*cache.
146        Remove autom4te.cache.
147
1482002-09-14      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
151        of all calls to bsp_libc_init() resulted in some cleanup here.
152
1532002-08-21      Joel Sherrill <joel@OARcorp.com>
154
155        * bsp_specs: Added support for -nostdlibs.
156
1572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
160
1612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
167
1682002-07-25      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
171        to remove problems linking empty main(){} with BSP.
172
1732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: Eliminate PGMS.
176        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
177
1782002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
181        linkcmds.rom2ram.
182
1832002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
186        Remove $(OBJS) from all-local.
187
1882002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
191
1922001-05-09      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds: In support of gcc 3.1, added one of more
195        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
196        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
197        and direction of segments to memory regions may also have been
198        addressed.  This was a sweep across all BSPs.
199 
2002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac:
203        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
204        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
205        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
212
2132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
216
2172001-10-29      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: Remove explicit force of output format.
220
2212001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
222
223        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
224        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
225
2262001-10-15      Joel Sherrill <joel@OARcorp.com>
227
228        * console/.cvsignore: New file.
229
2302001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
233        START_HW_INIT-support macros, add console/Makefile.
234        * Makefile.am: Add console SUBDIR.
235        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
236        * include/Makefile.am: Add bspopts.h.
237        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
238        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
239        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
240        compatibility.
241        * wrapup/Makefile.am: Add console to BSP_PIECES.
242        * console/Makefile.am: New.
243        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
244
2452001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
248        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
249        * include/.cvsignore: Add stamp-h*, bspopts.h*.
250        * include/bsp.h: Add bspopts.h.
251
2522001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
253
254        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
255        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
256        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
257        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
258        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
259        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
260        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
261        Reviewed and updated to latest automake and autoconf standards
262        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
263
Note: See TracBrowser for help on using the repository browser.