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

Last change on this file since 0e111b7 was 0e111b7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/20/07 at 16:35:34

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

  • network/if_100MHz/GT64260eth.c: Add else.
  • Property mode set to 100644
File size: 9.3 KB
Line 
12007-09-20      Kate Feng <feng1@bnl.gov>
2
3        * network/if_100MHz/GT64260eth.c: Add else.
4
52007-09-19      Kate Feng <feng1@bnl.gov>
6
7        * README: Update.
8
92007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h:
12        Removed.
13
142007-09-14      Kate Feng <feng1@bnl.gov>
15
16        * Makefile.am, README, README.booting, README.irq,
17        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
18        irq/irq.h, irq/irq_init.c, pci/pci.c, pci/pci_interface.c,
19        pci/pcifinddevice.c, start/preload.S, startup/bspclean.c,
20        startup/bspstart.c, startup/pgtbl_activate.c, startup/reboot.c:
21        Merge my improvements in this BSP including a new network
22        driver for the 1GHz NIC.
23        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
24        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
25        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
26        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
27        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
28
292007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * bsp_specs: Remove lib (Now expected to exist in GCC).
32
332007-04-01      Joel Sherrill <joel@OARcorp.com>
34
35        PR 1235/bsps
36        * pci/pci.c: Add conditional declaration of variables used in debug
37        printk's.
38
392007-03-12      Joel Sherrill <joel@OARcorp.com>
40
41        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
42        notice. Both of these mistakes appear to be from code submitted after
43        these changes were made previously.
44
452007-01-29      Till Straumann <strauman@slac.stanford.edu>
46
47        * Makefile.am, preinstall.am, include/bsp.h,
48        * vme/vmeconfig.c (removed), vme/VME.h (removed):
49        cleaned up vme support - use files from libbsp/powerpc/shared/vme
50        and define BSP specifica in VMEConfig.h.
51        Use VME DMA support implemented by vmeUniverse and
52        libbsp/powerpc/shared/vme/vme_universe_dma.c
53
542007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * GT64260/MVME5500I2C.c: Eliminate u32.
57        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
58
592006-10-30      Joel Sherrill <joel@OARcorp.com>
60
61        * include/.cvsignore: New file.
62
632006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove superfluous -DASM.
66
672006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Require automake-1.10. Require autoconf-2.60.
70
712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * LICENSE: Convert to utf-8.
74
752006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Remove explicit ampolish3 support (now in
78        RTEMS_BSP_CONFIGURE).
79
802006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * configure.ac: Add ampolish3 support.
83        * Makefile.am: Add preinstall.am.
84
852006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Don't include subdirs.am.
88
892005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * bsp_specs: Remove %cpp.
92
932005-11-03      Till Straumann <strauman@slac.stanford.edu>
94
95        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
96        this normally points to ISA space but is misused by this BSP
97        (inb/outb & friends are all over the place).
98
992005-11-03      Till Straumann <strauman@slac.stanford.edu>
100
101        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
102        this BSP does not implement sharing interrupts.
103
1042005-11-03      Till Straumann <strauman@slac.stanford.edu>
105
106        * include/bsp.h: fixed misuse of _IO_BASE
107
1082005-11-03      Till Straumann <strauman@slac.stanford.edu>
109
110        * startup/linkcmds: Removed.
111        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
112        from shared area - this version seemed broken anyways. Let the
113        preloader use the generic 'entry_point_section' rather than its own
114        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
115        __SBSSxxx__ symbols.
116
1172005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        PR 844/bsps
120        * startup/bspstart.c: Include <rtems/bspIo.h>.
121
1222005-07-28      Eric Norum <norume@aps.anl.gov>
123
124        * startup/bspstart.c: Changes provided by Phillip Sorensen
125        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
126        change made to ../shared/clock/p_clock.c.
127
1282005-07-25      Eric Norum <norume@aps.anl.gov>
129
130        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
131
1322005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * include/bsp.h: New header guard.
135
1362005-05-20      Jennifer Averett <jennifer@OARcorp.com>
137
138        PR 702/bsps
139        * include/tm27.h: Add better tm27.h support. Uses decrementer register
140        interrupt -- copied from psim.
141
1422005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
143
144        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
145
1462005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
147
148        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
149        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
150        pci/pci_interface.c, pci/pcifinddevice.c:
151        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
152        Modifications made to merge this release with the current tree.
153
1542005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
155
156        * network/GT64260eth.c: Fixed warning.
157        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
158
1592005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
160
161        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
162        common PCI interface
163
1642005-04-15      Joel Sherrill <joel@OARcorp.com>
165
166        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
167        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
168        startup/reboot.c: Fix warnings.
169
1702005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
171
172        PR 779/bsp
173        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
174        parameter to new exception interrupt handlers in powerpc bsps
175
1762005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
177
178        * startup/linkcmds: add missing section to link cmds
179
1802005-03-14      Joel Sherrill <joel@OARcorp.com>
181
182        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
183        pci_find_device().
184
1852005-03-04      Joel Sherrill <joel@OARcorp.com>
186
187        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
188        function part of the unified PCI API as pci_initialize().
189
1902005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
193        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
194        CPU_MINIMUM_STACK_FRAME_SIZE.
195
1962005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * start/start.S: include <rtems/powerpc/powerpc.h>.
199        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
200        CPU_MINIMUM_STACK_FRAME_SIZE.
201
2022005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
205
2062005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * Makefile.am: Merge-in wrapup/Makefile.am.
209        * wrapup/Makefile.am: Remove.
210        * configure.ac: Reflect changes above.
211
2122005-01-26      Joel Sherrill <joel@OARcorp.com>
213
214        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
215
2162005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * tod/todcfg.c: size_t RTC_Count.
219
2202005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
223
2242005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
227
2282004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        * Makefile.am: Fix network_CPPFLAGS. Reformat.
231        * network/GT64260eth.c: Properly prototype GT64260eth_err().
232
2332004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
234
235        * network/GT64260eth.c: Remove ether_sprintf.
236
2372004-10-21      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/bspstart.c: Remove warnings for variables only used when
240        certain conditionals are enabled..
241
2422004-10-21      Joel Sherrill <joel@OARcorp.com>
243
244        * Makefile.am: Add missing network_CPPFLAGS.
245
2462004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        * Makefile.am: Build networking.rel conditionally.
249        Reformat. Cosmetics.
250        * wrapup/Makefile.am: Build networking.rel conditionally.
251        Add libcpu and exception handling rels.
252        * startup/bspstart.c: Eliminate RTEMS fixed size types.
253
2542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * startup/bspstart.c: Remove BSP_build_date.
257
2582004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
261        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
262        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
263        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
264        Remove (obsolete).
265
2662004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * configure.ac: Adaptations to rtems-4.7.
269        * Makefile.am, wrapup/Makefile.am: Reworked.
270
2712004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        * start/preload.S, start/start.S, include/bsp.h,
274        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
275        adaptations to rtems-4.7.
276
2772004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
278
279        * configure: Remove (Bogus).
280        * include/tm27.h: New (Stub).
281
2822004-10-20      Joel Sherrill <joel@OARcorp.com>
283
284        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
285        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
286        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
287        and license corrected.
288        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
289        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
290        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
291        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
292        wrapup/Makefile.in: Removed.
293
2942004-10-20  Kate Feng <feng1@bnl.gov>
295
296        * New BSP.
Note: See TracBrowser for help on using the repository browser.