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

4.104.114.84.95
Last change on this file since 78f96ab was 78f96ab, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/05/07 at 20:32:43

fixed some problems with shared PPC exception handling code

  • Property mode set to 100644
File size: 9.4 KB
Line 
12007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * Makefile.am: adapted to shared exception code
4
52007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove qrtems_debug.
8
92007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * bsp_specs: Remove lib (Now expected to exist in GCC).
12
132007-04-01      Joel Sherrill <joel@OARcorp.com>
14
15        PR 1235/bsps
16        * pci/pci.c: Add conditional declaration of variables used in debug
17        printk's.
18
192007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
22        Reflect changes to pci-API.
23
242007-03-12      Joel Sherrill <joel@OARcorp.com>
25
26        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
27        notice. Both of these mistakes appear to be from code submitted after
28        these changes were made previously.
29
302007-03-11      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/bspstart.c: Remove assignments of
33        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
34        value in boot_card.c
35
362007-01-30      Till Straumann <strauman@slac.stanford.edu>
37
38        * Makefile.am, preinstall.am, include/bsp.h,
39        * vme/vmeconfig.c (removed), vme/VME.h (removed):
40        cleaned up vme support - use files from libbsp/powerpc/shared/vme
41        and define BSP specifica in VMEConfig.h.
42        Use VME DMA support implemented by vmeUniverse and
43        libbsp/powerpc/shared/vme/vme_universe_dma.c
44
452007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * GT64260/MVME5500I2C.c: Eliminate u32.
48        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
49
502007-01-19      Till Straumann <strauman@slac.stanford.edu>
51
52        * mvme5500/Makefile.am, mvme5500/preinstall.am,
53        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
54        removed copies of vmeconfig.c, VME.h - use generic
55        versions instead.
56
572006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
60
612006-12-13      Till Straumann <strauman@slac.stanford.edu>
62
63        * mvme5500/Makefile.am, mvme5500/preinstall.am:
64        need to install bsp/vme_am_defs.h
65
662006-11-15      Joel Sherrill <joel@OARcorp.com>
67
68        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
69        file and simplified initialization.
70
712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * LICENSE: Convert to utf-8.
74
752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Remove superfluous -DASM.
78
792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * configure.ac: Require autoconf-2.60. Require automake-1.10.
82
832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Remove explicit ampolish3 support (now in
86        RTEMS_BSP_CONFIGURE).
87
882006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * configure.ac: Add ampolish3 support.
91        * Makefile.am: Add preinstall.am.
92
932006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * Makefile.am: Don't include subdirs.am.
96
972005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * bsp_specs: Remove %cpp.
100
1012005-11-03      Till Straumann <strauman@slac.stanford.edu>
102
103        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
104        this normally points to ISA space but is misused by this BSP
105        (inb/outb & friends are all over the place).
106
1072005-11-03      Till Straumann <strauman@slac.stanford.edu>
108
109        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
110        this BSP does not implement sharing interrupts.
111
1122005-11-03      Till Straumann <strauman@slac.stanford.edu>
113
114        * include/bsp.h: fixed misuse of _IO_BASE
115
1162005-11-03      Till Straumann <strauman@slac.stanford.edu>
117
118        * startup/linkcmds: Removed.
119        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
120        from shared area - this version seemed broken anyways. Let the
121        preloader use the generic 'entry_point_section' rather than its own
122        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
123        __SBSSxxx__ symbols.
124
1252005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        PR 844/bsps
128        * startup/bspstart.c: Include <rtems/bspIo.h>.
129
1302005-07-28      Eric Norum <norume@aps.anl.gov>
131
132        * startup/bspstart.c: Changes provided by Phillip Sorensen
133        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
134        change made to ../shared/clock/p_clock.c.
135
1362005-07-25      Eric Norum <norume@aps.anl.gov>
137
138        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
139
1402005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * include/bsp.h: New header guard.
143
1442005-05-20      Jennifer Averett <jennifer@OARcorp.com>
145
146        PR 702/bsps
147        * include/tm27.h: Add better tm27.h support. Uses decrementer register
148        interrupt -- copied from psim.
149
1502005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
151
152        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
153
1542005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
155
156        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
157        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
158        pci/pci_interface.c, pci/pcifinddevice.c:
159        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
160        Modifications made to merge this release with the current tree.
161
1622005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
163
164        * network/GT64260eth.c: Fixed warning.
165        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
166
1672005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
168
169        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
170        common PCI interface
171
1722005-04-15      Joel Sherrill <joel@OARcorp.com>
173
174        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
175        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
176        startup/reboot.c: Fix warnings.
177
1782005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
179
180        PR 779/bsp
181        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
182        parameter to new exception interrupt handlers in powerpc bsps
183
1842005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
185
186        * startup/linkcmds: add missing section to link cmds
187
1882005-03-14      Joel Sherrill <joel@OARcorp.com>
189
190        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
191        pci_find_device().
192
1932005-03-04      Joel Sherrill <joel@OARcorp.com>
194
195        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
196        function part of the unified PCI API as pci_initialize().
197
1982005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
201        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
202        CPU_MINIMUM_STACK_FRAME_SIZE.
203
2042005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * start/start.S: include <rtems/powerpc/powerpc.h>.
207        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
208        CPU_MINIMUM_STACK_FRAME_SIZE.
209
2102005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
213
2142005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Merge-in wrapup/Makefile.am.
217        * wrapup/Makefile.am: Remove.
218        * configure.ac: Reflect changes above.
219
2202005-01-26      Joel Sherrill <joel@OARcorp.com>
221
222        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
223
2242005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * tod/todcfg.c: size_t RTC_Count.
227
2282005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
231
2322005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
235
2362004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * Makefile.am: Fix network_CPPFLAGS. Reformat.
239        * network/GT64260eth.c: Properly prototype GT64260eth_err().
240
2412004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        * network/GT64260eth.c: Remove ether_sprintf.
244
2452004-10-21      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/bspstart.c: Remove warnings for variables only used when
248        certain conditionals are enabled..
249
2502004-10-21      Joel Sherrill <joel@OARcorp.com>
251
252        * Makefile.am: Add missing network_CPPFLAGS.
253
2542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * Makefile.am: Build networking.rel conditionally.
257        Reformat. Cosmetics.
258        * wrapup/Makefile.am: Build networking.rel conditionally.
259        Add libcpu and exception handling rels.
260        * startup/bspstart.c: Eliminate RTEMS fixed size types.
261
2622004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * startup/bspstart.c: Remove BSP_build_date.
265
2662004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
269        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
270        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
271        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
272        Remove (obsolete).
273
2742004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        * configure.ac: Adaptations to rtems-4.7.
277        * Makefile.am, wrapup/Makefile.am: Reworked.
278
2792004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
280
281        * start/preload.S, start/start.S, include/bsp.h,
282        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
283        adaptations to rtems-4.7.
284
2852004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * configure: Remove (Bogus).
288        * include/tm27.h: New (Stub).
289
2902004-10-20      Joel Sherrill <joel@OARcorp.com>
291
292        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
293        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
294        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
295        and license corrected.
296        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
297        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
298        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
299        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
300        wrapup/Makefile.in: Removed.
301
3022004-10-20  Kate Feng <feng1@bnl.gov>
303
304        * New BSP.
Note: See TracBrowser for help on using the repository browser.