source: rtems/c/src/lib/libbsp/sparc/leon3/ChangeLog @ 49c8f45

4.104.115
Last change on this file since 49c8f45 was 49c8f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/09 at 03:46:46

2009-09-29 Ralf Corsépius <ralf.corsepius@…>

  • pci/pci.c: Add prototypes for BusCountPCI(void), init_pci(void).
  • Property mode set to 100644
File size: 15.5 KB
Line 
12009-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * pci/pci.c: Add prototypes for BusCountPCI(void), init_pci(void).
4
52009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
8
9 2009-08-28     Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * configure.ac: Fix typo.
12
132009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * console/console.c: Fix warning.
16
172009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/ithread.S: Removed. Now bspidle.S.
20
212009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * Makefile.am, console/console.c, console/debugputs.c, include/bsp.h,
24        startup/setvec.c: Split idle method into its own file. Properly note
25        to confdefs.h that this BSP has its own idle thread. Also address use
26        of maximum termios constant in debug IO.
27        * startup/bspidle.S: New file.
28
292009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
32        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
33        have the same options.
34
352009-03-25      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * startup/linkcmds: Start of RTEMS Work Area must be on 16 byte
38        boundary on the SPARC.
39
402009-03-09      Antoine Lacroix <antoine.lacroix at sodern.fr>
41
42        PR 1391/bsps
43        * startup/spurious.c: Format was %d but had leading 0x.
44
452009-03-02      Daniel Hellstrom <daniel@gaisler.com>
46
47        PR 1390/bsps
48        * startup/linkcmds: Fix sections so C++ global constructors and
49        destructors work with late model (>= 4.3) gcc versions.
50
512008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * bsp_specs: Remove -e start from %link.
54
552008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * Makefile.am, preinstall.am:
58        * include/coverhd.h: Removed.
59
602008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
63        * Makefile.am: Reflect changes above.
64
652008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
68        of building libbspstart.a, using automake-rules.
69
702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate *_SOURCES.
73
742008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
77        components.
78
792008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
82
832008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * configure.ac: Make letting boot_card() handle work area allocation
86        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
87        BSP_BOOTCARD_OPTIONS.
88
892008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am: bsp_cleanup() had the same code which was executed when
92        you returned from boot_card() to start.S. So just use the stub
93        bsp_cleanup() implementation and remove a file.
94
952008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() into
98        its own file and use BSP Framework to perform more initialization.
99
1002008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
103        phase, all prototypes were removed from bsp.h and empty
104        implementations were removed and made to use the shared stub.
105
1062008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * timer/timer.c: Convert to "bool".
109
1102008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * timer/timer.c: Convert using "bool".
113
1142008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * timer/timer.c: Eliminate empty function from every benchmark timer
117        driver. Fix spelling.
118
1192008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * timer/timer.c: Rename timer driver methods to follow RTEMS
122        programming conventions.
123
1242008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * startup/bspstart.c: Remove bogus local declarations.
127        * gnatsupp/gnatsupp.c: Add missing prototypes.
128        * amba/amba.c, console/console.c, timer/timer.c: Add missing
129        prototypes.
130
1312008-08-08      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * startup/linkcmds: All SPARC executables should include
134        rtems_get_version_string so the monitor used can provide RTEMS
135        awareness based upon the version.
136
1372008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
138
139        * startup/bspstart.c: Changed bsp_get_workarea() to
140        bsp_get_work_area() and added support for an optional separate heap
141        area.
142
1432008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * Makefile.am, configure.ac, startup/bspstart.c: Add capability for
146        bootcard.c BSP Initialization Framework to ask the BSP where it has
147        memory for the RTEMS Workspace and C Program Heap. These collectively
148        are referred to as work area. If the BSP supports this, then it does
149        not have to include code to split the available memory between the
150        two areas. This reduces the amount of code in the BSP specific
151        bspstart.c file. Additionally, the shared framework can initialize
152        the C Library, call rtems_debug_enable(), and dirty the work area
153        memory. Until most/all BSPs support this new capability, if the BSP
154        supports this, it should call
155        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
156        the transition is complete, this autoconf macro can be removed.
157
1582008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * startup/bspstart.c: Refactored and renamed initialization routines to
161        rtems_initialize_data_structures, rtems_initialize_before_drivers,
162        rtems_initialize_device_drivers, and
163        rtems_initialize_start_multitasking. This opened the sequence up so
164        that bootcard() could provide a more robust and flexible framework
165        which is easier to explain and understand. This also lays the
166        groundwork for sharing the division of available memory between the
167        RTEMS workspace and heap and the C library initialization across all
168        BSPs.
169
1702008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * clock/ckinit.c: Add nanoseconds clock tick granularity support.
173
1742008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * ChangeLog, Makefile.am: Remove all references to
177        console_reserve_resources and termios_reserve_resources.
178        * console/consolereserveresources.c: Removed.
179
1802008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * Makefile.am: Remove all references to console_reserve_resources and
183        termios_reserve_resources.
184        * console/consolereserveresources.c: Removed.
185
1862008-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * configure.ac: Fix typo.
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        * console/console.c, timer/timer.c: Fix typos in previous commit
198        uncovered by MP build.
199
2002007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
203        of the Configuration Table. Use the RTEMS provided accessor macros to
204        obtain configuration fields.
205
2062007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * amba/amba.c, clock/ckinit.c, console/console.c, include/bsp.h,
209        startup/bspstart.c, timer/timer.c: Move interrupt_stack_size field
210        from CPU Table to Configuration Table. Eliminate CPU Table from all
211        ports. Delete references to CPU Table in all forms.
212
2132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * amba/amba.c, startup/bspstart.c: Moved most of the remaining CPU
216        Table fields to the Configuration Table. This included
217        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
218        do_zero_of_workspace, extra_mpci_receive_server_stack,
219        stack_allocate_hook, and stack_free_hook. As a side-effect of this
220        effort some multiprocessing code was made conditional and some style
221        clean up occurred.
222
2232007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * shmsupp/getcfg.c: Fix spacing.
226
2272007-10-11      Daniel Hellstrom <daniel@gaisler.com>
228
229        * Makefile.am, preinstall.am: Add initial i2c and update OC-CAN
230        support.
231
2322007-09-13      Daniel Hellstrom <daniel@gaisler.com>
233
234        * Makefile.am: Add smc91111.rel to libbsp.a
235
2362007-09-07      Daniel Hellstrom <daniel@gaisler.com>
237
238        * console/console.c, leon_greth/leon_greth.c,
239        leon_smc91111/leon_smc91111.c: Remove warnings.
240
2412007-09-06      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * pci/pci.c: Fix some warnings.
244
2452007-09-06      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * console/debugputs.c: Add missing include file.
248
2492007-09-06      Daniel Hellstrom <daniel@gaisler.com>
250
251        * amba/amba.c: Add missing part of previous patch.
252        * clock/ckinit.c: Update previous patch.
253
2542007-09-06      Daniel Hellstrom <daniel@gaisler.com>
255
256        * pci/pci.c: New file missed on previous commit.
257
2582007-09-06      Daniel Hellstrom <daniel@gaisler.com>
259
260        * Makefile.am, preinstall.am: New files, split of printk.
261        * console/console.c, console/debugputs.c: Split printk support out.
262        * include/spacewire.h: Removed.
263        * Makefile.am, preinstall.am: Use the following new drivers from
264        sparc/shared: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN), Raw UART.
265
2662007-09-06      Daniel Hellstrom <daniel@gaisler.com>
267
268        * console/debugputs.c: Now works on multi-CPU systems.
269
2702007-09-05      Daniel Hellstrom <daniel@gaisler.com>
271
272        * clock/ckinit.c, console/console.c, leon_greth/leon_greth.c,
273        leon_smc91111/leon_smc91111.c: LEON3 BSP drivers updated to use new
274        AMBA PnP scanning functions. Affected drivers:
275        amba/amba.c,clock/ckinit.c,console/console.c,
276        leon_greth/leon_greth.c, leon_smc9111.c.
277
2782007-09-05      Daniel Hellstrom <daniel@gaisler.com>
279
280        * include/bsp.h, startup/bspstart.c: LEON2 and LEON3 Data cache
281        snooping detection on startup, for drivers. (LEON2,3 are configurable
282        processors, they can be with or without DCache snooping. Caches
283        without snooping needs the drivers to flush cache or use the sparc
284        instruction lda to force cache miss...)
285
2862007-09-05      Daniel Hellstrom <daniel@gaisler.com>
287
288        * Makefile.am, preinstall.am, amba/amba.c, include/amba.h,
289        include/leon.h: LEON3 AMBA PnP bus scanning moved to
290        shared/amba/amba.c and shared/include/ambapp.h. The AMBA scanning was
291        improved to take account for PnP info address translation. This is
292        useful when scanning remote AMBA busses for example when a board
293        connected with PCI has an AMBA bus that needs to be scanned, before
294        the addresses was hard coded. Also, LEON2 now have AMBA PnP bus
295        scanning support. By using the new AMBA scanning routines it is
296        possible to isolate the AMBA scanning code to ambapp.c, however
297        existing drivers should be updated to use them in order to save
298        space.
299
3002007-09-05      Daniel Hellstrom <daniel@gaisler.com>
301
302        * include/bsp.h: This patch prepares bsp.h so that shared code (new
303        drivers) can easily have small small sections of BSP specific code.
304
3052007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and
308        ticker now run using runtest.
309
3102007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
311
312        * startup/spurious.c: Fix typo from previous commit.
313
3142007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c,
317        startup/bspstart.c, startup/spurious.c: Remove debug print methods
318        that are redundant with prntk and replace their use with printk.
319
3202007-05-03      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/linkcmds: Handle .data.* sections
323
3242007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * bsp_specs: Remove qrtems_debug.
327
3282007-03-28      Joel Sherrill <joel@OARcorp.com>
329
330        * include/amba.h: Remove CVS conflict marker.
331
3322007-03-11      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/bspstart.c: Remove assignments of
335        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
336        value in boot_card.c
337
3382007-03-10      Joel Sherrill <joel@OARcorp.com>
339
340        PR 1227/bsps
341        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
342        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
343
3442007-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * shmsupp/getcfg.c: Comment out npu (Unused).
347
3482006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
349
350        * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c,
351        timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32.
352
3532006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * configure.ac: New BUG-REPORT address.
356
3572006-11-16      Joel Sherrill <joel@OARcorp.com>
358
359        * clock/ckinit.c, startup/bspstart.c: Use common clock driver template
360        and eliminate all fast idle code specific to this BSP. This
361        eliminates a fair amount of code in the BSP clock driver and
362        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
363        timer so I added the new hook Clock_driver_support_find_timer to
364        support this. In general, there was some clean up to the file headers
365        of various files.
366
3672006-11-15      Joel Sherrill <joel@OARcorp.com>
368
369        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
370        file and simplified initialization.
371
3722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * Makefile.am: Remove superfluous -DASM.
375
3762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
377
378        * configure.ac: Require autoconf-2.60. Require automake-1.10.
379
3802006-07-16      Joel Sherrill <joel@OARcorp.com>
381
382        * preinstall.am: Install spacewire.h
383
3842006-07-13      Jerry Needell <jerry.needell@unh.edu>
385
386        * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c
387        fixed up merge from 4.6.6. Correct references to
388        LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x].
389
3902006-07-12      Jerry Needell <jerry.needell@unh.edu>
391
392        * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search
393        for the Timer Register when initializing the amba rather than before
394        each potential use.
395
3962006-07-12      Joel Sherrill <joel@OARcorp.com>
397
398        * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes.
399        * include/spacewire.h: New file.
400
4012006-07-12      Joel Sherrill <joel@OARcorp.com>
402
403        * Makefile.am: Merge SHM support from 4.6 branch.
404        * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
405        shmsupp/mpisr.c: New files.
406
4072006-07-11      Joel Sherrill <joel@OARcorp.com>
408
409        * clock/ckinit.c: Actually call the routine to find the LEON3 time.
410
4112006-07-11      Joel Sherrill <joel@OARcorp.com>
412
413        * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files.
414        Missed adding in previous commit of merge.
415
4162006-07-11      Joel Sherrill <joel@OARcorp.com>
417
418        * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is
419        initialized for the timer driver.
420
4212006-07-11      Jerry Needell <jerry.needell@unh.edu>
422
423        * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h,
424        include/bsp.h: Merge SPARC updates from 4.6 branch.  Original
425        modifications by Gaisler Enterprises.
426
4272006-07-03      Jerry Needell <jerry.needell@unh.edu>
428
429        * leon_greth/leon_greth.c, include/bsp.h, include/amba.h: ported from 4.6.6
430
4312006-06-24      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/linkcmds: Add .rela.dyn sections.
434
4352006-04-12      Konrad Eisele <konrad@gaisler.com>
436
437        * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define.
438
4392006-03-08      Joel Sherrill <joel@OARcorp.com>
440
441        * startup/linkcmds: Add .gnu.linkonce.b.* section.
442
4432006-02-08      Joel Sherrill <joel@OARcorp.com>
444
445        * startup/linkcmds: Add sections required by newer gcc versions.
446
4472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
448
449        * configure.ac: Remove explicit ampolish3 support (now in
450        RTEMS_BSP_CONFIGURE).
451
4522006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
453
454        * configure.ac: Add ampolish3 support.
455        * Makefile.am: Add preinstall.am.
456
4572006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
458
459        * leon_smc91111/leon_smc91111.c, README, timer/timer.c,
460        startup/ithread.S, startup/setvec.c, startup/spurious.c,
461        startup/linkcmds, startup/bspstart.c, console/console.c,
462        console/debugputs.c, console/consolereserveresources.c,
463        bsp_specs, amba/amba.c, gnatsupp/gnatsupp.c, include/coverhd.h,
464        include/tm27.h, include/leon.h, include/bsp.h, include/amba.h,
465        Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c
466        clock/ckinit.c: Backport from rtems-4-6-branch.
Note: See TracBrowser for help on using the repository browser.