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

4.104.115
Last change on this file since 8ce272b was 8ce272b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 05:44:31

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 23.3 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
4        * Makefile.am: Reflect changes above.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate *_SOURCES.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
18        components.
19
202008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
23
242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * configure.ac: Make letting boot_card() handle work area allocation
27        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
28        BSP_BOOTCARD_OPTIONS.
29
302008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.am: bsp_cleanup() had the same code which was executed when
33        you returned from boot_card() to start.S. So just use the stub
34        bsp_cleanup() implementation and remove a file.
35
362008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * include/bsp.h: Remove unnecessary boilerplate comments.
39
402008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * startup/linkcmds: Add start symbol to eliminate warning.
43
442008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * startup/linkcmds: Work Area should start on 16 byte boundary.
47
482008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile.am: Use shared bsp_get_work_area() in its own file and rely
51        on BSP Framework to perform more initialization.
52
532008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
56        phase, all prototypes were removed from bsp.h and empty
57        implementations were removed and made to use the shared stub.
58
592008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * console/console.c, timer/timer.c: Convert to "bool".
62
632008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * timer/timer.c: Convert using "bool".
66
672008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * timer/timer.c: Eliminate empty function from every benchmark timer
70        driver. Fix spelling.
71
722008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * timer/timer.c: Rename timer driver methods to follow RTEMS
75        programming conventions.
76
772008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * gnatsupp/gnatsupp.c, timer/timer.c: Add missing prototypes.
80
812008-08-08      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/linkcmds: All SPARC executables should include
84        rtems_get_version_string so the monitor used can provide RTEMS
85        awareness based upon the version.
86
872008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        PR 1294/bsps
90        * startup/spurious.c: Correct prototype and usage of
91        sparc_disable_interrupts.
92
932008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        PR 1294/bsps
96        * startup/spurious.c: Correct prototype and usage of
97        sparc_disable_interrupts.
98
992008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am, configure.ac: Add capability for bootcard.c BSP
102        Initialization Framework to ask the BSP where it has memory for the
103        RTEMS Workspace and C Program Heap. These collectively are referred
104        to as work area. If the BSP supports this, then it does not have to
105        include code to split the available memory between the two areas.
106        This reduces the amount of code in the BSP specific bspstart.c file.
107        Additionally, the shared framework can initialize the C Library, call
108        rtems_debug_enable(), and dirty the work area memory. Until most/all
109        BSPs support this new capability, if the BSP supports this, it should
110        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
111        When the transition is complete, this autoconf macro can be removed.
112
1132008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
116
1172008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * Makefile.am: Remove all references to console_reserve_resources and
120        termios_reserve_resources.
121        * console/consolereserveresources.c: Removed.
122
1232008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/linkcmds: Add wildcard to gcc_except_table section so
126        programs compiled with gcc 4.3.x can link.
127
1282007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * clock/ckinit.c, include/bsp.h: Eliminate copies of the Configuration
131        Table. Use the RTEMS provided accessor macros to obtain configuration
132        fields.
133
1342007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
137        Configuration Table. Eliminate CPU Table from all ports. Delete
138        references to CPU Table in all forms.
139
1402007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am: Moved most of the remaining CPU Table fields to the
143        Configuration Table. This included pretasking_hook, predriver_hook,
144        postdriver_hook, idle_task, do_zero_of_workspace,
145        extra_mpci_receive_server_stack, stack_allocate_hook, and
146        stack_free_hook. As a side-effect of this effort some multiprocessing
147        code was made conditional and some style clean up occurred.
148
1492007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * clock/ckinit.c, include/bsp.h: Fix spacing.
152
1532007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * clock/ckinit.c: Formatting.
156
1572007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
160        print methods that are redundant with prntk and replace their use
161        with printk.
162
1632007-05-03      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/linkcmds: Handle .data.* sections
166
1672007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * bsp_specs: Remove qrtems_debug.
170
1712007-03-28      Joel Sherrill <joel@OARcorp.com>
172
173        * clock/ckinit.c: Add support to the Clock driver template for
174        rtems_clock_set_nanoseconds_extension and the potential for TOD and
175        timestamps accurate to the nanosecond. On this BSP however, it is
176        only accurate to the microsecond.
177
1782007-03-28      Joel Sherrill <joel@OARcorp.com>
179
180        PR 1233/bsps
181        * Makefile.am, console/console.c, console/debugputs.c: Move printk
182        support code into debug IO file so you do not get the entire console
183        driver when you do not want it.
184
1852006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * configure.ac: New BUG-REPORT address.
188
1892006-11-17      Joel Sherrill <joel@OARcorp.com>
190
191        * timer/timer.c: Update timer overhead for start/stop.
192
1932006-11-16      Joel Sherrill <joel@OARcorp.com>
194
195        * clock/ckinit.c, console/console.c: Use common clock driver template
196        and eliminate all fast idle code specific to this BSP. This
197        eliminates a fair amount of code in the BSP clock driver and
198        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
199        timer so I added the new hook Clock_driver_support_find_timer to
200        support this. In general, there was some clean up to the file headers
201        of various files.
202
2032006-11-15      Joel Sherrill <joel@OARcorp.com>
204
205        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
206        file and simplified initialization.
207
2082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Remove superfluous -DASM.
211
2122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * configure.ac: Require autoconf-2.60. Require automake-1.10.
215
2162006-06-24      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds: Add .rela.dyn sections.
219
2202006-06-22      Joel Sherrill <joel@OARcorp.com>
221
222        PR 1100/bsps
223        * console/debugputs.c: Remove redundant return.
224
2252006-03-08      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/linkcmds: Add .gnu.linkonce.b.* section.
228
2292006-02-08      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds: Add sections required by newer gcc versions.
232
2332006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * configure.ac: Remove explicit ampolish3 support (now in
236        RTEMS_BSP_CONFIGURE).
237
2382006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * configure.ac: Add ampolish3 support.
241        * Makefile.am: Add preinstall.am.
242
2432006-01-10      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
246        works.
247
2482006-01-10      Joel Sherrill <joel@OARcorp.com>
249
250        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
251
2522005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * include/bsp.h: New header guard.
255
2562005-01-20      Joel Sherrill <joel@OARcorp.com>
257
258        * bsp_specs: Conditionalize inclusion of crtend/crtn.
259
2602005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
263
2642005-01-06      Joel Sherrill <joel@OARcorp.com>
265
266        * Makefile.am: Fix typo.
267
2682005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * Makefile.am: Remove build-variant support.
271
2722004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
273
274        * configure.ac: Require automake > 1.9.
275
2762004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
277
278        PR 610/bsps
279        * Makefile.am: Add include/tm27.h, Cosmetics.
280        * include/tm27.h: Final cosmetics.
281
2822004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * include/bsp.h: Split out tmtest27 support.
285        * include/tm27.h: New.
286
2872004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
288
289        PR 613/bsps
290        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
291
2922004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        PR 614/bsps
295        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
296
2972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
300        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
301        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
302        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
303        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
304
3052004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * clock/ckinit.c, console/console.c, console/debugputs.c,
308        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
309        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
310        using c99 fixed size types.
311
3122004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Reflect changes to bsp.am.
315        Preinstall dist_project_lib*.
316
3172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Reflect changes to bsp.am.
320
3212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
324
3252004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Pickup files from ../../sparc/shared instead of
328        ../shared. Reformat.
329
3302004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Cosmetics.
333
3342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Cosmetics.
337
3382004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
341        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
342        timer/Makefile.am, wrapup/Makefile.am.
343        Use automake compilation rules.
344        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
345        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
346        wrapup/Makefile.am: Remove.
347        * configure.ac: Reflect changes above.
348
3492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Add PREINSTALL_DIRS.
352
3532004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Reflect changes to libcpu.
356
3572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
360        Add PRE/TMPINSTALL_FILES to CLEANFILES.
361        * startup/Makefile.am: Ditto.
362
3632004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * gnatsupp/Makefile.am: Eliminate VPATH.
366
3672004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/.cvsignore: Remove.
370
3712004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: Remove.
374        * Makefile.am: Merge-in start/Makefile.am.
375        * configure.ac: Reflect changes above.
376
3772004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/Makefile.am: Eliminate $(LIB).
380        Use noinst_DATA to trigger building libbsp.a.
381
3822003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * start/Makefile.am: Eliminate VPATH.
385
3862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
389        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
390
3912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
394        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
395        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
396
3972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
400
4012003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Misc cleanups and fixes.
404        * startup/Makefile.am: Misc cleanups and fixes.
405        * wrapup/Makefile.am: Misc cleanups and fixes.
406
4072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Add dirstamp support to preinstallation.
410        * clock/Makefile.am: Cosmetics.
411        * console/Makefile.am: Cosmetics.
412        * erc32sonic/Makefile.am: Cosmetics.
413        * gnatsupp/Makefile.am: Cosmetics.
414        * start/Makefile.am: Cosmetics.
415        * startup/Makefile.am: Cosmetics.
416        * timer/Makefile.am: Cosmetics.
417        * wrapup/Makefile.am: Cosmetics.
418
4192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * clock/Makefile.am: Remove all-local: $(ARCH).
422        * console/Makefile.am: Remove all-local: $(ARCH).
423        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
424        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
425        * start/Makefile.am: Remove all-local: $(ARCH).
426        * startup/Makefile.am: Remove all-local: $(ARCH).
427        * timer/Makefile.am: Remove all-local: $(ARCH).
428        * wrapup/Makefile.am: Remove all-local: $(ARCH).
429
4302003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Fix preinstallation of include/coverhd.h.
433
4342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Merge-in include/Makefile.am.
437        Reflect changes to bsp.am.
438        * include/Makefile.am: Remove.
439        * configure.ac: Reflect changes above.
440
4412003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * bsp_specs: Remove *lib:.
444
4452003-09-04      Joel Sherrill <joel@OARcorp.com>
446
447        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
448        console/debugputs.c, include/bsp.h, include/coverhd.h,
449        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
450        URL for license changed.
451
4522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am: Reflect having moved aclocal/.
455
4562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Reflect having moved automake/.
459        * clock/Makefile.am: Reflect having moved automake/.
460        * console/Makefile.am: Reflect having moved automake/.
461        * erc32sonic/Makefile.am: Reflect having moved automake/.
462        * gnatsupp/Makefile.am: Reflect having moved automake/.
463        * include/Makefile.am: Reflect having moved automake/.
464        * start/Makefile.am: Reflect having moved automake/.
465        * startup/Makefile.am: Reflect having moved automake/.
466        * timer/Makefile.am: Reflect having moved automake/.
467        * wrapup/Makefile.am: Reflect having moved automake/.
468
4692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        PR 452/bsps
472        * startup/Makefile.am: Remove USE_INIT_FINI.
473
4742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
477
4782003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        PR 445/bsps
481        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
482        Remove cpp, old_cpp (now unused).
483
4842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Remove AC_CONFIG_AUX_DIR.
487
4882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
491
4922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: AC_PREREQ(2.57).
495
4962003-01-20      Joel Sherrill <joel@OARcorp.com>
497
498        * startup/linkcmds*: Add FreeBSD sysctl() sections.
499
5002002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
503        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
504        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
505        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
506        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
507        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
508        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
509
5102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * start/Makefile.am: Use install-data-local to install startfile.
513
5142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
517
5182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * .cvsignore: Reformat.
521        Add autom4te*cache.
522        Remove autom4te.cache.
523
5242002-08-21      Joel Sherrill <joel@OARcorp.com>
525
526        * bsp_specs: Added support for -nostdlibs.
527
5282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
531        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
532
5332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
536        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
537        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
538        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
539        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
540        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
541        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
542
5432002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * start/Makefile.am: Eliminate PGM.
546        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
547
5482002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
551
5522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
555        Remove $(OBJS) from all-local.
556
5572002-07-01      Joel Sherrill <joel@OARcorp.com>
558
559        * startup/erc32mec.c: New file.
560        * startup/Makefile.am: Reflect above.
561        * include/erc32.h: Converted SCORE_EXTERN to extern.
562        * tools/runtest.in: Lengthened timeout on test runs.
563
5642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
567
5682001-05-09      Joel Sherrill <joel@OARcorp.com>
569
570        * startup/linkcmds: In support of gcc 3.1, added one of more
571        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
572        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
573        and direction of segments to memory regions may also have been
574        addressed.  This was a sweep across all BSPs.
575 
5762001-04-26      Joel Sherrill <joel@OARcorp.com>
577
578        * include/bsp.h: Change SIS to ERC32_BSP.
579 
5802002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
583        Remove BSPOPTS_*(FPU_REVB).
584        * wrapup/Makefile.am: Remove tbr.
585
5862002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
589        Add BSPOPTS_*(FPU_REVB).
590        * wrapup/Makefile.am: Add tbr.
591
5922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac:
595        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
596        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
597        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
607
6082001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
611        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
612        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
613        * include/bsp.h: include bspopts.h.
614
6152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
618
6192001-11-08      Jiri Gaisler <jiri@gaisler.com>
620
621        This fix is in response to test results reported by Jerry Needell
622        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
623        * include/bsp.h: TM27 was not running properly because the ERC32
624        and LEON cannot nest interrupts at the same level.  The BSP test support
625        had to be modified to support using two different interrupt sources.
626
6272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
630        * configure.in: Remove.
631        * configure.ac: New file, generated from configure.in by autoupdate.
632
6332001-09-27      Joel Sherrill <joel@OARcorp.com>
634
635        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
636
6372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
640
6412001-08-16      Joel Sherrill <joel@OARcorp.com>
642
643        * tools/runtest.in: Recognize debug variant of monitor test.
644
6452001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * configure.in: Add bspopts.h.
648        * include/.cvsignore: Add bspopts.h*, stamp-h*.
649        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
650        * include/bsp.h: Include bspopts.h.
651
6522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
653
654        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
655
6562000-04-23      Jiri Gaisler <jiri@gaisler.com>
657
658        * console/debugputs.c: Switched to unsigned characters.
659
6602000-12-06      Joel Sherrill <joel@OARcorp.com>
661
662        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
663
6642000-11-30      Joel Sherrill <joel@OARcorp.com>
665
666        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
667
6682000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
669
670        * erc32sonic/erc32sonic.c: Minor modifications which enable
671        network interface to come up and work for some time before
672        getting an error in the SONIC driver.  The error is a bit random,
673        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
674        available ram (and traps) while sometimes there is a panic due
675        to RBAE/RXEN.
676
6772000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * Makefile.am: Cleanup.
680
6812000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
682
683        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
684        up .o's instead of .rel's from libcpu.
685
6862000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
687
688        * Makefile.am, configure.in, gnatsupp/Makefile.am,
689        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
690        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
691        wrapup/Makefile.am:
692        * erc32sonic: New directory.
693        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
694        erc32sonic/.cvsignore: New files.
695        * include/erc32.h: New file.
696        * startup/boardinit.S: New file.
697        Big update of SPARC support for ERC32 and LEON.
698        Added support for ERC32 without floating point.
699        Added SONIC support as configured on Tharsys ERC32 board.
700        The bsp's share various code in the shared directory:
701           gnat-support, start-up code, etc.
702        To decrease the foot-print, I removed the 16 kbyte start-up
703        stack that was put in .bss and never reused once the system
704        was up. The stack is now put between the heap and the
705        workspace. To reclaim it, the user can do a rtems_region_extend
706        to merge the stack to the heap region once the system is up.
707
7082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
711
7122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
715
7162000-11-01      Joel Sherrill <joel@OARcorp.com>
717
718        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
719        and libcsupport.h moved from libc to lib/include/rtems and
720        now must be referenced as <rtems/XXX.h>.   Header file order
721        was cleaned up while doing this.
722
7232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
726        Switch to GNU canonicalization.
727
7282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
731        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
732        wrapup/Makefile.am: Include compile.am
733
7342000-08-10      Joel Sherrill <joel@OARcorp.com>
735
736        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.