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

4.104.114.95
Last change on this file since bf5ef93 was bf5ef93, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/07 at 21:52:51

2007-11-26 Joel Sherrill <joel.sherrill@…>

  • clock/ckinit.c, include/bsp.h: Fix spacing.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * clock/ckinit.c, include/bsp.h: Fix spacing.
4
52007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * clock/ckinit.c: Formatting.
8
92007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
12        print methods that are redundant with prntk and replace their use
13        with printk.
14
152007-05-03      Joel Sherrill <joel@OARcorp.com>
16
17        * startup/linkcmds: Handle .data.* sections
18
192007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * bsp_specs: Remove qrtems_debug.
22
232007-03-28      Joel Sherrill <joel@OARcorp.com>
24
25        * clock/ckinit.c: Add support to the Clock driver template for
26        rtems_clock_set_nanoseconds_extension and the potential for TOD and
27        timestamps accurate to the nanosecond. On this BSP however, it is
28        only accurate to the microsecond.
29
302007-03-28      Joel Sherrill <joel@OARcorp.com>
31
32        PR 1233/bsps
33        * Makefile.am, console/console.c, console/debugputs.c: Move printk
34        support code into debug IO file so you do not get the entire console
35        driver when you do not want it.
36
372006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * configure.ac: New BUG-REPORT address.
40
412006-11-17      Joel Sherrill <joel@OARcorp.com>
42
43        * timer/timer.c: Update timer overhead for start/stop.
44
452006-11-16      Joel Sherrill <joel@OARcorp.com>
46
47        * clock/ckinit.c, console/console.c: Use common clock driver template
48        and eliminate all fast idle code specific to this BSP. This
49        eliminates a fair amount of code in the BSP clock driver and
50        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
51        timer so I added the new hook Clock_driver_support_find_timer to
52        support this. In general, there was some clean up to the file headers
53        of various files.
54
552006-11-15      Joel Sherrill <joel@OARcorp.com>
56
57        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
58        file and simplified initialization.
59
602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Remove superfluous -DASM.
63
642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * configure.ac: Require autoconf-2.60. Require automake-1.10.
67
682006-06-24      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Add .rela.dyn sections.
71
722006-06-22      Joel Sherrill <joel@OARcorp.com>
73
74        PR 1100/bsps
75        * console/debugputs.c: Remove redundant return.
76
772006-03-08      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/linkcmds: Add .gnu.linkonce.b.* section.
80
812006-02-08      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Add sections required by newer gcc versions.
84
852006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * configure.ac: Remove explicit ampolish3 support (now in
88        RTEMS_BSP_CONFIGURE).
89
902006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * configure.ac: Add ampolish3 support.
93        * Makefile.am: Add preinstall.am.
94
952006-01-10      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
98        works.
99
1002006-01-10      Joel Sherrill <joel@OARcorp.com>
101
102        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
103
1042005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * include/bsp.h: New header guard.
107
1082005-01-20      Joel Sherrill <joel@OARcorp.com>
109
110        * bsp_specs: Conditionalize inclusion of crtend/crtn.
111
1122005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
115
1162005-01-06      Joel Sherrill <joel@OARcorp.com>
117
118        * Makefile.am: Fix typo.
119
1202005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Remove build-variant support.
123
1242004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        * configure.ac: Require automake > 1.9.
127
1282004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        PR 610/bsps
131        * Makefile.am: Add include/tm27.h, Cosmetics.
132        * include/tm27.h: Final cosmetics.
133
1342004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * include/bsp.h: Split out tmtest27 support.
137        * include/tm27.h: New.
138
1392004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        PR 613/bsps
142        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
143
1442004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        PR 614/bsps
147        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
148
1492004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
152        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
153        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
154        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
155        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
156
1572004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        * clock/ckinit.c, console/console.c, console/debugputs.c,
160        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
161        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
162        using c99 fixed size types.
163
1642004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Reflect changes to bsp.am.
167        Preinstall dist_project_lib*.
168
1692004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Reflect changes to bsp.am.
172
1732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
176
1772004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Pickup files from ../../sparc/shared instead of
180        ../shared. Reformat.
181
1822004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Cosmetics.
185
1862004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Cosmetics.
189
1902004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
193        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
194        timer/Makefile.am, wrapup/Makefile.am.
195        Use automake compilation rules.
196        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
197        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
198        wrapup/Makefile.am: Remove.
199        * configure.ac: Reflect changes above.
200
2012004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Add PREINSTALL_DIRS.
204
2052004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * wrapup/Makefile.am: Reflect changes to libcpu.
208
2092004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
212        Add PRE/TMPINSTALL_FILES to CLEANFILES.
213        * startup/Makefile.am: Ditto.
214
2152004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * gnatsupp/Makefile.am: Eliminate VPATH.
218
2192004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/.cvsignore: Remove.
222
2232004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * start/Makefile.am: Remove.
226        * Makefile.am: Merge-in start/Makefile.am.
227        * configure.ac: Reflect changes above.
228
2292004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Eliminate $(LIB).
232        Use noinst_DATA to trigger building libbsp.a.
233
2342003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * start/Makefile.am: Eliminate VPATH.
237
2382003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
241        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
242
2432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
246        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
247        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
248
2492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
252
2532003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * start/Makefile.am: Misc cleanups and fixes.
256        * startup/Makefile.am: Misc cleanups and fixes.
257        * wrapup/Makefile.am: Misc cleanups and fixes.
258
2592003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Add dirstamp support to preinstallation.
262        * clock/Makefile.am: Cosmetics.
263        * console/Makefile.am: Cosmetics.
264        * erc32sonic/Makefile.am: Cosmetics.
265        * gnatsupp/Makefile.am: Cosmetics.
266        * start/Makefile.am: Cosmetics.
267        * startup/Makefile.am: Cosmetics.
268        * timer/Makefile.am: Cosmetics.
269        * wrapup/Makefile.am: Cosmetics.
270
2712003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * clock/Makefile.am: Remove all-local: $(ARCH).
274        * console/Makefile.am: Remove all-local: $(ARCH).
275        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
276        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
277        * start/Makefile.am: Remove all-local: $(ARCH).
278        * startup/Makefile.am: Remove all-local: $(ARCH).
279        * timer/Makefile.am: Remove all-local: $(ARCH).
280        * wrapup/Makefile.am: Remove all-local: $(ARCH).
281
2822003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Fix preinstallation of include/coverhd.h.
285
2862003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Merge-in include/Makefile.am.
289        Reflect changes to bsp.am.
290        * include/Makefile.am: Remove.
291        * configure.ac: Reflect changes above.
292
2932003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * bsp_specs: Remove *lib:.
296
2972003-09-04      Joel Sherrill <joel@OARcorp.com>
298
299        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
300        console/debugputs.c, include/bsp.h, include/coverhd.h,
301        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
302        URL for license changed.
303
3042003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Reflect having moved aclocal/.
307
3082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Reflect having moved automake/.
311        * clock/Makefile.am: Reflect having moved automake/.
312        * console/Makefile.am: Reflect having moved automake/.
313        * erc32sonic/Makefile.am: Reflect having moved automake/.
314        * gnatsupp/Makefile.am: Reflect having moved automake/.
315        * include/Makefile.am: Reflect having moved automake/.
316        * start/Makefile.am: Reflect having moved automake/.
317        * startup/Makefile.am: Reflect having moved automake/.
318        * timer/Makefile.am: Reflect having moved automake/.
319        * wrapup/Makefile.am: Reflect having moved automake/.
320
3212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        PR 452/bsps
324        * startup/Makefile.am: Remove USE_INIT_FINI.
325
3262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
329
3302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        PR 445/bsps
333        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
334        Remove cpp, old_cpp (now unused).
335
3362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Remove AC_CONFIG_AUX_DIR.
339
3402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
343
3442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: AC_PREREQ(2.57).
347
3482003-01-20      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds*: Add FreeBSD sysctl() sections.
351
3522002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361
3622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * start/Makefile.am: Use install-data-local to install startfile.
365
3662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369
3702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * .cvsignore: Reformat.
373        Add autom4te*cache.
374        Remove autom4te.cache.
375
3762002-08-21      Joel Sherrill <joel@OARcorp.com>
377
378        * bsp_specs: Added support for -nostdlibs.
379
3802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
383        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
384
3852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
388        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
389        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
390        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
392        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
393        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
394
3952002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * start/Makefile.am: Eliminate PGM.
398        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
399
4002002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
403
4042002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
407        Remove $(OBJS) from all-local.
408
4092002-07-01      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/erc32mec.c: New file.
412        * startup/Makefile.am: Reflect above.
413        * include/erc32.h: Converted SCORE_EXTERN to extern.
414        * tools/runtest.in: Lengthened timeout on test runs.
415
4162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
419
4202001-05-09      Joel Sherrill <joel@OARcorp.com>
421
422        * startup/linkcmds: In support of gcc 3.1, added one of more
423        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
424        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
425        and direction of segments to memory regions may also have been
426        addressed.  This was a sweep across all BSPs.
427 
4282001-04-26      Joel Sherrill <joel@OARcorp.com>
429
430        * include/bsp.h: Change SIS to ERC32_BSP.
431 
4322002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
435        Remove BSPOPTS_*(FPU_REVB).
436        * wrapup/Makefile.am: Remove tbr.
437
4382002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
441        Add BSPOPTS_*(FPU_REVB).
442        * wrapup/Makefile.am: Add tbr.
443
4442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac:
447        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
448        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
449        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
459
4602001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
463        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
464        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
465        * include/bsp.h: include bspopts.h.
466
4672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
470
4712001-11-08      Jiri Gaisler <jiri@gaisler.com>
472
473        This fix is in response to test results reported by Jerry Needell
474        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
475        * include/bsp.h: TM27 was not running properly because the ERC32
476        and LEON cannot nest interrupts at the same level.  The BSP test support
477        had to be modified to support using two different interrupt sources.
478
4792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
482        * configure.in: Remove.
483        * configure.ac: New file, generated from configure.in by autoupdate.
484
4852001-09-27      Joel Sherrill <joel@OARcorp.com>
486
487        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
488
4892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
492
4932001-08-16      Joel Sherrill <joel@OARcorp.com>
494
495        * tools/runtest.in: Recognize debug variant of monitor test.
496
4972001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.in: Add bspopts.h.
500        * include/.cvsignore: Add bspopts.h*, stamp-h*.
501        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
502        * include/bsp.h: Include bspopts.h.
503
5042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
505
506        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
507
5082000-04-23      Jiri Gaisler <jiri@gaisler.com>
509
510        * console/debugputs.c: Switched to unsigned characters.
511
5122000-12-06      Joel Sherrill <joel@OARcorp.com>
513
514        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
515
5162000-11-30      Joel Sherrill <joel@OARcorp.com>
517
518        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
519
5202000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
521
522        * erc32sonic/erc32sonic.c: Minor modifications which enable
523        network interface to come up and work for some time before
524        getting an error in the SONIC driver.  The error is a bit random,
525        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
526        available ram (and traps) while sometimes there is a panic due
527        to RBAE/RXEN.
528
5292000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * Makefile.am: Cleanup.
532
5332000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
534
535        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
536        up .o's instead of .rel's from libcpu.
537
5382000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
539
540        * Makefile.am, configure.in, gnatsupp/Makefile.am,
541        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
542        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
543        wrapup/Makefile.am:
544        * erc32sonic: New directory.
545        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
546        erc32sonic/.cvsignore: New files.
547        * include/erc32.h: New file.
548        * startup/boardinit.S: New file.
549        Big update of SPARC support for ERC32 and LEON.
550        Added support for ERC32 without floating point.
551        Added SONIC support as configured on Tharsys ERC32 board.
552        The bsp's share various code in the shared directory:
553           gnat-support, start-up code, etc.
554        To decrease the foot-print, I removed the 16 kbyte start-up
555        stack that was put in .bss and never reused once the system
556        was up. The stack is now put between the heap and the
557        workspace. To reclaim it, the user can do a rtems_region_extend
558        to merge the stack to the heap region once the system is up.
559
5602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
563
5642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
567
5682000-11-01      Joel Sherrill <joel@OARcorp.com>
569
570        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
571        and libcsupport.h moved from libc to lib/include/rtems and
572        now must be referenced as <rtems/XXX.h>.   Header file order
573        was cleaned up while doing this.
574
5752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
578        Switch to GNU canonicalization.
579
5802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
583        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
584        wrapup/Makefile.am: Include compile.am
585
5862000-08-10      Joel Sherrill <joel@OARcorp.com>
587
588        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.