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

4.104.114.84.95
Last change on this file since 48108bcb was 48108bcb, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/07 at 23:30:58

2007-07-23 Joel Sherrill <joel.sherrill@…>

  • start/preload.S: Fix symbolic reference. Did earlier modifications change the conditionals specificed when this BSP is built?
  • Property mode set to 100644
File size: 9.8 KB
Line 
12007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * start/preload.S: Fix symbolic reference. Did earlier modifications
4        change the conditionals specificed when this BSP is built?
5
62007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
7
8        * Makefile.am: added shared/vectors/vectors_entry.S
9
102007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
11
12        * irq/irq_init.c: adapted to shared exception code
13
142007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
15
16        * Makefile.am: adapted to shared exception code
17
182007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * bsp_specs: Remove qrtems_debug.
21
222007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * bsp_specs: Remove lib (Now expected to exist in GCC).
25
262007-04-01      Joel Sherrill <joel@OARcorp.com>
27
28        PR 1235/bsps
29        * pci/pci.c: Add conditional declaration of variables used in debug
30        printk's.
31
322007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
35        Reflect changes to pci-API.
36
372007-03-12      Joel Sherrill <joel@OARcorp.com>
38
39        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
40        notice. Both of these mistakes appear to be from code submitted after
41        these changes were made previously.
42
432007-03-11      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/bspstart.c: Remove assignments of
46        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
47        value in boot_card.c
48
492007-01-30      Till Straumann <strauman@slac.stanford.edu>
50
51        * Makefile.am, preinstall.am, include/bsp.h,
52        * vme/vmeconfig.c (removed), vme/VME.h (removed):
53        cleaned up vme support - use files from libbsp/powerpc/shared/vme
54        and define BSP specifica in VMEConfig.h.
55        Use VME DMA support implemented by vmeUniverse and
56        libbsp/powerpc/shared/vme/vme_universe_dma.c
57
582007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * GT64260/MVME5500I2C.c: Eliminate u32.
61        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
62
632007-01-19      Till Straumann <strauman@slac.stanford.edu>
64
65        * mvme5500/Makefile.am, mvme5500/preinstall.am,
66        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
67        removed copies of vmeconfig.c, VME.h - use generic
68        versions instead.
69
702006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
73
742006-12-13      Till Straumann <strauman@slac.stanford.edu>
75
76        * mvme5500/Makefile.am, mvme5500/preinstall.am:
77        need to install bsp/vme_am_defs.h
78
792006-11-15      Joel Sherrill <joel@OARcorp.com>
80
81        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
82        file and simplified initialization.
83
842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * LICENSE: Convert to utf-8.
87
882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Remove superfluous -DASM.
91
922006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * configure.ac: Require autoconf-2.60. Require automake-1.10.
95
962006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Remove explicit ampolish3 support (now in
99        RTEMS_BSP_CONFIGURE).
100
1012006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * configure.ac: Add ampolish3 support.
104        * Makefile.am: Add preinstall.am.
105
1062006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * Makefile.am: Don't include subdirs.am.
109
1102005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * bsp_specs: Remove %cpp.
113
1142005-11-03      Till Straumann <strauman@slac.stanford.edu>
115
116        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
117        this normally points to ISA space but is misused by this BSP
118        (inb/outb & friends are all over the place).
119
1202005-11-03      Till Straumann <strauman@slac.stanford.edu>
121
122        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
123        this BSP does not implement sharing interrupts.
124
1252005-11-03      Till Straumann <strauman@slac.stanford.edu>
126
127        * include/bsp.h: fixed misuse of _IO_BASE
128
1292005-11-03      Till Straumann <strauman@slac.stanford.edu>
130
131        * startup/linkcmds: Removed.
132        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
133        from shared area - this version seemed broken anyways. Let the
134        preloader use the generic 'entry_point_section' rather than its own
135        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
136        __SBSSxxx__ symbols.
137
1382005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        PR 844/bsps
141        * startup/bspstart.c: Include <rtems/bspIo.h>.
142
1432005-07-28      Eric Norum <norume@aps.anl.gov>
144
145        * startup/bspstart.c: Changes provided by Phillip Sorensen
146        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
147        change made to ../shared/clock/p_clock.c.
148
1492005-07-25      Eric Norum <norume@aps.anl.gov>
150
151        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
152
1532005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * include/bsp.h: New header guard.
156
1572005-05-20      Jennifer Averett <jennifer@OARcorp.com>
158
159        PR 702/bsps
160        * include/tm27.h: Add better tm27.h support. Uses decrementer register
161        interrupt -- copied from psim.
162
1632005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
164
165        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
166
1672005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
168
169        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
170        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
171        pci/pci_interface.c, pci/pcifinddevice.c:
172        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
173        Modifications made to merge this release with the current tree.
174
1752005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
176
177        * network/GT64260eth.c: Fixed warning.
178        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
179
1802005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
181
182        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
183        common PCI interface
184
1852005-04-15      Joel Sherrill <joel@OARcorp.com>
186
187        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
188        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
189        startup/reboot.c: Fix warnings.
190
1912005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
192
193        PR 779/bsp
194        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
195        parameter to new exception interrupt handlers in powerpc bsps
196
1972005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
198
199        * startup/linkcmds: add missing section to link cmds
200
2012005-03-14      Joel Sherrill <joel@OARcorp.com>
202
203        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
204        pci_find_device().
205
2062005-03-04      Joel Sherrill <joel@OARcorp.com>
207
208        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
209        function part of the unified PCI API as pci_initialize().
210
2112005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
214        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
215        CPU_MINIMUM_STACK_FRAME_SIZE.
216
2172005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * start/start.S: include <rtems/powerpc/powerpc.h>.
220        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
221        CPU_MINIMUM_STACK_FRAME_SIZE.
222
2232005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
226
2272005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Merge-in wrapup/Makefile.am.
230        * wrapup/Makefile.am: Remove.
231        * configure.ac: Reflect changes above.
232
2332005-01-26      Joel Sherrill <joel@OARcorp.com>
234
235        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
236
2372005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * tod/todcfg.c: size_t RTC_Count.
240
2412005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
244
2452005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
248
2492004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
250
251        * Makefile.am: Fix network_CPPFLAGS. Reformat.
252        * network/GT64260eth.c: Properly prototype GT64260eth_err().
253
2542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * network/GT64260eth.c: Remove ether_sprintf.
257
2582004-10-21      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/bspstart.c: Remove warnings for variables only used when
261        certain conditionals are enabled..
262
2632004-10-21      Joel Sherrill <joel@OARcorp.com>
264
265        * Makefile.am: Add missing network_CPPFLAGS.
266
2672004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * Makefile.am: Build networking.rel conditionally.
270        Reformat. Cosmetics.
271        * wrapup/Makefile.am: Build networking.rel conditionally.
272        Add libcpu and exception handling rels.
273        * startup/bspstart.c: Eliminate RTEMS fixed size types.
274
2752004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * startup/bspstart.c: Remove BSP_build_date.
278
2792004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
280
281        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
282        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
283        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
284        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
285        Remove (obsolete).
286
2872004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
288
289        * configure.ac: Adaptations to rtems-4.7.
290        * Makefile.am, wrapup/Makefile.am: Reworked.
291
2922004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * start/preload.S, start/start.S, include/bsp.h,
295        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
296        adaptations to rtems-4.7.
297
2982004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        * configure: Remove (Bogus).
301        * include/tm27.h: New (Stub).
302
3032004-10-20      Joel Sherrill <joel@OARcorp.com>
304
305        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
306        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
307        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
308        and license corrected.
309        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
310        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
311        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
312        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
313        wrapup/Makefile.in: Removed.
314
3152004-10-20  Kate Feng <feng1@bnl.gov>
316
317        * New BSP.
Note: See TracBrowser for help on using the repository browser.