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

4.104.114.84.95
Last change on this file since a4819530 was f056a6e, checked in by Joel Sherrill <joel.sherrill@…>, on 04/01/07 at 15:38:30

2007-04-01 Joel Sherrill <joel@…>

PR 1235/bsps

  • pci/pci.c: Add conditional declaration of variables used in debug printk's.
  • Property mode set to 100644
File size: 9.1 KB
Line 
12007-04-01      Joel Sherrill <joel@OARcorp.com>
2
3        PR 1235/bsps
4        * pci/pci.c: Add conditional declaration of variables used in debug
5        printk's.
6
72007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
10        Reflect changes to pci-API.
11
122007-03-12      Joel Sherrill <joel@OARcorp.com>
13
14        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
15        notice. Both of these mistakes appear to be from code submitted after
16        these changes were made previously.
17
182007-03-11      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/bspstart.c: Remove assignments of
21        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
22        value in boot_card.c
23
242007-01-30      Till Straumann <strauman@slac.stanford.edu>
25
26        * Makefile.am, preinstall.am, include/bsp.h,
27        * vme/vmeconfig.c (removed), vme/VME.h (removed):
28        cleaned up vme support - use files from libbsp/powerpc/shared/vme
29        and define BSP specifica in VMEConfig.h.
30        Use VME DMA support implemented by vmeUniverse and
31        libbsp/powerpc/shared/vme/vme_universe_dma.c
32
332007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * GT64260/MVME5500I2C.c: Eliminate u32.
36        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
37
382007-01-19      Till Straumann <strauman@slac.stanford.edu>
39
40        * mvme5500/Makefile.am, mvme5500/preinstall.am,
41        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
42        removed copies of vmeconfig.c, VME.h - use generic
43        versions instead.
44
452006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
48
492006-12-13      Till Straumann <strauman@slac.stanford.edu>
50
51        * mvme5500/Makefile.am, mvme5500/preinstall.am:
52        need to install bsp/vme_am_defs.h
53
542006-11-15      Joel Sherrill <joel@OARcorp.com>
55
56        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
57        file and simplified initialization.
58
592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * LICENSE: Convert to utf-8.
62
632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove superfluous -DASM.
66
672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Require autoconf-2.60. Require automake-1.10.
70
712006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Remove explicit ampolish3 support (now in
74        RTEMS_BSP_CONFIGURE).
75
762006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * configure.ac: Add ampolish3 support.
79        * Makefile.am: Add preinstall.am.
80
812006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Don't include subdirs.am.
84
852005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * bsp_specs: Remove %cpp.
88
892005-11-03      Till Straumann <strauman@slac.stanford.edu>
90
91        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
92        this normally points to ISA space but is misused by this BSP
93        (inb/outb & friends are all over the place).
94
952005-11-03      Till Straumann <strauman@slac.stanford.edu>
96
97        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
98        this BSP does not implement sharing interrupts.
99
1002005-11-03      Till Straumann <strauman@slac.stanford.edu>
101
102        * include/bsp.h: fixed misuse of _IO_BASE
103
1042005-11-03      Till Straumann <strauman@slac.stanford.edu>
105
106        * startup/linkcmds: Removed.
107        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
108        from shared area - this version seemed broken anyways. Let the
109        preloader use the generic 'entry_point_section' rather than its own
110        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
111        __SBSSxxx__ symbols.
112
1132005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        PR 844/bsps
116        * startup/bspstart.c: Include <rtems/bspIo.h>.
117
1182005-07-28      Eric Norum <norume@aps.anl.gov>
119
120        * startup/bspstart.c: Changes provided by Phillip Sorensen
121        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
122        change made to ../shared/clock/p_clock.c.
123
1242005-07-25      Eric Norum <norume@aps.anl.gov>
125
126        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
127
1282005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * include/bsp.h: New header guard.
131
1322005-05-20      Jennifer Averett <jennifer@OARcorp.com>
133
134        PR 702/bsps
135        * include/tm27.h: Add better tm27.h support. Uses decrementer register
136        interrupt -- copied from psim.
137
1382005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
139
140        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
141
1422005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
143
144        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
145        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
146        pci/pci_interface.c, pci/pcifinddevice.c:
147        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
148        Modifications made to merge this release with the current tree.
149
1502005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
151
152        * network/GT64260eth.c: Fixed warning.
153        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
154
1552005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
156
157        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
158        common PCI interface
159
1602005-04-15      Joel Sherrill <joel@OARcorp.com>
161
162        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
163        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
164        startup/reboot.c: Fix warnings.
165
1662005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
167
168        PR 779/bsp
169        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
170        parameter to new exception interrupt handlers in powerpc bsps
171
1722005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
173
174        * startup/linkcmds: add missing section to link cmds
175
1762005-03-14      Joel Sherrill <joel@OARcorp.com>
177
178        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
179        pci_find_device().
180
1812005-03-04      Joel Sherrill <joel@OARcorp.com>
182
183        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
184        function part of the unified PCI API as pci_initialize().
185
1862005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
189        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
190        CPU_MINIMUM_STACK_FRAME_SIZE.
191
1922005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * start/start.S: include <rtems/powerpc/powerpc.h>.
195        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
196        CPU_MINIMUM_STACK_FRAME_SIZE.
197
1982005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
201
2022005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * Makefile.am: Merge-in wrapup/Makefile.am.
205        * wrapup/Makefile.am: Remove.
206        * configure.ac: Reflect changes above.
207
2082005-01-26      Joel Sherrill <joel@OARcorp.com>
209
210        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
211
2122005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * tod/todcfg.c: size_t RTC_Count.
215
2162005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
219
2202005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
223
2242004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        * Makefile.am: Fix network_CPPFLAGS. Reformat.
227        * network/GT64260eth.c: Properly prototype GT64260eth_err().
228
2292004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        * network/GT64260eth.c: Remove ether_sprintf.
232
2332004-10-21      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/bspstart.c: Remove warnings for variables only used when
236        certain conditionals are enabled..
237
2382004-10-21      Joel Sherrill <joel@OARcorp.com>
239
240        * Makefile.am: Add missing network_CPPFLAGS.
241
2422004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * Makefile.am: Build networking.rel conditionally.
245        Reformat. Cosmetics.
246        * wrapup/Makefile.am: Build networking.rel conditionally.
247        Add libcpu and exception handling rels.
248        * startup/bspstart.c: Eliminate RTEMS fixed size types.
249
2502004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * startup/bspstart.c: Remove BSP_build_date.
253
2542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
257        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
258        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
259        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
260        Remove (obsolete).
261
2622004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * configure.ac: Adaptations to rtems-4.7.
265        * Makefile.am, wrapup/Makefile.am: Reworked.
266
2672004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * start/preload.S, start/start.S, include/bsp.h,
270        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
271        adaptations to rtems-4.7.
272
2732004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        * configure: Remove (Bogus).
276        * include/tm27.h: New (Stub).
277
2782004-10-20      Joel Sherrill <joel@OARcorp.com>
279
280        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
281        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
282        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
283        and license corrected.
284        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
285        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
286        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
287        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
288        wrapup/Makefile.in: Removed.
289
2902004-10-20  Kate Feng <feng1@bnl.gov>
291
292        * New BSP.
Note: See TracBrowser for help on using the repository browser.