summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
blob: f8f4c1fc8e62498fe59502b6d79b39989e50a6da (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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
2009-08-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
	Should be automatically handled by confdefs.h or the application.

2009-07-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
	RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
	have the same options.

2009-05-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* irq/BSP_irq.c: New file.

2009-05-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.

2009-05-08 	Kate Feng <feng1@bnl.gov>
	* include/bsp.h, start/start.S, startup/bspstart.c: 
	added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
	removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
	by the linker script (shared/startup/linkcmds) for the initial
	stack.
	replaced __rtems_end+4096 with __stack in start.S
	Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
	but not relevant to this one) that tested trapping
	into PPCBug.
	Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in 
	bspstart.c

2009-04-28	Chris Johns <chrisj@rtems.org>

	* start/start.S: Update for boot_card command line change.

2009-02-06	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.

2009-02-03	Ralf Corsépius <ralf.corsepius@rtems.org>

	* GT64260/GT64260TWSI.h: Add missing prototypes.

2008-12-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* GT64260/MVME5500I2C.c: Include <stdint.h> instead of
	<rtems/stdint.h>.

2008-12-07	Ralf Corsépius <ralf.corsepius@rtems.org>

	* bsp_specs: Remove -Qy from *link.

2008-12-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* bsp_specs: Move -e start from *link to *startfile to avoid warning
	for undefined entry symbol when linking relocatables with binutils
	2.19.

2008-11-20	Joel Sherrill <joel.sherrill@OARcorp.com>

	* README: Fix typo.

2008-09-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Eliminate *_SOURCES.

2008-09-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
	components.

2008-09-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

2008-08-24	Ralf Corsépius <ralf.corsepius@rtems.org>

	PR 1323/bsps
	* Makefile.am: Remove AM_CFLAGS += -msoft-float.

2008-09-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	* configure.ac: Make letting boot_card() handle work area allocation
	mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
	BSP_BOOTCARD_OPTIONS.

2008-09-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
	vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
	optionally print a message, poll for user to press key, and call
	bsp_reset(). Using this eliminates the various bsp_cleanup()
	implementations which had their own implementation and variety of
	string constants.
	* startup/bspreset.c: New file.
	* startup/reboot.c: Removed.

2008-09-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.

2008-09-18	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
	PowerPC level shared bsp_get_work_area() implementation.

2008-09-15	Joel Sherrill <joel.sherrill@oarcorp.com>

	* startup/bspstart.c: Add use of bsp_get_work_area() in its own file
	and rely on BSP Framework to perform more initialization.

2008-09-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* startup/bspstart.c: Review of all bsp_cleanup() implementations. In
	this phase, all prototypes were removed from bsp.h and empty
	implementations were removed and made to use the shared stub.

2008-08-20	Ralf Corsépius <ralf.corsepius@rtems.org>

	* GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
	network/if_1GHz/if_wm.c: Add missing prototypes.

2008-08-20	Ralf Corsépius <ralf.corsepius@rtems.org>

	* GT64260/GT64260TWSI.c, irq/irq_init.c,
	network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
	pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
	vectors/exceptionhandler.c: Add missing prototypes.

2008-08-20	Ralf Corsépius <ralf.corsepius@rtems.org>

	* pci/pci.c: Add CVS Id.
	* GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
	Add CVS Id, fix typo.

2008-05-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am: Rework to avoid .rel files.

2008-05-12	Joel Sherrill <joel.sherrill@OARcorp.com>

	* startup/bspstart.c: Refactored and renamed initialization routines to
	rtems_initialize_data_structures, rtems_initialize_before_drivers,
	rtems_initialize_device_drivers, and
	rtems_initialize_start_multitasking. This opened the sequence up so
	that bootcard() could provide a more robust and flexible framework
	which is easier to explain and understand. This also lays the
	groundwork for sharing the division of available memory between the
	RTEMS workspace and heap and the C library initialization across all
	BSPs.

2007-12-11	Till Straumann <strauman@slac.stanford.edu>

	* Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
	use new exception/irq support from
	libcpu/powerpc/new-exceptions/bspsupport
	rather than borrowing from ../shared/vectors ../shared/irq

2007-12-11	Joel Sherrill <joel.sherrill@OARcorp.com>

	* include/bsp.h, startup/bspstart.c: Eliminate copies of the
	Configuration Table. Use the RTEMS provided accessor macros to obtain
	configuration fields.

2007-12-10	Till Straumann <strauman@slac.stanford.edu>

	* Makefile.am, start/preload.S: moved preload.S
	to ../shared/start.

2007-12-08	Till Straumann <strauman@slac.stanford.edu>

	* Makefile.am: merged shared/vme/vme_universe.c and
	shared/vme/vme_universe_dma.c into one file.

2007-12-08	Till Straumann <strauman@slac.stanford.edu>

	* vme/VMEConfig.h: added error status to
	BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.

2007-12-04	Joel Sherrill <joel.sherrill@OARcorp.com>

	* include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
	from CPU Table to Configuration Table. Eliminate CPU Table from all
	ports. Delete references to CPU Table in all forms.

2007-12-03	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
	remaining CPU Table fields to the Configuration Table. This included
	pretasking_hook, predriver_hook, postdriver_hook, idle_task,
	do_zero_of_workspace, extra_mpci_receive_server_stack,
	stack_allocate_hook, and stack_free_hook. As a side-effect of this
	effort some multiprocessing code was made conditional and some style
	clean up occurred.

2007-11-30	Till Straumann <strauman@slac.stanford.edu>

	* startup/bspstart: removed _Cpu_table.exceptions_in_RAM.

2007-11-30	Joel Sherrill <joel.sherrill@OARcorp.com>

	* irq/GT64260Int.c, network/if_100MHz/Makefile.am,
	network/if_1GHz/Makefile.am: Removed.

2007-11-30	Till Straumann <strauman@slac.stanford.edu>

	* irq/irq.h, irq/irq_init.c: Removed the definition
	of ASM_IRQ_VECTOR_BASE; this symbol was only use to
	initialize the irqBase member of the rtems_irq_global_settings
	struct. However, irqBase is an rtems_irq_symbolic_name,
	so using BSP_LOWEST_OFFSET is more appropriate.

2007-11-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
	Table. They have been replaced with variables named bsp_XXX as
	needed.

2007-09-20	Kate Feng <feng1@bnl.gov>

	* network/if_100MHz/GT64260eth.c: Add else.

2007-09-19	Kate Feng <feng1@bnl.gov>

	* README: Update.

2007-09-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.

2007-09-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
	warnings.

2007-09-07      Kate Feng <feng1@bnl.gov>

	* ChangeLog, Makefile.am, README, README.booting, README.irq,
	preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
	irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
	pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
	startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
	startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
	Merge my improvements in this BSP including a new network
	driver for the 1GHz NIC.
	* network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
	network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
	network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
	network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
	network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.

2007-07-23	Joel Sherrill <joel.sherrill@OARcorp.com>

	* start/preload.S: Fix symbolic reference. Did earlier modifications
	change the conditionals specificed when this BSP is built?

2007-07-23	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* Makefile.am: added shared/vectors/vectors_entry.S

2007-07-10	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* irq/irq_init.c: adapted to shared exception code

2007-07-06	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* Makefile.am: adapted to shared exception code

2007-04-12	Ralf Corsépius <ralf.corsepius@rtems.org>

	* bsp_specs: Remove qrtems_debug.

2007-04-06	Ralf Corsépius	<ralf.corsepius@rtems.org>

	* bsp_specs: Remove lib (Now expected to exist in GCC).

2007-04-01	Joel Sherrill <joel@OARcorp.com>

	PR 1235/bsps
	* pci/pci.c: Add conditional declaration of variables used in debug
	printk's.

2007-03-31	Ralf Corsépius <ralf.corsepius@rtems.org>

	* pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
	Reflect changes to pci-API.

2007-03-12	Joel Sherrill <joel@OARcorp.com>

	* irq/irq_init.c: Correct license URL and/or fix mistake in copyright
	notice. Both of these mistakes appear to be from code submitted after
	these changes were made previously.

2007-03-11	Joel Sherrill <joel@OARcorp.com>

	* startup/bspstart.c: Remove assignments of
	Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
	value in boot_card.c

2007-01-30	Till Straumann <strauman@slac.stanford.edu>

	* Makefile.am, preinstall.am, include/bsp.h, 
	* vme/vmeconfig.c (removed), vme/VME.h (removed):
	cleaned up vme support - use files from libbsp/powerpc/shared/vme
	and define BSP specifica in VMEConfig.h.
	Use VME DMA support implemented by vmeUniverse and
	libbsp/powerpc/shared/vme/vme_universe_dma.c

2007-01-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* GT64260/MVME5500I2C.c: Eliminate u32.
	* GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.

2007-01-19	Till Straumann <strauman@slac.stanford.edu>

	* mvme5500/Makefile.am, mvme5500/preinstall.am,
	mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
	removed copies of vmeconfig.c, VME.h - use generic
	versions instead.

2006-12-15	Ralf Corsépius <ralf.corsepius@rtems.org>

	* network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.

2006-12-13	Till Straumann <strauman@slac.stanford.edu>

	* mvme5500/Makefile.am, mvme5500/preinstall.am:
	need to install bsp/vme_am_defs.h

2006-11-15	Joel Sherrill <joel@OARcorp.com>

	* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
	file and simplified initialization.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* LICENSE: Convert to utf-8.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Remove superfluous -DASM.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Require autoconf-2.60. Require automake-1.10.

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.