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

4.104.114.84.95
Last change on this file since 7cc4f59 was 7cc4f59, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/10/06 at 20:15:30

2006-01-10 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Add ampolish3 support.
  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Add ampolish3 support.
4        * Makefile.am: Add preinstall.am.
5
62006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Don't include subdirs.am.
9
102005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * bsp_specs: Remove %cpp.
13
142005-11-03      Till Straumann <strauman@slac.stanford.edu>
15
16        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
17        this normally points to ISA space but is misused by this BSP
18        (inb/outb & friends are all over the place).
19
202005-11-03      Till Straumann <strauman@slac.stanford.edu>
21
22        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
23        this BSP does not implement sharing interrupts.
24
252005-11-03      Till Straumann <strauman@slac.stanford.edu>
26
27        * include/bsp.h: fixed misuse of _IO_BASE
28
292005-11-03      Till Straumann <strauman@slac.stanford.edu>
30
31        * startup/linkcmds: Removed.
32        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
33        from shared area - this version seemed broken anyways. Let the
34        preloader use the generic 'entry_point_section' rather than its own
35        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
36        __SBSSxxx__ symbols.
37
382005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        PR 844/bsps
41        * startup/bspstart.c: Include <rtems/bspIo.h>.
42
432005-07-28      Eric Norum <norume@aps.anl.gov>
44
45        * startup/bspstart.c: Changes provided by Phillip Sorensen
46        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
47        change made to ../shared/clock/p_clock.c.
48
492005-07-25      Eric Norum <norume@aps.anl.gov>
50
51        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
52
532005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * include/bsp.h: New header guard.
56
572005-05-20      Jennifer Averett <jennifer@OARcorp.com>
58
59        PR 702/bsps
60        * include/tm27.h: Add better tm27.h support. Uses decrementer register
61        interrupt -- copied from psim.
62
632005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
64
65        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
66
672005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
68
69        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
70        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
71        pci/pci_interface.c, pci/pcifinddevice.c:
72        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
73        Modifications made to merge this release with the current tree.
74
752005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
76
77        * network/GT64260eth.c: Fixed warning.
78        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
79
802005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
81
82        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
83        common PCI interface
84
852005-04-15      Joel Sherrill <joel@OARcorp.com>
86
87        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
88        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
89        startup/reboot.c: Fix warnings.
90
912005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
92
93        PR 779/bsp
94        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
95        parameter to new exception interrupt handlers in powerpc bsps
96
972005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
98
99        * startup/linkcmds: add missing section to link cmds
100
1012005-03-14      Joel Sherrill <joel@OARcorp.com>
102
103        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
104        pci_find_device().
105
1062005-03-04      Joel Sherrill <joel@OARcorp.com>
107
108        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
109        function part of the unified PCI API as pci_initialize().
110
1112005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
114        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
115        CPU_MINIMUM_STACK_FRAME_SIZE.
116
1172005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * start/start.S: include <rtems/powerpc/powerpc.h>.
120        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
121        CPU_MINIMUM_STACK_FRAME_SIZE.
122
1232005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
126
1272005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Merge-in wrapup/Makefile.am.
130        * wrapup/Makefile.am: Remove.
131        * configure.ac: Reflect changes above.
132
1332005-01-26      Joel Sherrill <joel@OARcorp.com>
134
135        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
136
1372005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * tod/todcfg.c: size_t RTC_Count.
140
1412005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
144
1452005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
148
1492004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * Makefile.am: Fix network_CPPFLAGS. Reformat.
152        * network/GT64260eth.c: Properly prototype GT64260eth_err().
153
1542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * network/GT64260eth.c: Remove ether_sprintf.
157
1582004-10-21      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/bspstart.c: Remove warnings for variables only used when
161        certain conditionals are enabled..
162
1632004-10-21      Joel Sherrill <joel@OARcorp.com>
164
165        * Makefile.am: Add missing network_CPPFLAGS.
166
1672004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        * Makefile.am: Build networking.rel conditionally.
170        Reformat. Cosmetics.
171        * wrapup/Makefile.am: Build networking.rel conditionally.
172        Add libcpu and exception handling rels.
173        * startup/bspstart.c: Eliminate RTEMS fixed size types.
174
1752004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        * startup/bspstart.c: Remove BSP_build_date.
178
1792004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
182        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
183        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
184        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
185        Remove (obsolete).
186
1872004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * configure.ac: Adaptations to rtems-4.7.
190        * Makefile.am, wrapup/Makefile.am: Reworked.
191
1922004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        * start/preload.S, start/start.S, include/bsp.h,
195        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
196        adaptations to rtems-4.7.
197
1982004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * configure: Remove (Bogus).
201        * include/tm27.h: New (Stub).
202
2032004-10-20      Joel Sherrill <joel@OARcorp.com>
204
205        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
206        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
207        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
208        and license corrected.
209        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
210        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
211        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
212        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
213        wrapup/Makefile.in: Removed.
214
2152004-10-20  Kate Feng <feng1@bnl.gov>
216
217        * New BSP.
Note: See TracBrowser for help on using the repository browser.