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

4.104.114.84.95
Last change on this file since 086c1c3 was 086c1c3, checked in by Joel Sherrill <joel.sherrill@…>, on 11/07/05 at 16:19:21

Fixed formatting.

  • Property mode set to 100644
File size: 6.5 KB
Line 
12005-11-03      Till Straumann <strauman@slac.stanford.edu>
2
3        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
4        this normally points to ISA space but is misused by this BSP
5        (inb/outb & friends are all over the place).
6
72005-11-03      Till Straumann <strauman@slac.stanford.edu>
8
9        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
10        this BSP does not implement sharing interrupts.
11
122005-11-03      Till Straumann <strauman@slac.stanford.edu>
13
14        * include/bsp.h: fixed misuse of _IO_BASE
15
162005-11-03      Till Straumann <strauman@slac.stanford.edu>
17
18        * startup/linkcmds: Removed.
19        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
20        from shared area - this version seemed broken anyways. Let the
21        preloader use the generic 'entry_point_section' rather than its own
22        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
23        __SBSSxxx__ symbols.
24
252005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        PR 844/bsps
28        * startup/bspstart.c: Include <rtems/bspIo.h>.
29
302005-07-28      Eric Norum <norume@aps.anl.gov>
31
32        * startup/bspstart.c: Changes provided by Phillip Sorensen
33        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
34        change made to ../shared/clock/p_clock.c.
35
362005-07-25      Eric Norum <norume@aps.anl.gov>
37
38        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
39
402005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * include/bsp.h: New header guard.
43
442005-05-20      Jennifer Averett <jennifer@OARcorp.com>
45
46        PR 702/bsps
47        * include/tm27.h: Add better tm27.h support. Uses decrementer register
48        interrupt -- copied from psim.
49
502005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
51
52        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
53
542005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
55
56        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
57        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
58        pci/pci_interface.c, pci/pcifinddevice.c:
59        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
60        Modifications made to merge this release with the current tree.
61
622005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
63
64        * network/GT64260eth.c: Fixed warning.
65        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
66
672005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
68
69        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
70        common PCI interface
71
722005-04-15      Joel Sherrill <joel@OARcorp.com>
73
74        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
75        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
76        startup/reboot.c: Fix warnings.
77
782005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
79
80        PR 779/bsp
81        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
82        parameter to new exception interrupt handlers in powerpc bsps
83
842005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
85
86        * startup/linkcmds: add missing section to link cmds
87
882005-03-14      Joel Sherrill <joel@OARcorp.com>
89
90        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
91        pci_find_device().
92
932005-03-04      Joel Sherrill <joel@OARcorp.com>
94
95        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
96        function part of the unified PCI API as pci_initialize().
97
982005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
101        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
102        CPU_MINIMUM_STACK_FRAME_SIZE.
103
1042005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * start/start.S: include <rtems/powerpc/powerpc.h>.
107        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
108        CPU_MINIMUM_STACK_FRAME_SIZE.
109
1102005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
113
1142005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Merge-in wrapup/Makefile.am.
117        * wrapup/Makefile.am: Remove.
118        * configure.ac: Reflect changes above.
119
1202005-01-26      Joel Sherrill <joel@OARcorp.com>
121
122        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
123
1242005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * tod/todcfg.c: size_t RTC_Count.
127
1282005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
131
1322005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
135
1362004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * Makefile.am: Fix network_CPPFLAGS. Reformat.
139        * network/GT64260eth.c: Properly prototype GT64260eth_err().
140
1412004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * network/GT64260eth.c: Remove ether_sprintf.
144
1452004-10-21      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/bspstart.c: Remove warnings for variables only used when
148        certain conditionals are enabled..
149
1502004-10-21      Joel Sherrill <joel@OARcorp.com>
151
152        * Makefile.am: Add missing network_CPPFLAGS.
153
1542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * Makefile.am: Build networking.rel conditionally.
157        Reformat. Cosmetics.
158        * wrapup/Makefile.am: Build networking.rel conditionally.
159        Add libcpu and exception handling rels.
160        * startup/bspstart.c: Eliminate RTEMS fixed size types.
161
1622004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
163
164        * startup/bspstart.c: Remove BSP_build_date.
165
1662004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
169        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
170        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
171        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
172        Remove (obsolete).
173
1742004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * configure.ac: Adaptations to rtems-4.7.
177        * Makefile.am, wrapup/Makefile.am: Reworked.
178
1792004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * start/preload.S, start/start.S, include/bsp.h,
182        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
183        adaptations to rtems-4.7.
184
1852004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        * configure: Remove (Bogus).
188        * include/tm27.h: New (Stub).
189
1902004-10-20      Joel Sherrill <joel@OARcorp.com>
191
192        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
193        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
194        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
195        and license corrected.
196        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
197        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
198        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
199        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
200        wrapup/Makefile.in: Removed.
201
2022004-10-20  Kate Feng <feng1@bnl.gov>
203
204        * New BSP.
Note: See TracBrowser for help on using the repository browser.