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

4.8
Last change on this file since b72e847b was 1f0fde99, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:02:10

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * clock/ckinit.c, include/bsp.h: Fix spacing.
9
102007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
13        print methods that are redundant with prntk and replace their use
14        with printk.
15
162007-05-03      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/linkcmds: Handle .data.* sections
19
202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * bsp_specs: Remove qrtems_debug.
23
242007-03-28      Joel Sherrill <joel@OARcorp.com>
25
26        * clock/ckinit.c: Add support to the Clock driver template for
27        rtems_clock_set_nanoseconds_extension and the potential for TOD and
28        timestamps accurate to the nanosecond. On this BSP however, it is
29        only accurate to the microsecond.
30
312007-03-28      Joel Sherrill <joel@OARcorp.com>
32
33        PR 1233/bsps
34        * Makefile.am, console/console.c, console/debugputs.c: Move printk
35        support code into debug IO file so you do not get the entire console
36        driver when you do not want it.
37
382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: New BUG-REPORT address.
41
422006-11-17      Joel Sherrill <joel@OARcorp.com>
43
44        * timer/timer.c: Update timer overhead for start/stop.
45
462006-11-16      Joel Sherrill <joel@OARcorp.com>
47
48        * clock/ckinit.c, console/console.c: Use common clock driver template
49        and eliminate all fast idle code specific to this BSP. This
50        eliminates a fair amount of code in the BSP clock driver and
51        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
52        timer so I added the new hook Clock_driver_support_find_timer to
53        support this. In general, there was some clean up to the file headers
54        of various files.
55
562006-11-15      Joel Sherrill <joel@OARcorp.com>
57
58        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
59        file and simplified initialization.
60
612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Remove superfluous -DASM.
64
652006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Require autoconf-2.60. Require automake-1.10.
68
692006-06-24      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Add .rela.dyn sections.
72
732006-06-22      Joel Sherrill <joel@OARcorp.com>
74
75        PR 1100/bsps
76        * console/debugputs.c: Remove redundant return.
77
782006-03-08      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: Add .gnu.linkonce.b.* section.
81
822006-02-08      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Add sections required by newer gcc versions.
85
862006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Remove explicit ampolish3 support (now in
89        RTEMS_BSP_CONFIGURE).
90
912006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Add ampolish3 support.
94        * Makefile.am: Add preinstall.am.
95
962006-01-10      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
99        works.
100
1012006-01-10      Joel Sherrill <joel@OARcorp.com>
102
103        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
104
1052005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * include/bsp.h: New header guard.
108
1092005-01-20      Joel Sherrill <joel@OARcorp.com>
110
111        * bsp_specs: Conditionalize inclusion of crtend/crtn.
112
1132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
116
1172005-01-06      Joel Sherrill <joel@OARcorp.com>
118
119        * Makefile.am: Fix typo.
120
1212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Remove build-variant support.
124
1252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * configure.ac: Require automake > 1.9.
128
1292004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        PR 610/bsps
132        * Makefile.am: Add include/tm27.h, Cosmetics.
133        * include/tm27.h: Final cosmetics.
134
1352004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * include/bsp.h: Split out tmtest27 support.
138        * include/tm27.h: New.
139
1402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        PR 613/bsps
143        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
144
1452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        PR 614/bsps
148        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
149
1502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
153        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
154        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
155        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
156        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
157
1582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * clock/ckinit.c, console/console.c, console/debugputs.c,
161        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
162        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
163        using c99 fixed size types.
164
1652004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect changes to bsp.am.
168        Preinstall dist_project_lib*.
169
1702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect changes to bsp.am.
173
1742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
177
1782004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Pickup files from ../../sparc/shared instead of
181        ../shared. Reformat.
182
1832004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Cosmetics.
186
1872004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Cosmetics.
190
1912004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
194        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
195        timer/Makefile.am, wrapup/Makefile.am.
196        Use automake compilation rules.
197        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
198        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
199        wrapup/Makefile.am: Remove.
200        * configure.ac: Reflect changes above.
201
2022004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Add PREINSTALL_DIRS.
205
2062004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * wrapup/Makefile.am: Reflect changes to libcpu.
209
2102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
213        Add PRE/TMPINSTALL_FILES to CLEANFILES.
214        * startup/Makefile.am: Ditto.
215
2162004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * gnatsupp/Makefile.am: Eliminate VPATH.
219
2202004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/.cvsignore: Remove.
223
2242004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: Remove.
227        * Makefile.am: Merge-in start/Makefile.am.
228        * configure.ac: Reflect changes above.
229
2302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * wrapup/Makefile.am: Eliminate $(LIB).
233        Use noinst_DATA to trigger building libbsp.a.
234
2352003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * start/Makefile.am: Eliminate VPATH.
238
2392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
242        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
243
2442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
247        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
248        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
249
2502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
253
2542003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: Misc cleanups and fixes.
257        * startup/Makefile.am: Misc cleanups and fixes.
258        * wrapup/Makefile.am: Misc cleanups and fixes.
259
2602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Add dirstamp support to preinstallation.
263        * clock/Makefile.am: Cosmetics.
264        * console/Makefile.am: Cosmetics.
265        * erc32sonic/Makefile.am: Cosmetics.
266        * gnatsupp/Makefile.am: Cosmetics.
267        * start/Makefile.am: Cosmetics.
268        * startup/Makefile.am: Cosmetics.
269        * timer/Makefile.am: Cosmetics.
270        * wrapup/Makefile.am: Cosmetics.
271
2722003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * clock/Makefile.am: Remove all-local: $(ARCH).
275        * console/Makefile.am: Remove all-local: $(ARCH).
276        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
277        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
278        * start/Makefile.am: Remove all-local: $(ARCH).
279        * startup/Makefile.am: Remove all-local: $(ARCH).
280        * timer/Makefile.am: Remove all-local: $(ARCH).
281        * wrapup/Makefile.am: Remove all-local: $(ARCH).
282
2832003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Fix preinstallation of include/coverhd.h.
286
2872003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Merge-in include/Makefile.am.
290        Reflect changes to bsp.am.
291        * include/Makefile.am: Remove.
292        * configure.ac: Reflect changes above.
293
2942003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * bsp_specs: Remove *lib:.
297
2982003-09-04      Joel Sherrill <joel@OARcorp.com>
299
300        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
301        console/debugputs.c, include/bsp.h, include/coverhd.h,
302        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
303        URL for license changed.
304
3052003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Reflect having moved aclocal/.
308
3092003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Reflect having moved automake/.
312        * clock/Makefile.am: Reflect having moved automake/.
313        * console/Makefile.am: Reflect having moved automake/.
314        * erc32sonic/Makefile.am: Reflect having moved automake/.
315        * gnatsupp/Makefile.am: Reflect having moved automake/.
316        * include/Makefile.am: Reflect having moved automake/.
317        * start/Makefile.am: Reflect having moved automake/.
318        * startup/Makefile.am: Reflect having moved automake/.
319        * timer/Makefile.am: Reflect having moved automake/.
320        * wrapup/Makefile.am: Reflect having moved automake/.
321
3222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        PR 452/bsps
325        * startup/Makefile.am: Remove USE_INIT_FINI.
326
3272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
330
3312003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        PR 445/bsps
334        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
335        Remove cpp, old_cpp (now unused).
336
3372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Remove AC_CONFIG_AUX_DIR.
340
3412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
344
3452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: AC_PREREQ(2.57).
348
3492003-01-20      Joel Sherrill <joel@OARcorp.com>
350
351        * startup/linkcmds*: Add FreeBSD sysctl() sections.
352
3532002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
362
3632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/Makefile.am: Use install-data-local to install startfile.
366
3672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370
3712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * .cvsignore: Reformat.
374        Add autom4te*cache.
375        Remove autom4te.cache.
376
3772002-08-21      Joel Sherrill <joel@OARcorp.com>
378
379        * bsp_specs: Added support for -nostdlibs.
380
3812002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
384        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
385
3862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
389        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
390        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
392        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
393        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
395
3962002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * start/Makefile.am: Eliminate PGM.
399        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
400
4012002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
404
4052002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
408        Remove $(OBJS) from all-local.
409
4102002-07-01      Joel Sherrill <joel@OARcorp.com>
411
412        * startup/erc32mec.c: New file.
413        * startup/Makefile.am: Reflect above.
414        * include/erc32.h: Converted SCORE_EXTERN to extern.
415        * tools/runtest.in: Lengthened timeout on test runs.
416
4172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
420
4212001-05-09      Joel Sherrill <joel@OARcorp.com>
422
423        * startup/linkcmds: In support of gcc 3.1, added one of more
424        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
425        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
426        and direction of segments to memory regions may also have been
427        addressed.  This was a sweep across all BSPs.
428 
4292001-04-26      Joel Sherrill <joel@OARcorp.com>
430
431        * include/bsp.h: Change SIS to ERC32_BSP.
432 
4332002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
436        Remove BSPOPTS_*(FPU_REVB).
437        * wrapup/Makefile.am: Remove tbr.
438
4392002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
442        Add BSPOPTS_*(FPU_REVB).
443        * wrapup/Makefile.am: Add tbr.
444
4452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac:
448        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
449        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
450        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
460
4612001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
464        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
465        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
466        * include/bsp.h: include bspopts.h.
467
4682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
471
4722001-11-08      Jiri Gaisler <jiri@gaisler.com>
473
474        This fix is in response to test results reported by Jerry Needell
475        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
476        * include/bsp.h: TM27 was not running properly because the ERC32
477        and LEON cannot nest interrupts at the same level.  The BSP test support
478        had to be modified to support using two different interrupt sources.
479
4802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
483        * configure.in: Remove.
484        * configure.ac: New file, generated from configure.in by autoupdate.
485
4862001-09-27      Joel Sherrill <joel@OARcorp.com>
487
488        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
489
4902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
493
4942001-08-16      Joel Sherrill <joel@OARcorp.com>
495
496        * tools/runtest.in: Recognize debug variant of monitor test.
497
4982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.in: Add bspopts.h.
501        * include/.cvsignore: Add bspopts.h*, stamp-h*.
502        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
503        * include/bsp.h: Include bspopts.h.
504
5052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
506
507        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
508
5092000-04-23      Jiri Gaisler <jiri@gaisler.com>
510
511        * console/debugputs.c: Switched to unsigned characters.
512
5132000-12-06      Joel Sherrill <joel@OARcorp.com>
514
515        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
516
5172000-11-30      Joel Sherrill <joel@OARcorp.com>
518
519        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
520
5212000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
522
523        * erc32sonic/erc32sonic.c: Minor modifications which enable
524        network interface to come up and work for some time before
525        getting an error in the SONIC driver.  The error is a bit random,
526        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
527        available ram (and traps) while sometimes there is a panic due
528        to RBAE/RXEN.
529
5302000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Cleanup.
533
5342000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
535
536        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
537        up .o's instead of .rel's from libcpu.
538
5392000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
540
541        * Makefile.am, configure.in, gnatsupp/Makefile.am,
542        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
543        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
544        wrapup/Makefile.am:
545        * erc32sonic: New directory.
546        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
547        erc32sonic/.cvsignore: New files.
548        * include/erc32.h: New file.
549        * startup/boardinit.S: New file.
550        Big update of SPARC support for ERC32 and LEON.
551        Added support for ERC32 without floating point.
552        Added SONIC support as configured on Tharsys ERC32 board.
553        The bsp's share various code in the shared directory:
554           gnat-support, start-up code, etc.
555        To decrease the foot-print, I removed the 16 kbyte start-up
556        stack that was put in .bss and never reused once the system
557        was up. The stack is now put between the heap and the
558        workspace. To reclaim it, the user can do a rtems_region_extend
559        to merge the stack to the heap region once the system is up.
560
5612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
564
5652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
568
5692000-11-01      Joel Sherrill <joel@OARcorp.com>
570
571        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
572        and libcsupport.h moved from libc to lib/include/rtems and
573        now must be referenced as <rtems/XXX.h>.   Header file order
574        was cleaned up while doing this.
575
5762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
579        Switch to GNU canonicalization.
580
5812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
584        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
585        wrapup/Makefile.am: Include compile.am
586
5872000-08-10      Joel Sherrill <joel@OARcorp.com>
588
589        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.