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

Last change on this file since b047186 was b047186, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/07 at 15:43:37

2007-09-14 Kate Feng <feng1@…>

  • Makefile.am, README, README.booting, README.irq, preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c, irq/irq.h, irq/irq_init.c, pci/pci.c, pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S, startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c, startup/reboot.c: Merge my improvements in this BSP including a new network driver for the 1GHz NIC.
  • network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h, network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am, network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG, network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h, network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
  • Property mode set to 100644
File size: 9.0 KB
RevLine 
[b047186]12007-09-14      Kate Feng <feng1@bnl.gov>
2
3        * Makefile.am, README, README.booting, README.irq,
4        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
5        irq/irq.h, irq/irq_init.c, pci/pci.c, pci/pci_interface.c,
6        pci/pcifinddevice.c, start/preload.S, startup/bspclean.c,
7        startup/bspstart.c, startup/pgtbl_activate.c, startup/reboot.c:
8        Merge my improvements in this BSP including a new network
9        driver for the 1GHz NIC.
10        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
11        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
12        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
13        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
14        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
15
[068128d]162007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * bsp_specs: Remove lib (Now expected to exist in GCC).
19
[a69b939]202007-04-01      Joel Sherrill <joel@OARcorp.com>
21
22        PR 1235/bsps
23        * pci/pci.c: Add conditional declaration of variables used in debug
24        printk's.
25
[7ef0876]262007-03-12      Joel Sherrill <joel@OARcorp.com>
27
28        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
29        notice. Both of these mistakes appear to be from code submitted after
30        these changes were made previously.
31
[dbffeac]322007-01-29      Till Straumann <strauman@slac.stanford.edu>
33
34        * Makefile.am, preinstall.am, include/bsp.h,
35        * vme/vmeconfig.c (removed), vme/VME.h (removed):
36        cleaned up vme support - use files from libbsp/powerpc/shared/vme
37        and define BSP specifica in VMEConfig.h.
38        Use VME DMA support implemented by vmeUniverse and
39        libbsp/powerpc/shared/vme/vme_universe_dma.c
40
[59b95d98]412007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
42
[fa9ed825]43        * GT64260/MVME5500I2C.c: Eliminate u32.
[59b95d98]44        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
45
[32d19cb]462006-10-30      Joel Sherrill <joel@OARcorp.com>
47
48        * include/.cvsignore: New file.
49
[218c346]502006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Remove superfluous -DASM.
53
[56e2dc0]542006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Require automake-1.10. Require autoconf-2.60.
57
[f91d2c2b]582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * LICENSE: Convert to utf-8.
61
[73733dc]622006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * configure.ac: Remove explicit ampolish3 support (now in
65        RTEMS_BSP_CONFIGURE).
66
[7cc4f59]672006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Add ampolish3 support.
70        * Makefile.am: Add preinstall.am.
71
[ea63b37]722006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Don't include subdirs.am.
75
[17e451a]762005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * bsp_specs: Remove %cpp.
79
[c4423933]802005-11-03      Till Straumann <strauman@slac.stanford.edu>
81
82        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
83        this normally points to ISA space but is misused by this BSP
84        (inb/outb & friends are all over the place).
85
[94c31843]862005-11-03      Till Straumann <strauman@slac.stanford.edu>
87
88        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
89        this BSP does not implement sharing interrupts.
90
[cca22863]912005-11-03      Till Straumann <strauman@slac.stanford.edu>
92
93        * include/bsp.h: fixed misuse of _IO_BASE
94
[086c1c3]952005-11-03      Till Straumann <strauman@slac.stanford.edu>
[7e2dcde]96
97        * startup/linkcmds: Removed.
98        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
[086c1c3]99        from shared area - this version seemed broken anyways. Let the
100        preloader use the generic 'entry_point_section' rather than its own
101        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
102        __SBSSxxx__ symbols.
[7e2dcde]103
[ef9e015]1042005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        PR 844/bsps
107        * startup/bspstart.c: Include <rtems/bspIo.h>.
108
[e555829]1092005-07-28      Eric Norum <norume@aps.anl.gov>
110
111        * startup/bspstart.c: Changes provided by Phillip Sorensen
112        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
113        change made to ../shared/clock/p_clock.c.
114
[76361dd]1152005-07-25      Eric Norum <norume@aps.anl.gov>
116
117        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
118
[34c4852]1192005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * include/bsp.h: New header guard.
122
[266a5c92]1232005-05-20      Jennifer Averett <jennifer@OARcorp.com>
124
125        PR 702/bsps
126        * include/tm27.h: Add better tm27.h support. Uses decrementer register
127        interrupt -- copied from psim.
128
[490fd4a]1292005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
130
131        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
132
[54cb48f]1332005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
134
135        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
136        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
137        pci/pci_interface.c, pci/pcifinddevice.c:
138        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
139        Modifications made to merge this release with the current tree.
140
[3bfb6ef]1412005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
142
143        * network/GT64260eth.c: Fixed warning.
144        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
145
[4cbb57da]1462005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
147
148        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
149        common PCI interface
150
[46a6fa91]1512005-04-15      Joel Sherrill <joel@OARcorp.com>
152
153        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
154        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
155        startup/reboot.c: Fix warnings.
156
[4953659b]1572005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
158
159        PR 779/bsp
160        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
161        parameter to new exception interrupt handlers in powerpc bsps
162
[c1e7b3f]1632005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
164
165        * startup/linkcmds: add missing section to link cmds
166
[48e329fb]1672005-03-14      Joel Sherrill <joel@OARcorp.com>
168
169        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
170        pci_find_device().
171
[037864f5]1722005-03-04      Joel Sherrill <joel@OARcorp.com>
173
174        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
175        function part of the unified PCI API as pci_initialize().
176
[1899fe4]1772005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
180        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
181        CPU_MINIMUM_STACK_FRAME_SIZE.
182
[2195ccf3]1832005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * start/start.S: include <rtems/powerpc/powerpc.h>.
186        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
187        CPU_MINIMUM_STACK_FRAME_SIZE.
188
[756f4a4]1892005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
192
[5133bd6]1932005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Merge-in wrapup/Makefile.am.
196        * wrapup/Makefile.am: Remove.
197        * configure.ac: Reflect changes above.
198
[234e509f]1992005-01-26      Joel Sherrill <joel@OARcorp.com>
200
201        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
202
[445f8cc]2032005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * tod/todcfg.c: size_t RTC_Count.
206
[844609f9]2072005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
210
[71cbb66]2112005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
214
[04b7821]2152004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * Makefile.am: Fix network_CPPFLAGS. Reformat.
218        * network/GT64260eth.c: Properly prototype GT64260eth_err().
219
[c39ecd73]2202004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
221
222        * network/GT64260eth.c: Remove ether_sprintf.
223
[05682dc]2242004-10-21      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/bspstart.c: Remove warnings for variables only used when
227        certain conditionals are enabled..
228
[031d15d3]2292004-10-21      Joel Sherrill <joel@OARcorp.com>
230
231        * Makefile.am: Add missing network_CPPFLAGS.
232
[b3a78e34]2332004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
234
235        * Makefile.am: Build networking.rel conditionally.
236        Reformat. Cosmetics.
237        * wrapup/Makefile.am: Build networking.rel conditionally.
[08f086ea]238        Add libcpu and exception handling rels.
[b3a78e34]239        * startup/bspstart.c: Eliminate RTEMS fixed size types.
240
[f59eab9c]2412004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        * startup/bspstart.c: Remove BSP_build_date.
244
[2fed9af]2452004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
248        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
249        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
250        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
251        Remove (obsolete).
252
[f4a59e33]2532004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
254
[de2582f8]255        * configure.ac: Adaptations to rtems-4.7.
256        * Makefile.am, wrapup/Makefile.am: Reworked.
257
2582004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        * start/preload.S, start/start.S, include/bsp.h,
261        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
262        adaptations to rtems-4.7.
[f4a59e33]263
[24c094c]2642004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        * configure: Remove (Bogus).
267        * include/tm27.h: New (Stub).
268
[f8e0327]2692004-10-20      Joel Sherrill <joel@OARcorp.com>
270
271        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
272        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
273        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
274        and license corrected.
275        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
276        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
277        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
278        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
279        wrapup/Makefile.in: Removed.
280
[2fd2786]2812004-10-20  Kate Feng <feng1@bnl.gov>
282
283        * New BSP.
Note: See TracBrowser for help on using the repository browser.