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

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

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: 8.2 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-12      Joel Sherrill <joel@OARcorp.com>
8
9        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
10        notice. Both of these mistakes appear to be from code submitted after
11        these changes were made previously.
12
132007-01-29      Till Straumann <strauman@slac.stanford.edu>
14
15        * Makefile.am, preinstall.am, include/bsp.h,
16        * vme/vmeconfig.c (removed), vme/VME.h (removed):
17        cleaned up vme support - use files from libbsp/powerpc/shared/vme
18        and define BSP specifica in VMEConfig.h.
19        Use VME DMA support implemented by vmeUniverse and
20        libbsp/powerpc/shared/vme/vme_universe_dma.c
21
222007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * GT64260/MVME5500I2C.c: Eliminate u32.
25        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
26
272006-10-30      Joel Sherrill <joel@OARcorp.com>
28
29        * include/.cvsignore: New file.
30
312006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Remove superfluous -DASM.
34
352006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Require automake-1.10. Require autoconf-2.60.
38
392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * LICENSE: Convert to utf-8.
42
432006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Remove explicit ampolish3 support (now in
46        RTEMS_BSP_CONFIGURE).
47
482006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Add ampolish3 support.
51        * Makefile.am: Add preinstall.am.
52
532006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Don't include subdirs.am.
56
572005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * bsp_specs: Remove %cpp.
60
612005-11-03      Till Straumann <strauman@slac.stanford.edu>
62
63        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
64        this normally points to ISA space but is misused by this BSP
65        (inb/outb & friends are all over the place).
66
672005-11-03      Till Straumann <strauman@slac.stanford.edu>
68
69        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
70        this BSP does not implement sharing interrupts.
71
722005-11-03      Till Straumann <strauman@slac.stanford.edu>
73
74        * include/bsp.h: fixed misuse of _IO_BASE
75
762005-11-03      Till Straumann <strauman@slac.stanford.edu>
77
78        * startup/linkcmds: Removed.
79        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
80        from shared area - this version seemed broken anyways. Let the
81        preloader use the generic 'entry_point_section' rather than its own
82        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
83        __SBSSxxx__ symbols.
84
852005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        PR 844/bsps
88        * startup/bspstart.c: Include <rtems/bspIo.h>.
89
902005-07-28      Eric Norum <norume@aps.anl.gov>
91
92        * startup/bspstart.c: Changes provided by Phillip Sorensen
93        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
94        change made to ../shared/clock/p_clock.c.
95
962005-07-25      Eric Norum <norume@aps.anl.gov>
97
98        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
99
1002005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * include/bsp.h: New header guard.
103
1042005-05-20      Jennifer Averett <jennifer@OARcorp.com>
105
106        PR 702/bsps
107        * include/tm27.h: Add better tm27.h support. Uses decrementer register
108        interrupt -- copied from psim.
109
1102005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
111
112        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
113
1142005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
115
116        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
117        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
118        pci/pci_interface.c, pci/pcifinddevice.c:
119        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
120        Modifications made to merge this release with the current tree.
121
1222005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
123
124        * network/GT64260eth.c: Fixed warning.
125        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
126
1272005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
128
129        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
130        common PCI interface
131
1322005-04-15      Joel Sherrill <joel@OARcorp.com>
133
134        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
135        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
136        startup/reboot.c: Fix warnings.
137
1382005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
139
140        PR 779/bsp
141        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
142        parameter to new exception interrupt handlers in powerpc bsps
143
1442005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
145
146        * startup/linkcmds: add missing section to link cmds
147
1482005-03-14      Joel Sherrill <joel@OARcorp.com>
149
150        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
151        pci_find_device().
152
1532005-03-04      Joel Sherrill <joel@OARcorp.com>
154
155        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
156        function part of the unified PCI API as pci_initialize().
157
1582005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
161        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
162        CPU_MINIMUM_STACK_FRAME_SIZE.
163
1642005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * start/start.S: include <rtems/powerpc/powerpc.h>.
167        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
168        CPU_MINIMUM_STACK_FRAME_SIZE.
169
1702005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
173
1742005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Merge-in wrapup/Makefile.am.
177        * wrapup/Makefile.am: Remove.
178        * configure.ac: Reflect changes above.
179
1802005-01-26      Joel Sherrill <joel@OARcorp.com>
181
182        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
183
1842005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * tod/todcfg.c: size_t RTC_Count.
187
1882005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
191
1922005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
195
1962004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        * Makefile.am: Fix network_CPPFLAGS. Reformat.
199        * network/GT64260eth.c: Properly prototype GT64260eth_err().
200
2012004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * network/GT64260eth.c: Remove ether_sprintf.
204
2052004-10-21      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/bspstart.c: Remove warnings for variables only used when
208        certain conditionals are enabled..
209
2102004-10-21      Joel Sherrill <joel@OARcorp.com>
211
212        * Makefile.am: Add missing network_CPPFLAGS.
213
2142004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * Makefile.am: Build networking.rel conditionally.
217        Reformat. Cosmetics.
218        * wrapup/Makefile.am: Build networking.rel conditionally.
219        Add libcpu and exception handling rels.
220        * startup/bspstart.c: Eliminate RTEMS fixed size types.
221
2222004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * startup/bspstart.c: Remove BSP_build_date.
225
2262004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
229        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
230        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
231        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
232        Remove (obsolete).
233
2342004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        * configure.ac: Adaptations to rtems-4.7.
237        * Makefile.am, wrapup/Makefile.am: Reworked.
238
2392004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        * start/preload.S, start/start.S, include/bsp.h,
242        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
243        adaptations to rtems-4.7.
244
2452004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        * configure: Remove (Bogus).
248        * include/tm27.h: New (Stub).
249
2502004-10-20      Joel Sherrill <joel@OARcorp.com>
251
252        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
253        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
254        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
255        and license corrected.
256        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
257        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
258        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
259        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
260        wrapup/Makefile.in: Removed.
261
2622004-10-20  Kate Feng <feng1@bnl.gov>
263
264        * New BSP.
Note: See TracBrowser for help on using the repository browser.