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

4.115
Last change on this file since ec54b2b was ec54b2b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/11 at 06:33:58

2011-02-09 Ralf Corsépius <ralf.corsepius@…>

  • timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
  • Property mode set to 100644
File size: 26.8 KB
Line 
12011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Include <rtems/btimer.h>.
4        Fix benchmark_timer_read() definition.
5
62011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * make/custom/erc32.cfg: Remove -ftest-coverage.
9
102011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.68, automake-1.11.1.
13
142011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * bsp_specs: Revert accidental commit.
17
182011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
19
20        * bsp_specs, make/custom/erc32.cfg: Fix typo where license said
21        found in found in.
22
232010-08-26      Chris Johns <chrisj@rtems.org>
24
25        * Makefile.am: Add bspinit.c from the shared BSP files.
26
272010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
30
312010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
32
33        * configure.ac: Added AC_CHECK_SIZEOF macro.
34
352010-05-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
36
37        * startup/linkcmds: Include basic linker command file and define only
38        board specific values.  Define RAM and PROM limits only if not defined
39        by command line arguments.
40        * Makefile.am, preinstall.am: Reflect changes above.
41
422010-04-27      Tiemen Schut <T.Schut@sron.nl>
43
44        PR 1506/bsps
45        * console/console.c: Removed.
46        * console/erc32_console.c: New file.  Use shared console driver.
47        Make sure interrupt support works.  PPPD confirmed on sis.
48        * Makefile.am: Reflect changes above.
49
502009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * console/console.c:
53        Reflect changes to rtems_termios_callbacks->write.
54
552009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * Makefile.am: Switch to ../../shared/bspstart.c
58
592009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * make/custom/erc32.cfg: Remove RTEMS_BSP_FAMILY.
62
632009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Don't add -ansi -fasm to CFLAGS.
66
672009-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * console/console.c: Fix warning.
70
712009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * make/custom/erc32.cfg: New (relocated from /make/custom).
74        * make/custom/sis.cfg: New (relocated from /make/custom).
75
762009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
79
80 2009-08-28     Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * console/console.c: Spacing.
83
842009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * Makefile.am, include/bsp.h, startup/setvec.c: Split idle method into
87        its own file. Properly note to confdefs.h that this BSP has its own
88        idle thread.
89        * startup/bspidle.c: New file.
90
912009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
94        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
95        have the same options.
96
972009-03-09      Antoine Lacroix <antoine.lacroix at sodern.fr>
98
99        PR 1391/bsps
100        * startup/spurious.c: Format was %d but had leading 0x.
101
1022009-03-02      Daniel Hellstrom <daniel@gaisler.com>
103
104        PR 1390/bsps
105        * startup/linkcmds: Fix sections so C++ global constructors and
106        destructors work with late model (>= 4.3) gcc versions.
107
1082009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * startup/setvec.c: Change prototype of IDLE thread to consistently
111        return void * and take a uintptr_t argument.
112
1132008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * bsp_specs: Remove -e start from %link.
116
1172008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * Makefile.am, preinstall.am:
120        * include/coverhd.h: Removed.
121
1222008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
125        * Makefile.am: Reflect changes above.
126
1272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
130        of building libbspstart.a, using automake-rules.
131
1322008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Eliminate *_SOURCES.
135
1362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
139        components.
140
1412008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
144
1452008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * configure.ac: Make letting boot_card() handle work area allocation
148        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
149        BSP_BOOTCARD_OPTIONS.
150
1512008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * Makefile.am: bsp_cleanup() had the same code which was executed when
154        you returned from boot_card() to start.S. So just use the stub
155        bsp_cleanup() implementation and remove a file.
156
1572008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * include/bsp.h: Remove unnecessary boilerplate comments.
160
1612008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * startup/linkcmds: Add start symbol to eliminate warning.
164
1652008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * startup/linkcmds: Work Area should start on 16 byte boundary.
168
1692008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * Makefile.am: Use shared bsp_get_work_area() in its own file and rely
172        on BSP Framework to perform more initialization.
173
1742008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
177        phase, all prototypes were removed from bsp.h and empty
178        implementations were removed and made to use the shared stub.
179
1802008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * console/console.c, timer/timer.c: Convert to "bool".
183
1842008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * timer/timer.c: Convert using "bool".
187
1882008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * timer/timer.c: Eliminate empty function from every benchmark timer
191        driver. Fix spelling.
192
1932008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * timer/timer.c: Rename timer driver methods to follow RTEMS
196        programming conventions.
197
1982008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * gnatsupp/gnatsupp.c, timer/timer.c: Add missing prototypes.
201
2022008-08-08      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * startup/linkcmds: All SPARC executables should include
205        rtems_get_version_string so the monitor used can provide RTEMS
206        awareness based upon the version.
207
2082008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        PR 1294/bsps
211        * startup/spurious.c: Correct prototype and usage of
212        sparc_disable_interrupts.
213
2142008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
215
216        PR 1294/bsps
217        * startup/spurious.c: Correct prototype and usage of
218        sparc_disable_interrupts.
219
2202008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
221
222        * Makefile.am, configure.ac: Add capability for bootcard.c BSP
223        Initialization Framework to ask the BSP where it has memory for the
224        RTEMS Workspace and C Program Heap. These collectively are referred
225        to as work area. If the BSP supports this, then it does not have to
226        include code to split the available memory between the two areas.
227        This reduces the amount of code in the BSP specific bspstart.c file.
228        Additionally, the shared framework can initialize the C Library, call
229        rtems_debug_enable(), and dirty the work area memory. Until most/all
230        BSPs support this new capability, if the BSP supports this, it should
231        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
232        When the transition is complete, this autoconf macro can be removed.
233
2342008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
235
236        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
237
2382008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * Makefile.am: Remove all references to console_reserve_resources and
241        termios_reserve_resources.
242        * console/consolereserveresources.c: Removed.
243
2442008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * startup/linkcmds: Add wildcard to gcc_except_table section so
247        programs compiled with gcc 4.3.x can link.
248
2492007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * clock/ckinit.c, include/bsp.h: Eliminate copies of the Configuration
252        Table. Use the RTEMS provided accessor macros to obtain configuration
253        fields.
254
2552007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
258        Configuration Table. Eliminate CPU Table from all ports. Delete
259        references to CPU Table in all forms.
260
2612007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * Makefile.am: Moved most of the remaining CPU Table fields to the
264        Configuration Table. This included pretasking_hook, predriver_hook,
265        postdriver_hook, idle_task, do_zero_of_workspace,
266        extra_mpci_receive_server_stack, stack_allocate_hook, and
267        stack_free_hook. As a side-effect of this effort some multiprocessing
268        code was made conditional and some style clean up occurred.
269
2702007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * clock/ckinit.c, include/bsp.h: Fix spacing.
273
2742007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * clock/ckinit.c: Formatting.
277
2782007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
281        print methods that are redundant with prntk and replace their use
282        with printk.
283
2842007-05-03      Joel Sherrill <joel@OARcorp.com>
285
286        * startup/linkcmds: Handle .data.* sections
287
2882007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * bsp_specs: Remove qrtems_debug.
291
2922007-03-28      Joel Sherrill <joel@OARcorp.com>
293
294        * clock/ckinit.c: Add support to the Clock driver template for
295        rtems_clock_set_nanoseconds_extension and the potential for TOD and
296        timestamps accurate to the nanosecond. On this BSP however, it is
297        only accurate to the microsecond.
298
2992007-03-28      Joel Sherrill <joel@OARcorp.com>
300
301        PR 1233/bsps
302        * Makefile.am, console/console.c, console/debugputs.c: Move printk
303        support code into debug IO file so you do not get the entire console
304        driver when you do not want it.
305
3062006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * configure.ac: New BUG-REPORT address.
309
3102006-11-17      Joel Sherrill <joel@OARcorp.com>
311
312        * timer/timer.c: Update timer overhead for start/stop.
313
3142006-11-16      Joel Sherrill <joel@OARcorp.com>
315
316        * clock/ckinit.c, console/console.c: Use common clock driver template
317        and eliminate all fast idle code specific to this BSP. This
318        eliminates a fair amount of code in the BSP clock driver and
319        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
320        timer so I added the new hook Clock_driver_support_find_timer to
321        support this. In general, there was some clean up to the file headers
322        of various files.
323
3242006-11-15      Joel Sherrill <joel@OARcorp.com>
325
326        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
327        file and simplified initialization.
328
3292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
330
331        * Makefile.am: Remove superfluous -DASM.
332
3332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * configure.ac: Require autoconf-2.60. Require automake-1.10.
336
3372006-06-24      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/linkcmds: Add .rela.dyn sections.
340
3412006-06-22      Joel Sherrill <joel@OARcorp.com>
342
343        PR 1100/bsps
344        * console/debugputs.c: Remove redundant return.
345
3462006-03-08      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds: Add .gnu.linkonce.b.* section.
349
3502006-02-08      Joel Sherrill <joel@OARcorp.com>
351
352        * startup/linkcmds: Add sections required by newer gcc versions.
353
3542006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * configure.ac: Remove explicit ampolish3 support (now in
357        RTEMS_BSP_CONFIGURE).
358
3592006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * configure.ac: Add ampolish3 support.
362        * Makefile.am: Add preinstall.am.
363
3642006-01-10      Joel Sherrill <joel@OARcorp.com>
365
366        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
367        works.
368
3692006-01-10      Joel Sherrill <joel@OARcorp.com>
370
371        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
372
3732005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
374
375        * include/bsp.h: New header guard.
376
3772005-01-20      Joel Sherrill <joel@OARcorp.com>
378
379        * bsp_specs: Conditionalize inclusion of crtend/crtn.
380
3812005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
384
3852005-01-06      Joel Sherrill <joel@OARcorp.com>
386
387        * Makefile.am: Fix typo.
388
3892005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * Makefile.am: Remove build-variant support.
392
3932004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
394
395        * configure.ac: Require automake > 1.9.
396
3972004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
398
399        PR 610/bsps
400        * Makefile.am: Add include/tm27.h, Cosmetics.
401        * include/tm27.h: Final cosmetics.
402
4032004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
404
405        * include/bsp.h: Split out tmtest27 support.
406        * include/tm27.h: New.
407
4082004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
409
410        PR 613/bsps
411        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
412
4132004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
414
415        PR 614/bsps
416        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
417
4182004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
419
420        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
421        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
422        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
423        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
424        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
425
4262004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
427
428        * clock/ckinit.c, console/console.c, console/debugputs.c,
429        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
430        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
431        using c99 fixed size types.
432
4332004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Reflect changes to bsp.am.
436        Preinstall dist_project_lib*.
437
4382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * Makefile.am: Reflect changes to bsp.am.
441
4422004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
445
4462004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Pickup files from ../../sparc/shared instead of
449        ../shared. Reformat.
450
4512004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Cosmetics.
454
4552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Cosmetics.
458
4592004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
462        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
463        timer/Makefile.am, wrapup/Makefile.am.
464        Use automake compilation rules.
465        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
466        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
467        wrapup/Makefile.am: Remove.
468        * configure.ac: Reflect changes above.
469
4702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * Makefile.am: Add PREINSTALL_DIRS.
473
4742004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * wrapup/Makefile.am: Reflect changes to libcpu.
477
4782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
481        Add PRE/TMPINSTALL_FILES to CLEANFILES.
482        * startup/Makefile.am: Ditto.
483
4842004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * gnatsupp/Makefile.am: Eliminate VPATH.
487
4882004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * start/.cvsignore: Remove.
491
4922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * start/Makefile.am: Remove.
495        * Makefile.am: Merge-in start/Makefile.am.
496        * configure.ac: Reflect changes above.
497
4982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * wrapup/Makefile.am: Eliminate $(LIB).
501        Use noinst_DATA to trigger building libbsp.a.
502
5032003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * start/Makefile.am: Eliminate VPATH.
506
5072003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
510        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
511
5122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
515        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
516        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
517
5182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
521
5222003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * start/Makefile.am: Misc cleanups and fixes.
525        * startup/Makefile.am: Misc cleanups and fixes.
526        * wrapup/Makefile.am: Misc cleanups and fixes.
527
5282003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Add dirstamp support to preinstallation.
531        * clock/Makefile.am: Cosmetics.
532        * console/Makefile.am: Cosmetics.
533        * erc32sonic/Makefile.am: Cosmetics.
534        * gnatsupp/Makefile.am: Cosmetics.
535        * start/Makefile.am: Cosmetics.
536        * startup/Makefile.am: Cosmetics.
537        * timer/Makefile.am: Cosmetics.
538        * wrapup/Makefile.am: Cosmetics.
539
5402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * clock/Makefile.am: Remove all-local: $(ARCH).
543        * console/Makefile.am: Remove all-local: $(ARCH).
544        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
545        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
546        * start/Makefile.am: Remove all-local: $(ARCH).
547        * startup/Makefile.am: Remove all-local: $(ARCH).
548        * timer/Makefile.am: Remove all-local: $(ARCH).
549        * wrapup/Makefile.am: Remove all-local: $(ARCH).
550
5512003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Fix preinstallation of include/coverhd.h.
554
5552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: Merge-in include/Makefile.am.
558        Reflect changes to bsp.am.
559        * include/Makefile.am: Remove.
560        * configure.ac: Reflect changes above.
561
5622003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * bsp_specs: Remove *lib:.
565
5662003-09-04      Joel Sherrill <joel@OARcorp.com>
567
568        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
569        console/debugputs.c, include/bsp.h, include/coverhd.h,
570        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
571        URL for license changed.
572
5732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * Makefile.am: Reflect having moved aclocal/.
576
5772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * Makefile.am: Reflect having moved automake/.
580        * clock/Makefile.am: Reflect having moved automake/.
581        * console/Makefile.am: Reflect having moved automake/.
582        * erc32sonic/Makefile.am: Reflect having moved automake/.
583        * gnatsupp/Makefile.am: Reflect having moved automake/.
584        * include/Makefile.am: Reflect having moved automake/.
585        * start/Makefile.am: Reflect having moved automake/.
586        * startup/Makefile.am: Reflect having moved automake/.
587        * timer/Makefile.am: Reflect having moved automake/.
588        * wrapup/Makefile.am: Reflect having moved automake/.
589
5902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        PR 452/bsps
593        * startup/Makefile.am: Remove USE_INIT_FINI.
594
5952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
598
5992003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        PR 445/bsps
602        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
603        Remove cpp, old_cpp (now unused).
604
6052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac: Remove AC_CONFIG_AUX_DIR.
608
6092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
612
6132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.ac: AC_PREREQ(2.57).
616
6172003-01-20      Joel Sherrill <joel@OARcorp.com>
618
619        * startup/linkcmds*: Add FreeBSD sysctl() sections.
620
6212002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
624        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
625        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
626        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
627        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
628        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
629        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
630
6312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * start/Makefile.am: Use install-data-local to install startfile.
634
6352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
638
6392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * .cvsignore: Reformat.
642        Add autom4te*cache.
643        Remove autom4te.cache.
644
6452002-08-21      Joel Sherrill <joel@OARcorp.com>
646
647        * bsp_specs: Added support for -nostdlibs.
648
6492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
652        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
653
6542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
657        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
658        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
659        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
660        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
661        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
662        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
663
6642002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * start/Makefile.am: Eliminate PGM.
667        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
668
6692002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
672
6732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
676        Remove $(OBJS) from all-local.
677
6782002-07-01      Joel Sherrill <joel@OARcorp.com>
679
680        * startup/erc32mec.c: New file.
681        * startup/Makefile.am: Reflect above.
682        * include/erc32.h: Converted SCORE_EXTERN to extern.
683        * tools/runtest.in: Lengthened timeout on test runs.
684
6852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
688
6892001-05-09      Joel Sherrill <joel@OARcorp.com>
690
691        * startup/linkcmds: In support of gcc 3.1, added one of more
692        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
693        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
694        and direction of segments to memory regions may also have been
695        addressed.  This was a sweep across all BSPs.
696 
6972001-04-26      Joel Sherrill <joel@OARcorp.com>
698
699        * include/bsp.h: Change SIS to ERC32_BSP.
700 
7012002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
704        Remove BSPOPTS_*(FPU_REVB).
705        * wrapup/Makefile.am: Remove tbr.
706
7072002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
710        Add BSPOPTS_*(FPU_REVB).
711        * wrapup/Makefile.am: Add tbr.
712
7132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * configure.ac:
716        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
717        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
718        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
719        * Makefile.am: Remove AUTOMAKE_OPTIONS.
720        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
721        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
722        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
723        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
724        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
725        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
726        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
727        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
728
7292001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
732        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
733        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
734        * include/bsp.h: include bspopts.h.
735
7362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
739
7402001-11-08      Jiri Gaisler <jiri@gaisler.com>
741
742        This fix is in response to test results reported by Jerry Needell
743        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
744        * include/bsp.h: TM27 was not running properly because the ERC32
745        and LEON cannot nest interrupts at the same level.  The BSP test support
746        had to be modified to support using two different interrupt sources.
747
7482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
751        * configure.in: Remove.
752        * configure.ac: New file, generated from configure.in by autoupdate.
753
7542001-09-27      Joel Sherrill <joel@OARcorp.com>
755
756        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
757
7582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
761
7622001-08-16      Joel Sherrill <joel@OARcorp.com>
763
764        * tools/runtest.in: Recognize debug variant of monitor test.
765
7662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * configure.in: Add bspopts.h.
769        * include/.cvsignore: Add bspopts.h*, stamp-h*.
770        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
771        * include/bsp.h: Include bspopts.h.
772
7732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
774
775        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
776
7772000-04-23      Jiri Gaisler <jiri@gaisler.com>
778
779        * console/debugputs.c: Switched to unsigned characters.
780
7812000-12-06      Joel Sherrill <joel@OARcorp.com>
782
783        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
784
7852000-11-30      Joel Sherrill <joel@OARcorp.com>
786
787        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
788
7892000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
790
791        * erc32sonic/erc32sonic.c: Minor modifications which enable
792        network interface to come up and work for some time before
793        getting an error in the SONIC driver.  The error is a bit random,
794        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
795        available ram (and traps) while sometimes there is a panic due
796        to RBAE/RXEN.
797
7982000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * Makefile.am: Cleanup.
801
8022000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
803
804        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
805        up .o's instead of .rel's from libcpu.
806
8072000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
808
809        * Makefile.am, configure.in, gnatsupp/Makefile.am,
810        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
811        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
812        wrapup/Makefile.am:
813        * erc32sonic: New directory.
814        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
815        erc32sonic/.cvsignore: New files.
816        * include/erc32.h: New file.
817        * startup/boardinit.S: New file.
818        Big update of SPARC support for ERC32 and LEON.
819        Added support for ERC32 without floating point.
820        Added SONIC support as configured on Tharsys ERC32 board.
821        The bsp's share various code in the shared directory:
822           gnat-support, start-up code, etc.
823        To decrease the foot-print, I removed the 16 kbyte start-up
824        stack that was put in .bss and never reused once the system
825        was up. The stack is now put between the heap and the
826        workspace. To reclaim it, the user can do a rtems_region_extend
827        to merge the stack to the heap region once the system is up.
828
8292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
832
8332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
836
8372000-11-01      Joel Sherrill <joel@OARcorp.com>
838
839        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
840        and libcsupport.h moved from libc to lib/include/rtems and
841        now must be referenced as <rtems/XXX.h>.   Header file order
842        was cleaned up while doing this.
843
8442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
847        Switch to GNU canonicalization.
848
8492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
852        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
853        wrapup/Makefile.am: Include compile.am
854
8552000-08-10      Joel Sherrill <joel@OARcorp.com>
856
857        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.