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

4.104.114.84.95
Last change on this file since 038e9fb9 was 038e9fb9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/15/06 at 07:30:24

2006-12-15 Ralf Corsépius <ralf.corsepius@…>

  • network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
  • Property mode set to 100644
File size: 7.7 KB
RevLine 
[038e9fb9]12006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
4
[60b8e96]52006-12-13      Till Straumann <strauman@slac.stanford.edu>
6
7        * mvme5500/Makefile.am, mvme5500/preinstall.am:
8        need to install bsp/vme_am_defs.h
9
[aa4369c]102006-11-15      Joel Sherrill <joel@OARcorp.com>
11
12        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
13        file and simplified initialization.
14
[6436036c]152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * LICENSE: Convert to utf-8.
18
[57357d9]192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Remove superfluous -DASM.
22
[754610f]232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.60. Require automake-1.10.
26
[73733dc]272006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Remove explicit ampolish3 support (now in
30        RTEMS_BSP_CONFIGURE).
31
[7cc4f59]322006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Add ampolish3 support.
35        * Makefile.am: Add preinstall.am.
36
[ea63b37]372006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Don't include subdirs.am.
40
[17e451a]412005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * bsp_specs: Remove %cpp.
44
[c4423933]452005-11-03      Till Straumann <strauman@slac.stanford.edu>
46
47        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
48        this normally points to ISA space but is misused by this BSP
49        (inb/outb & friends are all over the place).
50
[94c31843]512005-11-03      Till Straumann <strauman@slac.stanford.edu>
52
53        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
54        this BSP does not implement sharing interrupts.
55
[cca22863]562005-11-03      Till Straumann <strauman@slac.stanford.edu>
57
58        * include/bsp.h: fixed misuse of _IO_BASE
59
[086c1c3]602005-11-03      Till Straumann <strauman@slac.stanford.edu>
[7e2dcde]61
62        * startup/linkcmds: Removed.
63        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
[086c1c3]64        from shared area - this version seemed broken anyways. Let the
65        preloader use the generic 'entry_point_section' rather than its own
66        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
67        __SBSSxxx__ symbols.
[7e2dcde]68
[ef9e015]692005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        PR 844/bsps
72        * startup/bspstart.c: Include <rtems/bspIo.h>.
73
[e555829]742005-07-28      Eric Norum <norume@aps.anl.gov>
75
76        * startup/bspstart.c: Changes provided by Phillip Sorensen
77        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
78        change made to ../shared/clock/p_clock.c.
79
[76361dd]802005-07-25      Eric Norum <norume@aps.anl.gov>
81
82        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
83
[34c4852]842005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * include/bsp.h: New header guard.
87
[266a5c92]882005-05-20      Jennifer Averett <jennifer@OARcorp.com>
89
90        PR 702/bsps
91        * include/tm27.h: Add better tm27.h support. Uses decrementer register
92        interrupt -- copied from psim.
93
[490fd4a]942005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
95
96        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
97
[54cb48f]982005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
99
100        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
101        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
102        pci/pci_interface.c, pci/pcifinddevice.c:
103        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
104        Modifications made to merge this release with the current tree.
105
[3bfb6ef]1062005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
107
108        * network/GT64260eth.c: Fixed warning.
109        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
110
[4cbb57da]1112005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
112
113        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
114        common PCI interface
115
[46a6fa91]1162005-04-15      Joel Sherrill <joel@OARcorp.com>
117
118        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
119        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
120        startup/reboot.c: Fix warnings.
121
[4953659b]1222005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
123
124        PR 779/bsp
125        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
126        parameter to new exception interrupt handlers in powerpc bsps
127
[c1e7b3f]1282005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
129
130        * startup/linkcmds: add missing section to link cmds
131
[48e329fb]1322005-03-14      Joel Sherrill <joel@OARcorp.com>
133
134        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
135        pci_find_device().
136
[037864f5]1372005-03-04      Joel Sherrill <joel@OARcorp.com>
138
139        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
140        function part of the unified PCI API as pci_initialize().
141
[1899fe4]1422005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
145        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
146        CPU_MINIMUM_STACK_FRAME_SIZE.
147
[2195ccf3]1482005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * start/start.S: include <rtems/powerpc/powerpc.h>.
151        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
152        CPU_MINIMUM_STACK_FRAME_SIZE.
153
[756f4a4]1542005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
157
[5133bd6]1582005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * Makefile.am: Merge-in wrapup/Makefile.am.
161        * wrapup/Makefile.am: Remove.
162        * configure.ac: Reflect changes above.
163
[234e509f]1642005-01-26      Joel Sherrill <joel@OARcorp.com>
165
166        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
167
[445f8cc]1682005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * tod/todcfg.c: size_t RTC_Count.
171
[844609f9]1722005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
175
[71cbb66]1762005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
179
[04b7821]1802004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * Makefile.am: Fix network_CPPFLAGS. Reformat.
183        * network/GT64260eth.c: Properly prototype GT64260eth_err().
184
[c39ecd73]1852004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * network/GT64260eth.c: Remove ether_sprintf.
188
[05682dc]1892004-10-21      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/bspstart.c: Remove warnings for variables only used when
192        certain conditionals are enabled..
193
[031d15d3]1942004-10-21      Joel Sherrill <joel@OARcorp.com>
195
196        * Makefile.am: Add missing network_CPPFLAGS.
197
[b3a78e34]1982004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * Makefile.am: Build networking.rel conditionally.
201        Reformat. Cosmetics.
202        * wrapup/Makefile.am: Build networking.rel conditionally.
[08f086ea]203        Add libcpu and exception handling rels.
[b3a78e34]204        * startup/bspstart.c: Eliminate RTEMS fixed size types.
205
[f59eab9c]2062004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * startup/bspstart.c: Remove BSP_build_date.
209
[2fed9af]2102004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
213        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
214        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
215        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
216        Remove (obsolete).
217
[f4a59e33]2182004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
219
[de2582f8]220        * configure.ac: Adaptations to rtems-4.7.
221        * Makefile.am, wrapup/Makefile.am: Reworked.
222
2232004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        * start/preload.S, start/start.S, include/bsp.h,
226        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
227        adaptations to rtems-4.7.
[f4a59e33]228
[24c094c]2292004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        * configure: Remove (Bogus).
232        * include/tm27.h: New (Stub).
233
[f8e0327]2342004-10-20      Joel Sherrill <joel@OARcorp.com>
235
236        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
237        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
238        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
239        and license corrected.
240        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
241        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
242        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
243        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
244        wrapup/Makefile.in: Removed.
245
[2fd2786]2462004-10-20  Kate Feng <feng1@bnl.gov>
247
248        * New BSP.
Note: See TracBrowser for help on using the repository browser.