source: rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog @ 8e227aa8

4.104.114.84.95
Last change on this file since 8e227aa8 was 8e227aa8, checked in by Joel Sherrill <joel.sherrill@…>, on 01/10/06 at 18:25:28

2006-01-10 Joel Sherrill <joel@…>

  • startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop works.
  • Property mode set to 100644
File size: 15.5 KB
Line 
12006-01-10      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
4        works.
5
62006-01-10      Joel Sherrill <joel@OARcorp.com>
7
8        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
9
102005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * include/bsp.h: New header guard.
13
142005-01-20      Joel Sherrill <joel@OARcorp.com>
15
16        * bsp_specs: Conditionalize inclusion of crtend/crtn.
17
182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
21
222005-01-06      Joel Sherrill <joel@OARcorp.com>
23
24        * Makefile.am: Fix typo.
25
262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Remove build-variant support.
29
302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: Require automake > 1.9.
33
342004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 610/bsps
37        * Makefile.am: Add include/tm27.h, Cosmetics.
38        * include/tm27.h: Final cosmetics.
39
402004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * include/bsp.h: Split out tmtest27 support.
43        * include/tm27.h: New.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 613/bsps
48        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
49
502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        PR 614/bsps
53        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
54
552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
58        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
59        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
60        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
61        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
62
632004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * clock/ckinit.c, console/console.c, console/debugputs.c,
66        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
67        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
68        using c99 fixed size types.
69
702004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect changes to bsp.am.
73        Preinstall dist_project_lib*.
74
752004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect changes to bsp.am.
78
792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
82
832004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Pickup files from ../../sparc/shared instead of
86        ../shared. Reformat.
87
882004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Cosmetics.
91
922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Cosmetics.
95
962004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
99        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
100        timer/Makefile.am, wrapup/Makefile.am.
101        Use automake compilation rules.
102        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
103        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
104        wrapup/Makefile.am: Remove.
105        * configure.ac: Reflect changes above.
106
1072004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add PREINSTALL_DIRS.
110
1112004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Reflect changes to libcpu.
114
1152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
118        Add PRE/TMPINSTALL_FILES to CLEANFILES.
119        * startup/Makefile.am: Ditto.
120
1212004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * gnatsupp/Makefile.am: Eliminate VPATH.
124
1252004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/.cvsignore: Remove.
128
1292004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Remove.
132        * Makefile.am: Merge-in start/Makefile.am.
133        * configure.ac: Reflect changes above.
134
1352004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Eliminate $(LIB).
138        Use noinst_DATA to trigger building libbsp.a.
139
1402003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Eliminate VPATH.
143
1442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
147        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
152        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
153        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
154
1552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
158
1592003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * start/Makefile.am: Misc cleanups and fixes.
162        * startup/Makefile.am: Misc cleanups and fixes.
163        * wrapup/Makefile.am: Misc cleanups and fixes.
164
1652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Add dirstamp support to preinstallation.
168        * clock/Makefile.am: Cosmetics.
169        * console/Makefile.am: Cosmetics.
170        * erc32sonic/Makefile.am: Cosmetics.
171        * gnatsupp/Makefile.am: Cosmetics.
172        * start/Makefile.am: Cosmetics.
173        * startup/Makefile.am: Cosmetics.
174        * timer/Makefile.am: Cosmetics.
175        * wrapup/Makefile.am: Cosmetics.
176
1772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * clock/Makefile.am: Remove all-local: $(ARCH).
180        * console/Makefile.am: Remove all-local: $(ARCH).
181        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
182        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
183        * start/Makefile.am: Remove all-local: $(ARCH).
184        * startup/Makefile.am: Remove all-local: $(ARCH).
185        * timer/Makefile.am: Remove all-local: $(ARCH).
186        * wrapup/Makefile.am: Remove all-local: $(ARCH).
187
1882003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Fix preinstallation of include/coverhd.h.
191
1922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Merge-in include/Makefile.am.
195        Reflect changes to bsp.am.
196        * include/Makefile.am: Remove.
197        * configure.ac: Reflect changes above.
198
1992003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * bsp_specs: Remove *lib:.
202
2032003-09-04      Joel Sherrill <joel@OARcorp.com>
204
205        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
206        console/debugputs.c, include/bsp.h, include/coverhd.h,
207        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
208        URL for license changed.
209
2102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Reflect having moved aclocal/.
213
2142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect having moved automake/.
217        * clock/Makefile.am: Reflect having moved automake/.
218        * console/Makefile.am: Reflect having moved automake/.
219        * erc32sonic/Makefile.am: Reflect having moved automake/.
220        * gnatsupp/Makefile.am: Reflect having moved automake/.
221        * include/Makefile.am: Reflect having moved automake/.
222        * start/Makefile.am: Reflect having moved automake/.
223        * startup/Makefile.am: Reflect having moved automake/.
224        * timer/Makefile.am: Reflect having moved automake/.
225        * wrapup/Makefile.am: Reflect having moved automake/.
226
2272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        PR 452/bsps
230        * startup/Makefile.am: Remove USE_INIT_FINI.
231
2322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
235
2362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        PR 445/bsps
239        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
240        Remove cpp, old_cpp (now unused).
241
2422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Remove AC_CONFIG_AUX_DIR.
245
2462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
249
2502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: AC_PREREQ(2.57).
253
2542003-01-20      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/linkcmds*: Add FreeBSD sysctl() sections.
257
2582002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267
2682002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: Use install-data-local to install startfile.
271
2722002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275
2762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * .cvsignore: Reformat.
279        Add autom4te*cache.
280        Remove autom4te.cache.
281
2822002-08-21      Joel Sherrill <joel@OARcorp.com>
283
284        * bsp_specs: Added support for -nostdlibs.
285
2862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
290
2912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
294        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
295        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
300
3012002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Eliminate PGM.
304        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
305
3062002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
309
3102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
313        Remove $(OBJS) from all-local.
314
3152002-07-01      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/erc32mec.c: New file.
318        * startup/Makefile.am: Reflect above.
319        * include/erc32.h: Converted SCORE_EXTERN to extern.
320        * tools/runtest.in: Lengthened timeout on test runs.
321
3222002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
325
3262001-05-09      Joel Sherrill <joel@OARcorp.com>
327
328        * startup/linkcmds: In support of gcc 3.1, added one of more
329        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
330        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
331        and direction of segments to memory regions may also have been
332        addressed.  This was a sweep across all BSPs.
333 
3342001-04-26      Joel Sherrill <joel@OARcorp.com>
335
336        * include/bsp.h: Change SIS to ERC32_BSP.
337 
3382002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
341        Remove BSPOPTS_*(FPU_REVB).
342        * wrapup/Makefile.am: Remove tbr.
343
3442002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
347        Add BSPOPTS_*(FPU_REVB).
348        * wrapup/Makefile.am: Add tbr.
349
3502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac:
353        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
354        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
355        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
365
3662001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
369        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
370        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
371        * include/bsp.h: include bspopts.h.
372
3732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
376
3772001-11-08      Jiri Gaisler <jiri@gaisler.com>
378
379        This fix is in response to test results reported by Jerry Needell
380        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
381        * include/bsp.h: TM27 was not running properly because the ERC32
382        and LEON cannot nest interrupts at the same level.  The BSP test support
383        had to be modified to support using two different interrupt sources.
384
3852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
388        * configure.in: Remove.
389        * configure.ac: New file, generated from configure.in by autoupdate.
390
3912001-09-27      Joel Sherrill <joel@OARcorp.com>
392
393        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
394
3952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
398
3992001-08-16      Joel Sherrill <joel@OARcorp.com>
400
401        * tools/runtest.in: Recognize debug variant of monitor test.
402
4032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.in: Add bspopts.h.
406        * include/.cvsignore: Add bspopts.h*, stamp-h*.
407        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
408        * include/bsp.h: Include bspopts.h.
409
4102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
411
412        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
413
4142000-04-23      Jiri Gaisler <jiri@gaisler.com>
415
416        * console/debugputs.c: Switched to unsigned characters.
417
4182000-12-06      Joel Sherrill <joel@OARcorp.com>
419
420        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
421
4222000-11-30      Joel Sherrill <joel@OARcorp.com>
423
424        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
425
4262000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
427
428        * erc32sonic/erc32sonic.c: Minor modifications which enable
429        network interface to come up and work for some time before
430        getting an error in the SONIC driver.  The error is a bit random,
431        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
432        available ram (and traps) while sometimes there is a panic due
433        to RBAE/RXEN.
434
4352000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Cleanup.
438
4392000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
440
441        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
442        up .o's instead of .rel's from libcpu.
443
4442000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
445
446        * Makefile.am, configure.in, gnatsupp/Makefile.am,
447        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
448        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
449        wrapup/Makefile.am:
450        * erc32sonic: New directory.
451        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
452        erc32sonic/.cvsignore: New files.
453        * include/erc32.h: New file.
454        * startup/boardinit.S: New file.
455        Big update of SPARC support for ERC32 and LEON.
456        Added support for ERC32 without floating point.
457        Added SONIC support as configured on Tharsys ERC32 board.
458        The bsp's share various code in the shared directory:
459           gnat-support, start-up code, etc.
460        To decrease the foot-print, I removed the 16 kbyte start-up
461        stack that was put in .bss and never reused once the system
462        was up. The stack is now put between the heap and the
463        workspace. To reclaim it, the user can do a rtems_region_extend
464        to merge the stack to the heap region once the system is up.
465
4662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
469
4702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
473
4742000-11-01      Joel Sherrill <joel@OARcorp.com>
475
476        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
477        and libcsupport.h moved from libc to lib/include/rtems and
478        now must be referenced as <rtems/XXX.h>.   Header file order
479        was cleaned up while doing this.
480
4812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
484        Switch to GNU canonicalization.
485
4862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
489        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
490        wrapup/Makefile.am: Include compile.am
491
4922000-08-10      Joel Sherrill <joel@OARcorp.com>
493
494        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.