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

4.9
Last change on this file since 8aa7be21 was 8aa7be21, checked in by Joel Sherrill <joel.sherrill@…>, on 04/25/11 at 19:40:17

2011-04-25 Jennifer Averett <jennifer.averett@…>

PR 1783/bsps

  • include/bsp.h: Remove dead prototypes of Clock_delay() and delay(). Neither had bodies.
  • Property mode set to 100644
File size: 22.3 KB
Line 
12011-04-25      Jennifer Averett <jennifer.averett@OARcorp.com>
2
3        PR 1783/bsps
4        * include/bsp.h: Remove dead prototypes of Clock_delay() and delay().
5        Neither had bodies.
6
72011-03-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
8
9        PR 1748/bsps
10        * clock/ckinit.c: When the clock tick generates an interrupt WHILE we
11        have interrupts disabled doing a get TOD or uptime, the get
12        nanoseconds handler was returning a bogusly large number.
13
142009-03-09      Antoine Lacroix <antoine.lacroix at sodern.fr>
15
16        PR 1391/bsps
17        * startup/spurious.c: Format was %d but had leading 0x.
18
192009-03-02      Daniel Hellstrom <daniel@gaisler.com>
20
21        PR 1390/bsps
22        * startup/linkcmds: Fix sections so C++ global constructors and
23        destructors work with late model (>= 4.3) gcc versions.
24
252008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * bsp_specs: Backport from CVS-HEAD.
28
292008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * console/console.c, timer/timer.c: Convert to "bool".
32
332008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * timer/timer.c: Convert using "bool".
36
372008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * timer/timer.c: Eliminate empty function from every benchmark timer
40        driver. Fix spelling.
41
422008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * timer/timer.c: Rename timer driver methods to follow RTEMS
45        programming conventions.
46
472008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * gnatsupp/gnatsupp.c, timer/timer.c: Add missing prototypes.
50
512008-08-08      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * startup/linkcmds: All SPARC executables should include
54        rtems_get_version_string so the monitor used can provide RTEMS
55        awareness based upon the version.
56
572008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        PR 1294/bsps
60        * startup/spurious.c: Correct prototype and usage of
61        sparc_disable_interrupts.
62
632008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        PR 1294/bsps
66        * startup/spurious.c: Correct prototype and usage of
67        sparc_disable_interrupts.
68
692008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * Makefile.am, configure.ac: Add capability for bootcard.c BSP
72        Initialization Framework to ask the BSP where it has memory for the
73        RTEMS Workspace and C Program Heap. These collectively are referred
74        to as work area. If the BSP supports this, then it does not have to
75        include code to split the available memory between the two areas.
76        This reduces the amount of code in the BSP specific bspstart.c file.
77        Additionally, the shared framework can initialize the C Library, call
78        rtems_debug_enable(), and dirty the work area memory. Until most/all
79        BSPs support this new capability, if the BSP supports this, it should
80        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
81        When the transition is complete, this autoconf macro can be removed.
82
832008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
86
872008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * Makefile.am: Remove all references to console_reserve_resources and
90        termios_reserve_resources.
91        * console/consolereserveresources.c: Removed.
92
932008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * startup/linkcmds: Add wildcard to gcc_except_table section so
96        programs compiled with gcc 4.3.x can link.
97
982007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * clock/ckinit.c, include/bsp.h: Eliminate copies of the Configuration
101        Table. Use the RTEMS provided accessor macros to obtain configuration
102        fields.
103
1042007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
107        Configuration Table. Eliminate CPU Table from all ports. Delete
108        references to CPU Table in all forms.
109
1102007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am: Moved most of the remaining CPU Table fields to the
113        Configuration Table. This included pretasking_hook, predriver_hook,
114        postdriver_hook, idle_task, do_zero_of_workspace,
115        extra_mpci_receive_server_stack, stack_allocate_hook, and
116        stack_free_hook. As a side-effect of this effort some multiprocessing
117        code was made conditional and some style clean up occurred.
118
1192007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * clock/ckinit.c, include/bsp.h: Fix spacing.
122
1232007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * clock/ckinit.c: Formatting.
126
1272007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
130        print methods that are redundant with prntk and replace their use
131        with printk.
132
1332007-05-03      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: Handle .data.* sections
136
1372007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * bsp_specs: Remove qrtems_debug.
140
1412007-03-28      Joel Sherrill <joel@OARcorp.com>
142
143        * clock/ckinit.c: Add support to the Clock driver template for
144        rtems_clock_set_nanoseconds_extension and the potential for TOD and
145        timestamps accurate to the nanosecond. On this BSP however, it is
146        only accurate to the microsecond.
147
1482007-03-28      Joel Sherrill <joel@OARcorp.com>
149
150        PR 1233/bsps
151        * Makefile.am, console/console.c, console/debugputs.c: Move printk
152        support code into debug IO file so you do not get the entire console
153        driver when you do not want it.
154
1552006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * configure.ac: New BUG-REPORT address.
158
1592006-11-17      Joel Sherrill <joel@OARcorp.com>
160
161        * timer/timer.c: Update timer overhead for start/stop.
162
1632006-11-16      Joel Sherrill <joel@OARcorp.com>
164
165        * clock/ckinit.c, console/console.c: Use common clock driver template
166        and eliminate all fast idle code specific to this BSP. This
167        eliminates a fair amount of code in the BSP clock driver and
168        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
169        timer so I added the new hook Clock_driver_support_find_timer to
170        support this. In general, there was some clean up to the file headers
171        of various files.
172
1732006-11-15      Joel Sherrill <joel@OARcorp.com>
174
175        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
176        file and simplified initialization.
177
1782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Remove superfluous -DASM.
181
1822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * configure.ac: Require autoconf-2.60. Require automake-1.10.
185
1862006-06-24      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds: Add .rela.dyn sections.
189
1902006-06-22      Joel Sherrill <joel@OARcorp.com>
191
192        PR 1100/bsps
193        * console/debugputs.c: Remove redundant return.
194
1952006-03-08      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: Add .gnu.linkonce.b.* section.
198
1992006-02-08      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds: Add sections required by newer gcc versions.
202
2032006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * configure.ac: Remove explicit ampolish3 support (now in
206        RTEMS_BSP_CONFIGURE).
207
2082006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * configure.ac: Add ampolish3 support.
211        * Makefile.am: Add preinstall.am.
212
2132006-01-10      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
216        works.
217
2182006-01-10      Joel Sherrill <joel@OARcorp.com>
219
220        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
221
2222005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * include/bsp.h: New header guard.
225
2262005-01-20      Joel Sherrill <joel@OARcorp.com>
227
228        * bsp_specs: Conditionalize inclusion of crtend/crtn.
229
2302005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
233
2342005-01-06      Joel Sherrill <joel@OARcorp.com>
235
236        * Makefile.am: Fix typo.
237
2382005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * Makefile.am: Remove build-variant support.
241
2422004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * configure.ac: Require automake > 1.9.
245
2462004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        PR 610/bsps
249        * Makefile.am: Add include/tm27.h, Cosmetics.
250        * include/tm27.h: Final cosmetics.
251
2522004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * include/bsp.h: Split out tmtest27 support.
255        * include/tm27.h: New.
256
2572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        PR 613/bsps
260        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
261
2622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        PR 614/bsps
265        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
266
2672004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
270        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
271        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
272        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
273        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
274
2752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * clock/ckinit.c, console/console.c, console/debugputs.c,
278        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
279        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
280        using c99 fixed size types.
281
2822004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Reflect changes to bsp.am.
285        Preinstall dist_project_lib*.
286
2872004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Reflect changes to bsp.am.
290
2912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
294
2952004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Pickup files from ../../sparc/shared instead of
298        ../shared. Reformat.
299
3002004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Cosmetics.
303
3042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Cosmetics.
307
3082004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
311        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
312        timer/Makefile.am, wrapup/Makefile.am.
313        Use automake compilation rules.
314        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
315        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
316        wrapup/Makefile.am: Remove.
317        * configure.ac: Reflect changes above.
318
3192004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Add PREINSTALL_DIRS.
322
3232004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * wrapup/Makefile.am: Reflect changes to libcpu.
326
3272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
330        Add PRE/TMPINSTALL_FILES to CLEANFILES.
331        * startup/Makefile.am: Ditto.
332
3332004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * gnatsupp/Makefile.am: Eliminate VPATH.
336
3372004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * start/.cvsignore: Remove.
340
3412004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * start/Makefile.am: Remove.
344        * Makefile.am: Merge-in start/Makefile.am.
345        * configure.ac: Reflect changes above.
346
3472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * wrapup/Makefile.am: Eliminate $(LIB).
350        Use noinst_DATA to trigger building libbsp.a.
351
3522003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * start/Makefile.am: Eliminate VPATH.
355
3562003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
359        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
360
3612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
364        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
365        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
366
3672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
370
3712003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: Misc cleanups and fixes.
374        * startup/Makefile.am: Misc cleanups and fixes.
375        * wrapup/Makefile.am: Misc cleanups and fixes.
376
3772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Add dirstamp support to preinstallation.
380        * clock/Makefile.am: Cosmetics.
381        * console/Makefile.am: Cosmetics.
382        * erc32sonic/Makefile.am: Cosmetics.
383        * gnatsupp/Makefile.am: Cosmetics.
384        * start/Makefile.am: Cosmetics.
385        * startup/Makefile.am: Cosmetics.
386        * timer/Makefile.am: Cosmetics.
387        * wrapup/Makefile.am: Cosmetics.
388
3892003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * clock/Makefile.am: Remove all-local: $(ARCH).
392        * console/Makefile.am: Remove all-local: $(ARCH).
393        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
394        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
395        * start/Makefile.am: Remove all-local: $(ARCH).
396        * startup/Makefile.am: Remove all-local: $(ARCH).
397        * timer/Makefile.am: Remove all-local: $(ARCH).
398        * wrapup/Makefile.am: Remove all-local: $(ARCH).
399
4002003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Fix preinstallation of include/coverhd.h.
403
4042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Merge-in include/Makefile.am.
407        Reflect changes to bsp.am.
408        * include/Makefile.am: Remove.
409        * configure.ac: Reflect changes above.
410
4112003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * bsp_specs: Remove *lib:.
414
4152003-09-04      Joel Sherrill <joel@OARcorp.com>
416
417        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
418        console/debugputs.c, include/bsp.h, include/coverhd.h,
419        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
420        URL for license changed.
421
4222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * Makefile.am: Reflect having moved aclocal/.
425
4262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Reflect having moved automake/.
429        * clock/Makefile.am: Reflect having moved automake/.
430        * console/Makefile.am: Reflect having moved automake/.
431        * erc32sonic/Makefile.am: Reflect having moved automake/.
432        * gnatsupp/Makefile.am: Reflect having moved automake/.
433        * include/Makefile.am: Reflect having moved automake/.
434        * start/Makefile.am: Reflect having moved automake/.
435        * startup/Makefile.am: Reflect having moved automake/.
436        * timer/Makefile.am: Reflect having moved automake/.
437        * wrapup/Makefile.am: Reflect having moved automake/.
438
4392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        PR 452/bsps
442        * startup/Makefile.am: Remove USE_INIT_FINI.
443
4442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
447
4482003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        PR 445/bsps
451        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
452        Remove cpp, old_cpp (now unused).
453
4542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Remove AC_CONFIG_AUX_DIR.
457
4582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
461
4622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: AC_PREREQ(2.57).
465
4662003-01-20      Joel Sherrill <joel@OARcorp.com>
467
468        * startup/linkcmds*: Add FreeBSD sysctl() sections.
469
4702002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
473        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
474        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
475        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
477        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479
4802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * start/Makefile.am: Use install-data-local to install startfile.
483
4842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
487
4882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * .cvsignore: Reformat.
491        Add autom4te*cache.
492        Remove autom4te.cache.
493
4942002-08-21      Joel Sherrill <joel@OARcorp.com>
495
496        * bsp_specs: Added support for -nostdlibs.
497
4982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
501        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
502
5032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
506        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
507        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
508        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
509        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
510        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
511        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
512
5132002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * start/Makefile.am: Eliminate PGM.
516        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
517
5182002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
521
5222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
525        Remove $(OBJS) from all-local.
526
5272002-07-01      Joel Sherrill <joel@OARcorp.com>
528
529        * startup/erc32mec.c: New file.
530        * startup/Makefile.am: Reflect above.
531        * include/erc32.h: Converted SCORE_EXTERN to extern.
532        * tools/runtest.in: Lengthened timeout on test runs.
533
5342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
537
5382001-05-09      Joel Sherrill <joel@OARcorp.com>
539
540        * startup/linkcmds: In support of gcc 3.1, added one of more
541        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
542        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
543        and direction of segments to memory regions may also have been
544        addressed.  This was a sweep across all BSPs.
545 
5462001-04-26      Joel Sherrill <joel@OARcorp.com>
547
548        * include/bsp.h: Change SIS to ERC32_BSP.
549 
5502002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
553        Remove BSPOPTS_*(FPU_REVB).
554        * wrapup/Makefile.am: Remove tbr.
555
5562002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
559        Add BSPOPTS_*(FPU_REVB).
560        * wrapup/Makefile.am: Add tbr.
561
5622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac:
565        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
566        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
567        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
575        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
577
5782001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
581        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
582        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
583        * include/bsp.h: include bspopts.h.
584
5852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
588
5892001-11-08      Jiri Gaisler <jiri@gaisler.com>
590
591        This fix is in response to test results reported by Jerry Needell
592        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
593        * include/bsp.h: TM27 was not running properly because the ERC32
594        and LEON cannot nest interrupts at the same level.  The BSP test support
595        had to be modified to support using two different interrupt sources.
596
5972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
600        * configure.in: Remove.
601        * configure.ac: New file, generated from configure.in by autoupdate.
602
6032001-09-27      Joel Sherrill <joel@OARcorp.com>
604
605        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
606
6072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
610
6112001-08-16      Joel Sherrill <joel@OARcorp.com>
612
613        * tools/runtest.in: Recognize debug variant of monitor test.
614
6152001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.in: Add bspopts.h.
618        * include/.cvsignore: Add bspopts.h*, stamp-h*.
619        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
620        * include/bsp.h: Include bspopts.h.
621
6222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
623
624        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
625
6262000-04-23      Jiri Gaisler <jiri@gaisler.com>
627
628        * console/debugputs.c: Switched to unsigned characters.
629
6302000-12-06      Joel Sherrill <joel@OARcorp.com>
631
632        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
633
6342000-11-30      Joel Sherrill <joel@OARcorp.com>
635
636        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
637
6382000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
639
640        * erc32sonic/erc32sonic.c: Minor modifications which enable
641        network interface to come up and work for some time before
642        getting an error in the SONIC driver.  The error is a bit random,
643        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
644        available ram (and traps) while sometimes there is a panic due
645        to RBAE/RXEN.
646
6472000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * Makefile.am: Cleanup.
650
6512000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
652
653        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
654        up .o's instead of .rel's from libcpu.
655
6562000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
657
658        * Makefile.am, configure.in, gnatsupp/Makefile.am,
659        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
660        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
661        wrapup/Makefile.am:
662        * erc32sonic: New directory.
663        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
664        erc32sonic/.cvsignore: New files.
665        * include/erc32.h: New file.
666        * startup/boardinit.S: New file.
667        Big update of SPARC support for ERC32 and LEON.
668        Added support for ERC32 without floating point.
669        Added SONIC support as configured on Tharsys ERC32 board.
670        The bsp's share various code in the shared directory:
671           gnat-support, start-up code, etc.
672        To decrease the foot-print, I removed the 16 kbyte start-up
673        stack that was put in .bss and never reused once the system
674        was up. The stack is now put between the heap and the
675        workspace. To reclaim it, the user can do a rtems_region_extend
676        to merge the stack to the heap region once the system is up.
677
6782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
681
6822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
685
6862000-11-01      Joel Sherrill <joel@OARcorp.com>
687
688        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
689        and libcsupport.h moved from libc to lib/include/rtems and
690        now must be referenced as <rtems/XXX.h>.   Header file order
691        was cleaned up while doing this.
692
6932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
696        Switch to GNU canonicalization.
697
6982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
701        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
702        wrapup/Makefile.am: Include compile.am
703
7042000-08-10      Joel Sherrill <joel@OARcorp.com>
705
706        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.