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

4.104.115
Last change on this file since f186044 was f186044, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/09 at 20:08:25

2009-11-23 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Switch to ../../shared/bspstart.c
  • Property mode set to 100644
File size: 25.2 KB
Line 
12009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Switch to ../../shared/bspstart.c
4
52009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/erc32.cfg: Remove RTEMS_BSP_FAMILY.
8
92009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Don't add -ansi -fasm to CFLAGS.
12
132009-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * console/console.c: Fix warning.
16
172009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * make/custom/erc32.cfg: New (relocated from /make/custom).
20        * make/custom/sis.cfg: New (relocated from /make/custom).
21
222009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
25
26 2009-08-28     Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * console/console.c: Spacing.
29
302009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am, include/bsp.h, startup/setvec.c: Split idle method into
33        its own file. Properly note to confdefs.h that this BSP has its own
34        idle thread.
35        * startup/bspidle.c: New file.
36
372009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
40        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
41        have the same options.
42
432009-03-09      Antoine Lacroix <antoine.lacroix at sodern.fr>
44
45        PR 1391/bsps
46        * startup/spurious.c: Format was %d but had leading 0x.
47
482009-03-02      Daniel Hellstrom <daniel@gaisler.com>
49
50        PR 1390/bsps
51        * startup/linkcmds: Fix sections so C++ global constructors and
52        destructors work with late model (>= 4.3) gcc versions.
53
542009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * startup/setvec.c: Change prototype of IDLE thread to consistently
57        return void * and take a uintptr_t argument.
58
592008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * bsp_specs: Remove -e start from %link.
62
632008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am, preinstall.am:
66        * include/coverhd.h: Removed.
67
682008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
71        * Makefile.am: Reflect changes above.
72
732008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
76        of building libbspstart.a, using automake-rules.
77
782008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Eliminate *_SOURCES.
81
822008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
85        components.
86
872008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
90
912008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * configure.ac: Make letting boot_card() handle work area allocation
94        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
95        BSP_BOOTCARD_OPTIONS.
96
972008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * Makefile.am: bsp_cleanup() had the same code which was executed when
100        you returned from boot_card() to start.S. So just use the stub
101        bsp_cleanup() implementation and remove a file.
102
1032008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * include/bsp.h: Remove unnecessary boilerplate comments.
106
1072008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * startup/linkcmds: Add start symbol to eliminate warning.
110
1112008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * startup/linkcmds: Work Area should start on 16 byte boundary.
114
1152008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * Makefile.am: Use shared bsp_get_work_area() in its own file and rely
118        on BSP Framework to perform more initialization.
119
1202008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
123        phase, all prototypes were removed from bsp.h and empty
124        implementations were removed and made to use the shared stub.
125
1262008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * console/console.c, timer/timer.c: Convert to "bool".
129
1302008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * timer/timer.c: Convert using "bool".
133
1342008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * timer/timer.c: Eliminate empty function from every benchmark timer
137        driver. Fix spelling.
138
1392008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * timer/timer.c: Rename timer driver methods to follow RTEMS
142        programming conventions.
143
1442008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * gnatsupp/gnatsupp.c, timer/timer.c: Add missing prototypes.
147
1482008-08-08      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * startup/linkcmds: All SPARC executables should include
151        rtems_get_version_string so the monitor used can provide RTEMS
152        awareness based upon the version.
153
1542008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        PR 1294/bsps
157        * startup/spurious.c: Correct prototype and usage of
158        sparc_disable_interrupts.
159
1602008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        PR 1294/bsps
163        * startup/spurious.c: Correct prototype and usage of
164        sparc_disable_interrupts.
165
1662008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * Makefile.am, configure.ac: Add capability for bootcard.c BSP
169        Initialization Framework to ask the BSP where it has memory for the
170        RTEMS Workspace and C Program Heap. These collectively are referred
171        to as work area. If the BSP supports this, then it does not have to
172        include code to split the available memory between the two areas.
173        This reduces the amount of code in the BSP specific bspstart.c file.
174        Additionally, the shared framework can initialize the C Library, call
175        rtems_debug_enable(), and dirty the work area memory. Until most/all
176        BSPs support this new capability, if the BSP supports this, it should
177        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
178        When the transition is complete, this autoconf macro can be removed.
179
1802008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
183
1842008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * Makefile.am: Remove all references to console_reserve_resources and
187        termios_reserve_resources.
188        * console/consolereserveresources.c: Removed.
189
1902008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * startup/linkcmds: Add wildcard to gcc_except_table section so
193        programs compiled with gcc 4.3.x can link.
194
1952007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * clock/ckinit.c, include/bsp.h: Eliminate copies of the Configuration
198        Table. Use the RTEMS provided accessor macros to obtain configuration
199        fields.
200
2012007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
204        Configuration Table. Eliminate CPU Table from all ports. Delete
205        references to CPU Table in all forms.
206
2072007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * Makefile.am: Moved most of the remaining CPU Table fields to the
210        Configuration Table. This included pretasking_hook, predriver_hook,
211        postdriver_hook, idle_task, do_zero_of_workspace,
212        extra_mpci_receive_server_stack, stack_allocate_hook, and
213        stack_free_hook. As a side-effect of this effort some multiprocessing
214        code was made conditional and some style clean up occurred.
215
2162007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * clock/ckinit.c, include/bsp.h: Fix spacing.
219
2202007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
221
222        * clock/ckinit.c: Formatting.
223
2242007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
227        print methods that are redundant with prntk and replace their use
228        with printk.
229
2302007-05-03      Joel Sherrill <joel@OARcorp.com>
231
232        * startup/linkcmds: Handle .data.* sections
233
2342007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * bsp_specs: Remove qrtems_debug.
237
2382007-03-28      Joel Sherrill <joel@OARcorp.com>
239
240        * clock/ckinit.c: Add support to the Clock driver template for
241        rtems_clock_set_nanoseconds_extension and the potential for TOD and
242        timestamps accurate to the nanosecond. On this BSP however, it is
243        only accurate to the microsecond.
244
2452007-03-28      Joel Sherrill <joel@OARcorp.com>
246
247        PR 1233/bsps
248        * Makefile.am, console/console.c, console/debugputs.c: Move printk
249        support code into debug IO file so you do not get the entire console
250        driver when you do not want it.
251
2522006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * configure.ac: New BUG-REPORT address.
255
2562006-11-17      Joel Sherrill <joel@OARcorp.com>
257
258        * timer/timer.c: Update timer overhead for start/stop.
259
2602006-11-16      Joel Sherrill <joel@OARcorp.com>
261
262        * clock/ckinit.c, console/console.c: Use common clock driver template
263        and eliminate all fast idle code specific to this BSP. This
264        eliminates a fair amount of code in the BSP clock driver and
265        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
266        timer so I added the new hook Clock_driver_support_find_timer to
267        support this. In general, there was some clean up to the file headers
268        of various files.
269
2702006-11-15      Joel Sherrill <joel@OARcorp.com>
271
272        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
273        file and simplified initialization.
274
2752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * Makefile.am: Remove superfluous -DASM.
278
2792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * configure.ac: Require autoconf-2.60. Require automake-1.10.
282
2832006-06-24      Joel Sherrill <joel@OARcorp.com>
284
285        * startup/linkcmds: Add .rela.dyn sections.
286
2872006-06-22      Joel Sherrill <joel@OARcorp.com>
288
289        PR 1100/bsps
290        * console/debugputs.c: Remove redundant return.
291
2922006-03-08      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/linkcmds: Add .gnu.linkonce.b.* section.
295
2962006-02-08      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds: Add sections required by newer gcc versions.
299
3002006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        * configure.ac: Remove explicit ampolish3 support (now in
303        RTEMS_BSP_CONFIGURE).
304
3052006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * configure.ac: Add ampolish3 support.
308        * Makefile.am: Add preinstall.am.
309
3102006-01-10      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
313        works.
314
3152006-01-10      Joel Sherrill <joel@OARcorp.com>
316
317        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
318
3192005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * include/bsp.h: New header guard.
322
3232005-01-20      Joel Sherrill <joel@OARcorp.com>
324
325        * bsp_specs: Conditionalize inclusion of crtend/crtn.
326
3272005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
330
3312005-01-06      Joel Sherrill <joel@OARcorp.com>
332
333        * Makefile.am: Fix typo.
334
3352005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * Makefile.am: Remove build-variant support.
338
3392004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
340
341        * configure.ac: Require automake > 1.9.
342
3432004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
344
345        PR 610/bsps
346        * Makefile.am: Add include/tm27.h, Cosmetics.
347        * include/tm27.h: Final cosmetics.
348
3492004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
350
351        * include/bsp.h: Split out tmtest27 support.
352        * include/tm27.h: New.
353
3542004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
355
356        PR 613/bsps
357        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
358
3592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
360
361        PR 614/bsps
362        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
363
3642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
365
366        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
367        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
368        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
369        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
370        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
371
3722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
373
374        * clock/ckinit.c, console/console.c, console/debugputs.c,
375        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
376        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
377        using c99 fixed size types.
378
3792004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Reflect changes to bsp.am.
382        Preinstall dist_project_lib*.
383
3842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Reflect changes to bsp.am.
387
3882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
391
3922004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Pickup files from ../../sparc/shared instead of
395        ../shared. Reformat.
396
3972004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Cosmetics.
400
4012004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Cosmetics.
404
4052004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
408        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
409        timer/Makefile.am, wrapup/Makefile.am.
410        Use automake compilation rules.
411        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
412        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
413        wrapup/Makefile.am: Remove.
414        * configure.ac: Reflect changes above.
415
4162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Add PREINSTALL_DIRS.
419
4202004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * wrapup/Makefile.am: Reflect changes to libcpu.
423
4242004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
427        Add PRE/TMPINSTALL_FILES to CLEANFILES.
428        * startup/Makefile.am: Ditto.
429
4302004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * gnatsupp/Makefile.am: Eliminate VPATH.
433
4342004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * start/.cvsignore: Remove.
437
4382004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * start/Makefile.am: Remove.
441        * Makefile.am: Merge-in start/Makefile.am.
442        * configure.ac: Reflect changes above.
443
4442004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * wrapup/Makefile.am: Eliminate $(LIB).
447        Use noinst_DATA to trigger building libbsp.a.
448
4492003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * start/Makefile.am: Eliminate VPATH.
452
4532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
456        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
457
4582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
461        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
462        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
463
4642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
467
4682003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * start/Makefile.am: Misc cleanups and fixes.
471        * startup/Makefile.am: Misc cleanups and fixes.
472        * wrapup/Makefile.am: Misc cleanups and fixes.
473
4742003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * Makefile.am: Add dirstamp support to preinstallation.
477        * clock/Makefile.am: Cosmetics.
478        * console/Makefile.am: Cosmetics.
479        * erc32sonic/Makefile.am: Cosmetics.
480        * gnatsupp/Makefile.am: Cosmetics.
481        * start/Makefile.am: Cosmetics.
482        * startup/Makefile.am: Cosmetics.
483        * timer/Makefile.am: Cosmetics.
484        * wrapup/Makefile.am: Cosmetics.
485
4862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * clock/Makefile.am: Remove all-local: $(ARCH).
489        * console/Makefile.am: Remove all-local: $(ARCH).
490        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
491        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
492        * start/Makefile.am: Remove all-local: $(ARCH).
493        * startup/Makefile.am: Remove all-local: $(ARCH).
494        * timer/Makefile.am: Remove all-local: $(ARCH).
495        * wrapup/Makefile.am: Remove all-local: $(ARCH).
496
4972003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Fix preinstallation of include/coverhd.h.
500
5012003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: Merge-in include/Makefile.am.
504        Reflect changes to bsp.am.
505        * include/Makefile.am: Remove.
506        * configure.ac: Reflect changes above.
507
5082003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * bsp_specs: Remove *lib:.
511
5122003-09-04      Joel Sherrill <joel@OARcorp.com>
513
514        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
515        console/debugputs.c, include/bsp.h, include/coverhd.h,
516        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
517        URL for license changed.
518
5192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: Reflect having moved aclocal/.
522
5232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Reflect having moved automake/.
526        * clock/Makefile.am: Reflect having moved automake/.
527        * console/Makefile.am: Reflect having moved automake/.
528        * erc32sonic/Makefile.am: Reflect having moved automake/.
529        * gnatsupp/Makefile.am: Reflect having moved automake/.
530        * include/Makefile.am: Reflect having moved automake/.
531        * start/Makefile.am: Reflect having moved automake/.
532        * startup/Makefile.am: Reflect having moved automake/.
533        * timer/Makefile.am: Reflect having moved automake/.
534        * wrapup/Makefile.am: Reflect having moved automake/.
535
5362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        PR 452/bsps
539        * startup/Makefile.am: Remove USE_INIT_FINI.
540
5412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
544
5452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        PR 445/bsps
548        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
549        Remove cpp, old_cpp (now unused).
550
5512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.ac: Remove AC_CONFIG_AUX_DIR.
554
5552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
558
5592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac: AC_PREREQ(2.57).
562
5632003-01-20      Joel Sherrill <joel@OARcorp.com>
564
565        * startup/linkcmds*: Add FreeBSD sysctl() sections.
566
5672002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
570        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
571        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
572        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
573        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
574        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
575        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
576
5772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * start/Makefile.am: Use install-data-local to install startfile.
580
5812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
584
5852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * .cvsignore: Reformat.
588        Add autom4te*cache.
589        Remove autom4te.cache.
590
5912002-08-21      Joel Sherrill <joel@OARcorp.com>
592
593        * bsp_specs: Added support for -nostdlibs.
594
5952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
598        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
599
6002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
603        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
604        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
605        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
606        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
607        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
608        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
609
6102002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * start/Makefile.am: Eliminate PGM.
613        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
614
6152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
618
6192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
622        Remove $(OBJS) from all-local.
623
6242002-07-01      Joel Sherrill <joel@OARcorp.com>
625
626        * startup/erc32mec.c: New file.
627        * startup/Makefile.am: Reflect above.
628        * include/erc32.h: Converted SCORE_EXTERN to extern.
629        * tools/runtest.in: Lengthened timeout on test runs.
630
6312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
634
6352001-05-09      Joel Sherrill <joel@OARcorp.com>
636
637        * startup/linkcmds: In support of gcc 3.1, added one of more
638        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
639        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
640        and direction of segments to memory regions may also have been
641        addressed.  This was a sweep across all BSPs.
642 
6432001-04-26      Joel Sherrill <joel@OARcorp.com>
644
645        * include/bsp.h: Change SIS to ERC32_BSP.
646 
6472002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
650        Remove BSPOPTS_*(FPU_REVB).
651        * wrapup/Makefile.am: Remove tbr.
652
6532002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
656        Add BSPOPTS_*(FPU_REVB).
657        * wrapup/Makefile.am: Add tbr.
658
6592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.ac:
662        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
663        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
664        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
665        * Makefile.am: Remove AUTOMAKE_OPTIONS.
666        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
667        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
668        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
669        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
670        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
671        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
672        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
673        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
674
6752001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
678        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
679        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
680        * include/bsp.h: include bspopts.h.
681
6822001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
685
6862001-11-08      Jiri Gaisler <jiri@gaisler.com>
687
688        This fix is in response to test results reported by Jerry Needell
689        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
690        * include/bsp.h: TM27 was not running properly because the ERC32
691        and LEON cannot nest interrupts at the same level.  The BSP test support
692        had to be modified to support using two different interrupt sources.
693
6942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
697        * configure.in: Remove.
698        * configure.ac: New file, generated from configure.in by autoupdate.
699
7002001-09-27      Joel Sherrill <joel@OARcorp.com>
701
702        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
703
7042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
707
7082001-08-16      Joel Sherrill <joel@OARcorp.com>
709
710        * tools/runtest.in: Recognize debug variant of monitor test.
711
7122001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * configure.in: Add bspopts.h.
715        * include/.cvsignore: Add bspopts.h*, stamp-h*.
716        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
717        * include/bsp.h: Include bspopts.h.
718
7192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
720
721        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
722
7232000-04-23      Jiri Gaisler <jiri@gaisler.com>
724
725        * console/debugputs.c: Switched to unsigned characters.
726
7272000-12-06      Joel Sherrill <joel@OARcorp.com>
728
729        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
730
7312000-11-30      Joel Sherrill <joel@OARcorp.com>
732
733        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
734
7352000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
736
737        * erc32sonic/erc32sonic.c: Minor modifications which enable
738        network interface to come up and work for some time before
739        getting an error in the SONIC driver.  The error is a bit random,
740        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
741        available ram (and traps) while sometimes there is a panic due
742        to RBAE/RXEN.
743
7442000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * Makefile.am: Cleanup.
747
7482000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
749
750        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
751        up .o's instead of .rel's from libcpu.
752
7532000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
754
755        * Makefile.am, configure.in, gnatsupp/Makefile.am,
756        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
757        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
758        wrapup/Makefile.am:
759        * erc32sonic: New directory.
760        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
761        erc32sonic/.cvsignore: New files.
762        * include/erc32.h: New file.
763        * startup/boardinit.S: New file.
764        Big update of SPARC support for ERC32 and LEON.
765        Added support for ERC32 without floating point.
766        Added SONIC support as configured on Tharsys ERC32 board.
767        The bsp's share various code in the shared directory:
768           gnat-support, start-up code, etc.
769        To decrease the foot-print, I removed the 16 kbyte start-up
770        stack that was put in .bss and never reused once the system
771        was up. The stack is now put between the heap and the
772        workspace. To reclaim it, the user can do a rtems_region_extend
773        to merge the stack to the heap region once the system is up.
774
7752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
778
7792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
782
7832000-11-01      Joel Sherrill <joel@OARcorp.com>
784
785        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
786        and libcsupport.h moved from libc to lib/include/rtems and
787        now must be referenced as <rtems/XXX.h>.   Header file order
788        was cleaned up while doing this.
789
7902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
793        Switch to GNU canonicalization.
794
7952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
798        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
799        wrapup/Makefile.am: Include compile.am
800
8012000-08-10      Joel Sherrill <joel@OARcorp.com>
802
803        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.