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

4.104.115
Last change on this file since 1802b902 was 1802b902, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/09 at 18:38:14

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

  • irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
  • Property mode set to 100644
File size: 17.9 KB
Line 
12009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
4
52009-05-08      Kate Feng <feng1@bnl.gov>
6        * include/bsp.h, start/start.S, startup/bspstart.c:
7        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
8        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
9        by the linker script (shared/startup/linkcmds) for the initial
10        stack.
11        replaced __rtems_end+4096 with __stack in start.S
12        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
13        but not relevant to this one) that tested trapping
14        into PPCBug.
15        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
16        bspstart.c
17
182009-04-28      Chris Johns <chrisj@rtems.org>
19
20        * start/start.S: Update for boot_card command line change.
21
222009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
25
262009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * GT64260/GT64260TWSI.h: Add missing prototypes.
29
302008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
33        <rtems/stdint.h>.
34
352008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * bsp_specs: Remove -Qy from *link.
38
392008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * bsp_specs: Move -e start from *link to *startfile to avoid warning
42        for undefined entry symbol when linking relocatables with binutils
43        2.19.
44
452008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * README: Fix typo.
48
492008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Eliminate *_SOURCES.
52
532008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
56        components.
57
582008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
61
622008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        PR 1323/bsps
65        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
66
672008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * configure.ac: Make letting boot_card() handle work area allocation
70        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
71        BSP_BOOTCARD_OPTIONS.
72
732008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
76        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
77        optionally print a message, poll for user to press key, and call
78        bsp_reset(). Using this eliminates the various bsp_cleanup()
79        implementations which had their own implementation and variety of
80        string constants.
81        * startup/bspreset.c: New file.
82        * startup/reboot.c: Removed.
83
842008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
87
882008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
91        PowerPC level shared bsp_get_work_area() implementation.
92
932008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
96        and rely on BSP Framework to perform more initialization.
97
982008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
101        this phase, all prototypes were removed from bsp.h and empty
102        implementations were removed and made to use the shared stub.
103
1042008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
107        network/if_1GHz/if_wm.c: Add missing prototypes.
108
1092008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * GT64260/GT64260TWSI.c, irq/irq_init.c,
112        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
113        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
114        vectors/exceptionhandler.c: Add missing prototypes.
115
1162008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * pci/pci.c: Add CVS Id.
119        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
120        Add CVS Id, fix typo.
121
1222008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * Makefile.am: Rework to avoid .rel files.
125
1262008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * startup/bspstart.c: Refactored and renamed initialization routines to
129        rtems_initialize_data_structures, rtems_initialize_before_drivers,
130        rtems_initialize_device_drivers, and
131        rtems_initialize_start_multitasking. This opened the sequence up so
132        that bootcard() could provide a more robust and flexible framework
133        which is easier to explain and understand. This also lays the
134        groundwork for sharing the division of available memory between the
135        RTEMS workspace and heap and the C library initialization across all
136        BSPs.
137
1382007-12-11      Till Straumann <strauman@slac.stanford.edu>
139
140        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
141        use new exception/irq support from
142        libcpu/powerpc/new-exceptions/bspsupport
143        rather than borrowing from ../shared/vectors ../shared/irq
144
1452007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
148        Configuration Table. Use the RTEMS provided accessor macros to obtain
149        configuration fields.
150
1512007-12-10      Till Straumann <strauman@slac.stanford.edu>
152
153        * Makefile.am, start/preload.S: moved preload.S
154        to ../shared/start.
155
1562007-12-08      Till Straumann <strauman@slac.stanford.edu>
157
158        * Makefile.am: merged shared/vme/vme_universe.c and
159        shared/vme/vme_universe_dma.c into one file.
160
1612007-12-08      Till Straumann <strauman@slac.stanford.edu>
162
163        * vme/VMEConfig.h: added error status to
164        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
165
1662007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
169        from CPU Table to Configuration Table. Eliminate CPU Table from all
170        ports. Delete references to CPU Table in all forms.
171
1722007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
175        remaining CPU Table fields to the Configuration Table. This included
176        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
177        do_zero_of_workspace, extra_mpci_receive_server_stack,
178        stack_allocate_hook, and stack_free_hook. As a side-effect of this
179        effort some multiprocessing code was made conditional and some style
180        clean up occurred.
181
1822007-11-30      Till Straumann <strauman@slac.stanford.edu>
183
184        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
185
1862007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
189        network/if_1GHz/Makefile.am: Removed.
190
1912007-11-30      Till Straumann <strauman@slac.stanford.edu>
192
193        * irq/irq.h, irq/irq_init.c: Removed the definition
194        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
195        initialize the irqBase member of the rtems_irq_global_settings
196        struct. However, irqBase is an rtems_irq_symbolic_name,
197        so using BSP_LOWEST_OFFSET is more appropriate.
198
1992007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
202        Table. They have been replaced with variables named bsp_XXX as
203        needed.
204
2052007-09-20      Kate Feng <feng1@bnl.gov>
206
207        * network/if_100MHz/GT64260eth.c: Add else.
208
2092007-09-19      Kate Feng <feng1@bnl.gov>
210
211        * README: Update.
212
2132007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
216
2172007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
220        warnings.
221
2222007-09-07      Kate Feng <feng1@bnl.gov>
223
224        * ChangeLog, Makefile.am, README, README.booting, README.irq,
225        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
226        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
227        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
228        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
229        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
230        Merge my improvements in this BSP including a new network
231        driver for the 1GHz NIC.
232        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
233        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
234        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
235        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
236        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
237
2382007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * start/preload.S: Fix symbolic reference. Did earlier modifications
241        change the conditionals specificed when this BSP is built?
242
2432007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
244
245        * Makefile.am: added shared/vectors/vectors_entry.S
246
2472007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
248
249        * irq/irq_init.c: adapted to shared exception code
250
2512007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
252
253        * Makefile.am: adapted to shared exception code
254
2552007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * bsp_specs: Remove qrtems_debug.
258
2592007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * bsp_specs: Remove lib (Now expected to exist in GCC).
262
2632007-04-01      Joel Sherrill <joel@OARcorp.com>
264
265        PR 1235/bsps
266        * pci/pci.c: Add conditional declaration of variables used in debug
267        printk's.
268
2692007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
272        Reflect changes to pci-API.
273
2742007-03-12      Joel Sherrill <joel@OARcorp.com>
275
276        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
277        notice. Both of these mistakes appear to be from code submitted after
278        these changes were made previously.
279
2802007-03-11      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/bspstart.c: Remove assignments of
283        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
284        value in boot_card.c
285
2862007-01-30      Till Straumann <strauman@slac.stanford.edu>
287
288        * Makefile.am, preinstall.am, include/bsp.h,
289        * vme/vmeconfig.c (removed), vme/VME.h (removed):
290        cleaned up vme support - use files from libbsp/powerpc/shared/vme
291        and define BSP specifica in VMEConfig.h.
292        Use VME DMA support implemented by vmeUniverse and
293        libbsp/powerpc/shared/vme/vme_universe_dma.c
294
2952007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * GT64260/MVME5500I2C.c: Eliminate u32.
298        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
299
3002007-01-19      Till Straumann <strauman@slac.stanford.edu>
301
302        * mvme5500/Makefile.am, mvme5500/preinstall.am,
303        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
304        removed copies of vmeconfig.c, VME.h - use generic
305        versions instead.
306
3072006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
310
3112006-12-13      Till Straumann <strauman@slac.stanford.edu>
312
313        * mvme5500/Makefile.am, mvme5500/preinstall.am:
314        need to install bsp/vme_am_defs.h
315
3162006-11-15      Joel Sherrill <joel@OARcorp.com>
317
318        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
319        file and simplified initialization.
320
3212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
322
323        * LICENSE: Convert to utf-8.
324
3252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
326
327        * Makefile.am: Remove superfluous -DASM.
328
3292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
330
331        * configure.ac: Require autoconf-2.60. Require automake-1.10.
332
3332006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
334
335        * configure.ac: Remove explicit ampolish3 support (now in
336        RTEMS_BSP_CONFIGURE).
337
3382006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * configure.ac: Add ampolish3 support.
341        * Makefile.am: Add preinstall.am.
342
3432006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        * Makefile.am: Don't include subdirs.am.
346
3472005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * bsp_specs: Remove %cpp.
350
3512005-11-03      Till Straumann <strauman@slac.stanford.edu>
352
353        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
354        this normally points to ISA space but is misused by this BSP
355        (inb/outb & friends are all over the place).
356
3572005-11-03      Till Straumann <strauman@slac.stanford.edu>
358
359        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
360        this BSP does not implement sharing interrupts.
361
3622005-11-03      Till Straumann <strauman@slac.stanford.edu>
363
364        * include/bsp.h: fixed misuse of _IO_BASE
365
3662005-11-03      Till Straumann <strauman@slac.stanford.edu>
367
368        * startup/linkcmds: Removed.
369        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
370        from shared area - this version seemed broken anyways. Let the
371        preloader use the generic 'entry_point_section' rather than its own
372        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
373        __SBSSxxx__ symbols.
374
3752005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        PR 844/bsps
378        * startup/bspstart.c: Include <rtems/bspIo.h>.
379
3802005-07-28      Eric Norum <norume@aps.anl.gov>
381
382        * startup/bspstart.c: Changes provided by Phillip Sorensen
383        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
384        change made to ../shared/clock/p_clock.c.
385
3862005-07-25      Eric Norum <norume@aps.anl.gov>
387
388        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
389
3902005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
391
392        * include/bsp.h: New header guard.
393
3942005-05-20      Jennifer Averett <jennifer@OARcorp.com>
395
396        PR 702/bsps
397        * include/tm27.h: Add better tm27.h support. Uses decrementer register
398        interrupt -- copied from psim.
399
4002005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
401
402        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
403
4042005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
405
406        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
407        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
408        pci/pci_interface.c, pci/pcifinddevice.c:
409        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
410        Modifications made to merge this release with the current tree.
411
4122005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
413
414        * network/GT64260eth.c: Fixed warning.
415        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
416
4172005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
418
419        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
420        common PCI interface
421
4222005-04-15      Joel Sherrill <joel@OARcorp.com>
423
424        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
425        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
426        startup/reboot.c: Fix warnings.
427
4282005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
429
430        PR 779/bsp
431        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
432        parameter to new exception interrupt handlers in powerpc bsps
433
4342005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
435
436        * startup/linkcmds: add missing section to link cmds
437
4382005-03-14      Joel Sherrill <joel@OARcorp.com>
439
440        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
441        pci_find_device().
442
4432005-03-04      Joel Sherrill <joel@OARcorp.com>
444
445        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
446        function part of the unified PCI API as pci_initialize().
447
4482005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
449
450        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
451        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
452        CPU_MINIMUM_STACK_FRAME_SIZE.
453
4542005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
455
456        * start/start.S: include <rtems/powerpc/powerpc.h>.
457        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
458        CPU_MINIMUM_STACK_FRAME_SIZE.
459
4602005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
463
4642005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
465
466        * Makefile.am: Merge-in wrapup/Makefile.am.
467        * wrapup/Makefile.am: Remove.
468        * configure.ac: Reflect changes above.
469
4702005-01-26      Joel Sherrill <joel@OARcorp.com>
471
472        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
473
4742005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * tod/todcfg.c: size_t RTC_Count.
477
4782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
481
4822005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
483
484        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
485
4862004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
487
488        * Makefile.am: Fix network_CPPFLAGS. Reformat.
489        * network/GT64260eth.c: Properly prototype GT64260eth_err().
490
4912004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
492
493        * network/GT64260eth.c: Remove ether_sprintf.
494
4952004-10-21      Joel Sherrill <joel@OARcorp.com>
496
497        * startup/bspstart.c: Remove warnings for variables only used when
498        certain conditionals are enabled..
499
5002004-10-21      Joel Sherrill <joel@OARcorp.com>
501
502        * Makefile.am: Add missing network_CPPFLAGS.
503
5042004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
505
506        * Makefile.am: Build networking.rel conditionally.
507        Reformat. Cosmetics.
508        * wrapup/Makefile.am: Build networking.rel conditionally.
509        Add libcpu and exception handling rels.
510        * startup/bspstart.c: Eliminate RTEMS fixed size types.
511
5122004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
513
514        * startup/bspstart.c: Remove BSP_build_date.
515
5162004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
517
518        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
519        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
520        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
521        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
522        Remove (obsolete).
523
5242004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
525
526        * configure.ac: Adaptations to rtems-4.7.
527        * Makefile.am, wrapup/Makefile.am: Reworked.
528
5292004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
530
531        * start/preload.S, start/start.S, include/bsp.h,
532        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
533        adaptations to rtems-4.7.
534
5352004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
536
537        * configure: Remove (Bogus).
538        * include/tm27.h: New (Stub).
539
5402004-10-20      Joel Sherrill <joel@OARcorp.com>
541
542        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
543        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
544        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
545        and license corrected.
546        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
547        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
548        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
549        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
550        wrapup/Makefile.in: Removed.
551
5522004-10-20  Kate Feng <feng1@bnl.gov>
553
554        * New BSP.
Note: See TracBrowser for help on using the repository browser.