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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

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

  • Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
  • Property mode set to 100644
File size: 16.4 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
4        components.
5
62008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
9
102008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        PR 1323/bsps
13        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
14
152008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * configure.ac: Make letting boot_card() handle work area allocation
18        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
19        BSP_BOOTCARD_OPTIONS.
20
212008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
24        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
25        optionally print a message, poll for user to press key, and call
26        bsp_reset(). Using this eliminates the various bsp_cleanup()
27        implementations which had their own implementation and variety of
28        string constants.
29        * startup/bspreset.c: New file.
30        * startup/reboot.c: Removed.
31
322008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
35
362008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
39        PowerPC level shared bsp_get_work_area() implementation.
40
412008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
44        and rely on BSP Framework to perform more initialization.
45
462008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
49        this phase, all prototypes were removed from bsp.h and empty
50        implementations were removed and made to use the shared stub.
51
522008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
55        network/if_1GHz/if_wm.c: Add missing prototypes.
56
572008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * GT64260/GT64260TWSI.c, irq/irq_init.c,
60        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
61        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
62        vectors/exceptionhandler.c: Add missing prototypes.
63
642008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * pci/pci.c: Add CVS Id.
67        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
68        Add CVS Id, fix typo.
69
702008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * Makefile.am: Rework to avoid .rel files.
73
742008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/bspstart.c: Refactored and renamed initialization routines to
77        rtems_initialize_data_structures, rtems_initialize_before_drivers,
78        rtems_initialize_device_drivers, and
79        rtems_initialize_start_multitasking. This opened the sequence up so
80        that bootcard() could provide a more robust and flexible framework
81        which is easier to explain and understand. This also lays the
82        groundwork for sharing the division of available memory between the
83        RTEMS workspace and heap and the C library initialization across all
84        BSPs.
85
862007-12-11      Till Straumann <strauman@slac.stanford.edu>
87
88        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
89        use new exception/irq support from
90        libcpu/powerpc/new-exceptions/bspsupport
91        rather than borrowing from ../shared/vectors ../shared/irq
92
932007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
96        Configuration Table. Use the RTEMS provided accessor macros to obtain
97        configuration fields.
98
992007-12-10      Till Straumann <strauman@slac.stanford.edu>
100
101        * Makefile.am, start/preload.S: moved preload.S
102        to ../shared/start.
103
1042007-12-08      Till Straumann <strauman@slac.stanford.edu>
105
106        * Makefile.am: merged shared/vme/vme_universe.c and
107        shared/vme/vme_universe_dma.c into one file.
108
1092007-12-08      Till Straumann <strauman@slac.stanford.edu>
110
111        * vme/VMEConfig.h: added error status to
112        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
113
1142007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
117        from CPU Table to Configuration Table. Eliminate CPU Table from all
118        ports. Delete references to CPU Table in all forms.
119
1202007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
123        remaining CPU Table fields to the Configuration Table. This included
124        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
125        do_zero_of_workspace, extra_mpci_receive_server_stack,
126        stack_allocate_hook, and stack_free_hook. As a side-effect of this
127        effort some multiprocessing code was made conditional and some style
128        clean up occurred.
129
1302007-11-30      Till Straumann <strauman@slac.stanford.edu>
131
132        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
133
1342007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
137        network/if_1GHz/Makefile.am: Removed.
138
1392007-11-30      Till Straumann <strauman@slac.stanford.edu>
140
141        * irq/irq.h, irq/irq_init.c: Removed the definition
142        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
143        initialize the irqBase member of the rtems_irq_global_settings
144        struct. However, irqBase is an rtems_irq_symbolic_name,
145        so using BSP_LOWEST_OFFSET is more appropriate.
146
1472007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
150        Table. They have been replaced with variables named bsp_XXX as
151        needed.
152
1532007-09-20      Kate Feng <feng1@bnl.gov>
154
155        * network/if_100MHz/GT64260eth.c: Add else.
156
1572007-09-19      Kate Feng <feng1@bnl.gov>
158
159        * README: Update.
160
1612007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
164
1652007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
168        warnings.
169
1702007-09-07      Kate Feng <feng1@bnl.gov>
171
172        * ChangeLog, Makefile.am, README, README.booting, README.irq,
173        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
174        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
175        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
176        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
177        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
178        Merge my improvements in this BSP including a new network
179        driver for the 1GHz NIC.
180        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
181        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
182        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
183        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
184        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
185
1862007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * start/preload.S: Fix symbolic reference. Did earlier modifications
189        change the conditionals specificed when this BSP is built?
190
1912007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
192
193        * Makefile.am: added shared/vectors/vectors_entry.S
194
1952007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
196
197        * irq/irq_init.c: adapted to shared exception code
198
1992007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
200
201        * Makefile.am: adapted to shared exception code
202
2032007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * bsp_specs: Remove qrtems_debug.
206
2072007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * bsp_specs: Remove lib (Now expected to exist in GCC).
210
2112007-04-01      Joel Sherrill <joel@OARcorp.com>
212
213        PR 1235/bsps
214        * pci/pci.c: Add conditional declaration of variables used in debug
215        printk's.
216
2172007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
220        Reflect changes to pci-API.
221
2222007-03-12      Joel Sherrill <joel@OARcorp.com>
223
224        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
225        notice. Both of these mistakes appear to be from code submitted after
226        these changes were made previously.
227
2282007-03-11      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/bspstart.c: Remove assignments of
231        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
232        value in boot_card.c
233
2342007-01-30      Till Straumann <strauman@slac.stanford.edu>
235
236        * Makefile.am, preinstall.am, include/bsp.h,
237        * vme/vmeconfig.c (removed), vme/VME.h (removed):
238        cleaned up vme support - use files from libbsp/powerpc/shared/vme
239        and define BSP specifica in VMEConfig.h.
240        Use VME DMA support implemented by vmeUniverse and
241        libbsp/powerpc/shared/vme/vme_universe_dma.c
242
2432007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * GT64260/MVME5500I2C.c: Eliminate u32.
246        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
247
2482007-01-19      Till Straumann <strauman@slac.stanford.edu>
249
250        * mvme5500/Makefile.am, mvme5500/preinstall.am,
251        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
252        removed copies of vmeconfig.c, VME.h - use generic
253        versions instead.
254
2552006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
258
2592006-12-13      Till Straumann <strauman@slac.stanford.edu>
260
261        * mvme5500/Makefile.am, mvme5500/preinstall.am:
262        need to install bsp/vme_am_defs.h
263
2642006-11-15      Joel Sherrill <joel@OARcorp.com>
265
266        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
267        file and simplified initialization.
268
2692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * LICENSE: Convert to utf-8.
272
2732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * Makefile.am: Remove superfluous -DASM.
276
2772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * configure.ac: Require autoconf-2.60. Require automake-1.10.
280
2812006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * configure.ac: Remove explicit ampolish3 support (now in
284        RTEMS_BSP_CONFIGURE).
285
2862006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
287
288        * configure.ac: Add ampolish3 support.
289        * Makefile.am: Add preinstall.am.
290
2912006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * Makefile.am: Don't include subdirs.am.
294
2952005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * bsp_specs: Remove %cpp.
298
2992005-11-03      Till Straumann <strauman@slac.stanford.edu>
300
301        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
302        this normally points to ISA space but is misused by this BSP
303        (inb/outb & friends are all over the place).
304
3052005-11-03      Till Straumann <strauman@slac.stanford.edu>
306
307        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
308        this BSP does not implement sharing interrupts.
309
3102005-11-03      Till Straumann <strauman@slac.stanford.edu>
311
312        * include/bsp.h: fixed misuse of _IO_BASE
313
3142005-11-03      Till Straumann <strauman@slac.stanford.edu>
315
316        * startup/linkcmds: Removed.
317        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
318        from shared area - this version seemed broken anyways. Let the
319        preloader use the generic 'entry_point_section' rather than its own
320        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
321        __SBSSxxx__ symbols.
322
3232005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        PR 844/bsps
326        * startup/bspstart.c: Include <rtems/bspIo.h>.
327
3282005-07-28      Eric Norum <norume@aps.anl.gov>
329
330        * startup/bspstart.c: Changes provided by Phillip Sorensen
331        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
332        change made to ../shared/clock/p_clock.c.
333
3342005-07-25      Eric Norum <norume@aps.anl.gov>
335
336        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
337
3382005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * include/bsp.h: New header guard.
341
3422005-05-20      Jennifer Averett <jennifer@OARcorp.com>
343
344        PR 702/bsps
345        * include/tm27.h: Add better tm27.h support. Uses decrementer register
346        interrupt -- copied from psim.
347
3482005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
349
350        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
351
3522005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
353
354        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
355        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
356        pci/pci_interface.c, pci/pcifinddevice.c:
357        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
358        Modifications made to merge this release with the current tree.
359
3602005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
361
362        * network/GT64260eth.c: Fixed warning.
363        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
364
3652005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
366
367        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
368        common PCI interface
369
3702005-04-15      Joel Sherrill <joel@OARcorp.com>
371
372        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
373        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
374        startup/reboot.c: Fix warnings.
375
3762005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
377
378        PR 779/bsp
379        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
380        parameter to new exception interrupt handlers in powerpc bsps
381
3822005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
383
384        * startup/linkcmds: add missing section to link cmds
385
3862005-03-14      Joel Sherrill <joel@OARcorp.com>
387
388        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
389        pci_find_device().
390
3912005-03-04      Joel Sherrill <joel@OARcorp.com>
392
393        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
394        function part of the unified PCI API as pci_initialize().
395
3962005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
399        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
400        CPU_MINIMUM_STACK_FRAME_SIZE.
401
4022005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * start/start.S: include <rtems/powerpc/powerpc.h>.
405        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
406        CPU_MINIMUM_STACK_FRAME_SIZE.
407
4082005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
411
4122005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * Makefile.am: Merge-in wrapup/Makefile.am.
415        * wrapup/Makefile.am: Remove.
416        * configure.ac: Reflect changes above.
417
4182005-01-26      Joel Sherrill <joel@OARcorp.com>
419
420        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
421
4222005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
423
424        * tod/todcfg.c: size_t RTC_Count.
425
4262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
429
4302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
431
432        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
433
4342004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
435
436        * Makefile.am: Fix network_CPPFLAGS. Reformat.
437        * network/GT64260eth.c: Properly prototype GT64260eth_err().
438
4392004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
440
441        * network/GT64260eth.c: Remove ether_sprintf.
442
4432004-10-21      Joel Sherrill <joel@OARcorp.com>
444
445        * startup/bspstart.c: Remove warnings for variables only used when
446        certain conditionals are enabled..
447
4482004-10-21      Joel Sherrill <joel@OARcorp.com>
449
450        * Makefile.am: Add missing network_CPPFLAGS.
451
4522004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
453
454        * Makefile.am: Build networking.rel conditionally.
455        Reformat. Cosmetics.
456        * wrapup/Makefile.am: Build networking.rel conditionally.
457        Add libcpu and exception handling rels.
458        * startup/bspstart.c: Eliminate RTEMS fixed size types.
459
4602004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
461
462        * startup/bspstart.c: Remove BSP_build_date.
463
4642004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
465
466        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
467        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
468        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
469        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
470        Remove (obsolete).
471
4722004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
473
474        * configure.ac: Adaptations to rtems-4.7.
475        * Makefile.am, wrapup/Makefile.am: Reworked.
476
4772004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
478
479        * start/preload.S, start/start.S, include/bsp.h,
480        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
481        adaptations to rtems-4.7.
482
4832004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
484
485        * configure: Remove (Bogus).
486        * include/tm27.h: New (Stub).
487
4882004-10-20      Joel Sherrill <joel@OARcorp.com>
489
490        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
491        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
492        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
493        and license corrected.
494        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
495        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
496        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
497        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
498        wrapup/Makefile.in: Removed.
499
5002004-10-20  Kate Feng <feng1@bnl.gov>
501
502        * New BSP.
Note: See TracBrowser for help on using the repository browser.