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

4.115
Last change on this file since 37ae92a was 37ae92a, checked in by Chris Johns <chrisj@…>, on 08/26/10 at 06:07:10

2010-08-26 Chris Johns <chrisj@…>

  • Makefile.am: Add bspinit.c from the shared BSP files.
  • Property mode set to 100644
File size: 26.2 KB
Line 
12010-08-26      Chris Johns <chrisj@rtems.org>
2
3        * Makefile.am: Add bspinit.c from the shared BSP files.
4
52010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
8
92010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
10
11        * configure.ac: Added AC_CHECK_SIZEOF macro.
12
132010-05-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
14
15        * startup/linkcmds: Include basic linker command file and define only
16        board specific values.  Define RAM and PROM limits only if not defined
17        by command line arguments.
18        * Makefile.am, preinstall.am: Reflect changes above.
19
202010-04-27      Tiemen Schut <T.Schut@sron.nl>
21
22        PR 1506/bsps
23        * console/console.c: Removed.
24        * console/erc32_console.c: New file.  Use shared console driver.
25        Make sure interrupt support works.  PPPD confirmed on sis.
26        * Makefile.am: Reflect changes above.
27
282009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * console/console.c:
31        Reflect changes to rtems_termios_callbacks->write.
32
332009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * Makefile.am: Switch to ../../shared/bspstart.c
36
372009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * make/custom/erc32.cfg: Remove RTEMS_BSP_FAMILY.
40
412009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Don't add -ansi -fasm to CFLAGS.
44
452009-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * console/console.c: Fix warning.
48
492009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * make/custom/erc32.cfg: New (relocated from /make/custom).
52        * make/custom/sis.cfg: New (relocated from /make/custom).
53
542009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
57
58 2009-08-28     Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * console/console.c: Spacing.
61
622009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * Makefile.am, include/bsp.h, startup/setvec.c: Split idle method into
65        its own file. Properly note to confdefs.h that this BSP has its own
66        idle thread.
67        * startup/bspidle.c: New file.
68
692009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
72        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
73        have the same options.
74
752009-03-09      Antoine Lacroix <antoine.lacroix at sodern.fr>
76
77        PR 1391/bsps
78        * startup/spurious.c: Format was %d but had leading 0x.
79
802009-03-02      Daniel Hellstrom <daniel@gaisler.com>
81
82        PR 1390/bsps
83        * startup/linkcmds: Fix sections so C++ global constructors and
84        destructors work with late model (>= 4.3) gcc versions.
85
862009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * startup/setvec.c: Change prototype of IDLE thread to consistently
89        return void * and take a uintptr_t argument.
90
912008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * bsp_specs: Remove -e start from %link.
94
952008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am, preinstall.am:
98        * include/coverhd.h: Removed.
99
1002008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
103        * Makefile.am: Reflect changes above.
104
1052008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
108        of building libbspstart.a, using automake-rules.
109
1102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Eliminate *_SOURCES.
113
1142008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
117        components.
118
1192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
122
1232008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * configure.ac: Make letting boot_card() handle work area allocation
126        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
127        BSP_BOOTCARD_OPTIONS.
128
1292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * Makefile.am: bsp_cleanup() had the same code which was executed when
132        you returned from boot_card() to start.S. So just use the stub
133        bsp_cleanup() implementation and remove a file.
134
1352008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * include/bsp.h: Remove unnecessary boilerplate comments.
138
1392008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * startup/linkcmds: Add start symbol to eliminate warning.
142
1432008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * startup/linkcmds: Work Area should start on 16 byte boundary.
146
1472008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * Makefile.am: Use shared bsp_get_work_area() in its own file and rely
150        on BSP Framework to perform more initialization.
151
1522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
155        phase, all prototypes were removed from bsp.h and empty
156        implementations were removed and made to use the shared stub.
157
1582008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * console/console.c, timer/timer.c: Convert to "bool".
161
1622008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * timer/timer.c: Convert using "bool".
165
1662008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * timer/timer.c: Eliminate empty function from every benchmark timer
169        driver. Fix spelling.
170
1712008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * timer/timer.c: Rename timer driver methods to follow RTEMS
174        programming conventions.
175
1762008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * gnatsupp/gnatsupp.c, timer/timer.c: Add missing prototypes.
179
1802008-08-08      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * startup/linkcmds: All SPARC executables should include
183        rtems_get_version_string so the monitor used can provide RTEMS
184        awareness based upon the version.
185
1862008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        PR 1294/bsps
189        * startup/spurious.c: Correct prototype and usage of
190        sparc_disable_interrupts.
191
1922008-08-04      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        PR 1294/bsps
195        * startup/spurious.c: Correct prototype and usage of
196        sparc_disable_interrupts.
197
1982008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * Makefile.am, configure.ac: Add capability for bootcard.c BSP
201        Initialization Framework to ask the BSP where it has memory for the
202        RTEMS Workspace and C Program Heap. These collectively are referred
203        to as work area. If the BSP supports this, then it does not have to
204        include code to split the available memory between the two areas.
205        This reduces the amount of code in the BSP specific bspstart.c file.
206        Additionally, the shared framework can initialize the C Library, call
207        rtems_debug_enable(), and dirty the work area memory. Until most/all
208        BSPs support this new capability, if the BSP supports this, it should
209        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
210        When the transition is complete, this autoconf macro can be removed.
211
2122008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
215
2162008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * Makefile.am: Remove all references to console_reserve_resources and
219        termios_reserve_resources.
220        * console/consolereserveresources.c: Removed.
221
2222008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * startup/linkcmds: Add wildcard to gcc_except_table section so
225        programs compiled with gcc 4.3.x can link.
226
2272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * clock/ckinit.c, include/bsp.h: Eliminate copies of the Configuration
230        Table. Use the RTEMS provided accessor macros to obtain configuration
231        fields.
232
2332007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * include/bsp.h: Move interrupt_stack_size field from CPU Table to
236        Configuration Table. Eliminate CPU Table from all ports. Delete
237        references to CPU Table in all forms.
238
2392007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * Makefile.am: Moved most of the remaining CPU Table fields to the
242        Configuration Table. This included pretasking_hook, predriver_hook,
243        postdriver_hook, idle_task, do_zero_of_workspace,
244        extra_mpci_receive_server_stack, stack_allocate_hook, and
245        stack_free_hook. As a side-effect of this effort some multiprocessing
246        code was made conditional and some style clean up occurred.
247
2482007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * clock/ckinit.c, include/bsp.h: Fix spacing.
251
2522007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * clock/ckinit.c: Formatting.
255
2562007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * console/debugputs.c, include/bsp.h, startup/spurious.c: Remove debug
259        print methods that are redundant with prntk and replace their use
260        with printk.
261
2622007-05-03      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/linkcmds: Handle .data.* sections
265
2662007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
267
268        * bsp_specs: Remove qrtems_debug.
269
2702007-03-28      Joel Sherrill <joel@OARcorp.com>
271
272        * clock/ckinit.c: Add support to the Clock driver template for
273        rtems_clock_set_nanoseconds_extension and the potential for TOD and
274        timestamps accurate to the nanosecond. On this BSP however, it is
275        only accurate to the microsecond.
276
2772007-03-28      Joel Sherrill <joel@OARcorp.com>
278
279        PR 1233/bsps
280        * Makefile.am, console/console.c, console/debugputs.c: Move printk
281        support code into debug IO file so you do not get the entire console
282        driver when you do not want it.
283
2842006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * configure.ac: New BUG-REPORT address.
287
2882006-11-17      Joel Sherrill <joel@OARcorp.com>
289
290        * timer/timer.c: Update timer overhead for start/stop.
291
2922006-11-16      Joel Sherrill <joel@OARcorp.com>
293
294        * clock/ckinit.c, console/console.c: Use common clock driver template
295        and eliminate all fast idle code specific to this BSP. This
296        eliminates a fair amount of code in the BSP clock driver and
297        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
298        timer so I added the new hook Clock_driver_support_find_timer to
299        support this. In general, there was some clean up to the file headers
300        of various files.
301
3022006-11-15      Joel Sherrill <joel@OARcorp.com>
303
304        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
305        file and simplified initialization.
306
3072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * Makefile.am: Remove superfluous -DASM.
310
3112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
312
313        * configure.ac: Require autoconf-2.60. Require automake-1.10.
314
3152006-06-24      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/linkcmds: Add .rela.dyn sections.
318
3192006-06-22      Joel Sherrill <joel@OARcorp.com>
320
321        PR 1100/bsps
322        * console/debugputs.c: Remove redundant return.
323
3242006-03-08      Joel Sherrill <joel@OARcorp.com>
325
326        * startup/linkcmds: Add .gnu.linkonce.b.* section.
327
3282006-02-08      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: Add sections required by newer gcc versions.
331
3322006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * configure.ac: Remove explicit ampolish3 support (now in
335        RTEMS_BSP_CONFIGURE).
336
3372006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        * configure.ac: Add ampolish3 support.
340        * Makefile.am: Add preinstall.am.
341
3422006-01-10      Joel Sherrill <joel@OARcorp.com>
343
344        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
345        works.
346
3472006-01-10      Joel Sherrill <joel@OARcorp.com>
348
349        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
350
3512005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * include/bsp.h: New header guard.
354
3552005-01-20      Joel Sherrill <joel@OARcorp.com>
356
357        * bsp_specs: Conditionalize inclusion of crtend/crtn.
358
3592005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
362
3632005-01-06      Joel Sherrill <joel@OARcorp.com>
364
365        * Makefile.am: Fix typo.
366
3672005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
368
369        * Makefile.am: Remove build-variant support.
370
3712004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
372
373        * configure.ac: Require automake > 1.9.
374
3752004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
376
377        PR 610/bsps
378        * Makefile.am: Add include/tm27.h, Cosmetics.
379        * include/tm27.h: Final cosmetics.
380
3812004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
382
383        * include/bsp.h: Split out tmtest27 support.
384        * include/tm27.h: New.
385
3862004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
387
388        PR 613/bsps
389        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
390
3912004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
392
393        PR 614/bsps
394        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
395
3962004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
397
398        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
399        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
400        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
401        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
402        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
403
4042004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
405
406        * clock/ckinit.c, console/console.c, console/debugputs.c,
407        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
408        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
409        using c99 fixed size types.
410
4112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Reflect changes to bsp.am.
414        Preinstall dist_project_lib*.
415
4162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Reflect changes to bsp.am.
419
4202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
423
4242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Pickup files from ../../sparc/shared instead of
427        ../shared. Reformat.
428
4292004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Cosmetics.
432
4332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Cosmetics.
436
4372004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
440        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
441        timer/Makefile.am, wrapup/Makefile.am.
442        Use automake compilation rules.
443        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
444        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
445        wrapup/Makefile.am: Remove.
446        * configure.ac: Reflect changes above.
447
4482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Add PREINSTALL_DIRS.
451
4522004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * wrapup/Makefile.am: Reflect changes to libcpu.
455
4562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
459        Add PRE/TMPINSTALL_FILES to CLEANFILES.
460        * startup/Makefile.am: Ditto.
461
4622004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * gnatsupp/Makefile.am: Eliminate VPATH.
465
4662004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * start/.cvsignore: Remove.
469
4702004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * start/Makefile.am: Remove.
473        * Makefile.am: Merge-in start/Makefile.am.
474        * configure.ac: Reflect changes above.
475
4762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * wrapup/Makefile.am: Eliminate $(LIB).
479        Use noinst_DATA to trigger building libbsp.a.
480
4812003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * start/Makefile.am: Eliminate VPATH.
484
4852003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
488        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
489
4902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
493        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
494        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
495
4962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
499
5002003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * start/Makefile.am: Misc cleanups and fixes.
503        * startup/Makefile.am: Misc cleanups and fixes.
504        * wrapup/Makefile.am: Misc cleanups and fixes.
505
5062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am: Add dirstamp support to preinstallation.
509        * clock/Makefile.am: Cosmetics.
510        * console/Makefile.am: Cosmetics.
511        * erc32sonic/Makefile.am: Cosmetics.
512        * gnatsupp/Makefile.am: Cosmetics.
513        * start/Makefile.am: Cosmetics.
514        * startup/Makefile.am: Cosmetics.
515        * timer/Makefile.am: Cosmetics.
516        * wrapup/Makefile.am: Cosmetics.
517
5182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * clock/Makefile.am: Remove all-local: $(ARCH).
521        * console/Makefile.am: Remove all-local: $(ARCH).
522        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
523        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
524        * start/Makefile.am: Remove all-local: $(ARCH).
525        * startup/Makefile.am: Remove all-local: $(ARCH).
526        * timer/Makefile.am: Remove all-local: $(ARCH).
527        * wrapup/Makefile.am: Remove all-local: $(ARCH).
528
5292003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * Makefile.am: Fix preinstallation of include/coverhd.h.
532
5332003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * Makefile.am: Merge-in include/Makefile.am.
536        Reflect changes to bsp.am.
537        * include/Makefile.am: Remove.
538        * configure.ac: Reflect changes above.
539
5402003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * bsp_specs: Remove *lib:.
543
5442003-09-04      Joel Sherrill <joel@OARcorp.com>
545
546        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
547        console/debugputs.c, include/bsp.h, include/coverhd.h,
548        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
549        URL for license changed.
550
5512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Reflect having moved aclocal/.
554
5552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: Reflect having moved automake/.
558        * clock/Makefile.am: Reflect having moved automake/.
559        * console/Makefile.am: Reflect having moved automake/.
560        * erc32sonic/Makefile.am: Reflect having moved automake/.
561        * gnatsupp/Makefile.am: Reflect having moved automake/.
562        * include/Makefile.am: Reflect having moved automake/.
563        * start/Makefile.am: Reflect having moved automake/.
564        * startup/Makefile.am: Reflect having moved automake/.
565        * timer/Makefile.am: Reflect having moved automake/.
566        * wrapup/Makefile.am: Reflect having moved automake/.
567
5682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        PR 452/bsps
571        * startup/Makefile.am: Remove USE_INIT_FINI.
572
5732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
576
5772003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        PR 445/bsps
580        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
581        Remove cpp, old_cpp (now unused).
582
5832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * configure.ac: Remove AC_CONFIG_AUX_DIR.
586
5872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
590
5912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * configure.ac: AC_PREREQ(2.57).
594
5952003-01-20      Joel Sherrill <joel@OARcorp.com>
596
597        * startup/linkcmds*: Add FreeBSD sysctl() sections.
598
5992002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
602        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
603        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
604        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
605        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
606        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
607        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
608
6092002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * start/Makefile.am: Use install-data-local to install startfile.
612
6132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
616
6172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * .cvsignore: Reformat.
620        Add autom4te*cache.
621        Remove autom4te.cache.
622
6232002-08-21      Joel Sherrill <joel@OARcorp.com>
624
625        * bsp_specs: Added support for -nostdlibs.
626
6272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
630        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
631
6322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
635        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
636        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
637        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
638        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
639        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
640        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
641
6422002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * start/Makefile.am: Eliminate PGM.
645        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
646
6472002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
650
6512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
654        Remove $(OBJS) from all-local.
655
6562002-07-01      Joel Sherrill <joel@OARcorp.com>
657
658        * startup/erc32mec.c: New file.
659        * startup/Makefile.am: Reflect above.
660        * include/erc32.h: Converted SCORE_EXTERN to extern.
661        * tools/runtest.in: Lengthened timeout on test runs.
662
6632002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
666
6672001-05-09      Joel Sherrill <joel@OARcorp.com>
668
669        * startup/linkcmds: In support of gcc 3.1, added one of more
670        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
671        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
672        and direction of segments to memory regions may also have been
673        addressed.  This was a sweep across all BSPs.
674 
6752001-04-26      Joel Sherrill <joel@OARcorp.com>
676
677        * include/bsp.h: Change SIS to ERC32_BSP.
678 
6792002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
682        Remove BSPOPTS_*(FPU_REVB).
683        * wrapup/Makefile.am: Remove tbr.
684
6852002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
688        Add BSPOPTS_*(FPU_REVB).
689        * wrapup/Makefile.am: Add tbr.
690
6912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac:
694        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
695        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
696        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * Makefile.am: Remove AUTOMAKE_OPTIONS.
698        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
705        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
706
7072001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
710        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
711        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
712        * include/bsp.h: include bspopts.h.
713
7142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
717
7182001-11-08      Jiri Gaisler <jiri@gaisler.com>
719
720        This fix is in response to test results reported by Jerry Needell
721        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
722        * include/bsp.h: TM27 was not running properly because the ERC32
723        and LEON cannot nest interrupts at the same level.  The BSP test support
724        had to be modified to support using two different interrupt sources.
725
7262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
729        * configure.in: Remove.
730        * configure.ac: New file, generated from configure.in by autoupdate.
731
7322001-09-27      Joel Sherrill <joel@OARcorp.com>
733
734        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
735
7362001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
739
7402001-08-16      Joel Sherrill <joel@OARcorp.com>
741
742        * tools/runtest.in: Recognize debug variant of monitor test.
743
7442001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * configure.in: Add bspopts.h.
747        * include/.cvsignore: Add bspopts.h*, stamp-h*.
748        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
749        * include/bsp.h: Include bspopts.h.
750
7512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
752
753        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
754
7552000-04-23      Jiri Gaisler <jiri@gaisler.com>
756
757        * console/debugputs.c: Switched to unsigned characters.
758
7592000-12-06      Joel Sherrill <joel@OARcorp.com>
760
761        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
762
7632000-11-30      Joel Sherrill <joel@OARcorp.com>
764
765        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
766
7672000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
768
769        * erc32sonic/erc32sonic.c: Minor modifications which enable
770        network interface to come up and work for some time before
771        getting an error in the SONIC driver.  The error is a bit random,
772        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
773        available ram (and traps) while sometimes there is a panic due
774        to RBAE/RXEN.
775
7762000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * Makefile.am: Cleanup.
779
7802000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
781
782        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
783        up .o's instead of .rel's from libcpu.
784
7852000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
786
787        * Makefile.am, configure.in, gnatsupp/Makefile.am,
788        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
789        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
790        wrapup/Makefile.am:
791        * erc32sonic: New directory.
792        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
793        erc32sonic/.cvsignore: New files.
794        * include/erc32.h: New file.
795        * startup/boardinit.S: New file.
796        Big update of SPARC support for ERC32 and LEON.
797        Added support for ERC32 without floating point.
798        Added SONIC support as configured on Tharsys ERC32 board.
799        The bsp's share various code in the shared directory:
800           gnat-support, start-up code, etc.
801        To decrease the foot-print, I removed the 16 kbyte start-up
802        stack that was put in .bss and never reused once the system
803        was up. The stack is now put between the heap and the
804        workspace. To reclaim it, the user can do a rtems_region_extend
805        to merge the stack to the heap region once the system is up.
806
8072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
810
8112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
814
8152000-11-01      Joel Sherrill <joel@OARcorp.com>
816
817        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
818        and libcsupport.h moved from libc to lib/include/rtems and
819        now must be referenced as <rtems/XXX.h>.   Header file order
820        was cleaned up while doing this.
821
8222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
825        Switch to GNU canonicalization.
826
8272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
830        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
831        wrapup/Makefile.am: Include compile.am
832
8332000-08-10      Joel Sherrill <joel@OARcorp.com>
834
835        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.