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

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 18.5 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
8        Should be automatically handled by confdefs.h or the application.
9
102009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
13        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
14        have the same options.
15
162009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * irq/BSP_irq.c: New file.
19
202009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
23
242009-05-08      Kate Feng <feng1@bnl.gov>
25        * include/bsp.h, start/start.S, startup/bspstart.c:
26        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
27        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
28        by the linker script (shared/startup/linkcmds) for the initial
29        stack.
30        replaced __rtems_end+4096 with __stack in start.S
31        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
32        but not relevant to this one) that tested trapping
33        into PPCBug.
34        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
35        bspstart.c
36
372009-04-28      Chris Johns <chrisj@rtems.org>
38
39        * start/start.S: Update for boot_card command line change.
40
412009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
44
452009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * GT64260/GT64260TWSI.h: Add missing prototypes.
48
492008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
52        <rtems/stdint.h>.
53
542008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * bsp_specs: Remove -Qy from *link.
57
582008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * bsp_specs: Move -e start from *link to *startfile to avoid warning
61        for undefined entry symbol when linking relocatables with binutils
62        2.19.
63
642008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * README: Fix typo.
67
682008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Eliminate *_SOURCES.
71
722008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
75        components.
76
772008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
80
812008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        PR 1323/bsps
84        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
85
862008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * configure.ac: Make letting boot_card() handle work area allocation
89        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
90        BSP_BOOTCARD_OPTIONS.
91
922008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
95        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
96        optionally print a message, poll for user to press key, and call
97        bsp_reset(). Using this eliminates the various bsp_cleanup()
98        implementations which had their own implementation and variety of
99        string constants.
100        * startup/bspreset.c: New file.
101        * startup/reboot.c: Removed.
102
1032008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
106
1072008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
110        PowerPC level shared bsp_get_work_area() implementation.
111
1122008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
115        and rely on BSP Framework to perform more initialization.
116
1172008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
120        this phase, all prototypes were removed from bsp.h and empty
121        implementations were removed and made to use the shared stub.
122
1232008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
126        network/if_1GHz/if_wm.c: Add missing prototypes.
127
1282008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * GT64260/GT64260TWSI.c, irq/irq_init.c,
131        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
132        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
133        vectors/exceptionhandler.c: Add missing prototypes.
134
1352008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * pci/pci.c: Add CVS Id.
138        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
139        Add CVS Id, fix typo.
140
1412008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am: Rework to avoid .rel files.
144
1452008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * startup/bspstart.c: Refactored and renamed initialization routines to
148        rtems_initialize_data_structures, rtems_initialize_before_drivers,
149        rtems_initialize_device_drivers, and
150        rtems_initialize_start_multitasking. This opened the sequence up so
151        that bootcard() could provide a more robust and flexible framework
152        which is easier to explain and understand. This also lays the
153        groundwork for sharing the division of available memory between the
154        RTEMS workspace and heap and the C library initialization across all
155        BSPs.
156
1572007-12-11      Till Straumann <strauman@slac.stanford.edu>
158
159        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
160        use new exception/irq support from
161        libcpu/powerpc/new-exceptions/bspsupport
162        rather than borrowing from ../shared/vectors ../shared/irq
163
1642007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
167        Configuration Table. Use the RTEMS provided accessor macros to obtain
168        configuration fields.
169
1702007-12-10      Till Straumann <strauman@slac.stanford.edu>
171
172        * Makefile.am, start/preload.S: moved preload.S
173        to ../shared/start.
174
1752007-12-08      Till Straumann <strauman@slac.stanford.edu>
176
177        * Makefile.am: merged shared/vme/vme_universe.c and
178        shared/vme/vme_universe_dma.c into one file.
179
1802007-12-08      Till Straumann <strauman@slac.stanford.edu>
181
182        * vme/VMEConfig.h: added error status to
183        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
184
1852007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
188        from CPU Table to Configuration Table. Eliminate CPU Table from all
189        ports. Delete references to CPU Table in all forms.
190
1912007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
194        remaining CPU Table fields to the Configuration Table. This included
195        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
196        do_zero_of_workspace, extra_mpci_receive_server_stack,
197        stack_allocate_hook, and stack_free_hook. As a side-effect of this
198        effort some multiprocessing code was made conditional and some style
199        clean up occurred.
200
2012007-11-30      Till Straumann <strauman@slac.stanford.edu>
202
203        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
204
2052007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
208        network/if_1GHz/Makefile.am: Removed.
209
2102007-11-30      Till Straumann <strauman@slac.stanford.edu>
211
212        * irq/irq.h, irq/irq_init.c: Removed the definition
213        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
214        initialize the irqBase member of the rtems_irq_global_settings
215        struct. However, irqBase is an rtems_irq_symbolic_name,
216        so using BSP_LOWEST_OFFSET is more appropriate.
217
2182007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
221        Table. They have been replaced with variables named bsp_XXX as
222        needed.
223
2242007-09-20      Kate Feng <feng1@bnl.gov>
225
226        * network/if_100MHz/GT64260eth.c: Add else.
227
2282007-09-19      Kate Feng <feng1@bnl.gov>
229
230        * README: Update.
231
2322007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
235
2362007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
239        warnings.
240
2412007-09-07      Kate Feng <feng1@bnl.gov>
242
243        * ChangeLog, Makefile.am, README, README.booting, README.irq,
244        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
245        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
246        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
247        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
248        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
249        Merge my improvements in this BSP including a new network
250        driver for the 1GHz NIC.
251        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
252        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
253        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
254        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
255        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
256
2572007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * start/preload.S: Fix symbolic reference. Did earlier modifications
260        change the conditionals specificed when this BSP is built?
261
2622007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
263
264        * Makefile.am: added shared/vectors/vectors_entry.S
265
2662007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
267
268        * irq/irq_init.c: adapted to shared exception code
269
2702007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
271
272        * Makefile.am: adapted to shared exception code
273
2742007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * bsp_specs: Remove qrtems_debug.
277
2782007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * bsp_specs: Remove lib (Now expected to exist in GCC).
281
2822007-04-01      Joel Sherrill <joel@OARcorp.com>
283
284        PR 1235/bsps
285        * pci/pci.c: Add conditional declaration of variables used in debug
286        printk's.
287
2882007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
291        Reflect changes to pci-API.
292
2932007-03-12      Joel Sherrill <joel@OARcorp.com>
294
295        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
296        notice. Both of these mistakes appear to be from code submitted after
297        these changes were made previously.
298
2992007-03-11      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/bspstart.c: Remove assignments of
302        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
303        value in boot_card.c
304
3052007-01-30      Till Straumann <strauman@slac.stanford.edu>
306
307        * Makefile.am, preinstall.am, include/bsp.h,
308        * vme/vmeconfig.c (removed), vme/VME.h (removed):
309        cleaned up vme support - use files from libbsp/powerpc/shared/vme
310        and define BSP specifica in VMEConfig.h.
311        Use VME DMA support implemented by vmeUniverse and
312        libbsp/powerpc/shared/vme/vme_universe_dma.c
313
3142007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * GT64260/MVME5500I2C.c: Eliminate u32.
317        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
318
3192007-01-19      Till Straumann <strauman@slac.stanford.edu>
320
321        * mvme5500/Makefile.am, mvme5500/preinstall.am,
322        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
323        removed copies of vmeconfig.c, VME.h - use generic
324        versions instead.
325
3262006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
327
328        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
329
3302006-12-13      Till Straumann <strauman@slac.stanford.edu>
331
332        * mvme5500/Makefile.am, mvme5500/preinstall.am:
333        need to install bsp/vme_am_defs.h
334
3352006-11-15      Joel Sherrill <joel@OARcorp.com>
336
337        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
338        file and simplified initialization.
339
3402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
341
342        * LICENSE: Convert to utf-8.
343
3442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * Makefile.am: Remove superfluous -DASM.
347
3482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
349
350        * configure.ac: Require autoconf-2.60. Require automake-1.10.
351
3522006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * configure.ac: Remove explicit ampolish3 support (now in
355        RTEMS_BSP_CONFIGURE).
356
3572006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
358
359        * configure.ac: Add ampolish3 support.
360        * Makefile.am: Add preinstall.am.
361
3622006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * Makefile.am: Don't include subdirs.am.
365
3662005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * bsp_specs: Remove %cpp.
369
3702005-11-03      Till Straumann <strauman@slac.stanford.edu>
371
372        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
373        this normally points to ISA space but is misused by this BSP
374        (inb/outb & friends are all over the place).
375
3762005-11-03      Till Straumann <strauman@slac.stanford.edu>
377
378        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
379        this BSP does not implement sharing interrupts.
380
3812005-11-03      Till Straumann <strauman@slac.stanford.edu>
382
383        * include/bsp.h: fixed misuse of _IO_BASE
384
3852005-11-03      Till Straumann <strauman@slac.stanford.edu>
386
387        * startup/linkcmds: Removed.
388        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
389        from shared area - this version seemed broken anyways. Let the
390        preloader use the generic 'entry_point_section' rather than its own
391        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
392        __SBSSxxx__ symbols.
393
3942005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        PR 844/bsps
397        * startup/bspstart.c: Include <rtems/bspIo.h>.
398
3992005-07-28      Eric Norum <norume@aps.anl.gov>
400
401        * startup/bspstart.c: Changes provided by Phillip Sorensen
402        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
403        change made to ../shared/clock/p_clock.c.
404
4052005-07-25      Eric Norum <norume@aps.anl.gov>
406
407        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
408
4092005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
410
411        * include/bsp.h: New header guard.
412
4132005-05-20      Jennifer Averett <jennifer@OARcorp.com>
414
415        PR 702/bsps
416        * include/tm27.h: Add better tm27.h support. Uses decrementer register
417        interrupt -- copied from psim.
418
4192005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
420
421        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
422
4232005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
424
425        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
426        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
427        pci/pci_interface.c, pci/pcifinddevice.c:
428        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
429        Modifications made to merge this release with the current tree.
430
4312005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
432
433        * network/GT64260eth.c: Fixed warning.
434        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
435
4362005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
437
438        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
439        common PCI interface
440
4412005-04-15      Joel Sherrill <joel@OARcorp.com>
442
443        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
444        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
445        startup/reboot.c: Fix warnings.
446
4472005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
448
449        PR 779/bsp
450        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
451        parameter to new exception interrupt handlers in powerpc bsps
452
4532005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
454
455        * startup/linkcmds: add missing section to link cmds
456
4572005-03-14      Joel Sherrill <joel@OARcorp.com>
458
459        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
460        pci_find_device().
461
4622005-03-04      Joel Sherrill <joel@OARcorp.com>
463
464        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
465        function part of the unified PCI API as pci_initialize().
466
4672005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
468
469        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
470        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
471        CPU_MINIMUM_STACK_FRAME_SIZE.
472
4732005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
474
475        * start/start.S: include <rtems/powerpc/powerpc.h>.
476        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
477        CPU_MINIMUM_STACK_FRAME_SIZE.
478
4792005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
480
481        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
482
4832005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
484
485        * Makefile.am: Merge-in wrapup/Makefile.am.
486        * wrapup/Makefile.am: Remove.
487        * configure.ac: Reflect changes above.
488
4892005-01-26      Joel Sherrill <joel@OARcorp.com>
490
491        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
492
4932005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
494
495        * tod/todcfg.c: size_t RTC_Count.
496
4972005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
498
499        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
500
5012005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
502
503        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
504
5052004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
506
507        * Makefile.am: Fix network_CPPFLAGS. Reformat.
508        * network/GT64260eth.c: Properly prototype GT64260eth_err().
509
5102004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
511
512        * network/GT64260eth.c: Remove ether_sprintf.
513
5142004-10-21      Joel Sherrill <joel@OARcorp.com>
515
516        * startup/bspstart.c: Remove warnings for variables only used when
517        certain conditionals are enabled..
518
5192004-10-21      Joel Sherrill <joel@OARcorp.com>
520
521        * Makefile.am: Add missing network_CPPFLAGS.
522
5232004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
524
525        * Makefile.am: Build networking.rel conditionally.
526        Reformat. Cosmetics.
527        * wrapup/Makefile.am: Build networking.rel conditionally.
528        Add libcpu and exception handling rels.
529        * startup/bspstart.c: Eliminate RTEMS fixed size types.
530
5312004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
532
533        * startup/bspstart.c: Remove BSP_build_date.
534
5352004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
536
537        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
538        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
539        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
540        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
541        Remove (obsolete).
542
5432004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
544
545        * configure.ac: Adaptations to rtems-4.7.
546        * Makefile.am, wrapup/Makefile.am: Reworked.
547
5482004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
549
550        * start/preload.S, start/start.S, include/bsp.h,
551        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
552        adaptations to rtems-4.7.
553
5542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
555
556        * configure: Remove (Bogus).
557        * include/tm27.h: New (Stub).
558
5592004-10-20      Joel Sherrill <joel@OARcorp.com>
560
561        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
562        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
563        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
564        and license corrected.
565        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
566        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
567        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
568        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
569        wrapup/Makefile.in: Removed.
570
5712004-10-20  Kate Feng <feng1@bnl.gov>
572
573        * New BSP.
Note: See TracBrowser for help on using the repository browser.