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

4.104.114.95
Last change on this file since 74a65e47 was 74a65e47, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/07 at 14:47:02

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

  • README: Update.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12007-09-19      Kate Feng <feng1@bnl.gov>
2
3        * README: Update.
4
52007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
8
92007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
12        warnings.
13
142007-09-07      Kate Feng <feng1@bnl.gov>
15
16        * ChangeLog, 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/detect_host_bridge.c, pci/pci.c,
19        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
20        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
21        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
22        Merge my improvements in this BSP including a new network
23        driver for the 1GHz NIC.
24        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
25        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
26        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
27        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
28        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
29
302007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * start/preload.S: Fix symbolic reference. Did earlier modifications
33        change the conditionals specificed when this BSP is built?
34
352007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
36
37        * Makefile.am: added shared/vectors/vectors_entry.S
38
392007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
40
41        * irq/irq_init.c: adapted to shared exception code
42
432007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
44
45        * Makefile.am: adapted to shared exception code
46
472007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * bsp_specs: Remove qrtems_debug.
50
512007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * bsp_specs: Remove lib (Now expected to exist in GCC).
54
552007-04-01      Joel Sherrill <joel@OARcorp.com>
56
57        PR 1235/bsps
58        * pci/pci.c: Add conditional declaration of variables used in debug
59        printk's.
60
612007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
64        Reflect changes to pci-API.
65
662007-03-12      Joel Sherrill <joel@OARcorp.com>
67
68        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
69        notice. Both of these mistakes appear to be from code submitted after
70        these changes were made previously.
71
722007-03-11      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/bspstart.c: Remove assignments of
75        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
76        value in boot_card.c
77
782007-01-30      Till Straumann <strauman@slac.stanford.edu>
79
80        * Makefile.am, preinstall.am, include/bsp.h,
81        * vme/vmeconfig.c (removed), vme/VME.h (removed):
82        cleaned up vme support - use files from libbsp/powerpc/shared/vme
83        and define BSP specifica in VMEConfig.h.
84        Use VME DMA support implemented by vmeUniverse and
85        libbsp/powerpc/shared/vme/vme_universe_dma.c
86
872007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * GT64260/MVME5500I2C.c: Eliminate u32.
90        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
91
922007-01-19      Till Straumann <strauman@slac.stanford.edu>
93
94        * mvme5500/Makefile.am, mvme5500/preinstall.am,
95        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
96        removed copies of vmeconfig.c, VME.h - use generic
97        versions instead.
98
992006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
102
1032006-12-13      Till Straumann <strauman@slac.stanford.edu>
104
105        * mvme5500/Makefile.am, mvme5500/preinstall.am:
106        need to install bsp/vme_am_defs.h
107
1082006-11-15      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
111        file and simplified initialization.
112
1132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * LICENSE: Convert to utf-8.
116
1172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Remove superfluous -DASM.
120
1212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * configure.ac: Require autoconf-2.60. Require automake-1.10.
124
1252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * configure.ac: Remove explicit ampolish3 support (now in
128        RTEMS_BSP_CONFIGURE).
129
1302006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * configure.ac: Add ampolish3 support.
133        * Makefile.am: Add preinstall.am.
134
1352006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Don't include subdirs.am.
138
1392005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * bsp_specs: Remove %cpp.
142
1432005-11-03      Till Straumann <strauman@slac.stanford.edu>
144
145        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
146        this normally points to ISA space but is misused by this BSP
147        (inb/outb & friends are all over the place).
148
1492005-11-03      Till Straumann <strauman@slac.stanford.edu>
150
151        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
152        this BSP does not implement sharing interrupts.
153
1542005-11-03      Till Straumann <strauman@slac.stanford.edu>
155
156        * include/bsp.h: fixed misuse of _IO_BASE
157
1582005-11-03      Till Straumann <strauman@slac.stanford.edu>
159
160        * startup/linkcmds: Removed.
161        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
162        from shared area - this version seemed broken anyways. Let the
163        preloader use the generic 'entry_point_section' rather than its own
164        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
165        __SBSSxxx__ symbols.
166
1672005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        PR 844/bsps
170        * startup/bspstart.c: Include <rtems/bspIo.h>.
171
1722005-07-28      Eric Norum <norume@aps.anl.gov>
173
174        * startup/bspstart.c: Changes provided by Phillip Sorensen
175        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
176        change made to ../shared/clock/p_clock.c.
177
1782005-07-25      Eric Norum <norume@aps.anl.gov>
179
180        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
181
1822005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * include/bsp.h: New header guard.
185
1862005-05-20      Jennifer Averett <jennifer@OARcorp.com>
187
188        PR 702/bsps
189        * include/tm27.h: Add better tm27.h support. Uses decrementer register
190        interrupt -- copied from psim.
191
1922005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
193
194        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
195
1962005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
197
198        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
199        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
200        pci/pci_interface.c, pci/pcifinddevice.c:
201        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
202        Modifications made to merge this release with the current tree.
203
2042005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
205
206        * network/GT64260eth.c: Fixed warning.
207        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
208
2092005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
210
211        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
212        common PCI interface
213
2142005-04-15      Joel Sherrill <joel@OARcorp.com>
215
216        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
217        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
218        startup/reboot.c: Fix warnings.
219
2202005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
221
222        PR 779/bsp
223        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
224        parameter to new exception interrupt handlers in powerpc bsps
225
2262005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
227
228        * startup/linkcmds: add missing section to link cmds
229
2302005-03-14      Joel Sherrill <joel@OARcorp.com>
231
232        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
233        pci_find_device().
234
2352005-03-04      Joel Sherrill <joel@OARcorp.com>
236
237        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
238        function part of the unified PCI API as pci_initialize().
239
2402005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
243        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
244        CPU_MINIMUM_STACK_FRAME_SIZE.
245
2462005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * start/start.S: include <rtems/powerpc/powerpc.h>.
249        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
250        CPU_MINIMUM_STACK_FRAME_SIZE.
251
2522005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
255
2562005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * Makefile.am: Merge-in wrapup/Makefile.am.
259        * wrapup/Makefile.am: Remove.
260        * configure.ac: Reflect changes above.
261
2622005-01-26      Joel Sherrill <joel@OARcorp.com>
263
264        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
265
2662005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * tod/todcfg.c: size_t RTC_Count.
269
2702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
273
2742005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
277
2782004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * Makefile.am: Fix network_CPPFLAGS. Reformat.
281        * network/GT64260eth.c: Properly prototype GT64260eth_err().
282
2832004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
284
285        * network/GT64260eth.c: Remove ether_sprintf.
286
2872004-10-21      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/bspstart.c: Remove warnings for variables only used when
290        certain conditionals are enabled..
291
2922004-10-21      Joel Sherrill <joel@OARcorp.com>
293
294        * Makefile.am: Add missing network_CPPFLAGS.
295
2962004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        * Makefile.am: Build networking.rel conditionally.
299        Reformat. Cosmetics.
300        * wrapup/Makefile.am: Build networking.rel conditionally.
301        Add libcpu and exception handling rels.
302        * startup/bspstart.c: Eliminate RTEMS fixed size types.
303
3042004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * startup/bspstart.c: Remove BSP_build_date.
307
3082004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
309
310        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
311        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
312        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
313        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
314        Remove (obsolete).
315
3162004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
317
318        * configure.ac: Adaptations to rtems-4.7.
319        * Makefile.am, wrapup/Makefile.am: Reworked.
320
3212004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
322
323        * start/preload.S, start/start.S, include/bsp.h,
324        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
325        adaptations to rtems-4.7.
326
3272004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
328
329        * configure: Remove (Bogus).
330        * include/tm27.h: New (Stub).
331
3322004-10-20      Joel Sherrill <joel@OARcorp.com>
333
334        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
335        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
336        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
337        and license corrected.
338        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
339        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
340        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
341        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
342        wrapup/Makefile.in: Removed.
343
3442004-10-20  Kate Feng <feng1@bnl.gov>
345
346        * New BSP.
Note: See TracBrowser for help on using the repository browser.