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

4.104.114.84.95
Last change on this file since 206e590 was 206e590, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:11:58

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
  • Property mode set to 100644
File size: 12.9 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
4        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
5        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
6        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
7        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
8
92004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * clock/ckinit.c, console/console.c, console/debugputs.c,
12        include/bsp.h, include/leon.h, startup/setvec.c, startup/spurious.c,
13        timer/timer.c: Convert to using c99 fixed size types.
14
152004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect changes to bsp.am.
18        Preinstall dist_project_lib*.
19
202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reflect changes to bsp.am.
23
242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
27
282004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Pickup files from ../../sparc/shared instead of
31        ../shared. Reformat.
32
332004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Cosmetics.
36
372004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Cosmetics.
40        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
41
422004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Merge-in clock/Makefile.am, leon_open_eth/Makefile.am,
45        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
46        timer/Makefile.am, wrapup/Makefile.am.
47        Use automake compilation rules.
48        * clock/Makefile.am, leon_open_eth/Makefile.am, startup/Makefile.am,
49        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
50        wrapup/Makefile.am: Remove.
51        * configure.ac: Reflect changes above.
52
532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add PREINSTALL_DIRS.
56        * wrapup/Makefile.am: Cosmetics.
57
582004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Reflect changes to libcpu.
61
622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
65        Add PRE/TMPINSTALL_FILES to CLEANFILES.
66        * startup/Makefile.am: Ditto.
67
682004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/.cvsignore: Remove.
71
722004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Remove.
75        * Makefile.am: Merge-in start/Makefile.am.
76        * configure.ac: Reflect changes above.
77
782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate $(LIB).
81        Use noinst_DATA to trigger building libbsp.a.
82
832003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: Eliminate VPATH.
86
872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
90        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
100
1012003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Misc cleanups and fixes.
104        * start/Makefile.am: Misc cleanups and fixes.
105        * startup/Makefile.am: Misc cleanups and fixes.
106        * wrapup/Makefile.am: Misc cleanups and fixes.
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Add dirstamp support to preinstallation.
111        * clock/Makefile.am: Cosmetics.
112        * console/Makefile.am: Cosmetics.
113        * gnatsupp/Makefile.am: Cosmetics.
114        * leon_open_eth/Makefile.am: Correct paths to automake/*.am..
115        * startup/Makefile.am: Cosmetics.
116        * timer/Makefile.am: Cosmetics.
117        * wrapup/Makefile.am: Cosmetics.
118
119        PR 538/bsps:
120        * wrapup/Makefile.am: Add leon_open_eth.rel
121
1222003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * clock/Makefile.am: Remove all-local: $(ARCH).
125        * console/Makefile.am: Remove all-local: $(ARCH).
126        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
127        * leon_open_eth/Makefile.am: Remove all-local: $(ARCH).
128        * start/Makefile.am: Remove all-local: $(ARCH).
129        * startup/Makefile.am: Remove all-local: $(ARCH).
130        * timer/Makefile.am: Remove all-local: $(ARCH).
131        * wrapup/Makefile.am: Remove all-local: $(ARCH).
132
1332003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Fix preinstallation of include/coverhd.h.
136
1372003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Merge-in include/Makefile.am.
140        Reflect changes to bsp.am.
141        * include/Makefile.am: Remove.
142        * configure.ac: Reflect changes above.
143
1442003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * bsp_specs: Remove *lib:.
147
1482003-09-04      Joel Sherrill <joel@OARcorp.com>
149
150        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
151        console/debugputs.c, include/bsp.h, include/coverhd.h,
152        include/leon.h, startup/setvec.c, timer/timer.c: URL for license
153        changed.
154
1552003-09-03      Jiri Gaisler <jiri@gaisler.com>
156
157        PR 477/networking
158        * Makefile.am, configure.ac, console/console.c, include/bsp.h,
159        startup/setvec.c, wrapup/Makefile.am: Add network support and enable
160        custom power down.
161        * leon_open_eth/.cvsignore, leon_open_eth/Makefile.am,
162        leon_open_eth/leon_open_eth.c: New files.
163
1642003-08-20      Joel Sherrill <joel@OARcorp.com>
165
166        * include/bsp.h: Correct copyright statements.
167
1682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved aclocal/.
171
1722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved automake/.
175        * clock/Makefile.am: Reflect having moved automake/.
176        * console/Makefile.am: Reflect having moved automake/.
177        * gnatsupp/Makefile.am: Reflect having moved automake/.
178        * include/Makefile.am: Reflect having moved automake/.
179        * start/Makefile.am: Reflect having moved automake/.
180        * startup/Makefile.am: Reflect having moved automake/.
181        * timer/Makefile.am: Reflect having moved automake/.
182        * wrapup/Makefile.am: Reflect having moved automake/.
183
1842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        PR 452/bsps
187        * startup/Makefile.am: Remove USE_INIT_FINI.
188
1892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
192
1932003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        PR 445/bsps
196        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
197        Remove cpp, old_cpp (now unused).
198
1992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove AC_CONFIG_AUX_DIR.
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
206
2072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: AC_PREREQ(2.57).
210
2112003-01-20      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds*: Add FreeBSD sysctl() sections.
214
2152002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223
2242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: Use install-data-local to install startfile.
227
2282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231
2322002-11-01      Joel Sherrill <joel@OARcorp.com>
233
234        * gnatsupp/gnatsupp.c, startup/spurious.c: Removed warnings.
235
2362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Reformat.
239        Add autom4te*cache.
240        Remove autom4te.cache.
241
2422002-08-21      Joel Sherrill <joel@OARcorp.com>
243
244        * bsp_specs: Added support for -nostdlibs.
245
2462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
250
2512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
259
2602002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Eliminate PGM.
263        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
264
2652002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
268
2692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
272        Remove $(OBJS) from all-local.
273
2742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
277
2782001-05-09      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/linkcmds: In support of gcc 3.1, added one of more
281        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
282        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
283        and direction of segments to memory regions may also have been
284        addressed.  This was a sweep across all BSPs.
285 
2862002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
289        Remove BSPOPTS_*(FPU_REVB).
290        * wrapup/Makefile.am: Remove tbr.
291
2922002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
295        Add BSPOPTS_*(FPU_REVB).
296        * wrapup/Makefile.am: Add tbr.
297
2982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac:
301        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
302        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
303        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
312
3132002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Remove NETWORKING support.
316        * wrapup/Makefile.am: Remove NETWORKING support.
317
3182001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
321        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
322        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
323        * include/bsp.h: include bspopts.h.
324
3252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
328
3292001-11-08      Jiri Gaisler <jiri@gaisler.com>
330
331        This fix is in response to test results reported by Jerry Needell
332        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
333        * include/bsp.h: TM27 was not running properly because the ERC32
334        and LEON cannot nest interrupts at the same level.  The BSP test support
335        had to be modified to support using two different interrupt sources.
336
3372001-10-12      Joel Sherrill <joel@OARcorp.com>
338
339        * clock/ckinit.c, console/console.c, include/bsp.h, include/leon.h,
340        startup/setvec.c, timer/timer.c: Fixed typo.
341
3422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
345        * configure.in: Remove.
346        * configure.ac: New file, generated from configure.in by autoupdate.
347
3482001-09-27      Joel Sherrill <joel@OARcorp.com>
349
350        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
351
3522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
355
3562001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.in: Add bspopts.h.
359        * include/.cvsignore: Add bspopts.h*, stamp-h*.
360        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
361        * include/bsp.h: Include bspopts.h.
362
3632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
364
365        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
366
3672000-04-23      Jiri Gaisler <jiri@gaisler.com>
368
369        * console/debugputs.c: Switched to unsigned characters.
370
3712000-12-06      Joel Sherrill <joel@OARcorp.com>
372
373        * console/console.c: Removed console_reserve_resources().
374
3752000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * include/Makefile.am: Cleanup.
378
3792000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
380
381        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
382        up .o's instead of .rel's from libcpu.
383
3842000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
385
386        * startup/boardinit.S: St 32-bit ram width by default.
387
3882000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
389
390        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
391        configure.in, times, clock/.cvsignore, clock/Makefile.am,
392        clock/ckinit.c, console/.cvsignore, console/Makefile.am,
393        console/console.c, console/consolereserveresources.c,
394        console/debugputs.c, gnatsupp/.cvsignore,
395        gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
396        include/.cvsignore, include/Makefile.am, include/bsp.h,
397        include/coverhd.h, include/leon.h, start/.cvsignore,
398        start/Makefile.am, startup/.cvsignore, startup/Makefile.am,
399        startup/boardinit.S, startup/linkcmds, startup/setvec.c,
400        startup/spurious.c, timer/.cvsignore, timer/Makefile.am,
401        timer/timer.c, tools/.cvsignore, tools/Makefile.am,
402        tools/configure.in, tools/runtest.in, wrapup/.cvsignore,
403        wrapup/Makefile.am: New file.
Note: See TracBrowser for help on using the repository browser.