source: rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog @ 20546ace

4.115
Last change on this file since 20546ace was 20546ace, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/11 at 20:05:26

2011-03-16 Jennifer Averett <jennifer.averett@…>

PR 1729/cpukit

  • Makefile.am, configure.ac: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint.
  • Property mode set to 100644
File size: 18.7 KB
Line 
12011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
2
3        PR 1729/cpukit
4        * Makefile.am, configure.ac: Add next step in SMP support. This adds an
5        allocated array of the Per_CPU structures to support multiple cpus vs
6        a single instance of the structure which is still used if SMP support
7        is disabled. Configuration support is also added to explicitly enable
8        or disable SMP. But SMP can only be enabled for the CPUs which will
9        support it initially -- SPARC and i386. With the stub BSP support, a
10        BSP can be run as a single core SMP system from an RTEMS data
11        structure standpoint.
12
132011-03-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
14
15        PR 1748/bsps
16        * clock/ckinit.c, include/leon.h: When the clock tick generates an
17        interrupt WHILE we have interrupts disabled doing a get TOD or
18        uptime, the get nanoseconds handler was returning a bogusly large
19        number.
20
212011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * amba/amba.c, include/tm27.h, shmsupp/lock.c, startup/bspstart.c,
24        startup/spurious.c:
25        Use "__asm__" instead of "asm" for improved c99-compliance.
26
272011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * timer/timer.c: Include <rtems/btimer.h>.
30        Fix benchmark_timer_read() definition.
31
322011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Require autoconf-2.68, automake-1.11.1.
35
362010-08-26      Chris Johns <chrisj@rtems.org>
37
38        * Makefile.am: Add bspinit.c from the shared BSP files.
39
402010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
43
442010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
45
46        * configure.ac: Added AC_CHECK_SIZEOF macro.
47
482010-05-24      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile.am, amba/amba.c, console/console.c, console/debugputs.c,
51        startup/bspstart.c: Rework initialization order so AMBA bus is
52        scanned earlier. This lets us look for UARTs earlier and support
53        printk as early as bsp_start() returning.
54
552010-05-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
56
57        * startup/linkcmds: Include basic linker command file and define only
58        board specific values.  Define RAM and PROM limits only if not defined
59        by command line arguments.
60        * Makefile.am, preinstall.am: Reflect changes above.
61
622009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        PR 1483/cpukit
65        * pci/pci.c: Rename pci_config into rtems_pci_config_t.
66
672009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * console/console.c:
70        Reflect changes to rtems_termios_callbacks->write.
71
722009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am, startup/bspstart.c:
75        Use ../../sparc/shared/bsppretaskinghook.c.
76        * console/console.c: Remove sis comment.
77
782009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * amba/amba.c: Re-add tmp.
81
822009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * make/custom/leon3.cfg: Remove RTEMS_BSP_FAMILY.
85
862009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Don't add -ansi -fasm to CFLAGS.
89
902009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * make/custom/leon3.cfg: New (relocated from /make/custom).
93
942009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        PR 1445/BSPs
97        * pci/pci.c: Rename pci_[read|write]_config* functions into
98        BSP_pci_[read|write]_config* and make them static.
99
1002009-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * pci/pci.c: Add prototypes for BusCountPCI(void), init_pci(void).
103
1042009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
107
108 2009-08-28     Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * configure.ac: Fix typo.
111
1122009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * console/console.c: Fix warning.
115
1162009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * startup/ithread.S: Removed. Now bspidle.S.
119
1202009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile.am, console/console.c, console/debugputs.c, include/bsp.h,
123        startup/setvec.c: Split idle method into its own file. Properly note
124        to confdefs.h that this BSP has its own idle thread. Also address use
125        of maximum termios constant in debug IO.
126        * startup/bspidle.S: New file.
127
1282009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
131        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
132        have the same options.
133
1342009-03-25      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * startup/linkcmds: Start of RTEMS Work Area must be on 16 byte
137        boundary on the SPARC.
138
1392009-03-09      Antoine Lacroix <antoine.lacroix at sodern.fr>
140
141        PR 1391/bsps
142        * startup/spurious.c: Format was %d but had leading 0x.
143
1442009-03-02      Daniel Hellstrom <daniel@gaisler.com>
145
146        PR 1390/bsps
147        * startup/linkcmds: Fix sections so C++ global constructors and
148        destructors work with late model (>= 4.3) gcc versions.
149
1502008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * bsp_specs: Remove -e start from %link.
153
1542008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * Makefile.am, preinstall.am:
157        * include/coverhd.h: Removed.
158
1592008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
162        * Makefile.am: Reflect changes above.
163
1642008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
167        of building libbspstart.a, using automake-rules.
168
1692008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Eliminate *_SOURCES.
172
1732008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
176        components.
177
1782008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
181
1822008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * configure.ac: Make letting boot_card() handle work area allocation
185        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
186        BSP_BOOTCARD_OPTIONS.
187
1882008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * Makefile.am: bsp_cleanup() had the same code which was executed when
191        you returned from boot_card() to start.S. So just use the stub
192        bsp_cleanup() implementation and remove a file.
193
1942008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() into
197        its own file and use BSP Framework to perform more initialization.
198
1992008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
202        phase, all prototypes were removed from bsp.h and empty
203        implementations were removed and made to use the shared stub.
204
2052008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * timer/timer.c: Convert to "bool".
208
2092008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * timer/timer.c: Convert using "bool".
212
2132008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * timer/timer.c: Eliminate empty function from every benchmark timer
216        driver. Fix spelling.
217
2182008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * timer/timer.c: Rename timer driver methods to follow RTEMS
221        programming conventions.
222
2232008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * startup/bspstart.c: Remove bogus local declarations.
226        * gnatsupp/gnatsupp.c: Add missing prototypes.
227        * amba/amba.c, console/console.c, timer/timer.c: Add missing
228        prototypes.
229
2302008-08-08      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * startup/linkcmds: All SPARC executables should include
233        rtems_get_version_string so the monitor used can provide RTEMS
234        awareness based upon the version.
235
2362008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
237
238        * startup/bspstart.c: Changed bsp_get_workarea() to
239        bsp_get_work_area() and added support for an optional separate heap
240        area.
241
2422008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * Makefile.am, configure.ac, startup/bspstart.c: Add capability for
245        bootcard.c BSP Initialization Framework to ask the BSP where it has
246        memory for the RTEMS Workspace and C Program Heap. These collectively
247        are referred to as work area. If the BSP supports this, then it does
248        not have to include code to split the available memory between the
249        two areas. This reduces the amount of code in the BSP specific
250        bspstart.c file. Additionally, the shared framework can initialize
251        the C Library, call rtems_debug_enable(), and dirty the work area
252        memory. Until most/all BSPs support this new capability, if the BSP
253        supports this, it should call
254        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
255        the transition is complete, this autoconf macro can be removed.
256
2572008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * startup/bspstart.c: Refactored and renamed initialization routines to
260        rtems_initialize_data_structures, rtems_initialize_before_drivers,
261        rtems_initialize_device_drivers, and
262        rtems_initialize_start_multitasking. This opened the sequence up so
263        that bootcard() could provide a more robust and flexible framework
264        which is easier to explain and understand. This also lays the
265        groundwork for sharing the division of available memory between the
266        RTEMS workspace and heap and the C library initialization across all
267        BSPs.
268
2692008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
272
2732008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * ChangeLog, Makefile.am: Remove all references to
276        console_reserve_resources and termios_reserve_resources.
277        * console/consolereserveresources.c: Removed.
278
2792008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * Makefile.am: Remove all references to console_reserve_resources and
282        termios_reserve_resources.
283        * console/consolereserveresources.c: Removed.
284
2852008-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
286
287        * configure.ac: Fix typo.
288
2892008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
290
291        * startup/linkcmds: Add wildcard to gcc_except_table section so
292        programs compiled with gcc 4.3.x can link.
293
2942007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * console/console.c, timer/timer.c: Fix typos in previous commit
297        uncovered by MP build.
298
2992007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
302        of the Configuration Table. Use the RTEMS provided accessor macros to
303        obtain configuration fields.
304
3052007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * amba/amba.c, clock/ckinit.c, console/console.c, include/bsp.h,
308        startup/bspstart.c, timer/timer.c: Move interrupt_stack_size field
309        from CPU Table to Configuration Table. Eliminate CPU Table from all
310        ports. Delete references to CPU Table in all forms.
311
3122007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * amba/amba.c, startup/bspstart.c: Moved most of the remaining CPU
315        Table fields to the Configuration Table. This included
316        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
317        do_zero_of_workspace, extra_mpci_receive_server_stack,
318        stack_allocate_hook, and stack_free_hook. As a side-effect of this
319        effort some multiprocessing code was made conditional and some style
320        clean up occurred.
321
3222007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * shmsupp/getcfg.c: Fix spacing.
325
3262007-10-11      Daniel Hellstrom <daniel@gaisler.com>
327
328        * Makefile.am, preinstall.am: Add initial i2c and update OC-CAN
329        support.
330
3312007-09-13      Daniel Hellstrom <daniel@gaisler.com>
332
333        * Makefile.am: Add smc91111.rel to libbsp.a
334
3352007-09-07      Daniel Hellstrom <daniel@gaisler.com>
336
337        * console/console.c, leon_greth/leon_greth.c,
338        leon_smc91111/leon_smc91111.c: Remove warnings.
339
3402007-09-06      Joel Sherrill <joel.sherrill@OARcorp.com>
341
342        * pci/pci.c: Fix some warnings.
343
3442007-09-06      Joel Sherrill <joel.sherrill@OARcorp.com>
345
346        * console/debugputs.c: Add missing include file.
347
3482007-09-06      Daniel Hellstrom <daniel@gaisler.com>
349
350        * amba/amba.c: Add missing part of previous patch.
351        * clock/ckinit.c: Update previous patch.
352
3532007-09-06      Daniel Hellstrom <daniel@gaisler.com>
354
355        * pci/pci.c: New file missed on previous commit.
356
3572007-09-06      Daniel Hellstrom <daniel@gaisler.com>
358
359        * Makefile.am, preinstall.am: New files, split of printk.
360        * console/console.c, console/debugputs.c: Split printk support out.
361        * include/spacewire.h: Removed.
362        * Makefile.am, preinstall.am: Use the following new drivers from
363        sparc/shared: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN), Raw UART.
364
3652007-09-06      Daniel Hellstrom <daniel@gaisler.com>
366
367        * console/debugputs.c: Now works on multi-CPU systems.
368
3692007-09-05      Daniel Hellstrom <daniel@gaisler.com>
370
371        * clock/ckinit.c, console/console.c, leon_greth/leon_greth.c,
372        leon_smc91111/leon_smc91111.c: LEON3 BSP drivers updated to use new
373        AMBA PnP scanning functions. Affected drivers:
374        amba/amba.c,clock/ckinit.c,console/console.c,
375        leon_greth/leon_greth.c, leon_smc9111.c.
376
3772007-09-05      Daniel Hellstrom <daniel@gaisler.com>
378
379        * include/bsp.h, startup/bspstart.c: LEON2 and LEON3 Data cache
380        snooping detection on startup, for drivers. (LEON2,3 are configurable
381        processors, they can be with or without DCache snooping. Caches
382        without snooping needs the drivers to flush cache or use the sparc
383        instruction lda to force cache miss...)
384
3852007-09-05      Daniel Hellstrom <daniel@gaisler.com>
386
387        * Makefile.am, preinstall.am, amba/amba.c, include/amba.h,
388        include/leon.h: LEON3 AMBA PnP bus scanning moved to
389        shared/amba/amba.c and shared/include/ambapp.h. The AMBA scanning was
390        improved to take account for PnP info address translation. This is
391        useful when scanning remote AMBA busses for example when a board
392        connected with PCI has an AMBA bus that needs to be scanned, before
393        the addresses was hard coded. Also, LEON2 now have AMBA PnP bus
394        scanning support. By using the new AMBA scanning routines it is
395        possible to isolate the AMBA scanning code to ambapp.c, however
396        existing drivers should be updated to use them in order to save
397        space.
398
3992007-09-05      Daniel Hellstrom <daniel@gaisler.com>
400
401        * include/bsp.h: This patch prepares bsp.h so that shared code (new
402        drivers) can easily have small small sections of BSP specific code.
403
4042007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
405
406        * include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and
407        ticker now run using runtest.
408
4092007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * startup/spurious.c: Fix typo from previous commit.
412
4132007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
414
415        * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
416        startup/bspstart.c, startup/spurious.c: Remove debug print methods
417        that are redundant with prntk and replace their use with printk.
418
4192007-05-03      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/linkcmds: Handle .data.* sections
422
4232007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * bsp_specs: Remove qrtems_debug.
426
4272007-03-28      Joel Sherrill <joel@OARcorp.com>
428
429        * include/amba.h: Remove CVS conflict marker.
430
4312007-03-11      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/bspstart.c: Remove assignments of
434        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
435        value in boot_card.c
436
4372007-03-10      Joel Sherrill <joel@OARcorp.com>
438
439        PR 1227/bsps
440        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
441        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
442
4432007-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        * shmsupp/getcfg.c: Comment out npu (Unused).
446
4472006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
448
449        * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c,
450        timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
451
4522006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * configure.ac: New BUG-REPORT address.
455
4562006-11-16      Joel Sherrill <joel@OARcorp.com>
457
458        * clock/ckinit.c, startup/bspstart.c: Use common clock driver template
459        and eliminate all fast idle code specific to this BSP. This
460        eliminates a fair amount of code in the BSP clock driver and
461        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
462        timer so I added the new hook Clock_driver_support_find_timer to
463        support this. In general, there was some clean up to the file headers
464        of various files.
465
4662006-11-15      Joel Sherrill <joel@OARcorp.com>
467
468        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
469        file and simplified initialization.
470
4712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
472
473        * Makefile.am: Remove superfluous -DASM.
474
4752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
476
477        * configure.ac: Require autoconf-2.60. Require automake-1.10.
478
4792006-07-16      Joel Sherrill <joel@OARcorp.com>
480
481        * preinstall.am: Install spacewire.h
482
4832006-07-13      Jerry Needell <jerry.needell@unh.edu>
484
485        * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c
486        fixed up merge from 4.6.6. Correct references to
487        LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x].
488
4892006-07-12      Jerry Needell <jerry.needell@unh.edu>
490
491        * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search
492        for the Timer Register when initializing the amba rather than before
493        each potential use.
494
4952006-07-12      Joel Sherrill <joel@OARcorp.com>
496
497        * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes.
498        * include/spacewire.h: New file.
499
5002006-07-12      Joel Sherrill <joel@OARcorp.com>
501
502        * Makefile.am: Merge SHM support from 4.6 branch.
503        * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
504        shmsupp/mpisr.c: New files.
505
5062006-07-11      Joel Sherrill <joel@OARcorp.com>
507
508        * clock/ckinit.c: Actually call the routine to find the LEON3 time.
509
5102006-07-11      Joel Sherrill <joel@OARcorp.com>
511
512        * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files.
513        Missed adding in previous commit of merge.
514
5152006-07-11      Joel Sherrill <joel@OARcorp.com>
516
517        * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is
518        initialized for the timer driver.
519
5202006-07-11      Jerry Needell <jerry.needell@unh.edu>
521
522        * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h,
523        include/bsp.h: Merge SPARC updates from 4.6 branch.  Original
524        modifications by Gaisler Enterprises.
525
5262006-07-03      Jerry Needell <jerry.needell@unh.edu>
527
528        * leon_greth/leon_greth.c, include/bsp.h, include/amba.h: ported from 4.6.6
529
5302006-06-24      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/linkcmds: Add .rela.dyn sections.
533
5342006-04-12      Konrad Eisele <konrad@gaisler.com>
535
536        * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define.
537
5382006-03-08      Joel Sherrill <joel@OARcorp.com>
539
540        * startup/linkcmds: Add .gnu.linkonce.b.* section.
541
5422006-02-08      Joel Sherrill <joel@OARcorp.com>
543
544        * startup/linkcmds: Add sections required by newer gcc versions.
545
5462006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * configure.ac: Remove explicit ampolish3 support (now in
549        RTEMS_BSP_CONFIGURE).
550
5512006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * configure.ac: Add ampolish3 support.
554        * Makefile.am: Add preinstall.am.
555
5562006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
557
558        * leon_smc91111/leon_smc91111.c, README, timer/timer.c,
559        startup/ithread.S, startup/setvec.c, startup/spurious.c,
560        startup/linkcmds, startup/bspstart.c, console/console.c,
561        console/debugputs.c, console/consolereserveresources.c,
562        bsp_specs, amba/amba.c, gnatsupp/gnatsupp.c, include/coverhd.h,
563        include/tm27.h, include/leon.h, include/bsp.h, include/amba.h,
564        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c
565        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.