summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
blob: 0315af84c691df3a6e80bef5239e96c4d5728eaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
2006-01-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Remove explicit ampolish3 support (now in
	RTEMS_BSP_CONFIGURE).

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

	* configure.ac: Add ampolish3 support.
	* Makefile.am: Add preinstall.am.

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

	* Makefile.am: Don't include subdirs.am.

2005-11-13	Ralf Corsepius <ralf.corsepius@rtems.org>

	* bsp_specs: Remove %cpp.

2005-11-03	Till Straumann <strauman@slac.stanford.edu>

	* include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
	this normally points to ISA space but is misused by this BSP
	(inb/outb & friends are all over the place).

2005-11-03	Till Straumann <strauman@slac.stanford.edu>

	* irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
	this BSP does not implement sharing interrupts.

2005-11-03	Till Straumann <strauman@slac.stanford.edu>

	* include/bsp.h: fixed misuse of _IO_BASE

2005-11-03	Till Straumann <strauman@slac.stanford.edu>

	* 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.

2005-11-03	Ralf Corsepius <ralf.corsepius@rtems.org>

	PR 844/bsps
	* startup/bspstart.c: Include <rtems/bspIo.h>.

2005-07-28	Eric Norum <norume@aps.anl.gov>

	* startup/bspstart.c: Changes provided by Phillip Sorensen
	<pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
	change made to ../shared/clock/p_clock.c.

2005-07-25	Eric Norum <norume@aps.anl.gov>

	* startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.

2005-05-26	Ralf Corsepius <ralf.corsepius@rtems.org>

	* include/bsp.h: New header guard.

2005-05-20	Jennifer Averett <jennifer@OARcorp.com>

	PR 702/bsps
	* include/tm27.h: Add better tm27.h support. Uses decrementer register
	interrupt -- copied from psim.

2005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>

        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.

2005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>

        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
        pci/pci_interface.c, pci/pcifinddevice.c: 
        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
        Modifications made to merge this release with the current tree.

2005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>

        * network/GT64260eth.c: Fixed warning. 
        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h

2005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>

        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
        common PCI interface

2005-04-15	Joel Sherrill <joel@OARcorp.com>

	* GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
	network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
	startup/reboot.c: Fix warnings.

2005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>

        PR 779/bsp
        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
        parameter to new exception interrupt handlers in powerpc bsps

2005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>

        * startup/linkcmds: add missing section to link cmds

2005-03-14	Joel Sherrill <joel@OARcorp.com>

	* pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
	pci_find_device().

2005-03-04	Joel Sherrill <joel@OARcorp.com>

	* pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
	function part of the unified PCI API as pci_initialize().

2005-02-17	Ralf Corsepius <ralf.corsepius@rtems.org>

	* startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
	Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
	CPU_MINIMUM_STACK_FRAME_SIZE.

2005-02-17	Ralf Corsepius <ralf.corsepius@rtems.org>

	* start/start.S: include <rtems/powerpc/powerpc.h>.
	Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
	CPU_MINIMUM_STACK_FRAME_SIZE.

2005-02-16	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.

2005-02-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Merge-in wrapup/Makefile.am.
	* wrapup/Makefile.am: Remove.
	* configure.ac: Reflect changes above.

2005-01-26	Joel Sherrill <joel@OARcorp.com>

	* irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.

2005-01-22	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tod/todcfg.c: size_t RTC_Count.

2005-01-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

2005-01-02	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am, wrapup/Makefile.am: Remove build-variant support.

2004-10-26	Ralf Corsepius <ralf_corsepius@rtems.org>

	* Makefile.am: Fix network_CPPFLAGS. Reformat.
	* network/GT64260eth.c: Properly prototype GT64260eth_err().

2004-10-21	Ralf Corsepius <ralf_corsepius@rtems.org>

	* network/GT64260eth.c: Remove ether_sprintf.

2004-10-21	Joel Sherrill <joel@OARcorp.com>

	* startup/bspstart.c: Remove warnings for variables only used when
	certain conditionals are enabled..

2004-10-21	Joel Sherrill <joel@OARcorp.com>

	* Makefile.am: Add missing network_CPPFLAGS.

2004-10-21	Ralf Corsepius <ralf_corsepius@rtems.org>

	* Makefile.am: Build networking.rel conditionally.
	Reformat. Cosmetics.
	* wrapup/Makefile.am: Build networking.rel conditionally.
	Add libcpu and exception handling rels.
	* startup/bspstart.c: Eliminate RTEMS fixed size types.

2004-10-21	Ralf Corsepius <ralf_corsepius@rtems.org>

	* startup/bspstart.c: Remove BSP_build_date.

2004-10-21	Ralf Corsepius <ralf_corsepius@rtems.org>

	* GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
	include/Makefile.am, irq/Makefile.am, network/Makefile.am,
	pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
	tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
	Remove (obsolete).

2004-10-21	Ralf Corsepius <ralf_corsepius@rtems.org>

	* configure.ac: Adaptations to rtems-4.7.
	* Makefile.am, wrapup/Makefile.am: Reworked.

2004-10-21	Ralf Corsepius <ralf_corsepius@rtems.org>

	* start/preload.S, start/start.S, include/bsp.h, 
	vectors/exceptionhandler.c, startup/bspstart.c: Misc. 
	adaptations to rtems-4.7.

2004-10-21	Ralf Corsepius <ralf_corsepius@rtems.org>

	* configure: Remove (Bogus).
	* include/tm27.h: New (Stub).

2004-10-20	Joel Sherrill <joel@OARcorp.com>

	* README, configure.ac, GT64260/Makefile.am, include/bsp.h,
	irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
	network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
	and license corrected.
	* GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
	include/Makefile.am, include/Makefile.in, irq/Makefile.in,
	network/Makefile.in, pci/Makefile.in, start/Makefile.in,
	startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
	wrapup/Makefile.in: Removed.

2004-10-20  Kate Feng <feng1@bnl.gov>

	* New BSP.