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

4.104.114.84.95
Last change on this file since 1be1e913 was 2a7f9a28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/04 at 06:22:18

2004-02-19 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
  • Property mode set to 100644
File size: 12.3 KB
Line 
12004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4        Preinstall dist_project_lib*.
5
62004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9
102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
13
142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Pickup files from ../../sparc/shared instead of
17        ../shared. Reformat.
18
192004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Cosmetics.
22
232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Cosmetics.
26        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
27
282004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Merge-in clock/Makefile.am, leon_open_eth/Makefile.am,
31        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
32        timer/Makefile.am, wrapup/Makefile.am.
33        Use automake compilation rules.
34        * clock/Makefile.am, leon_open_eth/Makefile.am, startup/Makefile.am,
35        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
36        wrapup/Makefile.am: Remove.
37        * configure.ac: Reflect changes above.
38
392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add PREINSTALL_DIRS.
42        * wrapup/Makefile.am: Cosmetics.
43
442004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Reflect changes to libcpu.
47
482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
51        Add PRE/TMPINSTALL_FILES to CLEANFILES.
52        * startup/Makefile.am: Ditto.
53
542004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/.cvsignore: Remove.
57
582004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Remove.
61        * Makefile.am: Merge-in start/Makefile.am.
62        * configure.ac: Reflect changes above.
63
642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Eliminate $(LIB).
67        Use noinst_DATA to trigger building libbsp.a.
68
692003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Eliminate VPATH.
72
732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
76        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
77
782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
81        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
82
832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
86
872003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Misc cleanups and fixes.
90        * start/Makefile.am: Misc cleanups and fixes.
91        * startup/Makefile.am: Misc cleanups and fixes.
92        * wrapup/Makefile.am: Misc cleanups and fixes.
93
942003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Add dirstamp support to preinstallation.
97        * clock/Makefile.am: Cosmetics.
98        * console/Makefile.am: Cosmetics.
99        * gnatsupp/Makefile.am: Cosmetics.
100        * leon_open_eth/Makefile.am: Correct paths to automake/*.am..
101        * startup/Makefile.am: Cosmetics.
102        * timer/Makefile.am: Cosmetics.
103        * wrapup/Makefile.am: Cosmetics.
104
105        PR 538/bsps:
106        * wrapup/Makefile.am: Add leon_open_eth.rel
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Remove all-local: $(ARCH).
111        * console/Makefile.am: Remove all-local: $(ARCH).
112        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
113        * leon_open_eth/Makefile.am: Remove all-local: $(ARCH).
114        * start/Makefile.am: Remove all-local: $(ARCH).
115        * startup/Makefile.am: Remove all-local: $(ARCH).
116        * timer/Makefile.am: Remove all-local: $(ARCH).
117        * wrapup/Makefile.am: Remove all-local: $(ARCH).
118
1192003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Fix preinstallation of include/coverhd.h.
122
1232003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Merge-in include/Makefile.am.
126        Reflect changes to bsp.am.
127        * include/Makefile.am: Remove.
128        * configure.ac: Reflect changes above.
129
1302003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * bsp_specs: Remove *lib:.
133
1342003-09-04      Joel Sherrill <joel@OARcorp.com>
135
136        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
137        console/debugputs.c, include/bsp.h, include/coverhd.h,
138        include/leon.h, startup/setvec.c, timer/timer.c: URL for license
139        changed.
140
1412003-09-03      Jiri Gaisler <jiri@gaisler.com>
142
143        PR 477/networking
144        * Makefile.am, configure.ac, console/console.c, include/bsp.h,
145        startup/setvec.c, wrapup/Makefile.am: Add network support and enable
146        custom power down.
147        * leon_open_eth/.cvsignore, leon_open_eth/Makefile.am,
148        leon_open_eth/leon_open_eth.c: New files.
149
1502003-08-20      Joel Sherrill <joel@OARcorp.com>
151
152        * include/bsp.h: Correct copyright statements.
153
1542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having moved aclocal/.
157
1582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect having moved automake/.
161        * clock/Makefile.am: Reflect having moved automake/.
162        * console/Makefile.am: Reflect having moved automake/.
163        * gnatsupp/Makefile.am: Reflect having moved automake/.
164        * include/Makefile.am: Reflect having moved automake/.
165        * start/Makefile.am: Reflect having moved automake/.
166        * startup/Makefile.am: Reflect having moved automake/.
167        * timer/Makefile.am: Reflect having moved automake/.
168        * wrapup/Makefile.am: Reflect having moved automake/.
169
1702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        PR 452/bsps
173        * startup/Makefile.am: Remove USE_INIT_FINI.
174
1752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
178
1792003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        PR 445/bsps
182        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
183        Remove cpp, old_cpp (now unused).
184
1852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove AC_CONFIG_AUX_DIR.
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
192
1932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: AC_PREREQ(2.57).
196
1972003-01-20      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds*: Add FreeBSD sysctl() sections.
200
2012002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209
2102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: Use install-data-local to install startfile.
213
2142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217
2182002-11-01      Joel Sherrill <joel@OARcorp.com>
219
220        * gnatsupp/gnatsupp.c, startup/spurious.c: Removed warnings.
221
2222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * .cvsignore: Reformat.
225        Add autom4te*cache.
226        Remove autom4te.cache.
227
2282002-08-21      Joel Sherrill <joel@OARcorp.com>
229
230        * bsp_specs: Added support for -nostdlibs.
231
2322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
236
2372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
245
2462002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * start/Makefile.am: Eliminate PGM.
249        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
250
2512002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
254
2552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
258        Remove $(OBJS) from all-local.
259
2602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
263
2642001-05-09      Joel Sherrill <joel@OARcorp.com>
265
266        * startup/linkcmds: In support of gcc 3.1, added one of more
267        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
268        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
269        and direction of segments to memory regions may also have been
270        addressed.  This was a sweep across all BSPs.
271 
2722002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
275        Remove BSPOPTS_*(FPU_REVB).
276        * wrapup/Makefile.am: Remove tbr.
277
2782002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
281        Add BSPOPTS_*(FPU_REVB).
282        * wrapup/Makefile.am: Add tbr.
283
2842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac:
287        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
288        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
289        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
298
2992002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Remove NETWORKING support.
302        * wrapup/Makefile.am: Remove NETWORKING support.
303
3042001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
307        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
308        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
309        * include/bsp.h: include bspopts.h.
310
3112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
314
3152001-11-08      Jiri Gaisler <jiri@gaisler.com>
316
317        This fix is in response to test results reported by Jerry Needell
318        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
319        * include/bsp.h: TM27 was not running properly because the ERC32
320        and LEON cannot nest interrupts at the same level.  The BSP test support
321        had to be modified to support using two different interrupt sources.
322
3232001-10-12      Joel Sherrill <joel@OARcorp.com>
324
325        * clock/ckinit.c, console/console.c, include/bsp.h, include/leon.h,
326        startup/setvec.c, timer/timer.c: Fixed typo.
327
3282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
331        * configure.in: Remove.
332        * configure.ac: New file, generated from configure.in by autoupdate.
333
3342001-09-27      Joel Sherrill <joel@OARcorp.com>
335
336        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
337
3382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
341
3422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.in: Add bspopts.h.
345        * include/.cvsignore: Add bspopts.h*, stamp-h*.
346        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
347        * include/bsp.h: Include bspopts.h.
348
3492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
352
3532000-04-23      Jiri Gaisler <jiri@gaisler.com>
354
355        * console/debugputs.c: Switched to unsigned characters.
356
3572000-12-06      Joel Sherrill <joel@OARcorp.com>
358
359        * console/console.c: Removed console_reserve_resources().
360
3612000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * include/Makefile.am: Cleanup.
364
3652000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
366
367        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
368        up .o's instead of .rel's from libcpu.
369
3702000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
371
372        * startup/boardinit.S: St 32-bit ram width by default.
373
3742000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
375
376        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
377        configure.in, times, clock/.cvsignore, clock/Makefile.am,
378        clock/ckinit.c, console/.cvsignore, console/Makefile.am,
379        console/console.c, console/consolereserveresources.c,
380        console/debugputs.c, gnatsupp/.cvsignore,
381        gnatsupp/Makefile.am, gnatsupp/gnatsupp.c,
382        include/.cvsignore, include/Makefile.am, include/bsp.h,
383        include/coverhd.h, include/leon.h, start/.cvsignore,
384        start/Makefile.am, startup/.cvsignore, startup/Makefile.am,
385        startup/boardinit.S, startup/linkcmds, startup/setvec.c,
386        startup/spurious.c, timer/.cvsignore, timer/Makefile.am,
387        timer/timer.c, tools/.cvsignore, tools/Makefile.am,
388        tools/configure.in, tools/runtest.in, wrapup/.cvsignore,
389        wrapup/Makefile.am: New file.
Note: See TracBrowser for help on using the repository browser.