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

4.104.114.84.95
Last change on this file since ea63b37 was ea63b37, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/09/06 at 17:32:38

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

  • Makefile.am: Don't include subdirs.am.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Don't include subdirs.am.
4
52005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove %cpp.
8
92005-11-03      Till Straumann <strauman@slac.stanford.edu>
10
11        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
12        this normally points to ISA space but is misused by this BSP
13        (inb/outb & friends are all over the place).
14
152005-11-03      Till Straumann <strauman@slac.stanford.edu>
16
17        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
18        this BSP does not implement sharing interrupts.
19
202005-11-03      Till Straumann <strauman@slac.stanford.edu>
21
22        * include/bsp.h: fixed misuse of _IO_BASE
23
242005-11-03      Till Straumann <strauman@slac.stanford.edu>
25
26        * startup/linkcmds: Removed.
27        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
28        from shared area - this version seemed broken anyways. Let the
29        preloader use the generic 'entry_point_section' rather than its own
30        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
31        __SBSSxxx__ symbols.
32
332005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        PR 844/bsps
36        * startup/bspstart.c: Include <rtems/bspIo.h>.
37
382005-07-28      Eric Norum <norume@aps.anl.gov>
39
40        * startup/bspstart.c: Changes provided by Phillip Sorensen
41        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
42        change made to ../shared/clock/p_clock.c.
43
442005-07-25      Eric Norum <norume@aps.anl.gov>
45
46        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
47
482005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * include/bsp.h: New header guard.
51
522005-05-20      Jennifer Averett <jennifer@OARcorp.com>
53
54        PR 702/bsps
55        * include/tm27.h: Add better tm27.h support. Uses decrementer register
56        interrupt -- copied from psim.
57
582005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
59
60        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
61
622005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
63
64        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
65        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
66        pci/pci_interface.c, pci/pcifinddevice.c:
67        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
68        Modifications made to merge this release with the current tree.
69
702005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
71
72        * network/GT64260eth.c: Fixed warning.
73        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
74
752005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
76
77        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
78        common PCI interface
79
802005-04-15      Joel Sherrill <joel@OARcorp.com>
81
82        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
83        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
84        startup/reboot.c: Fix warnings.
85
862005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
87
88        PR 779/bsp
89        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
90        parameter to new exception interrupt handlers in powerpc bsps
91
922005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
93
94        * startup/linkcmds: add missing section to link cmds
95
962005-03-14      Joel Sherrill <joel@OARcorp.com>
97
98        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
99        pci_find_device().
100
1012005-03-04      Joel Sherrill <joel@OARcorp.com>
102
103        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
104        function part of the unified PCI API as pci_initialize().
105
1062005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
109        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
110        CPU_MINIMUM_STACK_FRAME_SIZE.
111
1122005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * start/start.S: include <rtems/powerpc/powerpc.h>.
115        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
116        CPU_MINIMUM_STACK_FRAME_SIZE.
117
1182005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
121
1222005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Merge-in wrapup/Makefile.am.
125        * wrapup/Makefile.am: Remove.
126        * configure.ac: Reflect changes above.
127
1282005-01-26      Joel Sherrill <joel@OARcorp.com>
129
130        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
131
1322005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * tod/todcfg.c: size_t RTC_Count.
135
1362005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
139
1402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
143
1442004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * Makefile.am: Fix network_CPPFLAGS. Reformat.
147        * network/GT64260eth.c: Properly prototype GT64260eth_err().
148
1492004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * network/GT64260eth.c: Remove ether_sprintf.
152
1532004-10-21      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/bspstart.c: Remove warnings for variables only used when
156        certain conditionals are enabled..
157
1582004-10-21      Joel Sherrill <joel@OARcorp.com>
159
160        * Makefile.am: Add missing network_CPPFLAGS.
161
1622004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
163
164        * Makefile.am: Build networking.rel conditionally.
165        Reformat. Cosmetics.
166        * wrapup/Makefile.am: Build networking.rel conditionally.
167        Add libcpu and exception handling rels.
168        * startup/bspstart.c: Eliminate RTEMS fixed size types.
169
1702004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * startup/bspstart.c: Remove BSP_build_date.
173
1742004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
177        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
178        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
179        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
180        Remove (obsolete).
181
1822004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * configure.ac: Adaptations to rtems-4.7.
185        * Makefile.am, wrapup/Makefile.am: Reworked.
186
1872004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * start/preload.S, start/start.S, include/bsp.h,
190        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
191        adaptations to rtems-4.7.
192
1932004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        * configure: Remove (Bogus).
196        * include/tm27.h: New (Stub).
197
1982004-10-20      Joel Sherrill <joel@OARcorp.com>
199
200        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
201        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
202        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
203        and license corrected.
204        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
205        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
206        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
207        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
208        wrapup/Makefile.in: Removed.
209
2102004-10-20  Kate Feng <feng1@bnl.gov>
211
212        * New BSP.
Note: See TracBrowser for help on using the repository browser.