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

4.104.114.84.95
Last change on this file since e907f7d9 was e907f7d9, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/07 at 19:58:12

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

  • clock/ckinit.c: Add support to the Clock driver template for rtems_clock_set_nanoseconds_extension and the potential for TOD and timestamps accurate to the nanosecond. On this BSP however, it is only accurate to the microsecond.
  • Property mode set to 100644
File size: 17.7 KB
Line 
12007-03-28      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c: Add support to the Clock driver template for
4        rtems_clock_set_nanoseconds_extension and the potential for TOD and
5        timestamps accurate to the nanosecond. On this BSP however, it is
6        only accurate to the microsecond.
7
82007-03-28      Joel Sherrill <joel@OARcorp.com>
9
10        PR 1233/bsps
11        * Makefile.am, console/console.c, console/debugputs.c: Move printk
12        support code into debug IO file so you do not get the entire console
13        driver when you do not want it.
14
152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: New BUG-REPORT address.
18
192006-11-17      Joel Sherrill <joel@OARcorp.com>
20
21        * timer/timer.c: Update timer overhead for start/stop.
22
232006-11-16      Joel Sherrill <joel@OARcorp.com>
24
25        * clock/ckinit.c, console/console.c: Use common clock driver template
26        and eliminate all fast idle code specific to this BSP. This
27        eliminates a fair amount of code in the BSP clock driver and
28        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
29        timer so I added the new hook Clock_driver_support_find_timer to
30        support this. In general, there was some clean up to the file headers
31        of various files.
32
332006-11-15      Joel Sherrill <joel@OARcorp.com>
34
35        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
36        file and simplified initialization.
37
382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Remove superfluous -DASM.
41
422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Require autoconf-2.60. Require automake-1.10.
45
462006-06-24      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds: Add .rela.dyn sections.
49
502006-06-22      Joel Sherrill <joel@OARcorp.com>
51
52        PR 1100/bsps
53        * console/debugputs.c: Remove redundant return.
54
552006-03-08      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds: Add .gnu.linkonce.b.* section.
58
592006-02-08      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Add sections required by newer gcc versions.
62
632006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Remove explicit ampolish3 support (now in
66        RTEMS_BSP_CONFIGURE).
67
682006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Add ampolish3 support.
71        * Makefile.am: Add preinstall.am.
72
732006-01-10      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
76        works.
77
782006-01-10      Joel Sherrill <joel@OARcorp.com>
79
80        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
81
822005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * include/bsp.h: New header guard.
85
862005-01-20      Joel Sherrill <joel@OARcorp.com>
87
88        * bsp_specs: Conditionalize inclusion of crtend/crtn.
89
902005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
93
942005-01-06      Joel Sherrill <joel@OARcorp.com>
95
96        * Makefile.am: Fix typo.
97
982005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Remove build-variant support.
101
1022004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * configure.ac: Require automake > 1.9.
105
1062004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        PR 610/bsps
109        * Makefile.am: Add include/tm27.h, Cosmetics.
110        * include/tm27.h: Final cosmetics.
111
1122004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * include/bsp.h: Split out tmtest27 support.
115        * include/tm27.h: New.
116
1172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        PR 613/bsps
120        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
121
1222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        PR 614/bsps
125        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
126
1272004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
130        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
131        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
132        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
133        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
134
1352004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * clock/ckinit.c, console/console.c, console/debugputs.c,
138        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
139        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
140        using c99 fixed size types.
141
1422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect changes to bsp.am.
145        Preinstall dist_project_lib*.
146
1472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Reflect changes to bsp.am.
150
1512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
154
1552004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Pickup files from ../../sparc/shared instead of
158        ../shared. Reformat.
159
1602004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Cosmetics.
163
1642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Cosmetics.
167
1682004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
171        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
172        timer/Makefile.am, wrapup/Makefile.am.
173        Use automake compilation rules.
174        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
175        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
176        wrapup/Makefile.am: Remove.
177        * configure.ac: Reflect changes above.
178
1792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Add PREINSTALL_DIRS.
182
1832004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Reflect changes to libcpu.
186
1872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
190        Add PRE/TMPINSTALL_FILES to CLEANFILES.
191        * startup/Makefile.am: Ditto.
192
1932004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * gnatsupp/Makefile.am: Eliminate VPATH.
196
1972004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * start/.cvsignore: Remove.
200
2012004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * start/Makefile.am: Remove.
204        * Makefile.am: Merge-in start/Makefile.am.
205        * configure.ac: Reflect changes above.
206
2072004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Eliminate $(LIB).
210        Use noinst_DATA to trigger building libbsp.a.
211
2122003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * start/Makefile.am: Eliminate VPATH.
215
2162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
219        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
220
2212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
224        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
225        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
226
2272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
230
2312003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: Misc cleanups and fixes.
234        * startup/Makefile.am: Misc cleanups and fixes.
235        * wrapup/Makefile.am: Misc cleanups and fixes.
236
2372003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Add dirstamp support to preinstallation.
240        * clock/Makefile.am: Cosmetics.
241        * console/Makefile.am: Cosmetics.
242        * erc32sonic/Makefile.am: Cosmetics.
243        * gnatsupp/Makefile.am: Cosmetics.
244        * start/Makefile.am: Cosmetics.
245        * startup/Makefile.am: Cosmetics.
246        * timer/Makefile.am: Cosmetics.
247        * wrapup/Makefile.am: Cosmetics.
248
2492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am: Remove all-local: $(ARCH).
252        * console/Makefile.am: Remove all-local: $(ARCH).
253        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
254        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
255        * start/Makefile.am: Remove all-local: $(ARCH).
256        * startup/Makefile.am: Remove all-local: $(ARCH).
257        * timer/Makefile.am: Remove all-local: $(ARCH).
258        * wrapup/Makefile.am: Remove all-local: $(ARCH).
259
2602003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Fix preinstallation of include/coverhd.h.
263
2642003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Merge-in include/Makefile.am.
267        Reflect changes to bsp.am.
268        * include/Makefile.am: Remove.
269        * configure.ac: Reflect changes above.
270
2712003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * bsp_specs: Remove *lib:.
274
2752003-09-04      Joel Sherrill <joel@OARcorp.com>
276
277        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
278        console/debugputs.c, include/bsp.h, include/coverhd.h,
279        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
280        URL for license changed.
281
2822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Reflect having moved aclocal/.
285
2862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Reflect having moved automake/.
289        * clock/Makefile.am: Reflect having moved automake/.
290        * console/Makefile.am: Reflect having moved automake/.
291        * erc32sonic/Makefile.am: Reflect having moved automake/.
292        * gnatsupp/Makefile.am: Reflect having moved automake/.
293        * include/Makefile.am: Reflect having moved automake/.
294        * start/Makefile.am: Reflect having moved automake/.
295        * startup/Makefile.am: Reflect having moved automake/.
296        * timer/Makefile.am: Reflect having moved automake/.
297        * wrapup/Makefile.am: Reflect having moved automake/.
298
2992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        PR 452/bsps
302        * startup/Makefile.am: Remove USE_INIT_FINI.
303
3042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
307
3082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        PR 445/bsps
311        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
312        Remove cpp, old_cpp (now unused).
313
3142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Remove AC_CONFIG_AUX_DIR.
317
3182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
321
3222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: AC_PREREQ(2.57).
325
3262003-01-20      Joel Sherrill <joel@OARcorp.com>
327
328        * startup/linkcmds*: Add FreeBSD sysctl() sections.
329
3302002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
333        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
334        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
335        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
336        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
337        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
338        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
339
3402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * start/Makefile.am: Use install-data-local to install startfile.
343
3442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347
3482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * .cvsignore: Reformat.
351        Add autom4te*cache.
352        Remove autom4te.cache.
353
3542002-08-21      Joel Sherrill <joel@OARcorp.com>
355
356        * bsp_specs: Added support for -nostdlibs.
357
3582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
361        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
362
3632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
366        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
367        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
368        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
369        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
370        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
371        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
372
3732002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * start/Makefile.am: Eliminate PGM.
376        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
377
3782002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
381
3822002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
385        Remove $(OBJS) from all-local.
386
3872002-07-01      Joel Sherrill <joel@OARcorp.com>
388
389        * startup/erc32mec.c: New file.
390        * startup/Makefile.am: Reflect above.
391        * include/erc32.h: Converted SCORE_EXTERN to extern.
392        * tools/runtest.in: Lengthened timeout on test runs.
393
3942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
397
3982001-05-09      Joel Sherrill <joel@OARcorp.com>
399
400        * startup/linkcmds: In support of gcc 3.1, added one of more
401        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
402        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
403        and direction of segments to memory regions may also have been
404        addressed.  This was a sweep across all BSPs.
405 
4062001-04-26      Joel Sherrill <joel@OARcorp.com>
407
408        * include/bsp.h: Change SIS to ERC32_BSP.
409 
4102002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
413        Remove BSPOPTS_*(FPU_REVB).
414        * wrapup/Makefile.am: Remove tbr.
415
4162002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
419        Add BSPOPTS_*(FPU_REVB).
420        * wrapup/Makefile.am: Add tbr.
421
4222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac:
425        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
426        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
427        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
437
4382001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
441        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
442        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
443        * include/bsp.h: include bspopts.h.
444
4452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
448
4492001-11-08      Jiri Gaisler <jiri@gaisler.com>
450
451        This fix is in response to test results reported by Jerry Needell
452        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
453        * include/bsp.h: TM27 was not running properly because the ERC32
454        and LEON cannot nest interrupts at the same level.  The BSP test support
455        had to be modified to support using two different interrupt sources.
456
4572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
460        * configure.in: Remove.
461        * configure.ac: New file, generated from configure.in by autoupdate.
462
4632001-09-27      Joel Sherrill <joel@OARcorp.com>
464
465        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
466
4672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
470
4712001-08-16      Joel Sherrill <joel@OARcorp.com>
472
473        * tools/runtest.in: Recognize debug variant of monitor test.
474
4752001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.in: Add bspopts.h.
478        * include/.cvsignore: Add bspopts.h*, stamp-h*.
479        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
480        * include/bsp.h: Include bspopts.h.
481
4822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
483
484        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
485
4862000-04-23      Jiri Gaisler <jiri@gaisler.com>
487
488        * console/debugputs.c: Switched to unsigned characters.
489
4902000-12-06      Joel Sherrill <joel@OARcorp.com>
491
492        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
493
4942000-11-30      Joel Sherrill <joel@OARcorp.com>
495
496        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
497
4982000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
499
500        * erc32sonic/erc32sonic.c: Minor modifications which enable
501        network interface to come up and work for some time before
502        getting an error in the SONIC driver.  The error is a bit random,
503        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
504        available ram (and traps) while sometimes there is a panic due
505        to RBAE/RXEN.
506
5072000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * Makefile.am: Cleanup.
510
5112000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
512
513        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
514        up .o's instead of .rel's from libcpu.
515
5162000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
517
518        * Makefile.am, configure.in, gnatsupp/Makefile.am,
519        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
520        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
521        wrapup/Makefile.am:
522        * erc32sonic: New directory.
523        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
524        erc32sonic/.cvsignore: New files.
525        * include/erc32.h: New file.
526        * startup/boardinit.S: New file.
527        Big update of SPARC support for ERC32 and LEON.
528        Added support for ERC32 without floating point.
529        Added SONIC support as configured on Tharsys ERC32 board.
530        The bsp's share various code in the shared directory:
531           gnat-support, start-up code, etc.
532        To decrease the foot-print, I removed the 16 kbyte start-up
533        stack that was put in .bss and never reused once the system
534        was up. The stack is now put between the heap and the
535        workspace. To reclaim it, the user can do a rtems_region_extend
536        to merge the stack to the heap region once the system is up.
537
5382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
541
5422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
545
5462000-11-01      Joel Sherrill <joel@OARcorp.com>
547
548        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
549        and libcsupport.h moved from libc to lib/include/rtems and
550        now must be referenced as <rtems/XXX.h>.   Header file order
551        was cleaned up while doing this.
552
5532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
556        Switch to GNU canonicalization.
557
5582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
561        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
562        wrapup/Makefile.am: Include compile.am
563
5642000-08-10      Joel Sherrill <joel@OARcorp.com>
565
566        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.