source: rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog @ 63d82b7

4.104.115
Last change on this file since 63d82b7 was 5734337, checked in by Joel Sherrill <joel.sherrill@…>, on 09/22/08 at 21:50:25

2008-09-22 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, README.booting, include/bsp.h, startup/bspclean.c, vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants.
  • startup/bspreset.c: New file.
  • startup/reboot.c: Removed.
  • Property mode set to 100644
File size: 15.8 KB
Line 
12008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
4        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
5        optionally print a message, poll for user to press key, and call
6        bsp_reset(). Using this eliminates the various bsp_cleanup()
7        implementations which had their own implementation and variety of
8        string constants.
9        * startup/bspreset.c: New file.
10        * startup/reboot.c: Removed.
11
122008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
15
162008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
19        PowerPC level shared bsp_get_work_area() implementation.
20
212008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
24        and rely on BSP Framework to perform more initialization.
25
262008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
29        this phase, all prototypes were removed from bsp.h and empty
30        implementations were removed and made to use the shared stub.
31
322008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
35        network/if_1GHz/if_wm.c: Add missing prototypes.
36
372008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * GT64260/GT64260TWSI.c, irq/irq_init.c,
40        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
41        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
42        vectors/exceptionhandler.c: Add missing prototypes.
43
442008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * pci/pci.c: Add CVS Id.
47        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
48        Add CVS Id, fix typo.
49
502008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * Makefile.am: Rework to avoid .rel files.
53
542008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * startup/bspstart.c: Refactored and renamed initialization routines to
57        rtems_initialize_data_structures, rtems_initialize_before_drivers,
58        rtems_initialize_device_drivers, and
59        rtems_initialize_start_multitasking. This opened the sequence up so
60        that bootcard() could provide a more robust and flexible framework
61        which is easier to explain and understand. This also lays the
62        groundwork for sharing the division of available memory between the
63        RTEMS workspace and heap and the C library initialization across all
64        BSPs.
65
662007-12-11      Till Straumann <strauman@slac.stanford.edu>
67
68        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
69        use new exception/irq support from
70        libcpu/powerpc/new-exceptions/bspsupport
71        rather than borrowing from ../shared/vectors ../shared/irq
72
732007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
76        Configuration Table. Use the RTEMS provided accessor macros to obtain
77        configuration fields.
78
792007-12-10      Till Straumann <strauman@slac.stanford.edu>
80
81        * Makefile.am, start/preload.S: moved preload.S
82        to ../shared/start.
83
842007-12-08      Till Straumann <strauman@slac.stanford.edu>
85
86        * Makefile.am: merged shared/vme/vme_universe.c and
87        shared/vme/vme_universe_dma.c into one file.
88
892007-12-08      Till Straumann <strauman@slac.stanford.edu>
90
91        * vme/VMEConfig.h: added error status to
92        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
93
942007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
97        from CPU Table to Configuration Table. Eliminate CPU Table from all
98        ports. Delete references to CPU Table in all forms.
99
1002007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
103        remaining CPU Table fields to the Configuration Table. This included
104        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
105        do_zero_of_workspace, extra_mpci_receive_server_stack,
106        stack_allocate_hook, and stack_free_hook. As a side-effect of this
107        effort some multiprocessing code was made conditional and some style
108        clean up occurred.
109
1102007-11-30      Till Straumann <strauman@slac.stanford.edu>
111
112        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
113
1142007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
117        network/if_1GHz/Makefile.am: Removed.
118
1192007-11-30      Till Straumann <strauman@slac.stanford.edu>
120
121        * irq/irq.h, irq/irq_init.c: Removed the definition
122        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
123        initialize the irqBase member of the rtems_irq_global_settings
124        struct. However, irqBase is an rtems_irq_symbolic_name,
125        so using BSP_LOWEST_OFFSET is more appropriate.
126
1272007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
130        Table. They have been replaced with variables named bsp_XXX as
131        needed.
132
1332007-09-20      Kate Feng <feng1@bnl.gov>
134
135        * network/if_100MHz/GT64260eth.c: Add else.
136
1372007-09-19      Kate Feng <feng1@bnl.gov>
138
139        * README: Update.
140
1412007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
144
1452007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
148        warnings.
149
1502007-09-07      Kate Feng <feng1@bnl.gov>
151
152        * ChangeLog, Makefile.am, README, README.booting, README.irq,
153        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
154        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
155        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
156        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
157        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
158        Merge my improvements in this BSP including a new network
159        driver for the 1GHz NIC.
160        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
161        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
162        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
163        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
164        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
165
1662007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * start/preload.S: Fix symbolic reference. Did earlier modifications
169        change the conditionals specificed when this BSP is built?
170
1712007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
172
173        * Makefile.am: added shared/vectors/vectors_entry.S
174
1752007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
176
177        * irq/irq_init.c: adapted to shared exception code
178
1792007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
180
181        * Makefile.am: adapted to shared exception code
182
1832007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * bsp_specs: Remove qrtems_debug.
186
1872007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * bsp_specs: Remove lib (Now expected to exist in GCC).
190
1912007-04-01      Joel Sherrill <joel@OARcorp.com>
192
193        PR 1235/bsps
194        * pci/pci.c: Add conditional declaration of variables used in debug
195        printk's.
196
1972007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
200        Reflect changes to pci-API.
201
2022007-03-12      Joel Sherrill <joel@OARcorp.com>
203
204        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
205        notice. Both of these mistakes appear to be from code submitted after
206        these changes were made previously.
207
2082007-03-11      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/bspstart.c: Remove assignments of
211        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
212        value in boot_card.c
213
2142007-01-30      Till Straumann <strauman@slac.stanford.edu>
215
216        * Makefile.am, preinstall.am, include/bsp.h,
217        * vme/vmeconfig.c (removed), vme/VME.h (removed):
218        cleaned up vme support - use files from libbsp/powerpc/shared/vme
219        and define BSP specifica in VMEConfig.h.
220        Use VME DMA support implemented by vmeUniverse and
221        libbsp/powerpc/shared/vme/vme_universe_dma.c
222
2232007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * GT64260/MVME5500I2C.c: Eliminate u32.
226        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
227
2282007-01-19      Till Straumann <strauman@slac.stanford.edu>
229
230        * mvme5500/Makefile.am, mvme5500/preinstall.am,
231        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
232        removed copies of vmeconfig.c, VME.h - use generic
233        versions instead.
234
2352006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
238
2392006-12-13      Till Straumann <strauman@slac.stanford.edu>
240
241        * mvme5500/Makefile.am, mvme5500/preinstall.am:
242        need to install bsp/vme_am_defs.h
243
2442006-11-15      Joel Sherrill <joel@OARcorp.com>
245
246        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
247        file and simplified initialization.
248
2492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * LICENSE: Convert to utf-8.
252
2532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * Makefile.am: Remove superfluous -DASM.
256
2572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * configure.ac: Require autoconf-2.60. Require automake-1.10.
260
2612006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * configure.ac: Remove explicit ampolish3 support (now in
264        RTEMS_BSP_CONFIGURE).
265
2662006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * configure.ac: Add ampolish3 support.
269        * Makefile.am: Add preinstall.am.
270
2712006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * Makefile.am: Don't include subdirs.am.
274
2752005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        * bsp_specs: Remove %cpp.
278
2792005-11-03      Till Straumann <strauman@slac.stanford.edu>
280
281        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
282        this normally points to ISA space but is misused by this BSP
283        (inb/outb & friends are all over the place).
284
2852005-11-03      Till Straumann <strauman@slac.stanford.edu>
286
287        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
288        this BSP does not implement sharing interrupts.
289
2902005-11-03      Till Straumann <strauman@slac.stanford.edu>
291
292        * include/bsp.h: fixed misuse of _IO_BASE
293
2942005-11-03      Till Straumann <strauman@slac.stanford.edu>
295
296        * startup/linkcmds: Removed.
297        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
298        from shared area - this version seemed broken anyways. Let the
299        preloader use the generic 'entry_point_section' rather than its own
300        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
301        __SBSSxxx__ symbols.
302
3032005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        PR 844/bsps
306        * startup/bspstart.c: Include <rtems/bspIo.h>.
307
3082005-07-28      Eric Norum <norume@aps.anl.gov>
309
310        * startup/bspstart.c: Changes provided by Phillip Sorensen
311        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
312        change made to ../shared/clock/p_clock.c.
313
3142005-07-25      Eric Norum <norume@aps.anl.gov>
315
316        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
317
3182005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * include/bsp.h: New header guard.
321
3222005-05-20      Jennifer Averett <jennifer@OARcorp.com>
323
324        PR 702/bsps
325        * include/tm27.h: Add better tm27.h support. Uses decrementer register
326        interrupt -- copied from psim.
327
3282005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
329
330        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
331
3322005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
333
334        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
335        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
336        pci/pci_interface.c, pci/pcifinddevice.c:
337        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
338        Modifications made to merge this release with the current tree.
339
3402005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
341
342        * network/GT64260eth.c: Fixed warning.
343        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
344
3452005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
346
347        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
348        common PCI interface
349
3502005-04-15      Joel Sherrill <joel@OARcorp.com>
351
352        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
353        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
354        startup/reboot.c: Fix warnings.
355
3562005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
357
358        PR 779/bsp
359        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
360        parameter to new exception interrupt handlers in powerpc bsps
361
3622005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
363
364        * startup/linkcmds: add missing section to link cmds
365
3662005-03-14      Joel Sherrill <joel@OARcorp.com>
367
368        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
369        pci_find_device().
370
3712005-03-04      Joel Sherrill <joel@OARcorp.com>
372
373        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
374        function part of the unified PCI API as pci_initialize().
375
3762005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
377
378        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
379        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
380        CPU_MINIMUM_STACK_FRAME_SIZE.
381
3822005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
383
384        * start/start.S: include <rtems/powerpc/powerpc.h>.
385        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
386        CPU_MINIMUM_STACK_FRAME_SIZE.
387
3882005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
391
3922005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * Makefile.am: Merge-in wrapup/Makefile.am.
395        * wrapup/Makefile.am: Remove.
396        * configure.ac: Reflect changes above.
397
3982005-01-26      Joel Sherrill <joel@OARcorp.com>
399
400        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
401
4022005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * tod/todcfg.c: size_t RTC_Count.
405
4062005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
409
4102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
411
412        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
413
4142004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
415
416        * Makefile.am: Fix network_CPPFLAGS. Reformat.
417        * network/GT64260eth.c: Properly prototype GT64260eth_err().
418
4192004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
420
421        * network/GT64260eth.c: Remove ether_sprintf.
422
4232004-10-21      Joel Sherrill <joel@OARcorp.com>
424
425        * startup/bspstart.c: Remove warnings for variables only used when
426        certain conditionals are enabled..
427
4282004-10-21      Joel Sherrill <joel@OARcorp.com>
429
430        * Makefile.am: Add missing network_CPPFLAGS.
431
4322004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
433
434        * Makefile.am: Build networking.rel conditionally.
435        Reformat. Cosmetics.
436        * wrapup/Makefile.am: Build networking.rel conditionally.
437        Add libcpu and exception handling rels.
438        * startup/bspstart.c: Eliminate RTEMS fixed size types.
439
4402004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
441
442        * startup/bspstart.c: Remove BSP_build_date.
443
4442004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
445
446        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
447        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
448        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
449        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
450        Remove (obsolete).
451
4522004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
453
454        * configure.ac: Adaptations to rtems-4.7.
455        * Makefile.am, wrapup/Makefile.am: Reworked.
456
4572004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
458
459        * start/preload.S, start/start.S, include/bsp.h,
460        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
461        adaptations to rtems-4.7.
462
4632004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
464
465        * configure: Remove (Bogus).
466        * include/tm27.h: New (Stub).
467
4682004-10-20      Joel Sherrill <joel@OARcorp.com>
469
470        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
471        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
472        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
473        and license corrected.
474        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
475        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
476        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
477        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
478        wrapup/Makefile.in: Removed.
479
4802004-10-20  Kate Feng <feng1@bnl.gov>
481
482        * New BSP.
Note: See TracBrowser for help on using the repository browser.