source: rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog @ 3eb3c1ae

4.104.115
Last change on this file since 3eb3c1ae was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 16.7 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * README: Fix typo.
10
112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate *_SOURCES.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
18        components.
19
202008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
23
242008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        PR 1323/bsps
27        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
28
292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Make letting boot_card() handle work area allocation
32        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
33        BSP_BOOTCARD_OPTIONS.
34
352008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
38        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
39        optionally print a message, poll for user to press key, and call
40        bsp_reset(). Using this eliminates the various bsp_cleanup()
41        implementations which had their own implementation and variety of
42        string constants.
43        * startup/bspreset.c: New file.
44        * startup/reboot.c: Removed.
45
462008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
49
502008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
53        PowerPC level shared bsp_get_work_area() implementation.
54
552008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
58        and rely on BSP Framework to perform more initialization.
59
602008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
63        this phase, all prototypes were removed from bsp.h and empty
64        implementations were removed and made to use the shared stub.
65
662008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
69        network/if_1GHz/if_wm.c: Add missing prototypes.
70
712008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * GT64260/GT64260TWSI.c, irq/irq_init.c,
74        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
75        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
76        vectors/exceptionhandler.c: Add missing prototypes.
77
782008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * pci/pci.c: Add CVS Id.
81        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
82        Add CVS Id, fix typo.
83
842008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * Makefile.am: Rework to avoid .rel files.
87
882008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * startup/bspstart.c: Refactored and renamed initialization routines to
91        rtems_initialize_data_structures, rtems_initialize_before_drivers,
92        rtems_initialize_device_drivers, and
93        rtems_initialize_start_multitasking. This opened the sequence up so
94        that bootcard() could provide a more robust and flexible framework
95        which is easier to explain and understand. This also lays the
96        groundwork for sharing the division of available memory between the
97        RTEMS workspace and heap and the C library initialization across all
98        BSPs.
99
1002007-12-11      Till Straumann <strauman@slac.stanford.edu>
101
102        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
103        use new exception/irq support from
104        libcpu/powerpc/new-exceptions/bspsupport
105        rather than borrowing from ../shared/vectors ../shared/irq
106
1072007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
110        Configuration Table. Use the RTEMS provided accessor macros to obtain
111        configuration fields.
112
1132007-12-10      Till Straumann <strauman@slac.stanford.edu>
114
115        * Makefile.am, start/preload.S: moved preload.S
116        to ../shared/start.
117
1182007-12-08      Till Straumann <strauman@slac.stanford.edu>
119
120        * Makefile.am: merged shared/vme/vme_universe.c and
121        shared/vme/vme_universe_dma.c into one file.
122
1232007-12-08      Till Straumann <strauman@slac.stanford.edu>
124
125        * vme/VMEConfig.h: added error status to
126        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
127
1282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
131        from CPU Table to Configuration Table. Eliminate CPU Table from all
132        ports. Delete references to CPU Table in all forms.
133
1342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
137        remaining CPU Table fields to the Configuration Table. This included
138        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
139        do_zero_of_workspace, extra_mpci_receive_server_stack,
140        stack_allocate_hook, and stack_free_hook. As a side-effect of this
141        effort some multiprocessing code was made conditional and some style
142        clean up occurred.
143
1442007-11-30      Till Straumann <strauman@slac.stanford.edu>
145
146        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
147
1482007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
151        network/if_1GHz/Makefile.am: Removed.
152
1532007-11-30      Till Straumann <strauman@slac.stanford.edu>
154
155        * irq/irq.h, irq/irq_init.c: Removed the definition
156        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
157        initialize the irqBase member of the rtems_irq_global_settings
158        struct. However, irqBase is an rtems_irq_symbolic_name,
159        so using BSP_LOWEST_OFFSET is more appropriate.
160
1612007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
164        Table. They have been replaced with variables named bsp_XXX as
165        needed.
166
1672007-09-20      Kate Feng <feng1@bnl.gov>
168
169        * network/if_100MHz/GT64260eth.c: Add else.
170
1712007-09-19      Kate Feng <feng1@bnl.gov>
172
173        * README: Update.
174
1752007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
178
1792007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
182        warnings.
183
1842007-09-07      Kate Feng <feng1@bnl.gov>
185
186        * ChangeLog, Makefile.am, README, README.booting, README.irq,
187        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
188        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
189        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
190        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
191        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
192        Merge my improvements in this BSP including a new network
193        driver for the 1GHz NIC.
194        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
195        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
196        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
197        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
198        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
199
2002007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * start/preload.S: Fix symbolic reference. Did earlier modifications
203        change the conditionals specificed when this BSP is built?
204
2052007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
206
207        * Makefile.am: added shared/vectors/vectors_entry.S
208
2092007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
210
211        * irq/irq_init.c: adapted to shared exception code
212
2132007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
214
215        * Makefile.am: adapted to shared exception code
216
2172007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * bsp_specs: Remove qrtems_debug.
220
2212007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * bsp_specs: Remove lib (Now expected to exist in GCC).
224
2252007-04-01      Joel Sherrill <joel@OARcorp.com>
226
227        PR 1235/bsps
228        * pci/pci.c: Add conditional declaration of variables used in debug
229        printk's.
230
2312007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
234        Reflect changes to pci-API.
235
2362007-03-12      Joel Sherrill <joel@OARcorp.com>
237
238        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
239        notice. Both of these mistakes appear to be from code submitted after
240        these changes were made previously.
241
2422007-03-11      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/bspstart.c: Remove assignments of
245        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
246        value in boot_card.c
247
2482007-01-30      Till Straumann <strauman@slac.stanford.edu>
249
250        * Makefile.am, preinstall.am, include/bsp.h,
251        * vme/vmeconfig.c (removed), vme/VME.h (removed):
252        cleaned up vme support - use files from libbsp/powerpc/shared/vme
253        and define BSP specifica in VMEConfig.h.
254        Use VME DMA support implemented by vmeUniverse and
255        libbsp/powerpc/shared/vme/vme_universe_dma.c
256
2572007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * GT64260/MVME5500I2C.c: Eliminate u32.
260        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
261
2622007-01-19      Till Straumann <strauman@slac.stanford.edu>
263
264        * mvme5500/Makefile.am, mvme5500/preinstall.am,
265        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
266        removed copies of vmeconfig.c, VME.h - use generic
267        versions instead.
268
2692006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
272
2732006-12-13      Till Straumann <strauman@slac.stanford.edu>
274
275        * mvme5500/Makefile.am, mvme5500/preinstall.am:
276        need to install bsp/vme_am_defs.h
277
2782006-11-15      Joel Sherrill <joel@OARcorp.com>
279
280        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
281        file and simplified initialization.
282
2832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * LICENSE: Convert to utf-8.
286
2872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * Makefile.am: Remove superfluous -DASM.
290
2912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
292
293        * configure.ac: Require autoconf-2.60. Require automake-1.10.
294
2952006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * configure.ac: Remove explicit ampolish3 support (now in
298        RTEMS_BSP_CONFIGURE).
299
3002006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        * configure.ac: Add ampolish3 support.
303        * Makefile.am: Add preinstall.am.
304
3052006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * Makefile.am: Don't include subdirs.am.
308
3092005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * bsp_specs: Remove %cpp.
312
3132005-11-03      Till Straumann <strauman@slac.stanford.edu>
314
315        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
316        this normally points to ISA space but is misused by this BSP
317        (inb/outb & friends are all over the place).
318
3192005-11-03      Till Straumann <strauman@slac.stanford.edu>
320
321        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
322        this BSP does not implement sharing interrupts.
323
3242005-11-03      Till Straumann <strauman@slac.stanford.edu>
325
326        * include/bsp.h: fixed misuse of _IO_BASE
327
3282005-11-03      Till Straumann <strauman@slac.stanford.edu>
329
330        * startup/linkcmds: Removed.
331        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
332        from shared area - this version seemed broken anyways. Let the
333        preloader use the generic 'entry_point_section' rather than its own
334        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
335        __SBSSxxx__ symbols.
336
3372005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        PR 844/bsps
340        * startup/bspstart.c: Include <rtems/bspIo.h>.
341
3422005-07-28      Eric Norum <norume@aps.anl.gov>
343
344        * startup/bspstart.c: Changes provided by Phillip Sorensen
345        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
346        change made to ../shared/clock/p_clock.c.
347
3482005-07-25      Eric Norum <norume@aps.anl.gov>
349
350        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
351
3522005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * include/bsp.h: New header guard.
355
3562005-05-20      Jennifer Averett <jennifer@OARcorp.com>
357
358        PR 702/bsps
359        * include/tm27.h: Add better tm27.h support. Uses decrementer register
360        interrupt -- copied from psim.
361
3622005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
363
364        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
365
3662005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
367
368        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
369        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
370        pci/pci_interface.c, pci/pcifinddevice.c:
371        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
372        Modifications made to merge this release with the current tree.
373
3742005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
375
376        * network/GT64260eth.c: Fixed warning.
377        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
378
3792005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
380
381        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
382        common PCI interface
383
3842005-04-15      Joel Sherrill <joel@OARcorp.com>
385
386        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
387        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
388        startup/reboot.c: Fix warnings.
389
3902005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
391
392        PR 779/bsp
393        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
394        parameter to new exception interrupt handlers in powerpc bsps
395
3962005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
397
398        * startup/linkcmds: add missing section to link cmds
399
4002005-03-14      Joel Sherrill <joel@OARcorp.com>
401
402        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
403        pci_find_device().
404
4052005-03-04      Joel Sherrill <joel@OARcorp.com>
406
407        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
408        function part of the unified PCI API as pci_initialize().
409
4102005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
411
412        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
413        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
414        CPU_MINIMUM_STACK_FRAME_SIZE.
415
4162005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * start/start.S: include <rtems/powerpc/powerpc.h>.
419        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
420        CPU_MINIMUM_STACK_FRAME_SIZE.
421
4222005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
423
424        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
425
4262005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * Makefile.am: Merge-in wrapup/Makefile.am.
429        * wrapup/Makefile.am: Remove.
430        * configure.ac: Reflect changes above.
431
4322005-01-26      Joel Sherrill <joel@OARcorp.com>
433
434        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
435
4362005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
437
438        * tod/todcfg.c: size_t RTC_Count.
439
4402005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
441
442        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
443
4442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
447
4482004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
449
450        * Makefile.am: Fix network_CPPFLAGS. Reformat.
451        * network/GT64260eth.c: Properly prototype GT64260eth_err().
452
4532004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
454
455        * network/GT64260eth.c: Remove ether_sprintf.
456
4572004-10-21      Joel Sherrill <joel@OARcorp.com>
458
459        * startup/bspstart.c: Remove warnings for variables only used when
460        certain conditionals are enabled..
461
4622004-10-21      Joel Sherrill <joel@OARcorp.com>
463
464        * Makefile.am: Add missing network_CPPFLAGS.
465
4662004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
467
468        * Makefile.am: Build networking.rel conditionally.
469        Reformat. Cosmetics.
470        * wrapup/Makefile.am: Build networking.rel conditionally.
471        Add libcpu and exception handling rels.
472        * startup/bspstart.c: Eliminate RTEMS fixed size types.
473
4742004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
475
476        * startup/bspstart.c: Remove BSP_build_date.
477
4782004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
479
480        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
481        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
482        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
483        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
484        Remove (obsolete).
485
4862004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
487
488        * configure.ac: Adaptations to rtems-4.7.
489        * Makefile.am, wrapup/Makefile.am: Reworked.
490
4912004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
492
493        * start/preload.S, start/start.S, include/bsp.h,
494        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
495        adaptations to rtems-4.7.
496
4972004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
498
499        * configure: Remove (Bogus).
500        * include/tm27.h: New (Stub).
501
5022004-10-20      Joel Sherrill <joel@OARcorp.com>
503
504        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
505        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
506        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
507        and license corrected.
508        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
509        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
510        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
511        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
512        wrapup/Makefile.in: Removed.
513
5142004-10-20  Kate Feng <feng1@bnl.gov>
515
516        * New BSP.
Note: See TracBrowser for help on using the repository browser.