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

4.104.114.95
Last change on this file since 722ab6d was e511e126, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 17:42:00

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

  • timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
  • Property mode set to 100644
File size: 21.3 KB
Line 
12008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate empty function from every benchmark timer
4        driver. Fix spelling.
5
62008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * timer/timer.c: Rename timer driver methods to follow RTEMS
9        programming conventions.
10
112008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * gnatsupp/gnatsupp.c, timer/timer.c: Add missing prototypes.
14
152008-08-08      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * startup/linkcmds: All SPARC executables should include
18        rtems_get_version_string so the monitor used can provide RTEMS
19        awareness based upon the version.
20
212008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        PR 1294/bsps
24        * startup/spurious.c: Correct prototype and usage of
25        sparc_disable_interrupts.
26
272008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        PR 1294/bsps
30        * startup/spurious.c: Correct prototype and usage of
31        sparc_disable_interrupts.
32
332008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * Makefile.am, configure.ac: Add capability for bootcard.c BSP
36        Initialization Framework to ask the BSP where it has memory for the
37        RTEMS Workspace and C Program Heap. These collectively are referred
38        to as work area. If the BSP supports this, then it does not have to
39        include code to split the available memory between the two areas.
40        This reduces the amount of code in the BSP specific bspstart.c file.
41        Additionally, the shared framework can initialize the C Library, call
42        rtems_debug_enable(), and dirty the work area memory. Until most/all
43        BSPs support this new capability, if the BSP supports this, it should
44        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
45        When the transition is complete, this autoconf macro can be removed.
46
472008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
50
512008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * Makefile.am: Remove all references to console_reserve_resources and
54        termios_reserve_resources.
55        * console/consolereserveresources.c: Removed.
56
572008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * startup/linkcmds: Add wildcard to gcc_except_table section so
60        programs compiled with gcc 4.3.x can link.
61
622007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * clock/ckinit.c, include/bsp.h: Eliminate copies of the Configuration
65        Table. Use the RTEMS provided accessor macros to obtain configuration
66        fields.
67
682007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
71        Configuration Table. Eliminate CPU Table from all ports. Delete
72        references to CPU Table in all forms.
73
742007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * Makefile.am: Moved most of the remaining CPU Table fields to the
77        Configuration Table. This included pretasking_hook, predriver_hook,
78        postdriver_hook, idle_task, do_zero_of_workspace,
79        extra_mpci_receive_server_stack, stack_allocate_hook, and
80        stack_free_hook. As a side-effect of this effort some multiprocessing
81        code was made conditional and some style clean up occurred.
82
832007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * clock/ckinit.c, include/bsp.h: Fix spacing.
86
872007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * clock/ckinit.c: Formatting.
90
912007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
94        print methods that are redundant with prntk and replace their use
95        with printk.
96
972007-05-03      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/linkcmds: Handle .data.* sections
100
1012007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * bsp_specs: Remove qrtems_debug.
104
1052007-03-28      Joel Sherrill <joel@OARcorp.com>
106
107        * clock/ckinit.c: Add support to the Clock driver template for
108        rtems_clock_set_nanoseconds_extension and the potential for TOD and
109        timestamps accurate to the nanosecond. On this BSP however, it is
110        only accurate to the microsecond.
111
1122007-03-28      Joel Sherrill <joel@OARcorp.com>
113
114        PR 1233/bsps
115        * Makefile.am, console/console.c, console/debugputs.c: Move printk
116        support code into debug IO file so you do not get the entire console
117        driver when you do not want it.
118
1192006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * configure.ac: New BUG-REPORT address.
122
1232006-11-17      Joel Sherrill <joel@OARcorp.com>
124
125        * timer/timer.c: Update timer overhead for start/stop.
126
1272006-11-16      Joel Sherrill <joel@OARcorp.com>
128
129        * clock/ckinit.c, console/console.c: Use common clock driver template
130        and eliminate all fast idle code specific to this BSP. This
131        eliminates a fair amount of code in the BSP clock driver and
132        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
133        timer so I added the new hook Clock_driver_support_find_timer to
134        support this. In general, there was some clean up to the file headers
135        of various files.
136
1372006-11-15      Joel Sherrill <joel@OARcorp.com>
138
139        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
140        file and simplified initialization.
141
1422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Remove superfluous -DASM.
145
1462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * configure.ac: Require autoconf-2.60. Require automake-1.10.
149
1502006-06-24      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Add .rela.dyn sections.
153
1542006-06-22      Joel Sherrill <joel@OARcorp.com>
155
156        PR 1100/bsps
157        * console/debugputs.c: Remove redundant return.
158
1592006-03-08      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/linkcmds: Add .gnu.linkonce.b.* section.
162
1632006-02-08      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/linkcmds: Add sections required by newer gcc versions.
166
1672006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * configure.ac: Remove explicit ampolish3 support (now in
170        RTEMS_BSP_CONFIGURE).
171
1722006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * configure.ac: Add ampolish3 support.
175        * Makefile.am: Add preinstall.am.
176
1772006-01-10      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
180        works.
181
1822006-01-10      Joel Sherrill <joel@OARcorp.com>
183
184        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
185
1862005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * include/bsp.h: New header guard.
189
1902005-01-20      Joel Sherrill <joel@OARcorp.com>
191
192        * bsp_specs: Conditionalize inclusion of crtend/crtn.
193
1942005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
197
1982005-01-06      Joel Sherrill <joel@OARcorp.com>
199
200        * Makefile.am: Fix typo.
201
2022005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * Makefile.am: Remove build-variant support.
205
2062004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * configure.ac: Require automake > 1.9.
209
2102004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        PR 610/bsps
213        * Makefile.am: Add include/tm27.h, Cosmetics.
214        * include/tm27.h: Final cosmetics.
215
2162004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        * include/bsp.h: Split out tmtest27 support.
219        * include/tm27.h: New.
220
2212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        PR 613/bsps
224        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
225
2262004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        PR 614/bsps
229        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
230
2312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
232
233        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
234        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
235        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
236        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
237        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
238
2392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        * clock/ckinit.c, console/console.c, console/debugputs.c,
242        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
243        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
244        using c99 fixed size types.
245
2462004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Reflect changes to bsp.am.
249        Preinstall dist_project_lib*.
250
2512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Reflect changes to bsp.am.
254
2552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
258
2592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Pickup files from ../../sparc/shared instead of
262        ../shared. Reformat.
263
2642004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Cosmetics.
267
2682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Cosmetics.
271
2722004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
275        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
276        timer/Makefile.am, wrapup/Makefile.am.
277        Use automake compilation rules.
278        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
279        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
280        wrapup/Makefile.am: Remove.
281        * configure.ac: Reflect changes above.
282
2832004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Add PREINSTALL_DIRS.
286
2872004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Reflect changes to libcpu.
290
2912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
294        Add PRE/TMPINSTALL_FILES to CLEANFILES.
295        * startup/Makefile.am: Ditto.
296
2972004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * gnatsupp/Makefile.am: Eliminate VPATH.
300
3012004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/.cvsignore: Remove.
304
3052004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * start/Makefile.am: Remove.
308        * Makefile.am: Merge-in start/Makefile.am.
309        * configure.ac: Reflect changes above.
310
3112004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Eliminate $(LIB).
314        Use noinst_DATA to trigger building libbsp.a.
315
3162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * start/Makefile.am: Eliminate VPATH.
319
3202003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
323        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
324
3252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
328        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
329        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
330
3312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
334
3352003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * start/Makefile.am: Misc cleanups and fixes.
338        * startup/Makefile.am: Misc cleanups and fixes.
339        * wrapup/Makefile.am: Misc cleanups and fixes.
340
3412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add dirstamp support to preinstallation.
344        * clock/Makefile.am: Cosmetics.
345        * console/Makefile.am: Cosmetics.
346        * erc32sonic/Makefile.am: Cosmetics.
347        * gnatsupp/Makefile.am: Cosmetics.
348        * start/Makefile.am: Cosmetics.
349        * startup/Makefile.am: Cosmetics.
350        * timer/Makefile.am: Cosmetics.
351        * wrapup/Makefile.am: Cosmetics.
352
3532003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * clock/Makefile.am: Remove all-local: $(ARCH).
356        * console/Makefile.am: Remove all-local: $(ARCH).
357        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
358        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
359        * start/Makefile.am: Remove all-local: $(ARCH).
360        * startup/Makefile.am: Remove all-local: $(ARCH).
361        * timer/Makefile.am: Remove all-local: $(ARCH).
362        * wrapup/Makefile.am: Remove all-local: $(ARCH).
363
3642003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Fix preinstallation of include/coverhd.h.
367
3682003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Merge-in include/Makefile.am.
371        Reflect changes to bsp.am.
372        * include/Makefile.am: Remove.
373        * configure.ac: Reflect changes above.
374
3752003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * bsp_specs: Remove *lib:.
378
3792003-09-04      Joel Sherrill <joel@OARcorp.com>
380
381        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
382        console/debugputs.c, include/bsp.h, include/coverhd.h,
383        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
384        URL for license changed.
385
3862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Reflect having moved aclocal/.
389
3902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Reflect having moved automake/.
393        * clock/Makefile.am: Reflect having moved automake/.
394        * console/Makefile.am: Reflect having moved automake/.
395        * erc32sonic/Makefile.am: Reflect having moved automake/.
396        * gnatsupp/Makefile.am: Reflect having moved automake/.
397        * include/Makefile.am: Reflect having moved automake/.
398        * start/Makefile.am: Reflect having moved automake/.
399        * startup/Makefile.am: Reflect having moved automake/.
400        * timer/Makefile.am: Reflect having moved automake/.
401        * wrapup/Makefile.am: Reflect having moved automake/.
402
4032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        PR 452/bsps
406        * startup/Makefile.am: Remove USE_INIT_FINI.
407
4082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
411
4122003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        PR 445/bsps
415        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
416        Remove cpp, old_cpp (now unused).
417
4182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Remove AC_CONFIG_AUX_DIR.
421
4222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
425
4262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: AC_PREREQ(2.57).
429
4302003-01-20      Joel Sherrill <joel@OARcorp.com>
431
432        * startup/linkcmds*: Add FreeBSD sysctl() sections.
433
4342002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
437        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
438        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
439        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
440        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
441        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
442        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
443
4442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * start/Makefile.am: Use install-data-local to install startfile.
447
4482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451
4522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * .cvsignore: Reformat.
455        Add autom4te*cache.
456        Remove autom4te.cache.
457
4582002-08-21      Joel Sherrill <joel@OARcorp.com>
459
460        * bsp_specs: Added support for -nostdlibs.
461
4622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
465        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
466
4672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
470        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
471        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
472        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
473        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
474        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
475        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
476
4772002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * start/Makefile.am: Eliminate PGM.
480        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
481
4822002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
485
4862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
489        Remove $(OBJS) from all-local.
490
4912002-07-01      Joel Sherrill <joel@OARcorp.com>
492
493        * startup/erc32mec.c: New file.
494        * startup/Makefile.am: Reflect above.
495        * include/erc32.h: Converted SCORE_EXTERN to extern.
496        * tools/runtest.in: Lengthened timeout on test runs.
497
4982002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
501
5022001-05-09      Joel Sherrill <joel@OARcorp.com>
503
504        * startup/linkcmds: In support of gcc 3.1, added one of more
505        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
506        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
507        and direction of segments to memory regions may also have been
508        addressed.  This was a sweep across all BSPs.
509 
5102001-04-26      Joel Sherrill <joel@OARcorp.com>
511
512        * include/bsp.h: Change SIS to ERC32_BSP.
513 
5142002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
517        Remove BSPOPTS_*(FPU_REVB).
518        * wrapup/Makefile.am: Remove tbr.
519
5202002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
523        Add BSPOPTS_*(FPU_REVB).
524        * wrapup/Makefile.am: Add tbr.
525
5262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac:
529        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
530        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
531        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
541
5422001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
545        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
546        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
547        * include/bsp.h: include bspopts.h.
548
5492001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
552
5532001-11-08      Jiri Gaisler <jiri@gaisler.com>
554
555        This fix is in response to test results reported by Jerry Needell
556        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
557        * include/bsp.h: TM27 was not running properly because the ERC32
558        and LEON cannot nest interrupts at the same level.  The BSP test support
559        had to be modified to support using two different interrupt sources.
560
5612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
564        * configure.in: Remove.
565        * configure.ac: New file, generated from configure.in by autoupdate.
566
5672001-09-27      Joel Sherrill <joel@OARcorp.com>
568
569        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
570
5712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
574
5752001-08-16      Joel Sherrill <joel@OARcorp.com>
576
577        * tools/runtest.in: Recognize debug variant of monitor test.
578
5792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * configure.in: Add bspopts.h.
582        * include/.cvsignore: Add bspopts.h*, stamp-h*.
583        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
584        * include/bsp.h: Include bspopts.h.
585
5862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
587
588        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
589
5902000-04-23      Jiri Gaisler <jiri@gaisler.com>
591
592        * console/debugputs.c: Switched to unsigned characters.
593
5942000-12-06      Joel Sherrill <joel@OARcorp.com>
595
596        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
597
5982000-11-30      Joel Sherrill <joel@OARcorp.com>
599
600        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
601
6022000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
603
604        * erc32sonic/erc32sonic.c: Minor modifications which enable
605        network interface to come up and work for some time before
606        getting an error in the SONIC driver.  The error is a bit random,
607        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
608        available ram (and traps) while sometimes there is a panic due
609        to RBAE/RXEN.
610
6112000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * Makefile.am: Cleanup.
614
6152000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
616
617        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
618        up .o's instead of .rel's from libcpu.
619
6202000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
621
622        * Makefile.am, configure.in, gnatsupp/Makefile.am,
623        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
624        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
625        wrapup/Makefile.am:
626        * erc32sonic: New directory.
627        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
628        erc32sonic/.cvsignore: New files.
629        * include/erc32.h: New file.
630        * startup/boardinit.S: New file.
631        Big update of SPARC support for ERC32 and LEON.
632        Added support for ERC32 without floating point.
633        Added SONIC support as configured on Tharsys ERC32 board.
634        The bsp's share various code in the shared directory:
635           gnat-support, start-up code, etc.
636        To decrease the foot-print, I removed the 16 kbyte start-up
637        stack that was put in .bss and never reused once the system
638        was up. The stack is now put between the heap and the
639        workspace. To reclaim it, the user can do a rtems_region_extend
640        to merge the stack to the heap region once the system is up.
641
6422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
645
6462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
649
6502000-11-01      Joel Sherrill <joel@OARcorp.com>
651
652        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
653        and libcsupport.h moved from libc to lib/include/rtems and
654        now must be referenced as <rtems/XXX.h>.   Header file order
655        was cleaned up while doing this.
656
6572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
660        Switch to GNU canonicalization.
661
6622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
665        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
666        wrapup/Makefile.am: Include compile.am
667
6682000-08-10      Joel Sherrill <joel@OARcorp.com>
669
670        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.