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

4.104.114.84.95
Last change on this file since 57129306 was 57129306, checked in by Joel Sherrill <joel.sherrill@…>, on 01/10/06 at 15:59:52

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

  • configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
  • Property mode set to 100644
File size: 15.4 KB
Line 
12006-01-10      Joel Sherrill <joel@OARcorp.com>
2
3        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
4
52005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * include/bsp.h: New header guard.
8
92005-01-20      Joel Sherrill <joel@OARcorp.com>
10
11        * bsp_specs: Conditionalize inclusion of crtend/crtn.
12
132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
16
172005-01-06      Joel Sherrill <joel@OARcorp.com>
18
19        * Makefile.am: Fix typo.
20
212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Remove build-variant support.
24
252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * configure.ac: Require automake > 1.9.
28
292004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 610/bsps
32        * Makefile.am: Add include/tm27.h, Cosmetics.
33        * include/tm27.h: Final cosmetics.
34
352004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * include/bsp.h: Split out tmtest27 support.
38        * include/tm27.h: New.
39
402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        PR 613/bsps
43        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 614/bsps
48        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
49
502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
53        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
54        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
55        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
56        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
57
582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * clock/ckinit.c, console/console.c, console/debugputs.c,
61        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
62        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
63        using c99 fixed size types.
64
652004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect changes to bsp.am.
68        Preinstall dist_project_lib*.
69
702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect changes to bsp.am.
73
742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
77
782004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Pickup files from ../../sparc/shared instead of
81        ../shared. Reformat.
82
832004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Cosmetics.
86
872004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Cosmetics.
90
912004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
94        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
95        timer/Makefile.am, wrapup/Makefile.am.
96        Use automake compilation rules.
97        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
98        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
99        wrapup/Makefile.am: Remove.
100        * configure.ac: Reflect changes above.
101
1022004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Add PREINSTALL_DIRS.
105
1062004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Reflect changes to libcpu.
109
1102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
113        Add PRE/TMPINSTALL_FILES to CLEANFILES.
114        * startup/Makefile.am: Ditto.
115
1162004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * gnatsupp/Makefile.am: Eliminate VPATH.
119
1202004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/.cvsignore: Remove.
123
1242004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Remove.
127        * Makefile.am: Merge-in start/Makefile.am.
128        * configure.ac: Reflect changes above.
129
1302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Eliminate $(LIB).
133        Use noinst_DATA to trigger building libbsp.a.
134
1352003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Eliminate VPATH.
138
1392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
149
1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
153
1542003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * start/Makefile.am: Misc cleanups and fixes.
157        * startup/Makefile.am: Misc cleanups and fixes.
158        * wrapup/Makefile.am: Misc cleanups and fixes.
159
1602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add dirstamp support to preinstallation.
163        * clock/Makefile.am: Cosmetics.
164        * console/Makefile.am: Cosmetics.
165        * erc32sonic/Makefile.am: Cosmetics.
166        * gnatsupp/Makefile.am: Cosmetics.
167        * start/Makefile.am: Cosmetics.
168        * startup/Makefile.am: Cosmetics.
169        * timer/Makefile.am: Cosmetics.
170        * wrapup/Makefile.am: Cosmetics.
171
1722003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Remove all-local: $(ARCH).
175        * console/Makefile.am: Remove all-local: $(ARCH).
176        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
177        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
178        * start/Makefile.am: Remove all-local: $(ARCH).
179        * startup/Makefile.am: Remove all-local: $(ARCH).
180        * timer/Makefile.am: Remove all-local: $(ARCH).
181        * wrapup/Makefile.am: Remove all-local: $(ARCH).
182
1832003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Fix preinstallation of include/coverhd.h.
186
1872003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Merge-in include/Makefile.am.
190        Reflect changes to bsp.am.
191        * include/Makefile.am: Remove.
192        * configure.ac: Reflect changes above.
193
1942003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * bsp_specs: Remove *lib:.
197
1982003-09-04      Joel Sherrill <joel@OARcorp.com>
199
200        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
201        console/debugputs.c, include/bsp.h, include/coverhd.h,
202        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
203        URL for license changed.
204
2052003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Reflect having moved aclocal/.
208
2092003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Reflect having moved automake/.
212        * clock/Makefile.am: Reflect having moved automake/.
213        * console/Makefile.am: Reflect having moved automake/.
214        * erc32sonic/Makefile.am: Reflect having moved automake/.
215        * gnatsupp/Makefile.am: Reflect having moved automake/.
216        * include/Makefile.am: Reflect having moved automake/.
217        * start/Makefile.am: Reflect having moved automake/.
218        * startup/Makefile.am: Reflect having moved automake/.
219        * timer/Makefile.am: Reflect having moved automake/.
220        * wrapup/Makefile.am: Reflect having moved automake/.
221
2222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        PR 452/bsps
225        * startup/Makefile.am: Remove USE_INIT_FINI.
226
2272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
230
2312003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        PR 445/bsps
234        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
235        Remove cpp, old_cpp (now unused).
236
2372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Remove AC_CONFIG_AUX_DIR.
240
2412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
244
2452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: AC_PREREQ(2.57).
248
2492003-01-20      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds*: Add FreeBSD sysctl() sections.
252
2532002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262
2632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * start/Makefile.am: Use install-data-local to install startfile.
266
2672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270
2712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * .cvsignore: Reformat.
274        Add autom4te*cache.
275        Remove autom4te.cache.
276
2772002-08-21      Joel Sherrill <joel@OARcorp.com>
278
279        * bsp_specs: Added support for -nostdlibs.
280
2812002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
285
2862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
293        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
294        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
295
2962002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: Eliminate PGM.
299        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
300
3012002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
304
3052002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
308        Remove $(OBJS) from all-local.
309
3102002-07-01      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/erc32mec.c: New file.
313        * startup/Makefile.am: Reflect above.
314        * include/erc32.h: Converted SCORE_EXTERN to extern.
315        * tools/runtest.in: Lengthened timeout on test runs.
316
3172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
320
3212001-05-09      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/linkcmds: In support of gcc 3.1, added one of more
324        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
325        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
326        and direction of segments to memory regions may also have been
327        addressed.  This was a sweep across all BSPs.
328 
3292001-04-26      Joel Sherrill <joel@OARcorp.com>
330
331        * include/bsp.h: Change SIS to ERC32_BSP.
332 
3332002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
336        Remove BSPOPTS_*(FPU_REVB).
337        * wrapup/Makefile.am: Remove tbr.
338
3392002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
342        Add BSPOPTS_*(FPU_REVB).
343        * wrapup/Makefile.am: Add tbr.
344
3452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac:
348        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
349        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
350        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
360
3612001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
364        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
365        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
366        * include/bsp.h: include bspopts.h.
367
3682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
371
3722001-11-08      Jiri Gaisler <jiri@gaisler.com>
373
374        This fix is in response to test results reported by Jerry Needell
375        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
376        * include/bsp.h: TM27 was not running properly because the ERC32
377        and LEON cannot nest interrupts at the same level.  The BSP test support
378        had to be modified to support using two different interrupt sources.
379
3802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
383        * configure.in: Remove.
384        * configure.ac: New file, generated from configure.in by autoupdate.
385
3862001-09-27      Joel Sherrill <joel@OARcorp.com>
387
388        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
389
3902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
393
3942001-08-16      Joel Sherrill <joel@OARcorp.com>
395
396        * tools/runtest.in: Recognize debug variant of monitor test.
397
3982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.in: Add bspopts.h.
401        * include/.cvsignore: Add bspopts.h*, stamp-h*.
402        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
403        * include/bsp.h: Include bspopts.h.
404
4052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
406
407        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
408
4092000-04-23      Jiri Gaisler <jiri@gaisler.com>
410
411        * console/debugputs.c: Switched to unsigned characters.
412
4132000-12-06      Joel Sherrill <joel@OARcorp.com>
414
415        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
416
4172000-11-30      Joel Sherrill <joel@OARcorp.com>
418
419        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
420
4212000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
422
423        * erc32sonic/erc32sonic.c: Minor modifications which enable
424        network interface to come up and work for some time before
425        getting an error in the SONIC driver.  The error is a bit random,
426        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
427        available ram (and traps) while sometimes there is a panic due
428        to RBAE/RXEN.
429
4302000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Cleanup.
433
4342000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
435
436        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
437        up .o's instead of .rel's from libcpu.
438
4392000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
440
441        * Makefile.am, configure.in, gnatsupp/Makefile.am,
442        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
443        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
444        wrapup/Makefile.am:
445        * erc32sonic: New directory.
446        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
447        erc32sonic/.cvsignore: New files.
448        * include/erc32.h: New file.
449        * startup/boardinit.S: New file.
450        Big update of SPARC support for ERC32 and LEON.
451        Added support for ERC32 without floating point.
452        Added SONIC support as configured on Tharsys ERC32 board.
453        The bsp's share various code in the shared directory:
454           gnat-support, start-up code, etc.
455        To decrease the foot-print, I removed the 16 kbyte start-up
456        stack that was put in .bss and never reused once the system
457        was up. The stack is now put between the heap and the
458        workspace. To reclaim it, the user can do a rtems_region_extend
459        to merge the stack to the heap region once the system is up.
460
4612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
464
4652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
468
4692000-11-01      Joel Sherrill <joel@OARcorp.com>
470
471        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
472        and libcsupport.h moved from libc to lib/include/rtems and
473        now must be referenced as <rtems/XXX.h>.   Header file order
474        was cleaned up while doing this.
475
4762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
479        Switch to GNU canonicalization.
480
4812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
484        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
485        wrapup/Makefile.am: Include compile.am
486
4872000-08-10      Joel Sherrill <joel@OARcorp.com>
488
489        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.