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

4.104.114.84.95
Last change on this file since b279999 was b279999, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/07 at 17:49:45

2007-05-09 Joel Sherrill <joel.sherrill@…>

  • console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
  • Property mode set to 100644
File size: 18.1 KB
Line 
12007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
4        print methods that are redundant with prntk and replace their use
5        with printk.
6
72007-05-03      Joel Sherrill <joel@OARcorp.com>
8
9        * startup/linkcmds: Handle .data.* sections
10
112007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * bsp_specs: Remove qrtems_debug.
14
152007-03-28      Joel Sherrill <joel@OARcorp.com>
16
17        * clock/ckinit.c: Add support to the Clock driver template for
18        rtems_clock_set_nanoseconds_extension and the potential for TOD and
19        timestamps accurate to the nanosecond. On this BSP however, it is
20        only accurate to the microsecond.
21
222007-03-28      Joel Sherrill <joel@OARcorp.com>
23
24        PR 1233/bsps
25        * Makefile.am, console/console.c, console/debugputs.c: Move printk
26        support code into debug IO file so you do not get the entire console
27        driver when you do not want it.
28
292006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * configure.ac: New BUG-REPORT address.
32
332006-11-17      Joel Sherrill <joel@OARcorp.com>
34
35        * timer/timer.c: Update timer overhead for start/stop.
36
372006-11-16      Joel Sherrill <joel@OARcorp.com>
38
39        * clock/ckinit.c, console/console.c: Use common clock driver template
40        and eliminate all fast idle code specific to this BSP. This
41        eliminates a fair amount of code in the BSP clock driver and
42        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
43        timer so I added the new hook Clock_driver_support_find_timer to
44        support this. In general, there was some clean up to the file headers
45        of various files.
46
472006-11-15      Joel Sherrill <joel@OARcorp.com>
48
49        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
50        file and simplified initialization.
51
522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Remove superfluous -DASM.
55
562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Require autoconf-2.60. Require automake-1.10.
59
602006-06-24      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds: Add .rela.dyn sections.
63
642006-06-22      Joel Sherrill <joel@OARcorp.com>
65
66        PR 1100/bsps
67        * console/debugputs.c: Remove redundant return.
68
692006-03-08      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Add .gnu.linkonce.b.* section.
72
732006-02-08      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/linkcmds: Add sections required by newer gcc versions.
76
772006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Remove explicit ampolish3 support (now in
80        RTEMS_BSP_CONFIGURE).
81
822006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Add ampolish3 support.
85        * Makefile.am: Add preinstall.am.
86
872006-01-10      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
90        works.
91
922006-01-10      Joel Sherrill <joel@OARcorp.com>
93
94        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
95
962005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * include/bsp.h: New header guard.
99
1002005-01-20      Joel Sherrill <joel@OARcorp.com>
101
102        * bsp_specs: Conditionalize inclusion of crtend/crtn.
103
1042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
107
1082005-01-06      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am: Fix typo.
111
1122005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * Makefile.am: Remove build-variant support.
115
1162004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * configure.ac: Require automake > 1.9.
119
1202004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        PR 610/bsps
123        * Makefile.am: Add include/tm27.h, Cosmetics.
124        * include/tm27.h: Final cosmetics.
125
1262004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * include/bsp.h: Split out tmtest27 support.
129        * include/tm27.h: New.
130
1312004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        PR 613/bsps
134        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
135
1362004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        PR 614/bsps
139        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
140
1412004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
144        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
145        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
146        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
147        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
148
1492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * clock/ckinit.c, console/console.c, console/debugputs.c,
152        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
153        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
154        using c99 fixed size types.
155
1562004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Reflect changes to bsp.am.
159        Preinstall dist_project_lib*.
160
1612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Reflect changes to bsp.am.
164
1652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
168
1692004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Pickup files from ../../sparc/shared instead of
172        ../shared. Reformat.
173
1742004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Cosmetics.
177
1782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Cosmetics.
181
1822004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
185        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
186        timer/Makefile.am, wrapup/Makefile.am.
187        Use automake compilation rules.
188        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
189        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
190        wrapup/Makefile.am: Remove.
191        * configure.ac: Reflect changes above.
192
1932004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Add PREINSTALL_DIRS.
196
1972004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Reflect changes to libcpu.
200
2012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
204        Add PRE/TMPINSTALL_FILES to CLEANFILES.
205        * startup/Makefile.am: Ditto.
206
2072004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * gnatsupp/Makefile.am: Eliminate VPATH.
210
2112004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * start/.cvsignore: Remove.
214
2152004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * start/Makefile.am: Remove.
218        * Makefile.am: Merge-in start/Makefile.am.
219        * configure.ac: Reflect changes above.
220
2212004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * wrapup/Makefile.am: Eliminate $(LIB).
224        Use noinst_DATA to trigger building libbsp.a.
225
2262003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * start/Makefile.am: Eliminate VPATH.
229
2302003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
233        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
234
2352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
238        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
239        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
240
2412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
244
2452003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: Misc cleanups and fixes.
248        * startup/Makefile.am: Misc cleanups and fixes.
249        * wrapup/Makefile.am: Misc cleanups and fixes.
250
2512003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Add dirstamp support to preinstallation.
254        * clock/Makefile.am: Cosmetics.
255        * console/Makefile.am: Cosmetics.
256        * erc32sonic/Makefile.am: Cosmetics.
257        * gnatsupp/Makefile.am: Cosmetics.
258        * start/Makefile.am: Cosmetics.
259        * startup/Makefile.am: Cosmetics.
260        * timer/Makefile.am: Cosmetics.
261        * wrapup/Makefile.am: Cosmetics.
262
2632003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * clock/Makefile.am: Remove all-local: $(ARCH).
266        * console/Makefile.am: Remove all-local: $(ARCH).
267        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
268        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
269        * start/Makefile.am: Remove all-local: $(ARCH).
270        * startup/Makefile.am: Remove all-local: $(ARCH).
271        * timer/Makefile.am: Remove all-local: $(ARCH).
272        * wrapup/Makefile.am: Remove all-local: $(ARCH).
273
2742003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Fix preinstallation of include/coverhd.h.
277
2782003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Merge-in include/Makefile.am.
281        Reflect changes to bsp.am.
282        * include/Makefile.am: Remove.
283        * configure.ac: Reflect changes above.
284
2852003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * bsp_specs: Remove *lib:.
288
2892003-09-04      Joel Sherrill <joel@OARcorp.com>
290
291        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
292        console/debugputs.c, include/bsp.h, include/coverhd.h,
293        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
294        URL for license changed.
295
2962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect having moved aclocal/.
299
3002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Reflect having moved automake/.
303        * clock/Makefile.am: Reflect having moved automake/.
304        * console/Makefile.am: Reflect having moved automake/.
305        * erc32sonic/Makefile.am: Reflect having moved automake/.
306        * gnatsupp/Makefile.am: Reflect having moved automake/.
307        * include/Makefile.am: Reflect having moved automake/.
308        * start/Makefile.am: Reflect having moved automake/.
309        * startup/Makefile.am: Reflect having moved automake/.
310        * timer/Makefile.am: Reflect having moved automake/.
311        * wrapup/Makefile.am: Reflect having moved automake/.
312
3132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        PR 452/bsps
316        * startup/Makefile.am: Remove USE_INIT_FINI.
317
3182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
321
3222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        PR 445/bsps
325        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
326        Remove cpp, old_cpp (now unused).
327
3282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Remove AC_CONFIG_AUX_DIR.
331
3322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
335
3362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: AC_PREREQ(2.57).
339
3402003-01-20      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/linkcmds*: Add FreeBSD sysctl() sections.
343
3442002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
350        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353
3542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: Use install-data-local to install startfile.
357
3582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361
3622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * .cvsignore: Reformat.
365        Add autom4te*cache.
366        Remove autom4te.cache.
367
3682002-08-21      Joel Sherrill <joel@OARcorp.com>
369
370        * bsp_specs: Added support for -nostdlibs.
371
3722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
376
3772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
380        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
381        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
382        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
383        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
384        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
385        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
386
3872002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * start/Makefile.am: Eliminate PGM.
390        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
391
3922002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
395
3962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
399        Remove $(OBJS) from all-local.
400
4012002-07-01      Joel Sherrill <joel@OARcorp.com>
402
403        * startup/erc32mec.c: New file.
404        * startup/Makefile.am: Reflect above.
405        * include/erc32.h: Converted SCORE_EXTERN to extern.
406        * tools/runtest.in: Lengthened timeout on test runs.
407
4082002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
411
4122001-05-09      Joel Sherrill <joel@OARcorp.com>
413
414        * startup/linkcmds: In support of gcc 3.1, added one of more
415        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
416        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
417        and direction of segments to memory regions may also have been
418        addressed.  This was a sweep across all BSPs.
419 
4202001-04-26      Joel Sherrill <joel@OARcorp.com>
421
422        * include/bsp.h: Change SIS to ERC32_BSP.
423 
4242002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
427        Remove BSPOPTS_*(FPU_REVB).
428        * wrapup/Makefile.am: Remove tbr.
429
4302002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
433        Add BSPOPTS_*(FPU_REVB).
434        * wrapup/Makefile.am: Add tbr.
435
4362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac:
439        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
440        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
441        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
451
4522001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
455        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
456        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
457        * include/bsp.h: include bspopts.h.
458
4592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
462
4632001-11-08      Jiri Gaisler <jiri@gaisler.com>
464
465        This fix is in response to test results reported by Jerry Needell
466        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
467        * include/bsp.h: TM27 was not running properly because the ERC32
468        and LEON cannot nest interrupts at the same level.  The BSP test support
469        had to be modified to support using two different interrupt sources.
470
4712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
474        * configure.in: Remove.
475        * configure.ac: New file, generated from configure.in by autoupdate.
476
4772001-09-27      Joel Sherrill <joel@OARcorp.com>
478
479        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
480
4812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
484
4852001-08-16      Joel Sherrill <joel@OARcorp.com>
486
487        * tools/runtest.in: Recognize debug variant of monitor test.
488
4892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.in: Add bspopts.h.
492        * include/.cvsignore: Add bspopts.h*, stamp-h*.
493        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
494        * include/bsp.h: Include bspopts.h.
495
4962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
497
498        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
499
5002000-04-23      Jiri Gaisler <jiri@gaisler.com>
501
502        * console/debugputs.c: Switched to unsigned characters.
503
5042000-12-06      Joel Sherrill <joel@OARcorp.com>
505
506        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
507
5082000-11-30      Joel Sherrill <joel@OARcorp.com>
509
510        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
511
5122000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
513
514        * erc32sonic/erc32sonic.c: Minor modifications which enable
515        network interface to come up and work for some time before
516        getting an error in the SONIC driver.  The error is a bit random,
517        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
518        available ram (and traps) while sometimes there is a panic due
519        to RBAE/RXEN.
520
5212000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am: Cleanup.
524
5252000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
526
527        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
528        up .o's instead of .rel's from libcpu.
529
5302000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
531
532        * Makefile.am, configure.in, gnatsupp/Makefile.am,
533        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
534        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
535        wrapup/Makefile.am:
536        * erc32sonic: New directory.
537        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
538        erc32sonic/.cvsignore: New files.
539        * include/erc32.h: New file.
540        * startup/boardinit.S: New file.
541        Big update of SPARC support for ERC32 and LEON.
542        Added support for ERC32 without floating point.
543        Added SONIC support as configured on Tharsys ERC32 board.
544        The bsp's share various code in the shared directory:
545           gnat-support, start-up code, etc.
546        To decrease the foot-print, I removed the 16 kbyte start-up
547        stack that was put in .bss and never reused once the system
548        was up. The stack is now put between the heap and the
549        workspace. To reclaim it, the user can do a rtems_region_extend
550        to merge the stack to the heap region once the system is up.
551
5522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
555
5562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
559
5602000-11-01      Joel Sherrill <joel@OARcorp.com>
561
562        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
563        and libcsupport.h moved from libc to lib/include/rtems and
564        now must be referenced as <rtems/XXX.h>.   Header file order
565        was cleaned up while doing this.
566
5672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
570        Switch to GNU canonicalization.
571
5722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
575        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
576        wrapup/Makefile.am: Include compile.am
577
5782000-08-10      Joel Sherrill <joel@OARcorp.com>
579
580        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.