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

4.104.114.84.95
Last change on this file since ea6c5d8 was ea6c5d8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/29/07 at 05:25:50

2007-01-29 Ralf Corsépius <ralf.corsepius@…>

  • GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
4
52007-01-19      Till Straumann <strauman@slac.stanford.edu>
6
7        * mvme5500/Makefile.am, mvme5500/preinstall.am,
8        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
9        removed copies of vmeconfig.c, VME.h - use generic
10        versions instead.
11
122006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
15
162006-12-13      Till Straumann <strauman@slac.stanford.edu>
17
18        * mvme5500/Makefile.am, mvme5500/preinstall.am:
19        need to install bsp/vme_am_defs.h
20
212006-11-15      Joel Sherrill <joel@OARcorp.com>
22
23        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
24        file and simplified initialization.
25
262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * LICENSE: Convert to utf-8.
29
302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Remove superfluous -DASM.
33
342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Require autoconf-2.60. Require automake-1.10.
37
382006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Remove explicit ampolish3 support (now in
41        RTEMS_BSP_CONFIGURE).
42
432006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Add ampolish3 support.
46        * Makefile.am: Add preinstall.am.
47
482006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Don't include subdirs.am.
51
522005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * bsp_specs: Remove %cpp.
55
562005-11-03      Till Straumann <strauman@slac.stanford.edu>
57
58        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
59        this normally points to ISA space but is misused by this BSP
60        (inb/outb & friends are all over the place).
61
622005-11-03      Till Straumann <strauman@slac.stanford.edu>
63
64        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
65        this BSP does not implement sharing interrupts.
66
672005-11-03      Till Straumann <strauman@slac.stanford.edu>
68
69        * include/bsp.h: fixed misuse of _IO_BASE
70
712005-11-03      Till Straumann <strauman@slac.stanford.edu>
72
73        * startup/linkcmds: Removed.
74        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
75        from shared area - this version seemed broken anyways. Let the
76        preloader use the generic 'entry_point_section' rather than its own
77        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
78        __SBSSxxx__ symbols.
79
802005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        PR 844/bsps
83        * startup/bspstart.c: Include <rtems/bspIo.h>.
84
852005-07-28      Eric Norum <norume@aps.anl.gov>
86
87        * startup/bspstart.c: Changes provided by Phillip Sorensen
88        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
89        change made to ../shared/clock/p_clock.c.
90
912005-07-25      Eric Norum <norume@aps.anl.gov>
92
93        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
94
952005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * include/bsp.h: New header guard.
98
992005-05-20      Jennifer Averett <jennifer@OARcorp.com>
100
101        PR 702/bsps
102        * include/tm27.h: Add better tm27.h support. Uses decrementer register
103        interrupt -- copied from psim.
104
1052005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
106
107        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
108
1092005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
110
111        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
112        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
113        pci/pci_interface.c, pci/pcifinddevice.c:
114        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
115        Modifications made to merge this release with the current tree.
116
1172005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
118
119        * network/GT64260eth.c: Fixed warning.
120        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
121
1222005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
123
124        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
125        common PCI interface
126
1272005-04-15      Joel Sherrill <joel@OARcorp.com>
128
129        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
130        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
131        startup/reboot.c: Fix warnings.
132
1332005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
134
135        PR 779/bsp
136        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
137        parameter to new exception interrupt handlers in powerpc bsps
138
1392005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
140
141        * startup/linkcmds: add missing section to link cmds
142
1432005-03-14      Joel Sherrill <joel@OARcorp.com>
144
145        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
146        pci_find_device().
147
1482005-03-04      Joel Sherrill <joel@OARcorp.com>
149
150        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
151        function part of the unified PCI API as pci_initialize().
152
1532005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
156        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
157        CPU_MINIMUM_STACK_FRAME_SIZE.
158
1592005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * start/start.S: include <rtems/powerpc/powerpc.h>.
162        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
163        CPU_MINIMUM_STACK_FRAME_SIZE.
164
1652005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
168
1692005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Merge-in wrapup/Makefile.am.
172        * wrapup/Makefile.am: Remove.
173        * configure.ac: Reflect changes above.
174
1752005-01-26      Joel Sherrill <joel@OARcorp.com>
176
177        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
178
1792005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * tod/todcfg.c: size_t RTC_Count.
182
1832005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
186
1872005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
190
1912004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        * Makefile.am: Fix network_CPPFLAGS. Reformat.
194        * network/GT64260eth.c: Properly prototype GT64260eth_err().
195
1962004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        * network/GT64260eth.c: Remove ether_sprintf.
199
2002004-10-21      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/bspstart.c: Remove warnings for variables only used when
203        certain conditionals are enabled..
204
2052004-10-21      Joel Sherrill <joel@OARcorp.com>
206
207        * Makefile.am: Add missing network_CPPFLAGS.
208
2092004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * Makefile.am: Build networking.rel conditionally.
212        Reformat. Cosmetics.
213        * wrapup/Makefile.am: Build networking.rel conditionally.
214        Add libcpu and exception handling rels.
215        * startup/bspstart.c: Eliminate RTEMS fixed size types.
216
2172004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
218
219        * startup/bspstart.c: Remove BSP_build_date.
220
2212004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
224        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
225        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
226        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
227        Remove (obsolete).
228
2292004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        * configure.ac: Adaptations to rtems-4.7.
232        * Makefile.am, wrapup/Makefile.am: Reworked.
233
2342004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        * start/preload.S, start/start.S, include/bsp.h,
237        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
238        adaptations to rtems-4.7.
239
2402004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * configure: Remove (Bogus).
243        * include/tm27.h: New (Stub).
244
2452004-10-20      Joel Sherrill <joel@OARcorp.com>
246
247        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
248        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
249        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
250        and license corrected.
251        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
252        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
253        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
254        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
255        wrapup/Makefile.in: Removed.
256
2572004-10-20  Kate Feng <feng1@bnl.gov>
258
259        * New BSP.
Note: See TracBrowser for help on using the repository browser.