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

4.8
Last change on this file since 9f170c9 was 9f170c9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/04/08 at 20:36:38

2008-08-04 Joel Sherrill <joel.sherrill@…>

PR 1294/bsps

  • startup/spurious.c: Correct prototype and usage of sparc_disable_interrupts.
  • Property mode set to 100644
File size: 18.5 KB
Line 
12008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1294/bsps
4        * startup/spurious.c: Correct prototype and usage of
5        sparc_disable_interrupts.
6
72008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * startup/linkcmds: Add wildcard to gcc_except_table section so
10        programs compiled with gcc 4.3.x can link.
11
122007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * clock/ckinit.c, include/bsp.h: Fix spacing.
15
162007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
19        print methods that are redundant with prntk and replace their use
20        with printk.
21
222007-05-03      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Handle .data.* sections
25
262007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * bsp_specs: Remove qrtems_debug.
29
302007-03-28      Joel Sherrill <joel@OARcorp.com>
31
32        * clock/ckinit.c: Add support to the Clock driver template for
33        rtems_clock_set_nanoseconds_extension and the potential for TOD and
34        timestamps accurate to the nanosecond. On this BSP however, it is
35        only accurate to the microsecond.
36
372007-03-28      Joel Sherrill <joel@OARcorp.com>
38
39        PR 1233/bsps
40        * Makefile.am, console/console.c, console/debugputs.c: Move printk
41        support code into debug IO file so you do not get the entire console
42        driver when you do not want it.
43
442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: New BUG-REPORT address.
47
482006-11-17      Joel Sherrill <joel@OARcorp.com>
49
50        * timer/timer.c: Update timer overhead for start/stop.
51
522006-11-16      Joel Sherrill <joel@OARcorp.com>
53
54        * clock/ckinit.c, console/console.c: Use common clock driver template
55        and eliminate all fast idle code specific to this BSP. This
56        eliminates a fair amount of code in the BSP clock driver and
57        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
58        timer so I added the new hook Clock_driver_support_find_timer to
59        support this. In general, there was some clean up to the file headers
60        of various files.
61
622006-11-15      Joel Sherrill <joel@OARcorp.com>
63
64        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
65        file and simplified initialization.
66
672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Remove superfluous -DASM.
70
712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Require autoconf-2.60. Require automake-1.10.
74
752006-06-24      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds: Add .rela.dyn sections.
78
792006-06-22      Joel Sherrill <joel@OARcorp.com>
80
81        PR 1100/bsps
82        * console/debugputs.c: Remove redundant return.
83
842006-03-08      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: Add .gnu.linkonce.b.* section.
87
882006-02-08      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: Add sections required by newer gcc versions.
91
922006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * configure.ac: Remove explicit ampolish3 support (now in
95        RTEMS_BSP_CONFIGURE).
96
972006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * configure.ac: Add ampolish3 support.
100        * Makefile.am: Add preinstall.am.
101
1022006-01-10      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
105        works.
106
1072006-01-10      Joel Sherrill <joel@OARcorp.com>
108
109        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
110
1112005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * include/bsp.h: New header guard.
114
1152005-01-20      Joel Sherrill <joel@OARcorp.com>
116
117        * bsp_specs: Conditionalize inclusion of crtend/crtn.
118
1192005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
122
1232005-01-06      Joel Sherrill <joel@OARcorp.com>
124
125        * Makefile.am: Fix typo.
126
1272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Remove build-variant support.
130
1312004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * configure.ac: Require automake > 1.9.
134
1352004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        PR 610/bsps
138        * Makefile.am: Add include/tm27.h, Cosmetics.
139        * include/tm27.h: Final cosmetics.
140
1412004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * include/bsp.h: Split out tmtest27 support.
144        * include/tm27.h: New.
145
1462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        PR 613/bsps
149        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
150
1512004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        PR 614/bsps
154        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
155
1562004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
159        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
160        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
161        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
162        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
163
1642004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * clock/ckinit.c, console/console.c, console/debugputs.c,
167        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
168        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
169        using c99 fixed size types.
170
1712004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Reflect changes to bsp.am.
174        Preinstall dist_project_lib*.
175
1762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect changes to bsp.am.
179
1802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
183
1842004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Pickup files from ../../sparc/shared instead of
187        ../shared. Reformat.
188
1892004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Cosmetics.
192
1932004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Cosmetics.
196
1972004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
200        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
201        timer/Makefile.am, wrapup/Makefile.am.
202        Use automake compilation rules.
203        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
204        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
205        wrapup/Makefile.am: Remove.
206        * configure.ac: Reflect changes above.
207
2082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Add PREINSTALL_DIRS.
211
2122004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Reflect changes to libcpu.
215
2162004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
219        Add PRE/TMPINSTALL_FILES to CLEANFILES.
220        * startup/Makefile.am: Ditto.
221
2222004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * gnatsupp/Makefile.am: Eliminate VPATH.
225
2262004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * start/.cvsignore: Remove.
229
2302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: Remove.
233        * Makefile.am: Merge-in start/Makefile.am.
234        * configure.ac: Reflect changes above.
235
2362004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * wrapup/Makefile.am: Eliminate $(LIB).
239        Use noinst_DATA to trigger building libbsp.a.
240
2412003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Eliminate VPATH.
244
2452003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
248        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
249
2502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
253        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
254        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
255
2562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
259
2602003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Misc cleanups and fixes.
263        * startup/Makefile.am: Misc cleanups and fixes.
264        * wrapup/Makefile.am: Misc cleanups and fixes.
265
2662003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Add dirstamp support to preinstallation.
269        * clock/Makefile.am: Cosmetics.
270        * console/Makefile.am: Cosmetics.
271        * erc32sonic/Makefile.am: Cosmetics.
272        * gnatsupp/Makefile.am: Cosmetics.
273        * start/Makefile.am: Cosmetics.
274        * startup/Makefile.am: Cosmetics.
275        * timer/Makefile.am: Cosmetics.
276        * wrapup/Makefile.am: Cosmetics.
277
2782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * clock/Makefile.am: Remove all-local: $(ARCH).
281        * console/Makefile.am: Remove all-local: $(ARCH).
282        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
283        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
284        * start/Makefile.am: Remove all-local: $(ARCH).
285        * startup/Makefile.am: Remove all-local: $(ARCH).
286        * timer/Makefile.am: Remove all-local: $(ARCH).
287        * wrapup/Makefile.am: Remove all-local: $(ARCH).
288
2892003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Fix preinstallation of include/coverhd.h.
292
2932003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Merge-in include/Makefile.am.
296        Reflect changes to bsp.am.
297        * include/Makefile.am: Remove.
298        * configure.ac: Reflect changes above.
299
3002003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * bsp_specs: Remove *lib:.
303
3042003-09-04      Joel Sherrill <joel@OARcorp.com>
305
306        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
307        console/debugputs.c, include/bsp.h, include/coverhd.h,
308        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
309        URL for license changed.
310
3112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Reflect having moved aclocal/.
314
3152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Reflect having moved automake/.
318        * clock/Makefile.am: Reflect having moved automake/.
319        * console/Makefile.am: Reflect having moved automake/.
320        * erc32sonic/Makefile.am: Reflect having moved automake/.
321        * gnatsupp/Makefile.am: Reflect having moved automake/.
322        * include/Makefile.am: Reflect having moved automake/.
323        * start/Makefile.am: Reflect having moved automake/.
324        * startup/Makefile.am: Reflect having moved automake/.
325        * timer/Makefile.am: Reflect having moved automake/.
326        * wrapup/Makefile.am: Reflect having moved automake/.
327
3282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        PR 452/bsps
331        * startup/Makefile.am: Remove USE_INIT_FINI.
332
3332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
336
3372003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        PR 445/bsps
340        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
341        Remove cpp, old_cpp (now unused).
342
3432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Remove AC_CONFIG_AUX_DIR.
346
3472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
350
3512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: AC_PREREQ(2.57).
354
3552003-01-20      Joel Sherrill <joel@OARcorp.com>
356
357        * startup/linkcmds*: Add FreeBSD sysctl() sections.
358
3592002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
362        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368
3692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * start/Makefile.am: Use install-data-local to install startfile.
372
3732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376
3772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * .cvsignore: Reformat.
380        Add autom4te*cache.
381        Remove autom4te.cache.
382
3832002-08-21      Joel Sherrill <joel@OARcorp.com>
384
385        * bsp_specs: Added support for -nostdlibs.
386
3872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
390        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
391
3922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
401
4022002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * start/Makefile.am: Eliminate PGM.
405        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
406
4072002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
410
4112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
414        Remove $(OBJS) from all-local.
415
4162002-07-01      Joel Sherrill <joel@OARcorp.com>
417
418        * startup/erc32mec.c: New file.
419        * startup/Makefile.am: Reflect above.
420        * include/erc32.h: Converted SCORE_EXTERN to extern.
421        * tools/runtest.in: Lengthened timeout on test runs.
422
4232002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
426
4272001-05-09      Joel Sherrill <joel@OARcorp.com>
428
429        * startup/linkcmds: In support of gcc 3.1, added one of more
430        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
431        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
432        and direction of segments to memory regions may also have been
433        addressed.  This was a sweep across all BSPs.
434 
4352001-04-26      Joel Sherrill <joel@OARcorp.com>
436
437        * include/bsp.h: Change SIS to ERC32_BSP.
438 
4392002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
442        Remove BSPOPTS_*(FPU_REVB).
443        * wrapup/Makefile.am: Remove tbr.
444
4452002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
448        Add BSPOPTS_*(FPU_REVB).
449        * wrapup/Makefile.am: Add tbr.
450
4512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac:
454        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
455        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
456        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
466
4672001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
470        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
471        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
472        * include/bsp.h: include bspopts.h.
473
4742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
477
4782001-11-08      Jiri Gaisler <jiri@gaisler.com>
479
480        This fix is in response to test results reported by Jerry Needell
481        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
482        * include/bsp.h: TM27 was not running properly because the ERC32
483        and LEON cannot nest interrupts at the same level.  The BSP test support
484        had to be modified to support using two different interrupt sources.
485
4862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
489        * configure.in: Remove.
490        * configure.ac: New file, generated from configure.in by autoupdate.
491
4922001-09-27      Joel Sherrill <joel@OARcorp.com>
493
494        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
495
4962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
499
5002001-08-16      Joel Sherrill <joel@OARcorp.com>
501
502        * tools/runtest.in: Recognize debug variant of monitor test.
503
5042001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.in: Add bspopts.h.
507        * include/.cvsignore: Add bspopts.h*, stamp-h*.
508        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
509        * include/bsp.h: Include bspopts.h.
510
5112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
512
513        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
514
5152000-04-23      Jiri Gaisler <jiri@gaisler.com>
516
517        * console/debugputs.c: Switched to unsigned characters.
518
5192000-12-06      Joel Sherrill <joel@OARcorp.com>
520
521        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
522
5232000-11-30      Joel Sherrill <joel@OARcorp.com>
524
525        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
526
5272000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
528
529        * erc32sonic/erc32sonic.c: Minor modifications which enable
530        network interface to come up and work for some time before
531        getting an error in the SONIC driver.  The error is a bit random,
532        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
533        available ram (and traps) while sometimes there is a panic due
534        to RBAE/RXEN.
535
5362000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * Makefile.am: Cleanup.
539
5402000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
541
542        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
543        up .o's instead of .rel's from libcpu.
544
5452000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
546
547        * Makefile.am, configure.in, gnatsupp/Makefile.am,
548        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
549        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
550        wrapup/Makefile.am:
551        * erc32sonic: New directory.
552        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
553        erc32sonic/.cvsignore: New files.
554        * include/erc32.h: New file.
555        * startup/boardinit.S: New file.
556        Big update of SPARC support for ERC32 and LEON.
557        Added support for ERC32 without floating point.
558        Added SONIC support as configured on Tharsys ERC32 board.
559        The bsp's share various code in the shared directory:
560           gnat-support, start-up code, etc.
561        To decrease the foot-print, I removed the 16 kbyte start-up
562        stack that was put in .bss and never reused once the system
563        was up. The stack is now put between the heap and the
564        workspace. To reclaim it, the user can do a rtems_region_extend
565        to merge the stack to the heap region once the system is up.
566
5672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
570
5712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
574
5752000-11-01      Joel Sherrill <joel@OARcorp.com>
576
577        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
578        and libcsupport.h moved from libc to lib/include/rtems and
579        now must be referenced as <rtems/XXX.h>.   Header file order
580        was cleaned up while doing this.
581
5822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
585        Switch to GNU canonicalization.
586
5872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
590        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
591        wrapup/Makefile.am: Include compile.am
592
5932000-08-10      Joel Sherrill <joel@OARcorp.com>
594
595        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.