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

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

2007-09-14 Joel Sherrill <joel.sherrill@…>

  • network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few warnings.
  • Property mode set to 100644
File size: 10.8 KB
RevLine 
[07e76b9b]12007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
4        warnings.
5
[ee732739]62007-09-07      Kate Feng <feng1@bnl.gov>
7
8        * ChangeLog, Makefile.am, README, README.booting, README.irq,
9        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
10        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
11        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
12        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
13        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
14        Merge my improvements in this BSP including a new network
15        driver for the 1GHz NIC.
16        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
17        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
18        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
19        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
20        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
[dc7271f]21
[48108bcb]222007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * start/preload.S: Fix symbolic reference. Did earlier modifications
25        change the conditionals specificed when this BSP is built?
26
[701cb88]272007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
28
29        * Makefile.am: added shared/vectors/vectors_entry.S
30
[185da08]312007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
32
33        * irq/irq_init.c: adapted to shared exception code
34
[78f96ab]352007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
36
37        * Makefile.am: adapted to shared exception code
38
[2679eb9d]392007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * bsp_specs: Remove qrtems_debug.
42
[35439f37]432007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * bsp_specs: Remove lib (Now expected to exist in GCC).
46
[f056a6e]472007-04-01      Joel Sherrill <joel@OARcorp.com>
48
49        PR 1235/bsps
50        * pci/pci.c: Add conditional declaration of variables used in debug
51        printk's.
52
[294638bc]532007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
56        Reflect changes to pci-API.
57
[aa253a4]582007-03-12      Joel Sherrill <joel@OARcorp.com>
59
60        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
61        notice. Both of these mistakes appear to be from code submitted after
62        these changes were made previously.
63
[3f0cfc56]642007-03-11      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/bspstart.c: Remove assignments of
67        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
68        value in boot_card.c
69
[6623984]702007-01-30      Till Straumann <strauman@slac.stanford.edu>
71
72        * Makefile.am, preinstall.am, include/bsp.h,
73        * vme/vmeconfig.c (removed), vme/VME.h (removed):
74        cleaned up vme support - use files from libbsp/powerpc/shared/vme
75        and define BSP specifica in VMEConfig.h.
76        Use VME DMA support implemented by vmeUniverse and
77        libbsp/powerpc/shared/vme/vme_universe_dma.c
78
[ea6c5d8]792007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
80
[a9a3e75]81        * GT64260/MVME5500I2C.c: Eliminate u32.
[ea6c5d8]82        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
83
[bc2083c1]842007-01-19      Till Straumann <strauman@slac.stanford.edu>
85
86        * mvme5500/Makefile.am, mvme5500/preinstall.am,
[6200dc9]87        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
[bc2083c1]88        removed copies of vmeconfig.c, VME.h - use generic
89        versions instead.
90
[038e9fb9]912006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
94
[60b8e96]952006-12-13      Till Straumann <strauman@slac.stanford.edu>
96
97        * mvme5500/Makefile.am, mvme5500/preinstall.am:
98        need to install bsp/vme_am_defs.h
99
[aa4369c]1002006-11-15      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
103        file and simplified initialization.
104
[6436036c]1052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * LICENSE: Convert to utf-8.
108
[57357d9]1092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Remove superfluous -DASM.
112
[754610f]1132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * configure.ac: Require autoconf-2.60. Require automake-1.10.
116
[73733dc]1172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Remove explicit ampolish3 support (now in
120        RTEMS_BSP_CONFIGURE).
121
[7cc4f59]1222006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Add ampolish3 support.
125        * Makefile.am: Add preinstall.am.
126
[ea63b37]1272006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Don't include subdirs.am.
130
[17e451a]1312005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * bsp_specs: Remove %cpp.
134
[c4423933]1352005-11-03      Till Straumann <strauman@slac.stanford.edu>
136
137        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
138        this normally points to ISA space but is misused by this BSP
139        (inb/outb & friends are all over the place).
140
[94c31843]1412005-11-03      Till Straumann <strauman@slac.stanford.edu>
142
143        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
144        this BSP does not implement sharing interrupts.
145
[cca22863]1462005-11-03      Till Straumann <strauman@slac.stanford.edu>
147
148        * include/bsp.h: fixed misuse of _IO_BASE
149
[086c1c3]1502005-11-03      Till Straumann <strauman@slac.stanford.edu>
[7e2dcde]151
152        * startup/linkcmds: Removed.
153        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
[086c1c3]154        from shared area - this version seemed broken anyways. Let the
155        preloader use the generic 'entry_point_section' rather than its own
156        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
157        __SBSSxxx__ symbols.
[7e2dcde]158
[ef9e015]1592005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        PR 844/bsps
162        * startup/bspstart.c: Include <rtems/bspIo.h>.
163
[e555829]1642005-07-28      Eric Norum <norume@aps.anl.gov>
165
166        * startup/bspstart.c: Changes provided by Phillip Sorensen
167        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
168        change made to ../shared/clock/p_clock.c.
169
[76361dd]1702005-07-25      Eric Norum <norume@aps.anl.gov>
171
172        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
173
[34c4852]1742005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * include/bsp.h: New header guard.
177
[266a5c92]1782005-05-20      Jennifer Averett <jennifer@OARcorp.com>
179
180        PR 702/bsps
181        * include/tm27.h: Add better tm27.h support. Uses decrementer register
182        interrupt -- copied from psim.
183
[490fd4a]1842005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
185
186        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
187
[54cb48f]1882005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
189
190        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
191        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
192        pci/pci_interface.c, pci/pcifinddevice.c:
193        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
194        Modifications made to merge this release with the current tree.
195
[3bfb6ef]1962005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
197
198        * network/GT64260eth.c: Fixed warning.
199        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
200
[4cbb57da]2012005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
202
203        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
204        common PCI interface
205
[46a6fa91]2062005-04-15      Joel Sherrill <joel@OARcorp.com>
207
208        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
209        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
210        startup/reboot.c: Fix warnings.
211
[4953659b]2122005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
213
214        PR 779/bsp
215        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
216        parameter to new exception interrupt handlers in powerpc bsps
217
[c1e7b3f]2182005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
219
220        * startup/linkcmds: add missing section to link cmds
221
[48e329fb]2222005-03-14      Joel Sherrill <joel@OARcorp.com>
223
224        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
225        pci_find_device().
226
[037864f5]2272005-03-04      Joel Sherrill <joel@OARcorp.com>
228
229        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
230        function part of the unified PCI API as pci_initialize().
231
[1899fe4]2322005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
235        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
236        CPU_MINIMUM_STACK_FRAME_SIZE.
237
[2195ccf3]2382005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * start/start.S: include <rtems/powerpc/powerpc.h>.
241        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
242        CPU_MINIMUM_STACK_FRAME_SIZE.
243
[756f4a4]2442005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
247
[5133bd6]2482005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * Makefile.am: Merge-in wrapup/Makefile.am.
251        * wrapup/Makefile.am: Remove.
252        * configure.ac: Reflect changes above.
253
[234e509f]2542005-01-26      Joel Sherrill <joel@OARcorp.com>
255
256        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
257
[445f8cc]2582005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * tod/todcfg.c: size_t RTC_Count.
261
[844609f9]2622005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
265
[71cbb66]2662005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
269
[04b7821]2702004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        * Makefile.am: Fix network_CPPFLAGS. Reformat.
273        * network/GT64260eth.c: Properly prototype GT64260eth_err().
274
[c39ecd73]2752004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * network/GT64260eth.c: Remove ether_sprintf.
278
[05682dc]2792004-10-21      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/bspstart.c: Remove warnings for variables only used when
282        certain conditionals are enabled..
283
[031d15d3]2842004-10-21      Joel Sherrill <joel@OARcorp.com>
285
286        * Makefile.am: Add missing network_CPPFLAGS.
287
[b3a78e34]2882004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * Makefile.am: Build networking.rel conditionally.
291        Reformat. Cosmetics.
292        * wrapup/Makefile.am: Build networking.rel conditionally.
[08f086ea]293        Add libcpu and exception handling rels.
[b3a78e34]294        * startup/bspstart.c: Eliminate RTEMS fixed size types.
295
[f59eab9c]2962004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        * startup/bspstart.c: Remove BSP_build_date.
299
[2fed9af]3002004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
301
302        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
303        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
304        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
305        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
306        Remove (obsolete).
307
[f4a59e33]3082004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
309
[de2582f8]310        * configure.ac: Adaptations to rtems-4.7.
311        * Makefile.am, wrapup/Makefile.am: Reworked.
312
3132004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
314
315        * start/preload.S, start/start.S, include/bsp.h,
316        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
317        adaptations to rtems-4.7.
[f4a59e33]318
[24c094c]3192004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        * configure: Remove (Bogus).
322        * include/tm27.h: New (Stub).
323
[f8e0327]3242004-10-20      Joel Sherrill <joel@OARcorp.com>
325
326        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
327        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
328        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
329        and license corrected.
330        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
331        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
332        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
333        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
334        wrapup/Makefile.in: Removed.
335
[2fd2786]3362004-10-20  Kate Feng <feng1@bnl.gov>
337
338        * New BSP.
Note: See TracBrowser for help on using the repository browser.