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

4.104.114.84.95
Last change on this file since 1144653 was 1144653, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:33:33

2007-05-03 Joel Sherrill <joel@…>

  • startup/linkcmds: Handle .data.* sections
  • Property mode set to 100644
File size: 17.9 KB
Line 
12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Handle .data.* sections
4
52007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove qrtems_debug.
8
92007-03-28      Joel Sherrill <joel@OARcorp.com>
10
11        * clock/ckinit.c: Add support to the Clock driver template for
12        rtems_clock_set_nanoseconds_extension and the potential for TOD and
13        timestamps accurate to the nanosecond. On this BSP however, it is
14        only accurate to the microsecond.
15
162007-03-28      Joel Sherrill <joel@OARcorp.com>
17
18        PR 1233/bsps
19        * Makefile.am, console/console.c, console/debugputs.c: Move printk
20        support code into debug IO file so you do not get the entire console
21        driver when you do not want it.
22
232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: New BUG-REPORT address.
26
272006-11-17      Joel Sherrill <joel@OARcorp.com>
28
29        * timer/timer.c: Update timer overhead for start/stop.
30
312006-11-16      Joel Sherrill <joel@OARcorp.com>
32
33        * clock/ckinit.c, console/console.c: Use common clock driver template
34        and eliminate all fast idle code specific to this BSP. This
35        eliminates a fair amount of code in the BSP clock driver and
36        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
37        timer so I added the new hook Clock_driver_support_find_timer to
38        support this. In general, there was some clean up to the file headers
39        of various files.
40
412006-11-15      Joel Sherrill <joel@OARcorp.com>
42
43        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
44        file and simplified initialization.
45
462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Remove superfluous -DASM.
49
502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * configure.ac: Require autoconf-2.60. Require automake-1.10.
53
542006-06-24      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Add .rela.dyn sections.
57
582006-06-22      Joel Sherrill <joel@OARcorp.com>
59
60        PR 1100/bsps
61        * console/debugputs.c: Remove redundant return.
62
632006-03-08      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds: Add .gnu.linkonce.b.* section.
66
672006-02-08      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/linkcmds: Add sections required by newer gcc versions.
70
712006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Remove explicit ampolish3 support (now in
74        RTEMS_BSP_CONFIGURE).
75
762006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Add ampolish3 support.
79        * Makefile.am: Add preinstall.am.
80
812006-01-10      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
84        works.
85
862006-01-10      Joel Sherrill <joel@OARcorp.com>
87
88        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
89
902005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * include/bsp.h: New header guard.
93
942005-01-20      Joel Sherrill <joel@OARcorp.com>
95
96        * bsp_specs: Conditionalize inclusion of crtend/crtn.
97
982005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
101
1022005-01-06      Joel Sherrill <joel@OARcorp.com>
103
104        * Makefile.am: Fix typo.
105
1062005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * Makefile.am: Remove build-variant support.
109
1102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * configure.ac: Require automake > 1.9.
113
1142004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        PR 610/bsps
117        * Makefile.am: Add include/tm27.h, Cosmetics.
118        * include/tm27.h: Final cosmetics.
119
1202004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * include/bsp.h: Split out tmtest27 support.
123        * include/tm27.h: New.
124
1252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        PR 613/bsps
128        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
129
1302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        PR 614/bsps
133        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
134
1352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
138        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
139        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
140        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
141        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
142
1432004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        * clock/ckinit.c, console/console.c, console/debugputs.c,
146        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
147        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
148        using c99 fixed size types.
149
1502004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Reflect changes to bsp.am.
153        Preinstall dist_project_lib*.
154
1552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect changes to bsp.am.
158
1592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
162
1632004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Pickup files from ../../sparc/shared instead of
166        ../shared. Reformat.
167
1682004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Cosmetics.
171
1722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Cosmetics.
175
1762004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
179        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
180        timer/Makefile.am, wrapup/Makefile.am.
181        Use automake compilation rules.
182        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
183        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
184        wrapup/Makefile.am: Remove.
185        * configure.ac: Reflect changes above.
186
1872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Add PREINSTALL_DIRS.
190
1912004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Reflect changes to libcpu.
194
1952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
198        Add PRE/TMPINSTALL_FILES to CLEANFILES.
199        * startup/Makefile.am: Ditto.
200
2012004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * gnatsupp/Makefile.am: Eliminate VPATH.
204
2052004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/.cvsignore: Remove.
208
2092004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * start/Makefile.am: Remove.
212        * Makefile.am: Merge-in start/Makefile.am.
213        * configure.ac: Reflect changes above.
214
2152004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Eliminate $(LIB).
218        Use noinst_DATA to trigger building libbsp.a.
219
2202003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Eliminate VPATH.
223
2242003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
227        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
228
2292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
232        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
233        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
234
2352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
238
2392003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: Misc cleanups and fixes.
242        * startup/Makefile.am: Misc cleanups and fixes.
243        * wrapup/Makefile.am: Misc cleanups and fixes.
244
2452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Add dirstamp support to preinstallation.
248        * clock/Makefile.am: Cosmetics.
249        * console/Makefile.am: Cosmetics.
250        * erc32sonic/Makefile.am: Cosmetics.
251        * gnatsupp/Makefile.am: Cosmetics.
252        * start/Makefile.am: Cosmetics.
253        * startup/Makefile.am: Cosmetics.
254        * timer/Makefile.am: Cosmetics.
255        * wrapup/Makefile.am: Cosmetics.
256
2572003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * clock/Makefile.am: Remove all-local: $(ARCH).
260        * console/Makefile.am: Remove all-local: $(ARCH).
261        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
262        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
263        * start/Makefile.am: Remove all-local: $(ARCH).
264        * startup/Makefile.am: Remove all-local: $(ARCH).
265        * timer/Makefile.am: Remove all-local: $(ARCH).
266        * wrapup/Makefile.am: Remove all-local: $(ARCH).
267
2682003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Fix preinstallation of include/coverhd.h.
271
2722003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Merge-in include/Makefile.am.
275        Reflect changes to bsp.am.
276        * include/Makefile.am: Remove.
277        * configure.ac: Reflect changes above.
278
2792003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * bsp_specs: Remove *lib:.
282
2832003-09-04      Joel Sherrill <joel@OARcorp.com>
284
285        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
286        console/debugputs.c, include/bsp.h, include/coverhd.h,
287        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
288        URL for license changed.
289
2902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Reflect having moved aclocal/.
293
2942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Reflect having moved automake/.
297        * clock/Makefile.am: Reflect having moved automake/.
298        * console/Makefile.am: Reflect having moved automake/.
299        * erc32sonic/Makefile.am: Reflect having moved automake/.
300        * gnatsupp/Makefile.am: Reflect having moved automake/.
301        * include/Makefile.am: Reflect having moved automake/.
302        * start/Makefile.am: Reflect having moved automake/.
303        * startup/Makefile.am: Reflect having moved automake/.
304        * timer/Makefile.am: Reflect having moved automake/.
305        * wrapup/Makefile.am: Reflect having moved automake/.
306
3072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        PR 452/bsps
310        * startup/Makefile.am: Remove USE_INIT_FINI.
311
3122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
315
3162003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        PR 445/bsps
319        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
320        Remove cpp, old_cpp (now unused).
321
3222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Remove AC_CONFIG_AUX_DIR.
325
3262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
329
3302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: AC_PREREQ(2.57).
333
3342003-01-20      Joel Sherrill <joel@OARcorp.com>
335
336        * startup/linkcmds*: Add FreeBSD sysctl() sections.
337
3382002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
341        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
342        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
343        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347
3482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * start/Makefile.am: Use install-data-local to install startfile.
351
3522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355
3562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * .cvsignore: Reformat.
359        Add autom4te*cache.
360        Remove autom4te.cache.
361
3622002-08-21      Joel Sherrill <joel@OARcorp.com>
363
364        * bsp_specs: Added support for -nostdlibs.
365
3662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
369        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
370
3712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
376        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
377        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
378        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
379        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
380
3812002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * start/Makefile.am: Eliminate PGM.
384        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
385
3862002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
389
3902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
393        Remove $(OBJS) from all-local.
394
3952002-07-01      Joel Sherrill <joel@OARcorp.com>
396
397        * startup/erc32mec.c: New file.
398        * startup/Makefile.am: Reflect above.
399        * include/erc32.h: Converted SCORE_EXTERN to extern.
400        * tools/runtest.in: Lengthened timeout on test runs.
401
4022002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
405
4062001-05-09      Joel Sherrill <joel@OARcorp.com>
407
408        * startup/linkcmds: In support of gcc 3.1, added one of more
409        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
410        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
411        and direction of segments to memory regions may also have been
412        addressed.  This was a sweep across all BSPs.
413 
4142001-04-26      Joel Sherrill <joel@OARcorp.com>
415
416        * include/bsp.h: Change SIS to ERC32_BSP.
417 
4182002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
421        Remove BSPOPTS_*(FPU_REVB).
422        * wrapup/Makefile.am: Remove tbr.
423
4242002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
427        Add BSPOPTS_*(FPU_REVB).
428        * wrapup/Makefile.am: Add tbr.
429
4302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac:
433        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
434        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
435        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
445
4462001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
449        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
450        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
451        * include/bsp.h: include bspopts.h.
452
4532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
456
4572001-11-08      Jiri Gaisler <jiri@gaisler.com>
458
459        This fix is in response to test results reported by Jerry Needell
460        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
461        * include/bsp.h: TM27 was not running properly because the ERC32
462        and LEON cannot nest interrupts at the same level.  The BSP test support
463        had to be modified to support using two different interrupt sources.
464
4652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
468        * configure.in: Remove.
469        * configure.ac: New file, generated from configure.in by autoupdate.
470
4712001-09-27      Joel Sherrill <joel@OARcorp.com>
472
473        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
474
4752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
478
4792001-08-16      Joel Sherrill <joel@OARcorp.com>
480
481        * tools/runtest.in: Recognize debug variant of monitor test.
482
4832001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.in: Add bspopts.h.
486        * include/.cvsignore: Add bspopts.h*, stamp-h*.
487        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
488        * include/bsp.h: Include bspopts.h.
489
4902001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
491
492        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
493
4942000-04-23      Jiri Gaisler <jiri@gaisler.com>
495
496        * console/debugputs.c: Switched to unsigned characters.
497
4982000-12-06      Joel Sherrill <joel@OARcorp.com>
499
500        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
501
5022000-11-30      Joel Sherrill <joel@OARcorp.com>
503
504        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
505
5062000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
507
508        * erc32sonic/erc32sonic.c: Minor modifications which enable
509        network interface to come up and work for some time before
510        getting an error in the SONIC driver.  The error is a bit random,
511        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
512        available ram (and traps) while sometimes there is a panic due
513        to RBAE/RXEN.
514
5152000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Cleanup.
518
5192000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
520
521        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
522        up .o's instead of .rel's from libcpu.
523
5242000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
525
526        * Makefile.am, configure.in, gnatsupp/Makefile.am,
527        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
528        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
529        wrapup/Makefile.am:
530        * erc32sonic: New directory.
531        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
532        erc32sonic/.cvsignore: New files.
533        * include/erc32.h: New file.
534        * startup/boardinit.S: New file.
535        Big update of SPARC support for ERC32 and LEON.
536        Added support for ERC32 without floating point.
537        Added SONIC support as configured on Tharsys ERC32 board.
538        The bsp's share various code in the shared directory:
539           gnat-support, start-up code, etc.
540        To decrease the foot-print, I removed the 16 kbyte start-up
541        stack that was put in .bss and never reused once the system
542        was up. The stack is now put between the heap and the
543        workspace. To reclaim it, the user can do a rtems_region_extend
544        to merge the stack to the heap region once the system is up.
545
5462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
549
5502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
553
5542000-11-01      Joel Sherrill <joel@OARcorp.com>
555
556        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
557        and libcsupport.h moved from libc to lib/include/rtems and
558        now must be referenced as <rtems/XXX.h>.   Header file order
559        was cleaned up while doing this.
560
5612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
564        Switch to GNU canonicalization.
565
5662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
569        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
570        wrapup/Makefile.am: Include compile.am
571
5722000-08-10      Joel Sherrill <joel@OARcorp.com>
573
574        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.