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

4.104.114.84.95
Last change on this file since 0de2f239 was 7e2dcde, checked in by Till Straumann <strauman@…>, on 11/03/05 at 21:38:36

2005-11-03 straumanatslacdotstanforddotedu

  • startup/linkcmds: Removed.
  • Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds

from shared area - this version seemed broken anyways. Let the
preloader use the generic 'entry_point_section' rather than its own
'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
SBSSxxx symbols.

  • Property mode set to 100644
File size: 6.0 KB
Line 
12005-11-03      straumanatslacdotstanforddotedu
2
3        * startup/linkcmds: Removed.
4        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
5    from shared area - this version seemed broken anyways. Let the
6    preloader use the generic 'entry_point_section' rather than its own
7    'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
8    __SBSSxxx__ symbols.
9
102005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        PR 844/bsps
13        * startup/bspstart.c: Include <rtems/bspIo.h>.
14
152005-07-28      Eric Norum <norume@aps.anl.gov>
16
17        * startup/bspstart.c: Changes provided by Phillip Sorensen
18        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
19        change made to ../shared/clock/p_clock.c.
20
212005-07-25      Eric Norum <norume@aps.anl.gov>
22
23        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
24
252005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * include/bsp.h: New header guard.
28
292005-05-20      Jennifer Averett <jennifer@OARcorp.com>
30
31        PR 702/bsps
32        * include/tm27.h: Add better tm27.h support. Uses decrementer register
33        interrupt -- copied from psim.
34
352005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
36
37        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
38
392005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
40
41        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
42        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
43        pci/pci_interface.c, pci/pcifinddevice.c:
44        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
45        Modifications made to merge this release with the current tree.
46
472005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
48
49        * network/GT64260eth.c: Fixed warning.
50        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
51
522005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
53
54        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
55        common PCI interface
56
572005-04-15      Joel Sherrill <joel@OARcorp.com>
58
59        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
60        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
61        startup/reboot.c: Fix warnings.
62
632005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
64
65        PR 779/bsp
66        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
67        parameter to new exception interrupt handlers in powerpc bsps
68
692005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
70
71        * startup/linkcmds: add missing section to link cmds
72
732005-03-14      Joel Sherrill <joel@OARcorp.com>
74
75        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
76        pci_find_device().
77
782005-03-04      Joel Sherrill <joel@OARcorp.com>
79
80        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
81        function part of the unified PCI API as pci_initialize().
82
832005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
86        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
87        CPU_MINIMUM_STACK_FRAME_SIZE.
88
892005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * start/start.S: include <rtems/powerpc/powerpc.h>.
92        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
93        CPU_MINIMUM_STACK_FRAME_SIZE.
94
952005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
98
992005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Merge-in wrapup/Makefile.am.
102        * wrapup/Makefile.am: Remove.
103        * configure.ac: Reflect changes above.
104
1052005-01-26      Joel Sherrill <joel@OARcorp.com>
106
107        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
108
1092005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * tod/todcfg.c: size_t RTC_Count.
112
1132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
116
1172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
120
1212004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * Makefile.am: Fix network_CPPFLAGS. Reformat.
124        * network/GT64260eth.c: Properly prototype GT64260eth_err().
125
1262004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * network/GT64260eth.c: Remove ether_sprintf.
129
1302004-10-21      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/bspstart.c: Remove warnings for variables only used when
133        certain conditionals are enabled..
134
1352004-10-21      Joel Sherrill <joel@OARcorp.com>
136
137        * Makefile.am: Add missing network_CPPFLAGS.
138
1392004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * Makefile.am: Build networking.rel conditionally.
142        Reformat. Cosmetics.
143        * wrapup/Makefile.am: Build networking.rel conditionally.
144        Add libcpu and exception handling rels.
145        * startup/bspstart.c: Eliminate RTEMS fixed size types.
146
1472004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * startup/bspstart.c: Remove BSP_build_date.
150
1512004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
154        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
155        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
156        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
157        Remove (obsolete).
158
1592004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * configure.ac: Adaptations to rtems-4.7.
162        * Makefile.am, wrapup/Makefile.am: Reworked.
163
1642004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * start/preload.S, start/start.S, include/bsp.h,
167        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
168        adaptations to rtems-4.7.
169
1702004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * configure: Remove (Bogus).
173        * include/tm27.h: New (Stub).
174
1752004-10-20      Joel Sherrill <joel@OARcorp.com>
176
177        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
178        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
179        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
180        and license corrected.
181        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
182        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
183        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
184        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
185        wrapup/Makefile.in: Removed.
186
1872004-10-20  Kate Feng <feng1@bnl.gov>
188
189        * New BSP.
Note: See TracBrowser for help on using the repository browser.