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

4.104.115
Last change on this file since a3a6fae was a3a6fae, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/09 at 17:59:31

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

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