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

4.104.114.84.95
Last change on this file since 294638bc was 294638bc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/07 at 04:05:42

2007-03-31 Ralf Corsépius <ralf.corsepius@…>

  • pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c: Reflect changes to pci-API.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
4        Reflect changes to pci-API.
5
62007-03-12      Joel Sherrill <joel@OARcorp.com>
7
8        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
9        notice. Both of these mistakes appear to be from code submitted after
10        these changes were made previously.
11
122007-03-11      Joel Sherrill <joel@OARcorp.com>
13
14        * startup/bspstart.c: Remove assignments of
15        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
16        value in boot_card.c
17
182007-01-30      Till Straumann <strauman@slac.stanford.edu>
19
20        * Makefile.am, preinstall.am, include/bsp.h,
21        * vme/vmeconfig.c (removed), vme/VME.h (removed):
22        cleaned up vme support - use files from libbsp/powerpc/shared/vme
23        and define BSP specifica in VMEConfig.h.
24        Use VME DMA support implemented by vmeUniverse and
25        libbsp/powerpc/shared/vme/vme_universe_dma.c
26
272007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * GT64260/MVME5500I2C.c: Eliminate u32.
30        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
31
322007-01-19      Till Straumann <strauman@slac.stanford.edu>
33
34        * mvme5500/Makefile.am, mvme5500/preinstall.am,
35        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
36        removed copies of vmeconfig.c, VME.h - use generic
37        versions instead.
38
392006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
42
432006-12-13      Till Straumann <strauman@slac.stanford.edu>
44
45        * mvme5500/Makefile.am, mvme5500/preinstall.am:
46        need to install bsp/vme_am_defs.h
47
482006-11-15      Joel Sherrill <joel@OARcorp.com>
49
50        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
51        file and simplified initialization.
52
532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * LICENSE: Convert to utf-8.
56
572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Remove superfluous -DASM.
60
612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * configure.ac: Require autoconf-2.60. Require automake-1.10.
64
652006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Remove explicit ampolish3 support (now in
68        RTEMS_BSP_CONFIGURE).
69
702006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * configure.ac: Add ampolish3 support.
73        * Makefile.am: Add preinstall.am.
74
752006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Don't include subdirs.am.
78
792005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * bsp_specs: Remove %cpp.
82
832005-11-03      Till Straumann <strauman@slac.stanford.edu>
84
85        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
86        this normally points to ISA space but is misused by this BSP
87        (inb/outb & friends are all over the place).
88
892005-11-03      Till Straumann <strauman@slac.stanford.edu>
90
91        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
92        this BSP does not implement sharing interrupts.
93
942005-11-03      Till Straumann <strauman@slac.stanford.edu>
95
96        * include/bsp.h: fixed misuse of _IO_BASE
97
982005-11-03      Till Straumann <strauman@slac.stanford.edu>
99
100        * startup/linkcmds: Removed.
101        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
102        from shared area - this version seemed broken anyways. Let the
103        preloader use the generic 'entry_point_section' rather than its own
104        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
105        __SBSSxxx__ symbols.
106
1072005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        PR 844/bsps
110        * startup/bspstart.c: Include <rtems/bspIo.h>.
111
1122005-07-28      Eric Norum <norume@aps.anl.gov>
113
114        * startup/bspstart.c: Changes provided by Phillip Sorensen
115        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
116        change made to ../shared/clock/p_clock.c.
117
1182005-07-25      Eric Norum <norume@aps.anl.gov>
119
120        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
121
1222005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * include/bsp.h: New header guard.
125
1262005-05-20      Jennifer Averett <jennifer@OARcorp.com>
127
128        PR 702/bsps
129        * include/tm27.h: Add better tm27.h support. Uses decrementer register
130        interrupt -- copied from psim.
131
1322005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
133
134        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
135
1362005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
137
138        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
139        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
140        pci/pci_interface.c, pci/pcifinddevice.c:
141        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
142        Modifications made to merge this release with the current tree.
143
1442005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
145
146        * network/GT64260eth.c: Fixed warning.
147        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
148
1492005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
150
151        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
152        common PCI interface
153
1542005-04-15      Joel Sherrill <joel@OARcorp.com>
155
156        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
157        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
158        startup/reboot.c: Fix warnings.
159
1602005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
161
162        PR 779/bsp
163        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
164        parameter to new exception interrupt handlers in powerpc bsps
165
1662005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
167
168        * startup/linkcmds: add missing section to link cmds
169
1702005-03-14      Joel Sherrill <joel@OARcorp.com>
171
172        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
173        pci_find_device().
174
1752005-03-04      Joel Sherrill <joel@OARcorp.com>
176
177        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
178        function part of the unified PCI API as pci_initialize().
179
1802005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
183        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
184        CPU_MINIMUM_STACK_FRAME_SIZE.
185
1862005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * start/start.S: include <rtems/powerpc/powerpc.h>.
189        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
190        CPU_MINIMUM_STACK_FRAME_SIZE.
191
1922005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
195
1962005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Merge-in wrapup/Makefile.am.
199        * wrapup/Makefile.am: Remove.
200        * configure.ac: Reflect changes above.
201
2022005-01-26      Joel Sherrill <joel@OARcorp.com>
203
204        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
205
2062005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * tod/todcfg.c: size_t RTC_Count.
209
2102005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
213
2142005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
217
2182004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * Makefile.am: Fix network_CPPFLAGS. Reformat.
221        * network/GT64260eth.c: Properly prototype GT64260eth_err().
222
2232004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        * network/GT64260eth.c: Remove ether_sprintf.
226
2272004-10-21      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/bspstart.c: Remove warnings for variables only used when
230        certain conditionals are enabled..
231
2322004-10-21      Joel Sherrill <joel@OARcorp.com>
233
234        * Makefile.am: Add missing network_CPPFLAGS.
235
2362004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * Makefile.am: Build networking.rel conditionally.
239        Reformat. Cosmetics.
240        * wrapup/Makefile.am: Build networking.rel conditionally.
241        Add libcpu and exception handling rels.
242        * startup/bspstart.c: Eliminate RTEMS fixed size types.
243
2442004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        * startup/bspstart.c: Remove BSP_build_date.
247
2482004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
251        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
252        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
253        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
254        Remove (obsolete).
255
2562004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
257
258        * configure.ac: Adaptations to rtems-4.7.
259        * Makefile.am, wrapup/Makefile.am: Reworked.
260
2612004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * start/preload.S, start/start.S, include/bsp.h,
264        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
265        adaptations to rtems-4.7.
266
2672004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * configure: Remove (Bogus).
270        * include/tm27.h: New (Stub).
271
2722004-10-20      Joel Sherrill <joel@OARcorp.com>
273
274        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
275        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
276        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
277        and license corrected.
278        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
279        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
280        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
281        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
282        wrapup/Makefile.in: Removed.
283
2842004-10-20  Kate Feng <feng1@bnl.gov>
285
286        * New BSP.
Note: See TracBrowser for help on using the repository browser.