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

4.104.115
Last change on this file since df393962 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

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

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 16.7 KB
RevLine 
[df393962]12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
[e4f98f1]72008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * README: Fix typo.
10
[64eb0c7]112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate *_SOURCES.
14
[e94666d]152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
18        components.
19
[c06b3fa]202008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
23
[7425411]242008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        PR 1323/bsps
27        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
28
[95aa5e1]292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Make letting boot_card() handle work area allocation
32        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
33        BSP_BOOTCARD_OPTIONS.
34
[5734337]352008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
38        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
39        optionally print a message, poll for user to press key, and call
40        bsp_reset(). Using this eliminates the various bsp_cleanup()
41        implementations which had their own implementation and variety of
42        string constants.
43        * startup/bspreset.c: New file.
44        * startup/reboot.c: Removed.
45
[25038501]462008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
49
[bcb9f8c3]502008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
53        PowerPC level shared bsp_get_work_area() implementation.
54
[60e3b00]552008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
58        and rely on BSP Framework to perform more initialization.
59
[8da29747]602008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
63        this phase, all prototypes were removed from bsp.h and empty
64        implementations were removed and made to use the shared stub.
65
[99ee826]662008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
69        network/if_1GHz/if_wm.c: Add missing prototypes.
70
[24e0d9a]712008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * GT64260/GT64260TWSI.c, irq/irq_init.c,
74        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
75        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
76        vectors/exceptionhandler.c: Add missing prototypes.
77
[401dbf8]782008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
79
[16fa78e]80        * pci/pci.c: Add CVS Id.
[401dbf8]81        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
82        Add CVS Id, fix typo.
83
[1d0ee80e]842008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * Makefile.am: Rework to avoid .rel files.
87
[6ea100c1]882008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * startup/bspstart.c: Refactored and renamed initialization routines to
91        rtems_initialize_data_structures, rtems_initialize_before_drivers,
92        rtems_initialize_device_drivers, and
93        rtems_initialize_start_multitasking. This opened the sequence up so
94        that bootcard() could provide a more robust and flexible framework
95        which is easier to explain and understand. This also lays the
96        groundwork for sharing the division of available memory between the
97        RTEMS workspace and heap and the C library initialization across all
98        BSPs.
99
[0296f518]1002007-12-11      Till Straumann <strauman@slac.stanford.edu>
101
102        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
103        use new exception/irq support from
104        libcpu/powerpc/new-exceptions/bspsupport
105        rather than borrowing from ../shared/vectors ../shared/irq
106
[4130d8e2]1072007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
110        Configuration Table. Use the RTEMS provided accessor macros to obtain
111        configuration fields.
112
[c9f79e6d]1132007-12-10      Till Straumann <strauman@slac.stanford.edu>
114
115        * Makefile.am, start/preload.S: moved preload.S
116        to ../shared/start.
117
[79262a32]1182007-12-08      Till Straumann <strauman@slac.stanford.edu>
119
120        * Makefile.am: merged shared/vme/vme_universe.c and
121        shared/vme/vme_universe_dma.c into one file.
122
[ae93b29]1232007-12-08      Till Straumann <strauman@slac.stanford.edu>
124
125        * vme/VMEConfig.h: added error status to
126        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
127
[d34d8692]1282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
131        from CPU Table to Configuration Table. Eliminate CPU Table from all
132        ports. Delete references to CPU Table in all forms.
133
[b5e7018]1342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
137        remaining CPU Table fields to the Configuration Table. This included
138        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
139        do_zero_of_workspace, extra_mpci_receive_server_stack,
140        stack_allocate_hook, and stack_free_hook. As a side-effect of this
141        effort some multiprocessing code was made conditional and some style
142        clean up occurred.
143
[d8eb6c7]1442007-11-30      Till Straumann <strauman@slac.stanford.edu>
145
146        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
147
[9edf584f]1482007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
151        network/if_1GHz/Makefile.am: Removed.
152
[a045c9d]1532007-11-30      Till Straumann <strauman@slac.stanford.edu>
154
155        * irq/irq.h, irq/irq_init.c: Removed the definition
156        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
157        initialize the irqBase member of the rtems_irq_global_settings
158        struct. However, irqBase is an rtems_irq_symbolic_name,
159        so using BSP_LOWEST_OFFSET is more appropriate.
160
[07e9642c]1612007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
164        Table. They have been replaced with variables named bsp_XXX as
165        needed.
166
[1966665]1672007-09-20      Kate Feng <feng1@bnl.gov>
168
169        * network/if_100MHz/GT64260eth.c: Add else.
170
[74a65e47]1712007-09-19      Kate Feng <feng1@bnl.gov>
172
173        * README: Update.
174
[28e56ede]1752007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
178
[07e76b9b]1792007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
182        warnings.
183
[ee732739]1842007-09-07      Kate Feng <feng1@bnl.gov>
185
186        * ChangeLog, Makefile.am, README, README.booting, README.irq,
187        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
188        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
189        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
190        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
191        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
192        Merge my improvements in this BSP including a new network
193        driver for the 1GHz NIC.
194        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
195        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
196        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
197        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
198        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
[dc7271f]199
[48108bcb]2002007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * start/preload.S: Fix symbolic reference. Did earlier modifications
203        change the conditionals specificed when this BSP is built?
204
[701cb88]2052007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
206
207        * Makefile.am: added shared/vectors/vectors_entry.S
208
[185da08]2092007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
210
211        * irq/irq_init.c: adapted to shared exception code
212
[78f96ab]2132007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
214
215        * Makefile.am: adapted to shared exception code
216
[2679eb9d]2172007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * bsp_specs: Remove qrtems_debug.
220
[35439f37]2212007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * bsp_specs: Remove lib (Now expected to exist in GCC).
224
[f056a6e]2252007-04-01      Joel Sherrill <joel@OARcorp.com>
226
227        PR 1235/bsps
228        * pci/pci.c: Add conditional declaration of variables used in debug
229        printk's.
230
[294638bc]2312007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
234        Reflect changes to pci-API.
235
[aa253a4]2362007-03-12      Joel Sherrill <joel@OARcorp.com>
237
238        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
239        notice. Both of these mistakes appear to be from code submitted after
240        these changes were made previously.
241
[3f0cfc56]2422007-03-11      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/bspstart.c: Remove assignments of
245        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
246        value in boot_card.c
247
[6623984]2482007-01-30      Till Straumann <strauman@slac.stanford.edu>
249
250        * Makefile.am, preinstall.am, include/bsp.h,
251        * vme/vmeconfig.c (removed), vme/VME.h (removed):
252        cleaned up vme support - use files from libbsp/powerpc/shared/vme
253        and define BSP specifica in VMEConfig.h.
254        Use VME DMA support implemented by vmeUniverse and
255        libbsp/powerpc/shared/vme/vme_universe_dma.c
256
[ea6c5d8]2572007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
258
[a9a3e75]259        * GT64260/MVME5500I2C.c: Eliminate u32.
[ea6c5d8]260        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
261
[bc2083c1]2622007-01-19      Till Straumann <strauman@slac.stanford.edu>
263
264        * mvme5500/Makefile.am, mvme5500/preinstall.am,
[6200dc9]265        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
[bc2083c1]266        removed copies of vmeconfig.c, VME.h - use generic
267        versions instead.
268
[038e9fb9]2692006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
272
[60b8e96]2732006-12-13      Till Straumann <strauman@slac.stanford.edu>
274
275        * mvme5500/Makefile.am, mvme5500/preinstall.am:
276        need to install bsp/vme_am_defs.h
277
[aa4369c]2782006-11-15      Joel Sherrill <joel@OARcorp.com>
279
280        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
281        file and simplified initialization.
282
[6436036c]2832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * LICENSE: Convert to utf-8.
286
[57357d9]2872006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * Makefile.am: Remove superfluous -DASM.
290
[754610f]2912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
292
293        * configure.ac: Require autoconf-2.60. Require automake-1.10.
294
[73733dc]2952006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * configure.ac: Remove explicit ampolish3 support (now in
298        RTEMS_BSP_CONFIGURE).
299
[7cc4f59]3002006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        * configure.ac: Add ampolish3 support.
303        * Makefile.am: Add preinstall.am.
304
[ea63b37]3052006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * Makefile.am: Don't include subdirs.am.
308
[17e451a]3092005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * bsp_specs: Remove %cpp.
312
[c4423933]3132005-11-03      Till Straumann <strauman@slac.stanford.edu>
314
315        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
316        this normally points to ISA space but is misused by this BSP
317        (inb/outb & friends are all over the place).
318
[94c31843]3192005-11-03      Till Straumann <strauman@slac.stanford.edu>
320
321        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
322        this BSP does not implement sharing interrupts.
323
[cca22863]3242005-11-03      Till Straumann <strauman@slac.stanford.edu>
325
326        * include/bsp.h: fixed misuse of _IO_BASE
327
[086c1c3]3282005-11-03      Till Straumann <strauman@slac.stanford.edu>
[7e2dcde]329
330        * startup/linkcmds: Removed.
331        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
[086c1c3]332        from shared area - this version seemed broken anyways. Let the
333        preloader use the generic 'entry_point_section' rather than its own
334        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
335        __SBSSxxx__ symbols.
[7e2dcde]336
[ef9e015]3372005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        PR 844/bsps
340        * startup/bspstart.c: Include <rtems/bspIo.h>.
341
[e555829]3422005-07-28      Eric Norum <norume@aps.anl.gov>
343
344        * startup/bspstart.c: Changes provided by Phillip Sorensen
345        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
346        change made to ../shared/clock/p_clock.c.
347
[76361dd]3482005-07-25      Eric Norum <norume@aps.anl.gov>
349
350        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
351
[34c4852]3522005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * include/bsp.h: New header guard.
355
[266a5c92]3562005-05-20      Jennifer Averett <jennifer@OARcorp.com>
357
358        PR 702/bsps
359        * include/tm27.h: Add better tm27.h support. Uses decrementer register
360        interrupt -- copied from psim.
361
[490fd4a]3622005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
363
364        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
365
[54cb48f]3662005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
367
368        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
369        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
370        pci/pci_interface.c, pci/pcifinddevice.c:
371        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
372        Modifications made to merge this release with the current tree.
373
[3bfb6ef]3742005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
375
376        * network/GT64260eth.c: Fixed warning.
377        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
378
[4cbb57da]3792005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
380
381        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
382        common PCI interface
383
[46a6fa91]3842005-04-15      Joel Sherrill <joel@OARcorp.com>
385
386        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
387        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
388        startup/reboot.c: Fix warnings.
389
[4953659b]3902005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
391
392        PR 779/bsp
393        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
394        parameter to new exception interrupt handlers in powerpc bsps
395
[c1e7b3f]3962005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
397
398        * startup/linkcmds: add missing section to link cmds
399
[48e329fb]4002005-03-14      Joel Sherrill <joel@OARcorp.com>
401
402        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
403        pci_find_device().
404
[037864f5]4052005-03-04      Joel Sherrill <joel@OARcorp.com>
406
407        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
408        function part of the unified PCI API as pci_initialize().
409
[1899fe4]4102005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
411
412        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
413        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
414        CPU_MINIMUM_STACK_FRAME_SIZE.
415
[2195ccf3]4162005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * start/start.S: include <rtems/powerpc/powerpc.h>.
419        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
420        CPU_MINIMUM_STACK_FRAME_SIZE.
421
[756f4a4]4222005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
423
424        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
425
[5133bd6]4262005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * Makefile.am: Merge-in wrapup/Makefile.am.
429        * wrapup/Makefile.am: Remove.
430        * configure.ac: Reflect changes above.
431
[234e509f]4322005-01-26      Joel Sherrill <joel@OARcorp.com>
433
434        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
435
[445f8cc]4362005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
437
438        * tod/todcfg.c: size_t RTC_Count.
439
[844609f9]4402005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
441
442        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
443
[71cbb66]4442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
447
[04b7821]4482004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
449
450        * Makefile.am: Fix network_CPPFLAGS. Reformat.
451        * network/GT64260eth.c: Properly prototype GT64260eth_err().
452
[c39ecd73]4532004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
454
455        * network/GT64260eth.c: Remove ether_sprintf.
456
[05682dc]4572004-10-21      Joel Sherrill <joel@OARcorp.com>
458
459        * startup/bspstart.c: Remove warnings for variables only used when
460        certain conditionals are enabled..
461
[031d15d3]4622004-10-21      Joel Sherrill <joel@OARcorp.com>
463
464        * Makefile.am: Add missing network_CPPFLAGS.
465
[b3a78e34]4662004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
467
468        * Makefile.am: Build networking.rel conditionally.
469        Reformat. Cosmetics.
470        * wrapup/Makefile.am: Build networking.rel conditionally.
[08f086ea]471        Add libcpu and exception handling rels.
[b3a78e34]472        * startup/bspstart.c: Eliminate RTEMS fixed size types.
473
[f59eab9c]4742004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
475
476        * startup/bspstart.c: Remove BSP_build_date.
477
[2fed9af]4782004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
479
480        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
481        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
482        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
483        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
484        Remove (obsolete).
485
[f4a59e33]4862004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
487
[de2582f8]488        * configure.ac: Adaptations to rtems-4.7.
489        * Makefile.am, wrapup/Makefile.am: Reworked.
490
4912004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
492
493        * start/preload.S, start/start.S, include/bsp.h,
494        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
495        adaptations to rtems-4.7.
[f4a59e33]496
[24c094c]4972004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
498
499        * configure: Remove (Bogus).
500        * include/tm27.h: New (Stub).
501
[f8e0327]5022004-10-20      Joel Sherrill <joel@OARcorp.com>
503
504        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
505        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
506        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
507        and license corrected.
508        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
509        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
510        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
511        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
512        wrapup/Makefile.in: Removed.
513
[2fd2786]5142004-10-20  Kate Feng <feng1@bnl.gov>
515
516        * New BSP.
Note: See TracBrowser for help on using the repository browser.