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

4.104.114.95
Last change on this file since 07e9642c was 07e9642c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/07 at 21:44:46

2007-11-28 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
4        Table. They have been replaced with variables named bsp_XXX as
5        needed.
6
72007-09-20      Kate Feng <feng1@bnl.gov>
8
9        * network/if_100MHz/GT64260eth.c: Add else.
10
112007-09-19      Kate Feng <feng1@bnl.gov>
12
13        * README: Update.
14
152007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
18
192007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
22        warnings.
23
242007-09-07      Kate Feng <feng1@bnl.gov>
25
26        * ChangeLog, Makefile.am, README, README.booting, README.irq,
27        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
28        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
29        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
30        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
31        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
32        Merge my improvements in this BSP including a new network
33        driver for the 1GHz NIC.
34        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
35        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
36        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
37        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
38        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
39
402007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * start/preload.S: Fix symbolic reference. Did earlier modifications
43        change the conditionals specificed when this BSP is built?
44
452007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
46
47        * Makefile.am: added shared/vectors/vectors_entry.S
48
492007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
50
51        * irq/irq_init.c: adapted to shared exception code
52
532007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
54
55        * Makefile.am: adapted to shared exception code
56
572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * bsp_specs: Remove qrtems_debug.
60
612007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * bsp_specs: Remove lib (Now expected to exist in GCC).
64
652007-04-01      Joel Sherrill <joel@OARcorp.com>
66
67        PR 1235/bsps
68        * pci/pci.c: Add conditional declaration of variables used in debug
69        printk's.
70
712007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
74        Reflect changes to pci-API.
75
762007-03-12      Joel Sherrill <joel@OARcorp.com>
77
78        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
79        notice. Both of these mistakes appear to be from code submitted after
80        these changes were made previously.
81
822007-03-11      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/bspstart.c: Remove assignments of
85        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
86        value in boot_card.c
87
882007-01-30      Till Straumann <strauman@slac.stanford.edu>
89
90        * Makefile.am, preinstall.am, include/bsp.h,
91        * vme/vmeconfig.c (removed), vme/VME.h (removed):
92        cleaned up vme support - use files from libbsp/powerpc/shared/vme
93        and define BSP specifica in VMEConfig.h.
94        Use VME DMA support implemented by vmeUniverse and
95        libbsp/powerpc/shared/vme/vme_universe_dma.c
96
972007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * GT64260/MVME5500I2C.c: Eliminate u32.
100        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
101
1022007-01-19      Till Straumann <strauman@slac.stanford.edu>
103
104        * mvme5500/Makefile.am, mvme5500/preinstall.am,
105        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
106        removed copies of vmeconfig.c, VME.h - use generic
107        versions instead.
108
1092006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
112
1132006-12-13      Till Straumann <strauman@slac.stanford.edu>
114
115        * mvme5500/Makefile.am, mvme5500/preinstall.am:
116        need to install bsp/vme_am_defs.h
117
1182006-11-15      Joel Sherrill <joel@OARcorp.com>
119
120        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
121        file and simplified initialization.
122
1232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * LICENSE: Convert to utf-8.
126
1272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Remove superfluous -DASM.
130
1312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * configure.ac: Require autoconf-2.60. Require automake-1.10.
134
1352006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * configure.ac: Remove explicit ampolish3 support (now in
138        RTEMS_BSP_CONFIGURE).
139
1402006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * configure.ac: Add ampolish3 support.
143        * Makefile.am: Add preinstall.am.
144
1452006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Don't include subdirs.am.
148
1492005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * bsp_specs: Remove %cpp.
152
1532005-11-03      Till Straumann <strauman@slac.stanford.edu>
154
155        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
156        this normally points to ISA space but is misused by this BSP
157        (inb/outb & friends are all over the place).
158
1592005-11-03      Till Straumann <strauman@slac.stanford.edu>
160
161        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
162        this BSP does not implement sharing interrupts.
163
1642005-11-03      Till Straumann <strauman@slac.stanford.edu>
165
166        * include/bsp.h: fixed misuse of _IO_BASE
167
1682005-11-03      Till Straumann <strauman@slac.stanford.edu>
169
170        * startup/linkcmds: Removed.
171        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
172        from shared area - this version seemed broken anyways. Let the
173        preloader use the generic 'entry_point_section' rather than its own
174        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
175        __SBSSxxx__ symbols.
176
1772005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        PR 844/bsps
180        * startup/bspstart.c: Include <rtems/bspIo.h>.
181
1822005-07-28      Eric Norum <norume@aps.anl.gov>
183
184        * startup/bspstart.c: Changes provided by Phillip Sorensen
185        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
186        change made to ../shared/clock/p_clock.c.
187
1882005-07-25      Eric Norum <norume@aps.anl.gov>
189
190        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
191
1922005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * include/bsp.h: New header guard.
195
1962005-05-20      Jennifer Averett <jennifer@OARcorp.com>
197
198        PR 702/bsps
199        * include/tm27.h: Add better tm27.h support. Uses decrementer register
200        interrupt -- copied from psim.
201
2022005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
203
204        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
205
2062005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
207
208        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
209        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
210        pci/pci_interface.c, pci/pcifinddevice.c:
211        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
212        Modifications made to merge this release with the current tree.
213
2142005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
215
216        * network/GT64260eth.c: Fixed warning.
217        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
218
2192005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
220
221        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
222        common PCI interface
223
2242005-04-15      Joel Sherrill <joel@OARcorp.com>
225
226        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
227        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
228        startup/reboot.c: Fix warnings.
229
2302005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
231
232        PR 779/bsp
233        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
234        parameter to new exception interrupt handlers in powerpc bsps
235
2362005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
237
238        * startup/linkcmds: add missing section to link cmds
239
2402005-03-14      Joel Sherrill <joel@OARcorp.com>
241
242        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
243        pci_find_device().
244
2452005-03-04      Joel Sherrill <joel@OARcorp.com>
246
247        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
248        function part of the unified PCI API as pci_initialize().
249
2502005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
253        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
254        CPU_MINIMUM_STACK_FRAME_SIZE.
255
2562005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * start/start.S: include <rtems/powerpc/powerpc.h>.
259        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
260        CPU_MINIMUM_STACK_FRAME_SIZE.
261
2622005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
265
2662005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * Makefile.am: Merge-in wrapup/Makefile.am.
269        * wrapup/Makefile.am: Remove.
270        * configure.ac: Reflect changes above.
271
2722005-01-26      Joel Sherrill <joel@OARcorp.com>
273
274        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
275
2762005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * tod/todcfg.c: size_t RTC_Count.
279
2802005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
281
282        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
283
2842005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
287
2882004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * Makefile.am: Fix network_CPPFLAGS. Reformat.
291        * network/GT64260eth.c: Properly prototype GT64260eth_err().
292
2932004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        * network/GT64260eth.c: Remove ether_sprintf.
296
2972004-10-21      Joel Sherrill <joel@OARcorp.com>
298
299        * startup/bspstart.c: Remove warnings for variables only used when
300        certain conditionals are enabled..
301
3022004-10-21      Joel Sherrill <joel@OARcorp.com>
303
304        * Makefile.am: Add missing network_CPPFLAGS.
305
3062004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
307
308        * Makefile.am: Build networking.rel conditionally.
309        Reformat. Cosmetics.
310        * wrapup/Makefile.am: Build networking.rel conditionally.
311        Add libcpu and exception handling rels.
312        * startup/bspstart.c: Eliminate RTEMS fixed size types.
313
3142004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        * startup/bspstart.c: Remove BSP_build_date.
317
3182004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
319
320        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
321        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
322        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
323        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
324        Remove (obsolete).
325
3262004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
327
328        * configure.ac: Adaptations to rtems-4.7.
329        * Makefile.am, wrapup/Makefile.am: Reworked.
330
3312004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
332
333        * start/preload.S, start/start.S, include/bsp.h,
334        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
335        adaptations to rtems-4.7.
336
3372004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
338
339        * configure: Remove (Bogus).
340        * include/tm27.h: New (Stub).
341
3422004-10-20      Joel Sherrill <joel@OARcorp.com>
343
344        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
345        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
346        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
347        and license corrected.
348        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
349        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
350        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
351        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
352        wrapup/Makefile.in: Removed.
353
3542004-10-20  Kate Feng <feng1@bnl.gov>
355
356        * New BSP.
Note: See TracBrowser for help on using the repository browser.