source: rtems/c/src/lib/libbsp/sparc/leon/ChangeLog @ b35414a

4.104.114.84.95
Last change on this file since b35414a was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

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

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Misc cleanups and fixes.
18        * start/Makefile.am: Misc cleanups and fixes.
19        * startup/Makefile.am: Misc cleanups and fixes.
20        * wrapup/Makefile.am: Misc cleanups and fixes.
21
222003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Add dirstamp support to preinstallation.
25        * clock/Makefile.am: Cosmetics.
26        * console/Makefile.am: Cosmetics.
27        * gnatsupp/Makefile.am: Cosmetics.
28        * leon_open_eth/Makefile.am: Correct paths to automake/*.am..
29        * startup/Makefile.am: Cosmetics.
30        * timer/Makefile.am: Cosmetics.
31        * wrapup/Makefile.am: Cosmetics.
32
33        PR 538/bsps:
34        * wrapup/Makefile.am: Add leon_open_eth.rel
35
362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * clock/Makefile.am: Remove all-local: $(ARCH).
39        * console/Makefile.am: Remove all-local: $(ARCH).
40        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
41        * leon_open_eth/Makefile.am: Remove all-local: $(ARCH).
42        * start/Makefile.am: Remove all-local: $(ARCH).
43        * startup/Makefile.am: Remove all-local: $(ARCH).
44        * timer/Makefile.am: Remove all-local: $(ARCH).
45        * wrapup/Makefile.am: Remove all-local: $(ARCH).
46
472003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Fix preinstallation of include/coverhd.h.
50
512003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Merge-in include/Makefile.am.
54        Reflect changes to bsp.am.
55        * include/Makefile.am: Remove.
56        * configure.ac: Reflect changes above.
57
582003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * bsp_specs: Remove *lib:.
61
622003-09-04      Joel Sherrill <joel@OARcorp.com>
63
64        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
65        console/debugputs.c, include/bsp.h, include/coverhd.h,
66        include/leon.h, startup/setvec.c, timer/timer.c: URL for license
67        changed.
68
692003-09-03      Jiri Gaisler <jiri@gaisler.com>
70
71        PR 477/networking
72        * Makefile.am, configure.ac, console/console.c, include/bsp.h,
73        startup/setvec.c, wrapup/Makefile.am: Add network support and enable
74        custom power down.
75        * leon_open_eth/.cvsignore, leon_open_eth/Makefile.am,
76        leon_open_eth/leon_open_eth.c: New files.
77
782003-08-20      Joel Sherrill <joel@OARcorp.com>
79
80        * include/bsp.h: Correct copyright statements.
81
822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect having moved aclocal/.
85
862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect having moved automake/.
89        * clock/Makefile.am: Reflect having moved automake/.
90        * console/Makefile.am: Reflect having moved automake/.
91        * gnatsupp/Makefile.am: Reflect having moved automake/.
92        * include/Makefile.am: Reflect having moved automake/.
93        * start/Makefile.am: Reflect having moved automake/.
94        * startup/Makefile.am: Reflect having moved automake/.
95        * timer/Makefile.am: Reflect having moved automake/.
96        * wrapup/Makefile.am: Reflect having moved automake/.
97
982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 452/bsps
101        * startup/Makefile.am: Remove USE_INIT_FINI.
102
1032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
106
1072003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        PR 445/bsps
110        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
111        Remove cpp, old_cpp (now unused).
112
1132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove AC_CONFIG_AUX_DIR.
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
120
1212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: AC_PREREQ(2.57).
124
1252003-01-20      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds*: Add FreeBSD sysctl() sections.
128
1292002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137
1382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: Use install-data-local to install startfile.
141
1422002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
145
1462002-11-01      Joel Sherrill <joel@OARcorp.com>
147
148        * gnatsupp/gnatsupp.c, startup/spurious.c: Removed warnings.
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat.
153        Add autom4te*cache.
154        Remove autom4te.cache.
155
1562002-08-21      Joel Sherrill <joel@OARcorp.com>
157
158        * bsp_specs: Added support for -nostdlibs.
159
1602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
164
1652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
173
1742002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Eliminate PGM.
177        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
178
1792002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
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-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
203        Remove BSPOPTS_*(FPU_REVB).
204        * wrapup/Makefile.am: Remove tbr.
205
2062002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
209        Add BSPOPTS_*(FPU_REVB).
210        * wrapup/Makefile.am: Add tbr.
211
2122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac:
215        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
216        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
217        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
226
2272002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Remove NETWORKING support.
230        * wrapup/Makefile.am: Remove NETWORKING support.
231
2322001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
235        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
236        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
237        * include/bsp.h: include bspopts.h.
238
2392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
242
2432001-11-08      Jiri Gaisler <jiri@gaisler.com>
244
245        This fix is in response to test results reported by Jerry Needell
246        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
247        * include/bsp.h: TM27 was not running properly because the ERC32
248        and LEON cannot nest interrupts at the same level.  The BSP test support
249        had to be modified to support using two different interrupt sources.
250
2512001-10-12      Joel Sherrill <joel@OARcorp.com>
252
253        * clock/ckinit.c, console/console.c, include/bsp.h, include/leon.h,
254        startup/setvec.c, timer/timer.c: Fixed typo.
255
2562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
259        * configure.in: Remove.
260        * configure.ac: New file, generated from configure.in by autoupdate.
261
2622001-09-27      Joel Sherrill <joel@OARcorp.com>
263
264        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
265
2662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
269
2702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.in: Add bspopts.h.
273        * include/.cvsignore: Add bspopts.h*, stamp-h*.
274        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
275        * include/bsp.h: Include bspopts.h.
276
2772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
278
279        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
280
2812000-04-23      Jiri Gaisler <jiri@gaisler.com>
282
283        * console/debugputs.c: Switched to unsigned characters.
284
2852000-12-06      Joel Sherrill <joel@OARcorp.com>
286
287        * console/console.c: Removed console_reserve_resources().
288
2892000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * include/Makefile.am: Cleanup.
292
2932000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
294
295        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
296        up .o's instead of .rel's from libcpu.
297
2982000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
299
300        * startup/boardinit.S: St 32-bit ram width by default.
301
3022000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
303
304        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
305        configure.in, times, clock/.cvsignore, clock/Makefile.am,
306        clock/ckinit.c, console/.cvsignore, console/Makefile.am,
307        console/console.c, console/consolereserveresources.c,
308        console/debugputs.c, gnatsupp/.cvsignore,
309        gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
310        include/.cvsignore, include/Makefile.am, include/bsp.h,
311        include/coverhd.h, include/leon.h, start/.cvsignore,
312        start/Makefile.am, startup/.cvsignore, startup/Makefile.am,
313        startup/boardinit.S, startup/linkcmds, startup/setvec.c,
314        startup/spurious.c, timer/.cvsignore, timer/Makefile.am,
315        timer/timer.c, tools/.cvsignore, tools/Makefile.am,
316        tools/configure.in, tools/runtest.in, wrapup/.cvsignore,
317        wrapup/Makefile.am: New file.
Note: See TracBrowser for help on using the repository browser.